TestModeSettingForm.Designer.cs 41 KB

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