Query_RadiumSN.Designer.cs 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. namespace UAS_MES.Query
  2. {
  3. partial class Query_RadiumSN
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Query_RadiumSN));
  29. this.label5 = new System.Windows.Forms.Label();
  30. this.box1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  31. this.box2 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  32. this.Export = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  33. this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
  34. this.SuspendLayout();
  35. //
  36. // label5
  37. //
  38. this.label5.AutoSize = true;
  39. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  40. this.label5.Location = new System.Drawing.Point(171, 204);
  41. this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  42. this.label5.Name = "label5";
  43. this.label5.Size = new System.Drawing.Size(146, 41);
  44. this.label5.TabIndex = 232;
  45. this.label5.Text = "箱号范围";
  46. //
  47. // box1
  48. //
  49. this.box1.AllPower = null;
  50. this.box1.BackColor = System.Drawing.Color.White;
  51. this.box1.ID = null;
  52. this.box1.Location = new System.Drawing.Point(327, 210);
  53. this.box1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  54. this.box1.Name = "box1";
  55. this.box1.Power = null;
  56. this.box1.Size = new System.Drawing.Size(248, 35);
  57. this.box1.Str = null;
  58. this.box1.Str1 = null;
  59. this.box1.Str2 = null;
  60. this.box1.TabIndex = 233;
  61. this.box1.Tag = "ms_stepcode";
  62. //
  63. // box2
  64. //
  65. this.box2.AllPower = null;
  66. this.box2.BackColor = System.Drawing.Color.White;
  67. this.box2.ID = null;
  68. this.box2.Location = new System.Drawing.Point(631, 210);
  69. this.box2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  70. this.box2.Name = "box2";
  71. this.box2.Power = null;
  72. this.box2.Size = new System.Drawing.Size(248, 35);
  73. this.box2.Str = null;
  74. this.box2.Str1 = null;
  75. this.box2.Str2 = null;
  76. this.box2.TabIndex = 234;
  77. this.box2.Tag = "ms_stepcode";
  78. //
  79. // Export
  80. //
  81. this.Export.AllPower = null;
  82. this.Export.BackColor = System.Drawing.Color.Transparent;
  83. this.Export.DownImage = ((System.Drawing.Image)(resources.GetObject("Export.DownImage")));
  84. this.Export.Image = null;
  85. this.Export.IsShowBorder = true;
  86. this.Export.Location = new System.Drawing.Point(953, 204);
  87. this.Export.MoveImage = ((System.Drawing.Image)(resources.GetObject("Export.MoveImage")));
  88. this.Export.Name = "Export";
  89. this.Export.NormalImage = ((System.Drawing.Image)(resources.GetObject("Export.NormalImage")));
  90. this.Export.Power = null;
  91. this.Export.Size = new System.Drawing.Size(139, 41);
  92. this.Export.TabIndex = 235;
  93. this.Export.Text = "导出";
  94. this.Export.UseVisualStyleBackColor = false;
  95. this.Export.Click += new System.EventHandler(this.Export_Click_1);
  96. //
  97. // Query_RadiumSN
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(2034, 1118);
  102. this.Controls.Add(this.Export);
  103. this.Controls.Add(this.box2);
  104. this.Controls.Add(this.box1);
  105. this.Controls.Add(this.label5);
  106. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  107. this.Margin = new System.Windows.Forms.Padding(6);
  108. this.Name = "Query_RadiumSN";
  109. this.Tag = "Query_SN";
  110. this.Text = "打印机调试";
  111. this.Load += new System.EventHandler(this.SystemSetting_PrinterTest_Load);
  112. this.ResumeLayout(false);
  113. this.PerformLayout();
  114. }
  115. #endregion
  116. private System.Windows.Forms.Label label5;
  117. private UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox box1;
  118. private UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox box2;
  119. private UAS_MES.CustomControl.ButtonUtil.NormalButton Export;
  120. private System.Windows.Forms.FolderBrowserDialog ExportFileDialog;
  121. }
  122. }