FirstTestSettingForm.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. namespace YangjieTester.主界面
  2. {
  3. partial class FirstTestSettingForm
  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. this.uiTabControl1 = new Sunny.UI.UITabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.txt载带1首件打样数量 = new PlcUiControl.PlcUiNumberInput();
  31. this.uiLabel47 = new Sunny.UI.UILabel();
  32. this.tabPage2 = new System.Windows.Forms.TabPage();
  33. this.txt载带2首件打样数量 = new PlcUiControl.PlcUiNumberInput();
  34. this.uiLabel1 = new Sunny.UI.UILabel();
  35. this.uiTabControl1.SuspendLayout();
  36. this.tabPage1.SuspendLayout();
  37. this.tabPage2.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // uiTabControl1
  41. //
  42. this.uiTabControl1.Controls.Add(this.tabPage1);
  43. this.uiTabControl1.Controls.Add(this.tabPage2);
  44. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  46. this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  47. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  48. this.uiTabControl1.Location = new System.Drawing.Point(0, 35);
  49. this.uiTabControl1.MainPage = "";
  50. this.uiTabControl1.Name = "uiTabControl1";
  51. this.uiTabControl1.SelectedIndex = 0;
  52. this.uiTabControl1.Size = new System.Drawing.Size(359, 128);
  53. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  54. this.uiTabControl1.TabIndex = 207;
  55. this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  56. //
  57. // tabPage1
  58. //
  59. this.tabPage1.Controls.Add(this.txt载带1首件打样数量);
  60. this.tabPage1.Controls.Add(this.uiLabel47);
  61. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  62. this.tabPage1.Name = "tabPage1";
  63. this.tabPage1.Size = new System.Drawing.Size(359, 88);
  64. this.tabPage1.TabIndex = 0;
  65. this.tabPage1.Text = "载带1";
  66. this.tabPage1.UseVisualStyleBackColor = true;
  67. //
  68. // txt载带1首件打样数量
  69. //
  70. this.txt载带1首件打样数量.Cursor = System.Windows.Forms.Cursors.IBeam;
  71. this.txt载带1首件打样数量.DisabilityTriggerNode = null;
  72. this.txt载带1首件打样数量.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.txt载带1首件打样数量.Gain = 1D;
  74. this.txt载带1首件打样数量.IntegerDigits = 0;
  75. this.txt载带1首件打样数量.InvisibilityTriggerNode = null;
  76. this.txt载带1首件打样数量.Location = new System.Drawing.Point(113, 5);
  77. this.txt载带1首件打样数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  78. this.txt载带1首件打样数量.MinimumSize = new System.Drawing.Size(1, 16);
  79. this.txt载带1首件打样数量.Name = "txt载带1首件打样数量";
  80. this.txt载带1首件打样数量.Padding = new System.Windows.Forms.Padding(5);
  81. this.txt载带1首件打样数量.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.dw_QC样本带长度设定", NodeType.DWORD, null);
  82. this.txt载带1首件打样数量.ShowText = false;
  83. this.txt载带1首件打样数量.Size = new System.Drawing.Size(125, 27);
  84. this.txt载带1首件打样数量.TabIndex = 67;
  85. this.txt载带1首件打样数量.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  86. this.txt载带1首件打样数量.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  87. this.txt载带1首件打样数量.Watermark = "";
  88. this.txt载带1首件打样数量.WriteNode = new Node("Application.Var_Auto_A33_Encapsulation1.dw_QC样本带长度设定", NodeType.DWORD, null);
  89. //
  90. // uiLabel47
  91. //
  92. this.uiLabel47.AutoSize = true;
  93. this.uiLabel47.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.uiLabel47.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  95. this.uiLabel47.Location = new System.Drawing.Point(3, 9);
  96. this.uiLabel47.Name = "uiLabel47";
  97. this.uiLabel47.Size = new System.Drawing.Size(103, 16);
  98. this.uiLabel47.TabIndex = 66;
  99. this.uiLabel47.Text = "首件打样数量";
  100. //
  101. // tabPage2
  102. //
  103. this.tabPage2.Controls.Add(this.txt载带2首件打样数量);
  104. this.tabPage2.Controls.Add(this.uiLabel1);
  105. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  106. this.tabPage2.Name = "tabPage2";
  107. this.tabPage2.Size = new System.Drawing.Size(200, 60);
  108. this.tabPage2.TabIndex = 1;
  109. this.tabPage2.Text = "载带2";
  110. this.tabPage2.UseVisualStyleBackColor = true;
  111. //
  112. // txt载带2首件打样数量
  113. //
  114. this.txt载带2首件打样数量.Cursor = System.Windows.Forms.Cursors.IBeam;
  115. this.txt载带2首件打样数量.DisabilityTriggerNode = null;
  116. this.txt载带2首件打样数量.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.txt载带2首件打样数量.Gain = 1D;
  118. this.txt载带2首件打样数量.IntegerDigits = 0;
  119. this.txt载带2首件打样数量.InvisibilityTriggerNode = null;
  120. this.txt载带2首件打样数量.Location = new System.Drawing.Point(113, 5);
  121. this.txt载带2首件打样数量.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  122. this.txt载带2首件打样数量.MinimumSize = new System.Drawing.Size(1, 16);
  123. this.txt载带2首件打样数量.Name = "txt载带2首件打样数量";
  124. this.txt载带2首件打样数量.Padding = new System.Windows.Forms.Padding(5);
  125. this.txt载带2首件打样数量.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.dw_QC样本带长度设定", NodeType.DWORD, null);
  126. this.txt载带2首件打样数量.ShowText = false;
  127. this.txt载带2首件打样数量.Size = new System.Drawing.Size(125, 27);
  128. this.txt载带2首件打样数量.TabIndex = 69;
  129. this.txt载带2首件打样数量.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  130. this.txt载带2首件打样数量.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  131. this.txt载带2首件打样数量.Watermark = "";
  132. this.txt载带2首件打样数量.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.dw_QC样本带长度设定", NodeType.DWORD, null);
  133. //
  134. // uiLabel1
  135. //
  136. this.uiLabel1.AutoSize = true;
  137. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  139. this.uiLabel1.Location = new System.Drawing.Point(3, 9);
  140. this.uiLabel1.Name = "uiLabel1";
  141. this.uiLabel1.Size = new System.Drawing.Size(103, 16);
  142. this.uiLabel1.TabIndex = 68;
  143. this.uiLabel1.Text = "首件打样数量";
  144. //
  145. // FirstTestSettingForm
  146. //
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  148. this.ClientSize = new System.Drawing.Size(359, 163);
  149. this.Controls.Add(this.uiTabControl1);
  150. this.MaximizeBox = false;
  151. this.MinimizeBox = false;
  152. this.Name = "FirstTestSettingForm";
  153. this.Text = "首件打样测试";
  154. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  155. this.uiTabControl1.ResumeLayout(false);
  156. this.tabPage1.ResumeLayout(false);
  157. this.tabPage1.PerformLayout();
  158. this.tabPage2.ResumeLayout(false);
  159. this.tabPage2.PerformLayout();
  160. this.ResumeLayout(false);
  161. }
  162. #endregion
  163. private Sunny.UI.UITabControl uiTabControl1;
  164. private System.Windows.Forms.TabPage tabPage1;
  165. private System.Windows.Forms.TabPage tabPage2;
  166. private PlcUiControl.PlcUiNumberInput txt载带1首件打样数量;
  167. private Sunny.UI.UILabel uiLabel47;
  168. private PlcUiControl.PlcUiNumberInput txt载带2首件打样数量;
  169. private Sunny.UI.UILabel uiLabel1;
  170. }
  171. }