| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186 |
- namespace UAS_MES.Query
- {
- partial class Query_OperationInstruction
- {
- /// <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_OperationInstruction));
- this.MediaPlayer = new AxWMPLib.AxWindowsMediaPlayer();
- this.sn_label = new System.Windows.Forms.Label();
- this.FileList_label = new System.Windows.Forms.Label();
- this.PageView = new O2S.Components.PDFView4NET.PDFPageView();
- this.PDFDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components);
- this.PicBox = new System.Windows.Forms.PictureBox();
- this.FileList = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
- this.SnCode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
- ((System.ComponentModel.ISupportInitialize)(this.MediaPlayer)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PicBox)).BeginInit();
- this.SuspendLayout();
- //
- // MediaPlayer
- //
- this.MediaPlayer.Enabled = true;
- this.MediaPlayer.Location = new System.Drawing.Point(0, 52);
- this.MediaPlayer.Name = "MediaPlayer";
- this.MediaPlayer.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("MediaPlayer.OcxState")));
- this.MediaPlayer.Size = new System.Drawing.Size(1012, 571);
- this.MediaPlayer.TabIndex = 0;
- this.MediaPlayer.Visible = false;
- //
- // sn_label
- //
- this.sn_label.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.sn_label.AutoSize = true;
- this.sn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.sn_label.Location = new System.Drawing.Point(12, 9);
- this.sn_label.Name = "sn_label";
- this.sn_label.Size = new System.Drawing.Size(32, 21);
- this.sn_label.TabIndex = 198;
- this.sn_label.Text = "SN";
- //
- // FileList_label
- //
- this.FileList_label.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FileList_label.AutoSize = true;
- this.FileList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FileList_label.Location = new System.Drawing.Point(245, 9);
- this.FileList_label.Name = "FileList_label";
- this.FileList_label.Size = new System.Drawing.Size(74, 21);
- this.FileList_label.TabIndex = 200;
- this.FileList_label.Text = "文件列表";
- //
- // 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.Document = this.PDFDocument;
- this.PageView.DownscaleLargeImages = false;
- this.PageView.EnableRepeatedKeys = false;
- this.PageView.Location = new System.Drawing.Point(0, 52);
- 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(1012, 571);
- this.PageView.SubstituteFonts = null;
- this.PageView.TabIndex = 201;
- 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;
- //
- // PicBox
- //
- this.PicBox.Image = global::UAS_MES.Properties.Resources.LoginBG;
- this.PicBox.Location = new System.Drawing.Point(0, 52);
- this.PicBox.Name = "PicBox";
- this.PicBox.Size = new System.Drawing.Size(1012, 571);
- this.PicBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.PicBox.TabIndex = 202;
- this.PicBox.TabStop = false;
- this.PicBox.Visible = false;
- //
- // FileList
- //
- this.FileList.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.FileList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.FileList.FormattingEnabled = true;
- this.FileList.Items.AddRange(new object[] {
- "1.mp4",
- "2.pdf",
- "3.jpg",
- "4.jpeg"});
- this.FileList.Location = new System.Drawing.Point(325, 9);
- this.FileList.Name = "FileList";
- this.FileList.Size = new System.Drawing.Size(192, 20);
- this.FileList.TabIndex = 199;
- this.FileList.SelectedIndexChanged += new System.EventHandler(this.FileList_SelectedIndexChanged);
- //
- // SnCode
- //
- this.SnCode.AllPower = null;
- this.SnCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
- this.SnCode.BackColor = System.Drawing.Color.White;
- this.SnCode.ID = null;
- this.SnCode.Location = new System.Drawing.Point(54, 9);
- this.SnCode.Name = "SnCode";
- this.SnCode.Power = null;
- this.SnCode.Size = new System.Drawing.Size(176, 21);
- this.SnCode.Str = null;
- this.SnCode.Str1 = null;
- this.SnCode.Str2 = null;
- this.SnCode.TabIndex = 1;
- this.SnCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SnCode_KeyDown);
- //
- // Query_OperationInstruction
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1012, 624);
- this.Controls.Add(this.PicBox);
- this.Controls.Add(this.PageView);
- this.Controls.Add(this.FileList_label);
- this.Controls.Add(this.FileList);
- this.Controls.Add(this.sn_label);
- this.Controls.Add(this.SnCode);
- this.Controls.Add(this.MediaPlayer);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Query_OperationInstruction";
- this.Tag = "Query!OperationInstruction";
- this.Text = "作业指导书";
- this.Load += new System.EventHandler(this.Query_OperationInstruction_Load);
- this.SizeChanged += new System.EventHandler(this.Query_OperationInstruction_SizeChanged);
- ((System.ComponentModel.ISupportInitialize)(this.MediaPlayer)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PicBox)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private AxWMPLib.AxWindowsMediaPlayer MediaPlayer;
- private CustomControl.TextBoxWithIcon.SnCollectionBox SnCode;
- private System.Windows.Forms.Label sn_label;
- private CustomControl.ComBoxWithFocus.ComBoxWithFocus FileList;
- private System.Windows.Forms.Label FileList_label;
- private O2S.Components.PDFView4NET.PDFPageView PageView;
- private O2S.Components.PDFView4NET.PDFDocument PDFDocument;
- private System.Windows.Forms.PictureBox PicBox;
- }
- }
|