TestModeSettingForm.Designer.cs 47 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  1. namespace YangjieTester.主界面
  2. {
  3. partial class TestModeSettingForm
  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.cob测试模式 = new PlcUiControl.PlcUiComboBox();
  29. this.uiLabel15 = new Sunny.UI.UILabel();
  30. this.uiTabControl1 = new Sunny.UI.UITabControl();
  31. this.tabPage1 = new System.Windows.Forms.TabPage();
  32. this.txt测试1仿真值 = new PlcUiControl.PlcUiNumberInput();
  33. this.uiLabel47 = new Sunny.UI.UILabel();
  34. this.btn测试1仿真 = new PlcUiControl.PlcUiButton();
  35. this.tabPage2 = new System.Windows.Forms.TabPage();
  36. this.txt测试2仿真值 = new PlcUiControl.PlcUiNumberInput();
  37. this.uiLabel1 = new Sunny.UI.UILabel();
  38. this.btn测试2仿真 = new PlcUiControl.PlcUiButton();
  39. this.tabPage3 = new System.Windows.Forms.TabPage();
  40. this.txt测试3仿真值 = new PlcUiControl.PlcUiNumberInput();
  41. this.uiLabel2 = new Sunny.UI.UILabel();
  42. this.btn测试3仿真 = new PlcUiControl.PlcUiButton();
  43. this.tabPage4 = new System.Windows.Forms.TabPage();
  44. this.txt测试4仿真值 = new PlcUiControl.PlcUiNumberInput();
  45. this.uiLabel3 = new Sunny.UI.UILabel();
  46. this.btn测试4仿真 = new PlcUiControl.PlcUiButton();
  47. this.tabPage5 = new System.Windows.Forms.TabPage();
  48. this.txt测试5仿真值 = new PlcUiControl.PlcUiNumberInput();
  49. this.uiLabel4 = new Sunny.UI.UILabel();
  50. this.btn测试5仿真 = new PlcUiControl.PlcUiButton();
  51. this.tabPage6 = new System.Windows.Forms.TabPage();
  52. this.txt热测仿真值 = new PlcUiControl.PlcUiNumberInput();
  53. this.uiLabel5 = new Sunny.UI.UILabel();
  54. this.btn热测仿真 = new PlcUiControl.PlcUiButton();
  55. this.tabPage7 = new System.Windows.Forms.TabPage();
  56. this.plcUiNumberInput1 = new PlcUiControl.PlcUiNumberInput();
  57. this.uiLabel6 = new Sunny.UI.UILabel();
  58. this.plcUiButton1 = new PlcUiControl.PlcUiButton();
  59. this.uiTabControl1.SuspendLayout();
  60. this.tabPage1.SuspendLayout();
  61. this.tabPage2.SuspendLayout();
  62. this.tabPage3.SuspendLayout();
  63. this.tabPage4.SuspendLayout();
  64. this.tabPage5.SuspendLayout();
  65. this.tabPage6.SuspendLayout();
  66. this.tabPage7.SuspendLayout();
  67. this.SuspendLayout();
  68. //
  69. // cob测试模式
  70. //
  71. this.cob测试模式.DataSource = null;
  72. this.cob测试模式.DisabilityTriggerNode = null;
  73. this.cob测试模式.DropDownStyle = Sunny.UI.UIDropDownStyle.DropDownList;
  74. this.cob测试模式.FillColor = System.Drawing.Color.White;
  75. this.cob测试模式.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.cob测试模式.InvisibilityTriggerNode = null;
  77. this.cob测试模式.ItemHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  78. this.cob测试模式.Items.AddRange(new object[] {
  79. "串测",
  80. "并测"});
  81. this.cob测试模式.ItemSelectForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  82. this.cob测试模式.Location = new System.Drawing.Point(121, 46);
  83. this.cob测试模式.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  84. this.cob测试模式.MinimumSize = new System.Drawing.Size(63, 0);
  85. this.cob测试模式.Name = "cob测试模式";
  86. this.cob测试模式.Padding = new System.Windows.Forms.Padding(0, 0, 30, 2);
  87. this.cob测试模式.ReadNode = new Node("Application.A04_TestStation_Auto.ui工作模式", NodeType.UDINT, "工作模式:=1串测/2并测——HMIset");
  88. this.cob测试模式.Size = new System.Drawing.Size(125, 29);
  89. this.cob测试模式.SymbolSize = 24;
  90. this.cob测试模式.TabIndex = 29;
  91. this.cob测试模式.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  92. this.cob测试模式.Watermark = "";
  93. this.cob测试模式.WriteNode = new Node("Application.A04_TestStation_Auto.ui工作模式", NodeType.UDINT, "工作模式:=1串测/2并测——HMIset");
  94. //
  95. // uiLabel15
  96. //
  97. this.uiLabel15.AutoSize = true;
  98. this.uiLabel15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.uiLabel15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  100. this.uiLabel15.Location = new System.Drawing.Point(3, 52);
  101. this.uiLabel15.Name = "uiLabel15";
  102. this.uiLabel15.Size = new System.Drawing.Size(87, 16);
  103. this.uiLabel15.TabIndex = 28;
  104. this.uiLabel15.Text = "测试站模式";
  105. //
  106. // uiTabControl1
  107. //
  108. this.uiTabControl1.Controls.Add(this.tabPage7);
  109. this.uiTabControl1.Controls.Add(this.tabPage1);
  110. this.uiTabControl1.Controls.Add(this.tabPage2);
  111. this.uiTabControl1.Controls.Add(this.tabPage3);
  112. this.uiTabControl1.Controls.Add(this.tabPage4);
  113. this.uiTabControl1.Controls.Add(this.tabPage5);
  114. this.uiTabControl1.Controls.Add(this.tabPage6);
  115. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  116. this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.uiTabControl1.ItemSize = new System.Drawing.Size(80, 40);
  118. this.uiTabControl1.Location = new System.Drawing.Point(3, 83);
  119. this.uiTabControl1.MainPage = "";
  120. this.uiTabControl1.Name = "uiTabControl1";
  121. this.uiTabControl1.SelectedIndex = 0;
  122. this.uiTabControl1.Size = new System.Drawing.Size(566, 235);
  123. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  124. this.uiTabControl1.TabIndex = 30;
  125. this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. //
  127. // tabPage1
  128. //
  129. this.tabPage1.Controls.Add(this.txt测试1仿真值);
  130. this.tabPage1.Controls.Add(this.uiLabel47);
  131. this.tabPage1.Controls.Add(this.btn测试1仿真);
  132. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  133. this.tabPage1.Name = "tabPage1";
  134. this.tabPage1.Size = new System.Drawing.Size(537, 195);
  135. this.tabPage1.TabIndex = 0;
  136. this.tabPage1.Text = "测试1";
  137. this.tabPage1.UseVisualStyleBackColor = true;
  138. //
  139. // txt测试1仿真值
  140. //
  141. this.txt测试1仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
  142. this.txt测试1仿真值.DisabilityTriggerNode = null;
  143. this.txt测试1仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.txt测试1仿真值.Gain = 1D;
  145. this.txt测试1仿真值.IntegerDigits = 0;
  146. this.txt测试1仿真值.InvisibilityTriggerNode = null;
  147. this.txt测试1仿真值.Location = new System.Drawing.Point(81, 98);
  148. this.txt测试1仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  149. this.txt测试1仿真值.MinimumSize = new System.Drawing.Size(1, 16);
  150. this.txt测试1仿真值.Name = "txt测试1仿真值";
  151. this.txt测试1仿真值.Padding = new System.Windows.Forms.Padding(5);
  152. this.txt测试1仿真值.ReadNode = new Node("Application.A04_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  153. this.txt测试1仿真值.ShowText = false;
  154. this.txt测试1仿真值.Size = new System.Drawing.Size(72, 27);
  155. this.txt测试1仿真值.TabIndex = 193;
  156. this.txt测试1仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  157. this.txt测试1仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  158. this.txt测试1仿真值.Watermark = "";
  159. this.txt测试1仿真值.WriteNode = new Node("Application.A04_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  160. //
  161. // uiLabel47
  162. //
  163. this.uiLabel47.AutoSize = true;
  164. this.uiLabel47.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.uiLabel47.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  166. this.uiLabel47.Location = new System.Drawing.Point(3, 104);
  167. this.uiLabel47.Name = "uiLabel47";
  168. this.uiLabel47.Size = new System.Drawing.Size(71, 16);
  169. this.uiLabel47.TabIndex = 192;
  170. this.uiLabel47.Text = "仿真结果";
  171. //
  172. // btn测试1仿真
  173. //
  174. this.btn测试1仿真.ButtonType = PlcUiControl.ButtonType.交替型;
  175. this.btn测试1仿真.Cursor = System.Windows.Forms.Cursors.Hand;
  176. this.btn测试1仿真.DisabilityTriggerNode = null;
  177. this.btn测试1仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  178. this.btn测试1仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  179. this.btn测试1仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  180. this.btn测试1仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.btn测试1仿真.InvisibilityTriggerNode = null;
  182. this.btn测试1仿真.Location = new System.Drawing.Point(3, 33);
  183. this.btn测试1仿真.Maximum = 0D;
  184. this.btn测试1仿真.Minimum = 0D;
  185. this.btn测试1仿真.MinimumSize = new System.Drawing.Size(1, 1);
  186. this.btn测试1仿真.Name = "btn测试1仿真";
  187. this.btn测试1仿真.NeedUserEnsure = false;
  188. this.btn测试1仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  189. this.btn测试1仿真.OffSymbol = 61453;
  190. this.btn测试1仿真.OffText = "仿真测试关";
  191. this.btn测试1仿真.OnColor = System.Drawing.Color.Green;
  192. this.btn测试1仿真.OnSymbol = 61452;
  193. this.btn测试1仿真.OnText = "仿真测试开";
  194. this.btn测试1仿真.ReadNode = new Node("Application.A04_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  195. this.btn测试1仿真.Size = new System.Drawing.Size(150, 42);
  196. this.btn测试1仿真.Symbol = 61453;
  197. this.btn测试1仿真.TabIndex = 191;
  198. this.btn测试1仿真.Text = "仿真测试关";
  199. this.btn测试1仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.btn测试1仿真.WriteNode = new Node("Application.A04_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  201. //
  202. // tabPage2
  203. //
  204. this.tabPage2.Controls.Add(this.txt测试2仿真值);
  205. this.tabPage2.Controls.Add(this.uiLabel1);
  206. this.tabPage2.Controls.Add(this.btn测试2仿真);
  207. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  208. this.tabPage2.Name = "tabPage2";
  209. this.tabPage2.Size = new System.Drawing.Size(537, 195);
  210. this.tabPage2.TabIndex = 1;
  211. this.tabPage2.Text = "测试2";
  212. this.tabPage2.UseVisualStyleBackColor = true;
  213. //
  214. // txt测试2仿真值
  215. //
  216. this.txt测试2仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
  217. this.txt测试2仿真值.DisabilityTriggerNode = null;
  218. this.txt测试2仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.txt测试2仿真值.Gain = 1D;
  220. this.txt测试2仿真值.IntegerDigits = 0;
  221. this.txt测试2仿真值.InvisibilityTriggerNode = null;
  222. this.txt测试2仿真值.Location = new System.Drawing.Point(81, 98);
  223. this.txt测试2仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  224. this.txt测试2仿真值.MinimumSize = new System.Drawing.Size(1, 16);
  225. this.txt测试2仿真值.Name = "txt测试2仿真值";
  226. this.txt测试2仿真值.Padding = new System.Windows.Forms.Padding(5);
  227. this.txt测试2仿真值.ReadNode = new Node("Application.A05_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  228. this.txt测试2仿真值.ShowText = false;
  229. this.txt测试2仿真值.Size = new System.Drawing.Size(72, 27);
  230. this.txt测试2仿真值.TabIndex = 196;
  231. this.txt测试2仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  232. this.txt测试2仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  233. this.txt测试2仿真值.Watermark = "";
  234. this.txt测试2仿真值.WriteNode = new Node("Application.A05_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  235. //
  236. // uiLabel1
  237. //
  238. this.uiLabel1.AutoSize = true;
  239. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  241. this.uiLabel1.Location = new System.Drawing.Point(3, 104);
  242. this.uiLabel1.Name = "uiLabel1";
  243. this.uiLabel1.Size = new System.Drawing.Size(71, 16);
  244. this.uiLabel1.TabIndex = 195;
  245. this.uiLabel1.Text = "仿真结果";
  246. //
  247. // btn测试2仿真
  248. //
  249. this.btn测试2仿真.ButtonType = PlcUiControl.ButtonType.交替型;
  250. this.btn测试2仿真.Cursor = System.Windows.Forms.Cursors.Hand;
  251. this.btn测试2仿真.DisabilityTriggerNode = null;
  252. this.btn测试2仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  253. this.btn测试2仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  254. this.btn测试2仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  255. this.btn测试2仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.btn测试2仿真.InvisibilityTriggerNode = null;
  257. this.btn测试2仿真.Location = new System.Drawing.Point(3, 33);
  258. this.btn测试2仿真.Maximum = 0D;
  259. this.btn测试2仿真.Minimum = 0D;
  260. this.btn测试2仿真.MinimumSize = new System.Drawing.Size(1, 1);
  261. this.btn测试2仿真.Name = "btn测试2仿真";
  262. this.btn测试2仿真.NeedUserEnsure = false;
  263. this.btn测试2仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  264. this.btn测试2仿真.OffSymbol = 61453;
  265. this.btn测试2仿真.OffText = "仿真测试关";
  266. this.btn测试2仿真.OnColor = System.Drawing.Color.Green;
  267. this.btn测试2仿真.OnSymbol = 61452;
  268. this.btn测试2仿真.OnText = "仿真测试开";
  269. this.btn测试2仿真.ReadNode = new Node("Application.A05_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  270. this.btn测试2仿真.Size = new System.Drawing.Size(150, 42);
  271. this.btn测试2仿真.Symbol = 61453;
  272. this.btn测试2仿真.TabIndex = 194;
  273. this.btn测试2仿真.Text = "仿真测试关";
  274. this.btn测试2仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.btn测试2仿真.WriteNode = new Node("Application.A05_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  276. //
  277. // tabPage3
  278. //
  279. this.tabPage3.Controls.Add(this.txt测试3仿真值);
  280. this.tabPage3.Controls.Add(this.uiLabel2);
  281. this.tabPage3.Controls.Add(this.btn测试3仿真);
  282. this.tabPage3.Location = new System.Drawing.Point(0, 40);
  283. this.tabPage3.Name = "tabPage3";
  284. this.tabPage3.Size = new System.Drawing.Size(537, 195);
  285. this.tabPage3.TabIndex = 2;
  286. this.tabPage3.Text = "测试3";
  287. this.tabPage3.UseVisualStyleBackColor = true;
  288. //
  289. // txt测试3仿真值
  290. //
  291. this.txt测试3仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
  292. this.txt测试3仿真值.DisabilityTriggerNode = null;
  293. this.txt测试3仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. this.txt测试3仿真值.Gain = 1D;
  295. this.txt测试3仿真值.IntegerDigits = 0;
  296. this.txt测试3仿真值.InvisibilityTriggerNode = null;
  297. this.txt测试3仿真值.Location = new System.Drawing.Point(81, 98);
  298. this.txt测试3仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  299. this.txt测试3仿真值.MinimumSize = new System.Drawing.Size(1, 16);
  300. this.txt测试3仿真值.Name = "txt测试3仿真值";
  301. this.txt测试3仿真值.Padding = new System.Windows.Forms.Padding(5);
  302. this.txt测试3仿真值.ReadNode = new Node("Application.A06_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  303. this.txt测试3仿真值.ShowText = false;
  304. this.txt测试3仿真值.Size = new System.Drawing.Size(72, 27);
  305. this.txt测试3仿真值.TabIndex = 196;
  306. this.txt测试3仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  307. this.txt测试3仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  308. this.txt测试3仿真值.Watermark = "";
  309. this.txt测试3仿真值.WriteNode = new Node("Application.A06_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  310. //
  311. // uiLabel2
  312. //
  313. this.uiLabel2.AutoSize = true;
  314. this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  316. this.uiLabel2.Location = new System.Drawing.Point(3, 104);
  317. this.uiLabel2.Name = "uiLabel2";
  318. this.uiLabel2.Size = new System.Drawing.Size(71, 16);
  319. this.uiLabel2.TabIndex = 195;
  320. this.uiLabel2.Text = "仿真结果";
  321. //
  322. // btn测试3仿真
  323. //
  324. this.btn测试3仿真.ButtonType = PlcUiControl.ButtonType.交替型;
  325. this.btn测试3仿真.Cursor = System.Windows.Forms.Cursors.Hand;
  326. this.btn测试3仿真.DisabilityTriggerNode = null;
  327. this.btn测试3仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  328. this.btn测试3仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  329. this.btn测试3仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  330. this.btn测试3仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.btn测试3仿真.InvisibilityTriggerNode = null;
  332. this.btn测试3仿真.Location = new System.Drawing.Point(3, 33);
  333. this.btn测试3仿真.Maximum = 0D;
  334. this.btn测试3仿真.Minimum = 0D;
  335. this.btn测试3仿真.MinimumSize = new System.Drawing.Size(1, 1);
  336. this.btn测试3仿真.Name = "btn测试3仿真";
  337. this.btn测试3仿真.NeedUserEnsure = false;
  338. this.btn测试3仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  339. this.btn测试3仿真.OffSymbol = 61453;
  340. this.btn测试3仿真.OffText = "仿真测试关";
  341. this.btn测试3仿真.OnColor = System.Drawing.Color.Green;
  342. this.btn测试3仿真.OnSymbol = 61452;
  343. this.btn测试3仿真.OnText = "仿真测试开";
  344. this.btn测试3仿真.ReadNode = new Node("Application.A06_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  345. this.btn测试3仿真.Size = new System.Drawing.Size(150, 42);
  346. this.btn测试3仿真.Symbol = 61453;
  347. this.btn测试3仿真.TabIndex = 194;
  348. this.btn测试3仿真.Text = "仿真测试关";
  349. this.btn测试3仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.btn测试3仿真.WriteNode = new Node("Application.A06_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  351. //
  352. // tabPage4
  353. //
  354. this.tabPage4.Controls.Add(this.txt测试4仿真值);
  355. this.tabPage4.Controls.Add(this.uiLabel3);
  356. this.tabPage4.Controls.Add(this.btn测试4仿真);
  357. this.tabPage4.Location = new System.Drawing.Point(0, 40);
  358. this.tabPage4.Name = "tabPage4";
  359. this.tabPage4.Size = new System.Drawing.Size(566, 195);
  360. this.tabPage4.TabIndex = 3;
  361. this.tabPage4.Text = "测试4";
  362. this.tabPage4.UseVisualStyleBackColor = true;
  363. //
  364. // txt测试4仿真值
  365. //
  366. this.txt测试4仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
  367. this.txt测试4仿真值.DisabilityTriggerNode = null;
  368. this.txt测试4仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  369. this.txt测试4仿真值.Gain = 1D;
  370. this.txt测试4仿真值.IntegerDigits = 0;
  371. this.txt测试4仿真值.InvisibilityTriggerNode = null;
  372. this.txt测试4仿真值.Location = new System.Drawing.Point(81, 98);
  373. this.txt测试4仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  374. this.txt测试4仿真值.MinimumSize = new System.Drawing.Size(1, 16);
  375. this.txt测试4仿真值.Name = "txt测试4仿真值";
  376. this.txt测试4仿真值.Padding = new System.Windows.Forms.Padding(5);
  377. this.txt测试4仿真值.ReadNode = new Node("Application.A07_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  378. this.txt测试4仿真值.ShowText = false;
  379. this.txt测试4仿真值.Size = new System.Drawing.Size(72, 27);
  380. this.txt测试4仿真值.TabIndex = 196;
  381. this.txt测试4仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  382. this.txt测试4仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  383. this.txt测试4仿真值.Watermark = "";
  384. this.txt测试4仿真值.WriteNode = new Node("Application.A07_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  385. //
  386. // uiLabel3
  387. //
  388. this.uiLabel3.AutoSize = true;
  389. this.uiLabel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.uiLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  391. this.uiLabel3.Location = new System.Drawing.Point(3, 104);
  392. this.uiLabel3.Name = "uiLabel3";
  393. this.uiLabel3.Size = new System.Drawing.Size(71, 16);
  394. this.uiLabel3.TabIndex = 195;
  395. this.uiLabel3.Text = "仿真结果";
  396. //
  397. // btn测试4仿真
  398. //
  399. this.btn测试4仿真.ButtonType = PlcUiControl.ButtonType.交替型;
  400. this.btn测试4仿真.Cursor = System.Windows.Forms.Cursors.Hand;
  401. this.btn测试4仿真.DisabilityTriggerNode = null;
  402. this.btn测试4仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  403. this.btn测试4仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  404. this.btn测试4仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  405. this.btn测试4仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.btn测试4仿真.InvisibilityTriggerNode = null;
  407. this.btn测试4仿真.Location = new System.Drawing.Point(3, 33);
  408. this.btn测试4仿真.Maximum = 0D;
  409. this.btn测试4仿真.Minimum = 0D;
  410. this.btn测试4仿真.MinimumSize = new System.Drawing.Size(1, 1);
  411. this.btn测试4仿真.Name = "btn测试4仿真";
  412. this.btn测试4仿真.NeedUserEnsure = false;
  413. this.btn测试4仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  414. this.btn测试4仿真.OffSymbol = 61453;
  415. this.btn测试4仿真.OffText = "仿真测试关";
  416. this.btn测试4仿真.OnColor = System.Drawing.Color.Green;
  417. this.btn测试4仿真.OnSymbol = 61452;
  418. this.btn测试4仿真.OnText = "仿真测试开";
  419. this.btn测试4仿真.ReadNode = new Node("Application.A07_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  420. this.btn测试4仿真.Size = new System.Drawing.Size(150, 42);
  421. this.btn测试4仿真.Symbol = 61453;
  422. this.btn测试4仿真.TabIndex = 194;
  423. this.btn测试4仿真.Text = "仿真测试关";
  424. this.btn测试4仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. this.btn测试4仿真.WriteNode = new Node("Application.A07_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  426. //
  427. // tabPage5
  428. //
  429. this.tabPage5.Controls.Add(this.txt测试5仿真值);
  430. this.tabPage5.Controls.Add(this.uiLabel4);
  431. this.tabPage5.Controls.Add(this.btn测试5仿真);
  432. this.tabPage5.Location = new System.Drawing.Point(0, 40);
  433. this.tabPage5.Name = "tabPage5";
  434. this.tabPage5.Size = new System.Drawing.Size(566, 195);
  435. this.tabPage5.TabIndex = 4;
  436. this.tabPage5.Text = "测试5";
  437. this.tabPage5.UseVisualStyleBackColor = true;
  438. //
  439. // txt测试5仿真值
  440. //
  441. this.txt测试5仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
  442. this.txt测试5仿真值.DisabilityTriggerNode = null;
  443. this.txt测试5仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.txt测试5仿真值.Gain = 1D;
  445. this.txt测试5仿真值.IntegerDigits = 0;
  446. this.txt测试5仿真值.InvisibilityTriggerNode = null;
  447. this.txt测试5仿真值.Location = new System.Drawing.Point(81, 98);
  448. this.txt测试5仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  449. this.txt测试5仿真值.MinimumSize = new System.Drawing.Size(1, 16);
  450. this.txt测试5仿真值.Name = "txt测试5仿真值";
  451. this.txt测试5仿真值.Padding = new System.Windows.Forms.Padding(5);
  452. this.txt测试5仿真值.ReadNode = new Node("Application.A25_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  453. this.txt测试5仿真值.ShowText = false;
  454. this.txt测试5仿真值.Size = new System.Drawing.Size(72, 27);
  455. this.txt测试5仿真值.TabIndex = 196;
  456. this.txt测试5仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  457. this.txt测试5仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  458. this.txt测试5仿真值.Watermark = "";
  459. this.txt测试5仿真值.WriteNode = new Node("Application.A25_TestStation_Auto.b_仿真测试结果", NodeType.BOOL, null);
  460. //
  461. // uiLabel4
  462. //
  463. this.uiLabel4.AutoSize = true;
  464. this.uiLabel4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  466. this.uiLabel4.Location = new System.Drawing.Point(3, 104);
  467. this.uiLabel4.Name = "uiLabel4";
  468. this.uiLabel4.Size = new System.Drawing.Size(71, 16);
  469. this.uiLabel4.TabIndex = 195;
  470. this.uiLabel4.Text = "仿真结果";
  471. //
  472. // btn测试5仿真
  473. //
  474. this.btn测试5仿真.ButtonType = PlcUiControl.ButtonType.交替型;
  475. this.btn测试5仿真.Cursor = System.Windows.Forms.Cursors.Hand;
  476. this.btn测试5仿真.DisabilityTriggerNode = null;
  477. this.btn测试5仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  478. this.btn测试5仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  479. this.btn测试5仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  480. this.btn测试5仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  481. this.btn测试5仿真.InvisibilityTriggerNode = null;
  482. this.btn测试5仿真.Location = new System.Drawing.Point(3, 33);
  483. this.btn测试5仿真.Maximum = 0D;
  484. this.btn测试5仿真.Minimum = 0D;
  485. this.btn测试5仿真.MinimumSize = new System.Drawing.Size(1, 1);
  486. this.btn测试5仿真.Name = "btn测试5仿真";
  487. this.btn测试5仿真.NeedUserEnsure = false;
  488. this.btn测试5仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  489. this.btn测试5仿真.OffSymbol = 61453;
  490. this.btn测试5仿真.OffText = "仿真测试关";
  491. this.btn测试5仿真.OnColor = System.Drawing.Color.Green;
  492. this.btn测试5仿真.OnSymbol = 61452;
  493. this.btn测试5仿真.OnText = "仿真测试开";
  494. this.btn测试5仿真.ReadNode = new Node("Application.A25_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  495. this.btn测试5仿真.Size = new System.Drawing.Size(150, 42);
  496. this.btn测试5仿真.Symbol = 61453;
  497. this.btn测试5仿真.TabIndex = 194;
  498. this.btn测试5仿真.Text = "仿真测试关";
  499. this.btn测试5仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  500. this.btn测试5仿真.WriteNode = new Node("Application.A25_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  501. //
  502. // tabPage6
  503. //
  504. this.tabPage6.Controls.Add(this.txt热测仿真值);
  505. this.tabPage6.Controls.Add(this.uiLabel5);
  506. this.tabPage6.Controls.Add(this.btn热测仿真);
  507. this.tabPage6.Location = new System.Drawing.Point(0, 40);
  508. this.tabPage6.Name = "tabPage6";
  509. this.tabPage6.Size = new System.Drawing.Size(566, 195);
  510. this.tabPage6.TabIndex = 5;
  511. this.tabPage6.Text = "热测";
  512. this.tabPage6.UseVisualStyleBackColor = true;
  513. //
  514. // txt热测仿真值
  515. //
  516. this.txt热测仿真值.Cursor = System.Windows.Forms.Cursors.IBeam;
  517. this.txt热测仿真值.DisabilityTriggerNode = null;
  518. this.txt热测仿真值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  519. this.txt热测仿真值.Gain = 1D;
  520. this.txt热测仿真值.IntegerDigits = 0;
  521. this.txt热测仿真值.InvisibilityTriggerNode = null;
  522. this.txt热测仿真值.Location = new System.Drawing.Point(81, 98);
  523. this.txt热测仿真值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  524. this.txt热测仿真值.MinimumSize = new System.Drawing.Size(1, 16);
  525. this.txt热测仿真值.Name = "txt热测仿真值";
  526. this.txt热测仿真值.Padding = new System.Windows.Forms.Padding(5);
  527. this.txt热测仿真值.ReadNode = new Node("Application.A14_ThermalTest_Auto.ui热测仿真结果", NodeType.UDINT, null);
  528. this.txt热测仿真值.ShowText = false;
  529. this.txt热测仿真值.Size = new System.Drawing.Size(72, 27);
  530. this.txt热测仿真值.TabIndex = 199;
  531. this.txt热测仿真值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  532. this.txt热测仿真值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  533. this.txt热测仿真值.Watermark = "";
  534. this.txt热测仿真值.WriteNode = new Node("Application.A14_ThermalTest_Auto.ui热测仿真结果", NodeType.UDINT, null);
  535. //
  536. // uiLabel5
  537. //
  538. this.uiLabel5.AutoSize = true;
  539. this.uiLabel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.uiLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  541. this.uiLabel5.Location = new System.Drawing.Point(3, 104);
  542. this.uiLabel5.Name = "uiLabel5";
  543. this.uiLabel5.Size = new System.Drawing.Size(71, 16);
  544. this.uiLabel5.TabIndex = 198;
  545. this.uiLabel5.Text = "仿真结果";
  546. //
  547. // btn热测仿真
  548. //
  549. this.btn热测仿真.ButtonType = PlcUiControl.ButtonType.交替型;
  550. this.btn热测仿真.Cursor = System.Windows.Forms.Cursors.Hand;
  551. this.btn热测仿真.DisabilityTriggerNode = null;
  552. this.btn热测仿真.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  553. this.btn热测仿真.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  554. this.btn热测仿真.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  555. this.btn热测仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  556. this.btn热测仿真.InvisibilityTriggerNode = null;
  557. this.btn热测仿真.Location = new System.Drawing.Point(3, 33);
  558. this.btn热测仿真.Maximum = 0D;
  559. this.btn热测仿真.Minimum = 0D;
  560. this.btn热测仿真.MinimumSize = new System.Drawing.Size(1, 1);
  561. this.btn热测仿真.Name = "btn热测仿真";
  562. this.btn热测仿真.NeedUserEnsure = false;
  563. this.btn热测仿真.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  564. this.btn热测仿真.OffSymbol = 61453;
  565. this.btn热测仿真.OffText = "仿真测试关";
  566. this.btn热测仿真.OnColor = System.Drawing.Color.Green;
  567. this.btn热测仿真.OnSymbol = 61452;
  568. this.btn热测仿真.OnText = "仿真测试开";
  569. this.btn热测仿真.ReadNode = new Node("Application.A14_ThermalTest_Auto.b热测仿真开关", NodeType.BOOL, null);
  570. this.btn热测仿真.Size = new System.Drawing.Size(150, 42);
  571. this.btn热测仿真.Symbol = 61453;
  572. this.btn热测仿真.TabIndex = 197;
  573. this.btn热测仿真.Text = "仿真测试关";
  574. this.btn热测仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.btn热测仿真.WriteNode = new Node("Application.A14_ThermalTest_Auto.b热测仿真开关", NodeType.BOOL, null);
  576. //
  577. // tabPage7
  578. //
  579. this.tabPage7.Controls.Add(this.plcUiNumberInput1);
  580. this.tabPage7.Controls.Add(this.uiLabel6);
  581. this.tabPage7.Controls.Add(this.plcUiButton1);
  582. this.tabPage7.Location = new System.Drawing.Point(0, 40);
  583. this.tabPage7.Name = "tabPage7";
  584. this.tabPage7.Size = new System.Drawing.Size(537, 195);
  585. this.tabPage7.TabIndex = 6;
  586. this.tabPage7.Text = "电测";
  587. this.tabPage7.UseVisualStyleBackColor = true;
  588. //
  589. // plcUiNumberInput1
  590. //
  591. this.plcUiNumberInput1.Cursor = System.Windows.Forms.Cursors.IBeam;
  592. this.plcUiNumberInput1.DisabilityTriggerNode = null;
  593. this.plcUiNumberInput1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.plcUiNumberInput1.Gain = 1D;
  595. this.plcUiNumberInput1.IntegerDigits = 0;
  596. this.plcUiNumberInput1.InvisibilityTriggerNode = null;
  597. this.plcUiNumberInput1.Location = new System.Drawing.Point(81, 98);
  598. this.plcUiNumberInput1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  599. this.plcUiNumberInput1.MinimumSize = new System.Drawing.Size(1, 16);
  600. this.plcUiNumberInput1.Name = "plcUiNumberInput1";
  601. this.plcUiNumberInput1.Padding = new System.Windows.Forms.Padding(5);
  602. this.plcUiNumberInput1.ReadNode = new Node("Application.A02_TestStation_Auto.b_仿真测试结果", NodeType.UDINT, null);
  603. this.plcUiNumberInput1.ShowText = false;
  604. this.plcUiNumberInput1.Size = new System.Drawing.Size(72, 27);
  605. this.plcUiNumberInput1.TabIndex = 196;
  606. this.plcUiNumberInput1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  607. this.plcUiNumberInput1.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  608. this.plcUiNumberInput1.Watermark = "";
  609. this.plcUiNumberInput1.WriteNode = new Node("Application.A02_TestStation_Auto.b_仿真测试结果", NodeType.UDINT, null);
  610. //
  611. // uiLabel6
  612. //
  613. this.uiLabel6.AutoSize = true;
  614. this.uiLabel6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.uiLabel6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  616. this.uiLabel6.Location = new System.Drawing.Point(3, 104);
  617. this.uiLabel6.Name = "uiLabel6";
  618. this.uiLabel6.Size = new System.Drawing.Size(71, 16);
  619. this.uiLabel6.TabIndex = 195;
  620. this.uiLabel6.Text = "仿真结果";
  621. //
  622. // plcUiButton1
  623. //
  624. this.plcUiButton1.ButtonType = PlcUiControl.ButtonType.交替型;
  625. this.plcUiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  626. this.plcUiButton1.DisabilityTriggerNode = null;
  627. this.plcUiButton1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  628. this.plcUiButton1.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  629. this.plcUiButton1.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  630. this.plcUiButton1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  631. this.plcUiButton1.InvisibilityTriggerNode = null;
  632. this.plcUiButton1.Location = new System.Drawing.Point(3, 33);
  633. this.plcUiButton1.Maximum = 0D;
  634. this.plcUiButton1.Minimum = 0D;
  635. this.plcUiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  636. this.plcUiButton1.Name = "plcUiButton1";
  637. this.plcUiButton1.NeedUserEnsure = false;
  638. this.plcUiButton1.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  639. this.plcUiButton1.OffSymbol = 61453;
  640. this.plcUiButton1.OffText = "仿真测试关";
  641. this.plcUiButton1.OnColor = System.Drawing.Color.Green;
  642. this.plcUiButton1.OnSymbol = 61452;
  643. this.plcUiButton1.OnText = "仿真测试开";
  644. this.plcUiButton1.ReadNode = new Node("Application.A02_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  645. this.plcUiButton1.Size = new System.Drawing.Size(150, 42);
  646. this.plcUiButton1.Symbol = 61453;
  647. this.plcUiButton1.TabIndex = 194;
  648. this.plcUiButton1.Text = "仿真测试关";
  649. this.plcUiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  650. this.plcUiButton1.WriteNode = new Node("Application.A02_TestStation_Auto.b_仿真测试", NodeType.BOOL, null);
  651. //
  652. // TestModeSettingForm
  653. //
  654. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  655. this.ClientSize = new System.Drawing.Size(573, 321);
  656. this.Controls.Add(this.uiTabControl1);
  657. this.Controls.Add(this.cob测试模式);
  658. this.Controls.Add(this.uiLabel15);
  659. this.MaximizeBox = false;
  660. this.MinimizeBox = false;
  661. this.Name = "TestModeSettingForm";
  662. this.Text = "测试模式选择";
  663. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  664. this.uiTabControl1.ResumeLayout(false);
  665. this.tabPage1.ResumeLayout(false);
  666. this.tabPage1.PerformLayout();
  667. this.tabPage2.ResumeLayout(false);
  668. this.tabPage2.PerformLayout();
  669. this.tabPage3.ResumeLayout(false);
  670. this.tabPage3.PerformLayout();
  671. this.tabPage4.ResumeLayout(false);
  672. this.tabPage4.PerformLayout();
  673. this.tabPage5.ResumeLayout(false);
  674. this.tabPage5.PerformLayout();
  675. this.tabPage6.ResumeLayout(false);
  676. this.tabPage6.PerformLayout();
  677. this.tabPage7.ResumeLayout(false);
  678. this.tabPage7.PerformLayout();
  679. this.ResumeLayout(false);
  680. this.PerformLayout();
  681. }
  682. #endregion
  683. private PlcUiControl.PlcUiComboBox cob测试模式;
  684. private Sunny.UI.UILabel uiLabel15;
  685. private Sunny.UI.UITabControl uiTabControl1;
  686. private System.Windows.Forms.TabPage tabPage1;
  687. private System.Windows.Forms.TabPage tabPage2;
  688. private System.Windows.Forms.TabPage tabPage3;
  689. private System.Windows.Forms.TabPage tabPage4;
  690. private System.Windows.Forms.TabPage tabPage5;
  691. private PlcUiControl.PlcUiButton btn测试1仿真;
  692. private PlcUiControl.PlcUiNumberInput txt测试1仿真值;
  693. private PlcUiControl.PlcUiNumberInput txt测试2仿真值;
  694. private Sunny.UI.UILabel uiLabel1;
  695. private PlcUiControl.PlcUiButton btn测试2仿真;
  696. private PlcUiControl.PlcUiNumberInput txt测试3仿真值;
  697. private Sunny.UI.UILabel uiLabel2;
  698. private PlcUiControl.PlcUiButton btn测试3仿真;
  699. private PlcUiControl.PlcUiNumberInput txt测试4仿真值;
  700. private Sunny.UI.UILabel uiLabel3;
  701. private PlcUiControl.PlcUiButton btn测试4仿真;
  702. private PlcUiControl.PlcUiNumberInput txt测试5仿真值;
  703. private Sunny.UI.UILabel uiLabel4;
  704. private PlcUiControl.PlcUiButton btn测试5仿真;
  705. private Sunny.UI.UILabel uiLabel47;
  706. private System.Windows.Forms.TabPage tabPage6;
  707. private PlcUiControl.PlcUiNumberInput txt热测仿真值;
  708. private Sunny.UI.UILabel uiLabel5;
  709. private PlcUiControl.PlcUiButton btn热测仿真;
  710. private System.Windows.Forms.TabPage tabPage7;
  711. private PlcUiControl.PlcUiNumberInput plcUiNumberInput1;
  712. private Sunny.UI.UILabel uiLabel6;
  713. private PlcUiControl.PlcUiButton plcUiButton1;
  714. }
  715. }