Main.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. namespace UAS_MES_Tools
  2. {
  3. partial class Main
  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(Main));
  29. this.Pagination = new System.Windows.Forms.TabControl();
  30. this.Page1 = new System.Windows.Forms.TabPage();
  31. this.Page2 = new System.Windows.Forms.TabPage();
  32. this.panel1 = new System.Windows.Forms.Panel();
  33. this.panel2 = new System.Windows.Forms.Panel();
  34. this.CodeTxt = new System.Windows.Forms.TextBox();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.ShowMsg = new System.Windows.Forms.TextBox();
  37. this.Pagination.SuspendLayout();
  38. this.Page1.SuspendLayout();
  39. this.panel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // Pagination
  43. //
  44. this.Pagination.Controls.Add(this.Page1);
  45. this.Pagination.Controls.Add(this.Page2);
  46. this.Pagination.Cursor = System.Windows.Forms.Cursors.Hand;
  47. this.Pagination.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.Pagination.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.Pagination.ItemSize = new System.Drawing.Size(160, 30);
  50. this.Pagination.Location = new System.Drawing.Point(0, 0);
  51. this.Pagination.Name = "Pagination";
  52. this.Pagination.SelectedIndex = 0;
  53. this.Pagination.Size = new System.Drawing.Size(1254, 660);
  54. this.Pagination.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  55. this.Pagination.TabIndex = 1;
  56. //
  57. // Page1
  58. //
  59. this.Page1.BackColor = System.Drawing.SystemColors.Control;
  60. this.Page1.Controls.Add(this.panel2);
  61. this.Page1.Controls.Add(this.panel1);
  62. this.Page1.Cursor = System.Windows.Forms.Cursors.Default;
  63. this.Page1.Location = new System.Drawing.Point(4, 34);
  64. this.Page1.Name = "Page1";
  65. this.Page1.Padding = new System.Windows.Forms.Padding(3);
  66. this.Page1.Size = new System.Drawing.Size(1246, 622);
  67. this.Page1.TabIndex = 0;
  68. this.Page1.Text = "条码核对";
  69. //
  70. // Page2
  71. //
  72. this.Page2.BackColor = System.Drawing.SystemColors.Control;
  73. this.Page2.Cursor = System.Windows.Forms.Cursors.Default;
  74. this.Page2.Location = new System.Drawing.Point(4, 34);
  75. this.Page2.Name = "Page2";
  76. this.Page2.Padding = new System.Windows.Forms.Padding(3);
  77. this.Page2.Size = new System.Drawing.Size(1246, 622);
  78. this.Page2.TabIndex = 1;
  79. this.Page2.Text = "DCR文件打包";
  80. //
  81. // panel1
  82. //
  83. this.panel1.Controls.Add(this.ShowMsg);
  84. this.panel1.Controls.Add(this.label1);
  85. this.panel1.Controls.Add(this.CodeTxt);
  86. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  87. this.panel1.Location = new System.Drawing.Point(3, 3);
  88. this.panel1.Name = "panel1";
  89. this.panel1.Size = new System.Drawing.Size(1240, 233);
  90. this.panel1.TabIndex = 0;
  91. //
  92. // panel2
  93. //
  94. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.panel2.Location = new System.Drawing.Point(3, 236);
  96. this.panel2.Name = "panel2";
  97. this.panel2.Size = new System.Drawing.Size(1240, 383);
  98. this.panel2.TabIndex = 1;
  99. //
  100. // CodeTxt
  101. //
  102. this.CodeTxt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.CodeTxt.Location = new System.Drawing.Point(108, 181);
  104. this.CodeTxt.Name = "CodeTxt";
  105. this.CodeTxt.Size = new System.Drawing.Size(305, 31);
  106. this.CodeTxt.TabIndex = 0;
  107. //
  108. // label1
  109. //
  110. this.label1.AutoSize = true;
  111. this.label1.Location = new System.Drawing.Point(48, 181);
  112. this.label1.Name = "label1";
  113. this.label1.Size = new System.Drawing.Size(54, 28);
  114. this.label1.TabIndex = 1;
  115. this.label1.Text = "条码";
  116. //
  117. // ShowMsg
  118. //
  119. this.ShowMsg.BackColor = System.Drawing.SystemColors.Control;
  120. this.ShowMsg.Cursor = System.Windows.Forms.Cursors.Default;
  121. this.ShowMsg.Location = new System.Drawing.Point(932, 3);
  122. this.ShowMsg.Multiline = true;
  123. this.ShowMsg.Name = "ShowMsg";
  124. this.ShowMsg.ReadOnly = true;
  125. this.ShowMsg.Size = new System.Drawing.Size(303, 224);
  126. this.ShowMsg.TabIndex = 2;
  127. this.ShowMsg.Text = "Pass";
  128. this.ShowMsg.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  129. //
  130. // Main
  131. //
  132. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  133. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  134. this.BackColor = System.Drawing.SystemColors.Control;
  135. this.ClientSize = new System.Drawing.Size(1254, 660);
  136. this.Controls.Add(this.Pagination);
  137. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  139. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  140. this.Margin = new System.Windows.Forms.Padding(4);
  141. this.Name = "Main";
  142. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  143. this.Text = "UAS_MES 工具";
  144. this.Pagination.ResumeLayout(false);
  145. this.Page1.ResumeLayout(false);
  146. this.panel1.ResumeLayout(false);
  147. this.panel1.PerformLayout();
  148. this.ResumeLayout(false);
  149. }
  150. #endregion
  151. private System.Windows.Forms.TabControl Pagination;
  152. private System.Windows.Forms.TabPage Page1;
  153. private System.Windows.Forms.TabPage Page2;
  154. private System.Windows.Forms.Panel panel1;
  155. private System.Windows.Forms.Panel panel2;
  156. private System.Windows.Forms.TextBox CodeTxt;
  157. private System.Windows.Forms.Label label1;
  158. private System.Windows.Forms.TextBox ShowMsg;
  159. }
  160. }