|
|
@@ -0,0 +1,225 @@
|
|
|
+namespace UAS_MES_NEW.Query
|
|
|
+{
|
|
|
+ partial class Query_SpecialReport_CTEI
|
|
|
+ {
|
|
|
+ /// <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()
|
|
|
+ {
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_SpecialReport_CTEI));
|
|
|
+ this.Export = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.Num = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.BeginMac = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.BeginCTEI = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.BeginCTEI1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // Export
|
|
|
+ //
|
|
|
+ this.Export.AllPower = null;
|
|
|
+ this.Export.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
|
|
|
+ this.Export.Image = null;
|
|
|
+ this.Export.IsShowBorder = true;
|
|
|
+ this.Export.Location = new System.Drawing.Point(305, 422);
|
|
|
+ this.Export.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
|
|
|
+ this.Export.Name = "Export";
|
|
|
+ this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
|
|
|
+ this.Export.Power = null;
|
|
|
+ this.Export.Size = new System.Drawing.Size(150, 56);
|
|
|
+ this.Export.TabIndex = 0;
|
|
|
+ this.Export.Text = "导出";
|
|
|
+ this.Export.UseVisualStyleBackColor = false;
|
|
|
+ this.Export.Click += new System.EventHandler(this.Export_Click);
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(106, 160);
|
|
|
+ this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "数量";
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label2.Location = new System.Drawing.Point(106, 240);
|
|
|
+ this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(157, 41);
|
|
|
+ this.label2.TabIndex = 2;
|
|
|
+ this.label2.Text = "起始MAC";
|
|
|
+ //
|
|
|
+ // Num
|
|
|
+ //
|
|
|
+ this.Num.AllPower = null;
|
|
|
+ this.Num.BackColor = System.Drawing.Color.White;
|
|
|
+ this.Num.ID = null;
|
|
|
+ this.Num.Location = new System.Drawing.Point(305, 161);
|
|
|
+ this.Num.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Num.Name = "Num";
|
|
|
+ this.Num.Power = null;
|
|
|
+ this.Num.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.Num.Str = null;
|
|
|
+ this.Num.Str1 = null;
|
|
|
+ this.Num.Str2 = null;
|
|
|
+ this.Num.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // BeginMac
|
|
|
+ //
|
|
|
+ this.BeginMac.AllPower = null;
|
|
|
+ this.BeginMac.BackColor = System.Drawing.Color.White;
|
|
|
+ this.BeginMac.ID = null;
|
|
|
+ this.BeginMac.Location = new System.Drawing.Point(305, 242);
|
|
|
+ this.BeginMac.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.BeginMac.Name = "BeginMac";
|
|
|
+ this.BeginMac.Power = null;
|
|
|
+ this.BeginMac.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.BeginMac.Str = null;
|
|
|
+ this.BeginMac.Str1 = null;
|
|
|
+ this.BeginMac.Str2 = null;
|
|
|
+ this.BeginMac.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = null;
|
|
|
+ this.ma_code.BackColor = System.Drawing.Color.White;
|
|
|
+ this.ma_code.ID = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(305, 88);
|
|
|
+ this.ma_code.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(388, 35);
|
|
|
+ this.ma_code.Str = null;
|
|
|
+ this.ma_code.Str1 = null;
|
|
|
+ this.ma_code.Str2 = null;
|
|
|
+ this.ma_code.TabIndex = 12;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label5.Location = new System.Drawing.Point(106, 85);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(114, 41);
|
|
|
+ this.label5.TabIndex = 11;
|
|
|
+ this.label5.Text = "工单号";
|
|
|
+ //
|
|
|
+ // BeginCTEI
|
|
|
+ //
|
|
|
+ this.BeginCTEI.AllPower = null;
|
|
|
+ this.BeginCTEI.BackColor = System.Drawing.Color.White;
|
|
|
+ this.BeginCTEI.Enabled = false;
|
|
|
+ this.BeginCTEI.ID = null;
|
|
|
+ this.BeginCTEI.Location = new System.Drawing.Point(305, 324);
|
|
|
+ this.BeginCTEI.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.BeginCTEI.Name = "BeginCTEI";
|
|
|
+ this.BeginCTEI.Power = null;
|
|
|
+ this.BeginCTEI.Size = new System.Drawing.Size(199, 35);
|
|
|
+ this.BeginCTEI.Str = null;
|
|
|
+ this.BeginCTEI.Str1 = null;
|
|
|
+ this.BeginCTEI.Str2 = null;
|
|
|
+ this.BeginCTEI.TabIndex = 14;
|
|
|
+ this.BeginCTEI.Text = "18787618";
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(106, 322);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(148, 41);
|
|
|
+ this.label3.TabIndex = 13;
|
|
|
+ this.label3.Text = "起始CTEI";
|
|
|
+ //
|
|
|
+ // BeginCTEI1
|
|
|
+ //
|
|
|
+ this.BeginCTEI1.AllPower = null;
|
|
|
+ this.BeginCTEI1.BackColor = System.Drawing.Color.White;
|
|
|
+ this.BeginCTEI1.ID = null;
|
|
|
+ this.BeginCTEI1.Location = new System.Drawing.Point(530, 324);
|
|
|
+ this.BeginCTEI1.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.BeginCTEI1.Name = "BeginCTEI1";
|
|
|
+ this.BeginCTEI1.Power = null;
|
|
|
+ this.BeginCTEI1.Size = new System.Drawing.Size(199, 35);
|
|
|
+ this.BeginCTEI1.Str = null;
|
|
|
+ this.BeginCTEI1.Str1 = null;
|
|
|
+ this.BeginCTEI1.Str2 = null;
|
|
|
+ this.BeginCTEI1.TabIndex = 15;
|
|
|
+ //
|
|
|
+ // Query_SpecialReport_CTEI
|
|
|
+ //
|
|
|
+ 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.BeginCTEI1);
|
|
|
+ this.Controls.Add(this.BeginCTEI);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.ma_code);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
+ this.Controls.Add(this.BeginMac);
|
|
|
+ this.Controls.Add(this.Num);
|
|
|
+ this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.Export);
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Name = "Query_SpecialReport_CTEI";
|
|
|
+ this.Tag = "Query!SpecialReport";
|
|
|
+ this.Text = "Query_SpecialReport";
|
|
|
+ this.Load += new System.EventHandler(this.Query_SpecialReport_Load);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Export;
|
|
|
+ private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox Num;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox BeginMac;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox ma_code;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox BeginCTEI;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox BeginCTEI1;
|
|
|
+ }
|
|
|
+}
|