123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- 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.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;
- }
- }
|