| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- namespace UAS_MES.Query
- {
- partial class Query_RadiumSN
- {
- /// <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_RadiumSN));
- this.label5 = new System.Windows.Forms.Label();
- this.box1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.box2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
- this.Export = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
- this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
- this.SuspendLayout();
- //
- // 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(171, 204);
- this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(146, 41);
- this.label5.TabIndex = 232;
- this.label5.Text = "箱号范围";
- //
- // box1
- //
- this.box1.AllPower = null;
- this.box1.BackColor = System.Drawing.Color.White;
- this.box1.ID = null;
- this.box1.Location = new System.Drawing.Point(327, 210);
- this.box1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.box1.Name = "box1";
- this.box1.Power = null;
- this.box1.Size = new System.Drawing.Size(248, 35);
- this.box1.Str = null;
- this.box1.Str1 = null;
- this.box1.Str2 = null;
- this.box1.TabIndex = 233;
- this.box1.Tag = "ms_stepcode";
- //
- // box2
- //
- this.box2.AllPower = null;
- this.box2.BackColor = System.Drawing.Color.White;
- this.box2.ID = null;
- this.box2.Location = new System.Drawing.Point(631, 210);
- this.box2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.box2.Name = "box2";
- this.box2.Power = null;
- this.box2.Size = new System.Drawing.Size(248, 35);
- this.box2.Str = null;
- this.box2.Str1 = null;
- this.box2.Str2 = null;
- this.box2.TabIndex = 234;
- this.box2.Tag = "ms_stepcode";
- //
- // 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(953, 204);
- 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(139, 41);
- this.Export.TabIndex = 235;
- this.Export.Text = "导出";
- this.Export.UseVisualStyleBackColor = false;
- this.Export.Click += new System.EventHandler(this.Export_Click_1);
- //
- // Query_RadiumSN
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(2034, 1118);
- this.Controls.Add(this.Export);
- this.Controls.Add(this.box2);
- this.Controls.Add(this.box1);
- this.Controls.Add(this.label5);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(6);
- this.Name = "Query_RadiumSN";
- this.Tag = "Query_SN";
- this.Text = "打印机调试";
- this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label5;
- private UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox box1;
- private UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox box2;
- private UAS_MES.CustomControl.ButtonUtil.NormalButton Export;
- private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
- }
- }
|