1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- namespace UAS_MES_NEW.Query
- {
- partial class Query_SOP
- {
- /// <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.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
- this.Sn = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // Sn
- //
- this.Sn.AllPower = null;
- this.Sn.ID = null;
- this.Sn.Location = new System.Drawing.Point(213, 357);
- this.Sn.Name = "Sn";
- this.Sn.Power = null;
- this.Sn.Size = new System.Drawing.Size(283, 35);
- this.Sn.Str = null;
- this.Sn.Str1 = null;
- this.Sn.Str2 = null;
- this.Sn.TabIndex = 0;
- this.Sn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Sn_KeyDown);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(100, 355);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(58, 37);
- this.label1.TabIndex = 1;
- this.label1.Text = "SN";
- //
- // Query_SOP
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1494, 1075);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.Sn);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "Query_SOP";
- this.Tag = "Query!SOP";
- this.Text = "Query_SpecialReport";
- this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
- private CustomControl.TextBoxWithIcon.SNCodeEnterTextBox Sn;
- private System.Windows.Forms.Label label1;
- }
- }
|