| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- namespace UAS_MES.Query
- {
- partial class Query_ShowInstruction
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_ShowInstruction));
- this.PicBox = new System.Windows.Forms.PictureBox();
- this.PageView = new O2S.Components.PDFView4NET.PDFPageView();
- this.PDFDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components);
- this.MediaPlayer = new AxWMPLib.AxWindowsMediaPlayer();
- ((System.ComponentModel.ISupportInitialize)(this.PicBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.MediaPlayer)).BeginInit();
- this.SuspendLayout();
- //
- // PicBox
- //
- this.PicBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.PicBox.Image = global::UAS_MES.Properties.Resources.LoginBG;
- this.PicBox.Location = new System.Drawing.Point(0, 0);
- this.PicBox.Name = "PicBox";
- this.PicBox.Size = new System.Drawing.Size(1006, 600);
- this.PicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.PicBox.TabIndex = 203;
- this.PicBox.TabStop = false;
- this.PicBox.Visible = false;
- //
- // PageView
- //
- this.PageView.AutoScroll = true;
- this.PageView.BackColor = System.Drawing.SystemColors.Window;
- this.PageView.DefaultEllipseAnnotationBorderWidth = 1D;
- this.PageView.DefaultInkAnnotationWidth = 1D;
- this.PageView.DefaultRectangleAnnotationBorderWidth = 1D;
- this.PageView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.PageView.Document = this.PDFDocument;
- this.PageView.DownscaleLargeImages = false;
- this.PageView.EnableRepeatedKeys = false;
- this.PageView.Location = new System.Drawing.Point(0, 0);
- this.PageView.Name = "PageView";
- this.PageView.PageDisplayLayout = O2S.Components.PDFView4NET.PDFPageDisplayLayout.OneColumn;
- this.PageView.PageNumber = 0;
- this.PageView.RenderingProgressColor = System.Drawing.Color.Empty;
- this.PageView.RequiredFormFieldHighlightColor = System.Drawing.Color.Empty;
- this.PageView.ScrollPosition = new System.Drawing.Point(0, 0);
- this.PageView.Size = new System.Drawing.Size(1006, 600);
- this.PageView.SubstituteFonts = null;
- this.PageView.TabIndex = 204;
- this.PageView.VerticalPageSpacing = 5;
- this.PageView.Visible = false;
- this.PageView.WorkMode = O2S.Components.PDFView4NET.UserInteractiveWorkMode.PanAndScan;
- //
- // PDFDocument
- //
- this.PDFDocument.Metadata = null;
- this.PDFDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage;
- this.PDFDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone;
- //
- // MediaPlayer
- //
- this.MediaPlayer.Dock = System.Windows.Forms.DockStyle.Fill;
- this.MediaPlayer.Enabled = true;
- this.MediaPlayer.Location = new System.Drawing.Point(0, 0);
- this.MediaPlayer.Name = "MediaPlayer";
- this.MediaPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MediaPlayer.OcxState")));
- this.MediaPlayer.Size = new System.Drawing.Size(1006, 600);
- this.MediaPlayer.TabIndex = 205;
- this.MediaPlayer.Visible = false;
- //
- // Query_ShowInstruction
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1006, 600);
- this.Controls.Add(this.MediaPlayer);
- this.Controls.Add(this.PageView);
- this.Controls.Add(this.PicBox);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
- this.Name = "Query_ShowInstruction";
- this.Tag = "Query!ShowInstruction";
- this.Text = "作业指导书";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.Quert_ShowInstruction_Load);
- ((System.ComponentModel.ISupportInitialize)(this.PicBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.MediaPlayer)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox PicBox;
- private O2S.Components.PDFView4NET.PDFPageView PageView;
- private O2S.Components.PDFView4NET.PDFDocument PDFDocument;
- private AxWMPLib.AxWindowsMediaPlayer MediaPlayer;
- }
- }
|