namespace UAS_MES.Query { partial class Query_OperationInstruction { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_OperationInstruction)); this.sn_label = new System.Windows.Forms.Label(); this.FileList_label = new System.Windows.Forms.Label(); this.PDFDocument = new O2S.Components.PDFView4NET.PDFDocument(this.components); this.OpenFile = new UAS_MES.CustomControl.ButtonUtil.NormalButton(); this.FileList = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus(); this.SnCode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox(); this.SuspendLayout(); // // 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, 18); 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, 18); 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 = "文件列表"; // // PDFDocument // this.PDFDocument.Metadata = null; this.PDFDocument.PageLayout = O2S.Components.PDFView4NET.PDFPageLayout.SinglePage; this.PDFDocument.PageMode = O2S.Components.PDFView4NET.PDFPageMode.UseNone; // // OpenFile // this.OpenFile.AllPower = null; this.OpenFile.BackColor = System.Drawing.Color.Transparent; this.OpenFile.DownImage = ((System.Drawing.Image)(resources.GetObject("OpenFile.DownImage"))); this.OpenFile.Image = null; this.OpenFile.IsShowBorder = true; this.OpenFile.Location = new System.Drawing.Point(566, 14); this.OpenFile.MoveImage = ((System.Drawing.Image)(resources.GetObject("OpenFile.MoveImage"))); this.OpenFile.Name = "OpenFile"; this.OpenFile.NormalImage = ((System.Drawing.Image)(resources.GetObject("OpenFile.NormalImage"))); this.OpenFile.Power = null; this.OpenFile.Size = new System.Drawing.Size(75, 28); this.OpenFile.TabIndex = 201; this.OpenFile.Text = "打开文件"; this.OpenFile.UseVisualStyleBackColor = false; this.OpenFile.Click += new System.EventHandler(this.OpenFile_Click); // // 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", "H:\\PDFView4NET 5.0.1 WinForms Edition\\SupportFiles\\multicolumntextandimages.pdf", "H:\\UAS_WinForm\\UAS_MES_NEW\\Resources\\LoginBG.jpg", "4.jpeg"}); this.FileList.Location = new System.Drawing.Point(325, 18); this.FileList.Name = "FileList"; this.FileList.Size = new System.Drawing.Size(192, 20); this.FileList.TabIndex = 199; // // 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, 18); 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.OpenFile); this.Controls.Add(this.FileList_label); this.Controls.Add(this.FileList); this.Controls.Add(this.sn_label); this.Controls.Add(this.SnCode); 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); this.ResumeLayout(false); this.PerformLayout(); } #endregion 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.PDFDocument PDFDocument; private CustomControl.ButtonUtil.NormalButton OpenFile; } }