FrmPressure.Designer.cs 100 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755
  1. namespace HRT_Measure
  2. {
  3. partial class FrmPressure
  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.uiTitlePanel压机 = new Sunny.UI.UITitlePanel();
  29. this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
  30. this.uiTabControl1 = new Sunny.UI.UITabControl();
  31. this.tabPage1 = new System.Windows.Forms.TabPage();
  32. this.uiLine1 = new Sunny.UI.UILine();
  33. this.label13 = new System.Windows.Forms.Label();
  34. this.label14 = new System.Windows.Forms.Label();
  35. this.uiSymbolButton6 = new Sunny.UI.UISymbolButton();
  36. this.uiSymbolButton7 = new Sunny.UI.UISymbolButton();
  37. this.uiTextBox6 = new Sunny.UI.UITextBox();
  38. this.label15 = new System.Windows.Forms.Label();
  39. this.uiTextBox7 = new Sunny.UI.UITextBox();
  40. this.label16 = new System.Windows.Forms.Label();
  41. this.label17 = new System.Windows.Forms.Label();
  42. this.uiSymbolButton8 = new Sunny.UI.UISymbolButton();
  43. this.label18 = new System.Windows.Forms.Label();
  44. this.uiTextBox8 = new Sunny.UI.UITextBox();
  45. this.uiSymbolButton9 = new Sunny.UI.UISymbolButton();
  46. this.label19 = new System.Windows.Forms.Label();
  47. this.uiTextBox9 = new Sunny.UI.UITextBox();
  48. this.label20 = new System.Windows.Forms.Label();
  49. this.label21 = new System.Windows.Forms.Label();
  50. this.uiSymbolButton10 = new Sunny.UI.UISymbolButton();
  51. this.uiTextBox10 = new Sunny.UI.UITextBox();
  52. this.label22 = new System.Windows.Forms.Label();
  53. this.label23 = new System.Windows.Forms.Label();
  54. this.uiSymbolButton11 = new Sunny.UI.UISymbolButton();
  55. this.uiTextBox11 = new Sunny.UI.UITextBox();
  56. this.label24 = new System.Windows.Forms.Label();
  57. this.label8 = new System.Windows.Forms.Label();
  58. this.label4 = new System.Windows.Forms.Label();
  59. this.uiSymbolButton4 = new Sunny.UI.UISymbolButton();
  60. this.uiSymbolButton2 = new Sunny.UI.UISymbolButton();
  61. this.uiTextBox4 = new Sunny.UI.UITextBox();
  62. this.label10 = new System.Windows.Forms.Label();
  63. this.uiTextBox2 = new Sunny.UI.UITextBox();
  64. this.label11 = new System.Windows.Forms.Label();
  65. this.label5 = new System.Windows.Forms.Label();
  66. this.uiSymbolButton5 = new Sunny.UI.UISymbolButton();
  67. this.label6 = new System.Windows.Forms.Label();
  68. this.uiTextBox5 = new Sunny.UI.UITextBox();
  69. this.uiSymbolButton3 = new Sunny.UI.UISymbolButton();
  70. this.label12 = new System.Windows.Forms.Label();
  71. this.uiTextBox3 = new Sunny.UI.UITextBox();
  72. this.label7 = new System.Windows.Forms.Label();
  73. this.label2 = new System.Windows.Forms.Label();
  74. this.uiSymbolButton1 = new Sunny.UI.UISymbolButton();
  75. this.uiTextBox1 = new Sunny.UI.UITextBox();
  76. this.label3 = new System.Windows.Forms.Label();
  77. this.label9 = new System.Windows.Forms.Label();
  78. this.btn快上压力 = new Sunny.UI.UISymbolButton();
  79. this.txt快上压力 = new Sunny.UI.UITextBox();
  80. this.label1 = new System.Windows.Forms.Label();
  81. this.tabPage2 = new System.Windows.Forms.TabPage();
  82. this.tabPage3 = new System.Windows.Forms.TabPage();
  83. this.tabPage4 = new System.Windows.Forms.TabPage();
  84. this.tabPage5 = new System.Windows.Forms.TabPage();
  85. this.tabPage6 = new System.Windows.Forms.TabPage();
  86. this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
  87. this.label43 = new System.Windows.Forms.Label();
  88. this.uiSymbolButton21 = new Sunny.UI.UISymbolButton();
  89. this.label44 = new System.Windows.Forms.Label();
  90. this.uiTextBox21 = new Sunny.UI.UITextBox();
  91. this.label41 = new System.Windows.Forms.Label();
  92. this.uiSymbolButton20 = new Sunny.UI.UISymbolButton();
  93. this.label42 = new System.Windows.Forms.Label();
  94. this.uiTextBox20 = new Sunny.UI.UITextBox();
  95. this.label39 = new System.Windows.Forms.Label();
  96. this.uiSymbolButton19 = new Sunny.UI.UISymbolButton();
  97. this.label40 = new System.Windows.Forms.Label();
  98. this.uiTextBox19 = new Sunny.UI.UITextBox();
  99. this.label37 = new System.Windows.Forms.Label();
  100. this.uiSymbolButton18 = new Sunny.UI.UISymbolButton();
  101. this.label38 = new System.Windows.Forms.Label();
  102. this.uiTextBox18 = new Sunny.UI.UITextBox();
  103. this.label35 = new System.Windows.Forms.Label();
  104. this.uiSymbolButton17 = new Sunny.UI.UISymbolButton();
  105. this.label36 = new System.Windows.Forms.Label();
  106. this.uiTextBox17 = new Sunny.UI.UITextBox();
  107. this.label33 = new System.Windows.Forms.Label();
  108. this.uiSymbolButton16 = new Sunny.UI.UISymbolButton();
  109. this.label34 = new System.Windows.Forms.Label();
  110. this.uiTextBox16 = new Sunny.UI.UITextBox();
  111. this.label31 = new System.Windows.Forms.Label();
  112. this.uiSymbolButton15 = new Sunny.UI.UISymbolButton();
  113. this.label32 = new System.Windows.Forms.Label();
  114. this.uiTextBox15 = new Sunny.UI.UITextBox();
  115. this.label29 = new System.Windows.Forms.Label();
  116. this.uiSymbolButton14 = new Sunny.UI.UISymbolButton();
  117. this.label30 = new System.Windows.Forms.Label();
  118. this.uiTextBox14 = new Sunny.UI.UITextBox();
  119. this.label27 = new System.Windows.Forms.Label();
  120. this.uiSymbolButton13 = new Sunny.UI.UISymbolButton();
  121. this.label28 = new System.Windows.Forms.Label();
  122. this.uiTextBox13 = new Sunny.UI.UITextBox();
  123. this.label25 = new System.Windows.Forms.Label();
  124. this.uiSymbolButton12 = new Sunny.UI.UISymbolButton();
  125. this.label26 = new System.Windows.Forms.Label();
  126. this.uiTextBox12 = new Sunny.UI.UITextBox();
  127. this.uiLabel1 = new Sunny.UI.UILabel();
  128. this.switchWrite = new Sunny.UI.UISwitch();
  129. this.uiTitlePanel压机.SuspendLayout();
  130. this.uiGroupBox2.SuspendLayout();
  131. this.uiTabControl1.SuspendLayout();
  132. this.tabPage1.SuspendLayout();
  133. this.uiGroupBox1.SuspendLayout();
  134. this.SuspendLayout();
  135. //
  136. // uiTitlePanel压机
  137. //
  138. this.uiTitlePanel压机.BackColor = System.Drawing.Color.AliceBlue;
  139. this.uiTitlePanel压机.Controls.Add(this.uiGroupBox2);
  140. this.uiTitlePanel压机.Controls.Add(this.uiGroupBox1);
  141. this.uiTitlePanel压机.Controls.Add(this.uiLabel1);
  142. this.uiTitlePanel压机.Controls.Add(this.switchWrite);
  143. this.uiTitlePanel压机.Dock = System.Windows.Forms.DockStyle.Fill;
  144. this.uiTitlePanel压机.FillColor = System.Drawing.Color.AliceBlue;
  145. this.uiTitlePanel压机.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
  146. this.uiTitlePanel压机.Location = new System.Drawing.Point(0, 0);
  147. this.uiTitlePanel压机.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  148. this.uiTitlePanel压机.MinimumSize = new System.Drawing.Size(1, 1);
  149. this.uiTitlePanel压机.Name = "uiTitlePanel压机";
  150. this.uiTitlePanel压机.ShowText = false;
  151. this.uiTitlePanel压机.Size = new System.Drawing.Size(1920, 1002);
  152. this.uiTitlePanel压机.TabIndex = 0;
  153. this.uiTitlePanel压机.Text = "压机";
  154. this.uiTitlePanel压机.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  155. this.uiTitlePanel压机.TitleColor = System.Drawing.SystemColors.GradientActiveCaption;
  156. this.uiTitlePanel压机.TitleForeColor = System.Drawing.Color.Black;
  157. //
  158. // uiGroupBox2
  159. //
  160. this.uiGroupBox2.Controls.Add(this.uiTabControl1);
  161. this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.uiGroupBox2.Location = new System.Drawing.Point(4, 36);
  163. this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  164. this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
  165. this.uiGroupBox2.Name = "uiGroupBox2";
  166. this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  167. this.uiGroupBox2.Size = new System.Drawing.Size(1296, 800);
  168. this.uiGroupBox2.TabIndex = 323;
  169. this.uiGroupBox2.Text = "油缸自动参数设定";
  170. this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  171. //
  172. // uiTabControl1
  173. //
  174. this.uiTabControl1.Controls.Add(this.tabPage1);
  175. this.uiTabControl1.Controls.Add(this.tabPage2);
  176. this.uiTabControl1.Controls.Add(this.tabPage3);
  177. this.uiTabControl1.Controls.Add(this.tabPage4);
  178. this.uiTabControl1.Controls.Add(this.tabPage5);
  179. this.uiTabControl1.Controls.Add(this.tabPage6);
  180. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  181. this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  183. this.uiTabControl1.Location = new System.Drawing.Point(25, 59);
  184. this.uiTabControl1.MainPage = "";
  185. this.uiTabControl1.Name = "uiTabControl1";
  186. this.uiTabControl1.SelectedIndex = 0;
  187. this.uiTabControl1.Size = new System.Drawing.Size(1244, 705);
  188. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  189. this.uiTabControl1.TabIndex = 321;
  190. this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. //
  192. // tabPage1
  193. //
  194. this.tabPage1.Controls.Add(this.uiLine1);
  195. this.tabPage1.Controls.Add(this.label13);
  196. this.tabPage1.Controls.Add(this.label14);
  197. this.tabPage1.Controls.Add(this.uiSymbolButton6);
  198. this.tabPage1.Controls.Add(this.uiSymbolButton7);
  199. this.tabPage1.Controls.Add(this.uiTextBox6);
  200. this.tabPage1.Controls.Add(this.label15);
  201. this.tabPage1.Controls.Add(this.uiTextBox7);
  202. this.tabPage1.Controls.Add(this.label16);
  203. this.tabPage1.Controls.Add(this.label17);
  204. this.tabPage1.Controls.Add(this.uiSymbolButton8);
  205. this.tabPage1.Controls.Add(this.label18);
  206. this.tabPage1.Controls.Add(this.uiTextBox8);
  207. this.tabPage1.Controls.Add(this.uiSymbolButton9);
  208. this.tabPage1.Controls.Add(this.label19);
  209. this.tabPage1.Controls.Add(this.uiTextBox9);
  210. this.tabPage1.Controls.Add(this.label20);
  211. this.tabPage1.Controls.Add(this.label21);
  212. this.tabPage1.Controls.Add(this.uiSymbolButton10);
  213. this.tabPage1.Controls.Add(this.uiTextBox10);
  214. this.tabPage1.Controls.Add(this.label22);
  215. this.tabPage1.Controls.Add(this.label23);
  216. this.tabPage1.Controls.Add(this.uiSymbolButton11);
  217. this.tabPage1.Controls.Add(this.uiTextBox11);
  218. this.tabPage1.Controls.Add(this.label24);
  219. this.tabPage1.Controls.Add(this.label8);
  220. this.tabPage1.Controls.Add(this.label4);
  221. this.tabPage1.Controls.Add(this.uiSymbolButton4);
  222. this.tabPage1.Controls.Add(this.uiSymbolButton2);
  223. this.tabPage1.Controls.Add(this.uiTextBox4);
  224. this.tabPage1.Controls.Add(this.label10);
  225. this.tabPage1.Controls.Add(this.uiTextBox2);
  226. this.tabPage1.Controls.Add(this.label11);
  227. this.tabPage1.Controls.Add(this.label5);
  228. this.tabPage1.Controls.Add(this.uiSymbolButton5);
  229. this.tabPage1.Controls.Add(this.label6);
  230. this.tabPage1.Controls.Add(this.uiTextBox5);
  231. this.tabPage1.Controls.Add(this.uiSymbolButton3);
  232. this.tabPage1.Controls.Add(this.label12);
  233. this.tabPage1.Controls.Add(this.uiTextBox3);
  234. this.tabPage1.Controls.Add(this.label7);
  235. this.tabPage1.Controls.Add(this.label2);
  236. this.tabPage1.Controls.Add(this.uiSymbolButton1);
  237. this.tabPage1.Controls.Add(this.uiTextBox1);
  238. this.tabPage1.Controls.Add(this.label3);
  239. this.tabPage1.Controls.Add(this.label9);
  240. this.tabPage1.Controls.Add(this.btn快上压力);
  241. this.tabPage1.Controls.Add(this.txt快上压力);
  242. this.tabPage1.Controls.Add(this.label1);
  243. this.tabPage1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  245. this.tabPage1.Name = "tabPage1";
  246. this.tabPage1.Size = new System.Drawing.Size(1244, 665);
  247. this.tabPage1.TabIndex = 0;
  248. this.tabPage1.Text = "型号1";
  249. this.tabPage1.UseVisualStyleBackColor = true;
  250. //
  251. // uiLine1
  252. //
  253. this.uiLine1.BackColor = System.Drawing.Color.Transparent;
  254. this.uiLine1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.uiLine1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  256. this.uiLine1.Location = new System.Drawing.Point(56, 256);
  257. this.uiLine1.MinimumSize = new System.Drawing.Size(1, 1);
  258. this.uiLine1.Name = "uiLine1";
  259. this.uiLine1.Size = new System.Drawing.Size(1125, 29);
  260. this.uiLine1.TabIndex = 287;
  261. //
  262. // label13
  263. //
  264. this.label13.AutoSize = true;
  265. this.label13.BackColor = System.Drawing.Color.AliceBlue;
  266. this.label13.ForeColor = System.Drawing.Color.Black;
  267. this.label13.Location = new System.Drawing.Point(728, 492);
  268. this.label13.Name = "label13";
  269. this.label13.Size = new System.Drawing.Size(179, 21);
  270. this.label13.TabIndex = 282;
  271. this.label13.Text = "步骤3减速顶出位置设定";
  272. //
  273. // label14
  274. //
  275. this.label14.AutoSize = true;
  276. this.label14.BackColor = System.Drawing.Color.AliceBlue;
  277. this.label14.ForeColor = System.Drawing.Color.Black;
  278. this.label14.Location = new System.Drawing.Point(728, 416);
  279. this.label14.Name = "label14";
  280. this.label14.Size = new System.Drawing.Size(179, 21);
  281. this.label14.TabIndex = 281;
  282. this.label14.Text = "步骤2减速顶出位置设定";
  283. //
  284. // uiSymbolButton6
  285. //
  286. this.uiSymbolButton6.Cursor = System.Windows.Forms.Cursors.Hand;
  287. this.uiSymbolButton6.FillColor = System.Drawing.Color.AliceBlue;
  288. this.uiSymbolButton6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.uiSymbolButton6.ForeColor = System.Drawing.Color.Black;
  290. this.uiSymbolButton6.Location = new System.Drawing.Point(1083, 487);
  291. this.uiSymbolButton6.MinimumSize = new System.Drawing.Size(1, 1);
  292. this.uiSymbolButton6.Name = "uiSymbolButton6";
  293. this.uiSymbolButton6.Size = new System.Drawing.Size(98, 31);
  294. this.uiSymbolButton6.Style = Sunny.UI.UIStyle.Custom;
  295. this.uiSymbolButton6.Symbol = 162924;
  296. this.uiSymbolButton6.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  297. this.uiSymbolButton6.TabIndex = 286;
  298. this.uiSymbolButton6.Text = "写入";
  299. this.uiSymbolButton6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. //
  301. // uiSymbolButton7
  302. //
  303. this.uiSymbolButton7.Cursor = System.Windows.Forms.Cursors.Hand;
  304. this.uiSymbolButton7.FillColor = System.Drawing.Color.AliceBlue;
  305. this.uiSymbolButton7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.uiSymbolButton7.ForeColor = System.Drawing.Color.Black;
  307. this.uiSymbolButton7.Location = new System.Drawing.Point(1083, 411);
  308. this.uiSymbolButton7.MinimumSize = new System.Drawing.Size(1, 1);
  309. this.uiSymbolButton7.Name = "uiSymbolButton7";
  310. this.uiSymbolButton7.Size = new System.Drawing.Size(98, 31);
  311. this.uiSymbolButton7.Style = Sunny.UI.UIStyle.Custom;
  312. this.uiSymbolButton7.Symbol = 162924;
  313. this.uiSymbolButton7.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  314. this.uiSymbolButton7.TabIndex = 285;
  315. this.uiSymbolButton7.Text = "写入";
  316. this.uiSymbolButton7.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. //
  318. // uiTextBox6
  319. //
  320. this.uiTextBox6.Cursor = System.Windows.Forms.Cursors.IBeam;
  321. this.uiTextBox6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.uiTextBox6.ForeColor = System.Drawing.Color.Black;
  323. this.uiTextBox6.Location = new System.Drawing.Point(914, 487);
  324. this.uiTextBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  325. this.uiTextBox6.MinimumSize = new System.Drawing.Size(1, 16);
  326. this.uiTextBox6.Name = "uiTextBox6";
  327. this.uiTextBox6.Padding = new System.Windows.Forms.Padding(5);
  328. this.uiTextBox6.ShowText = false;
  329. this.uiTextBox6.Size = new System.Drawing.Size(105, 31);
  330. this.uiTextBox6.Style = Sunny.UI.UIStyle.Custom;
  331. this.uiTextBox6.TabIndex = 280;
  332. this.uiTextBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  333. this.uiTextBox6.Watermark = "";
  334. //
  335. // label15
  336. //
  337. this.label15.AutoSize = true;
  338. this.label15.BackColor = System.Drawing.Color.AliceBlue;
  339. this.label15.ForeColor = System.Drawing.Color.Black;
  340. this.label15.Location = new System.Drawing.Point(1026, 492);
  341. this.label15.Name = "label15";
  342. this.label15.Size = new System.Drawing.Size(40, 21);
  343. this.label15.TabIndex = 284;
  344. this.label15.Text = "mm";
  345. //
  346. // uiTextBox7
  347. //
  348. this.uiTextBox7.Cursor = System.Windows.Forms.Cursors.IBeam;
  349. this.uiTextBox7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.uiTextBox7.ForeColor = System.Drawing.Color.Black;
  351. this.uiTextBox7.Location = new System.Drawing.Point(914, 411);
  352. this.uiTextBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  353. this.uiTextBox7.MinimumSize = new System.Drawing.Size(1, 16);
  354. this.uiTextBox7.Name = "uiTextBox7";
  355. this.uiTextBox7.Padding = new System.Windows.Forms.Padding(5);
  356. this.uiTextBox7.ShowText = false;
  357. this.uiTextBox7.Size = new System.Drawing.Size(105, 31);
  358. this.uiTextBox7.Style = Sunny.UI.UIStyle.Custom;
  359. this.uiTextBox7.TabIndex = 279;
  360. this.uiTextBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  361. this.uiTextBox7.Watermark = "";
  362. //
  363. // label16
  364. //
  365. this.label16.AutoSize = true;
  366. this.label16.BackColor = System.Drawing.Color.AliceBlue;
  367. this.label16.ForeColor = System.Drawing.Color.Black;
  368. this.label16.Location = new System.Drawing.Point(52, 492);
  369. this.label16.Name = "label16";
  370. this.label16.Size = new System.Drawing.Size(179, 21);
  371. this.label16.TabIndex = 274;
  372. this.label16.Text = "步骤3停止顶出位置设定";
  373. //
  374. // label17
  375. //
  376. this.label17.AutoSize = true;
  377. this.label17.BackColor = System.Drawing.Color.AliceBlue;
  378. this.label17.ForeColor = System.Drawing.Color.Black;
  379. this.label17.Location = new System.Drawing.Point(1026, 416);
  380. this.label17.Name = "label17";
  381. this.label17.Size = new System.Drawing.Size(40, 21);
  382. this.label17.TabIndex = 283;
  383. this.label17.Text = "mm";
  384. //
  385. // uiSymbolButton8
  386. //
  387. this.uiSymbolButton8.Cursor = System.Windows.Forms.Cursors.Hand;
  388. this.uiSymbolButton8.FillColor = System.Drawing.Color.AliceBlue;
  389. this.uiSymbolButton8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.uiSymbolButton8.ForeColor = System.Drawing.Color.Black;
  391. this.uiSymbolButton8.Location = new System.Drawing.Point(415, 487);
  392. this.uiSymbolButton8.MinimumSize = new System.Drawing.Size(1, 1);
  393. this.uiSymbolButton8.Name = "uiSymbolButton8";
  394. this.uiSymbolButton8.Size = new System.Drawing.Size(98, 31);
  395. this.uiSymbolButton8.Style = Sunny.UI.UIStyle.Custom;
  396. this.uiSymbolButton8.Symbol = 162924;
  397. this.uiSymbolButton8.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  398. this.uiSymbolButton8.TabIndex = 278;
  399. this.uiSymbolButton8.Text = "写入";
  400. this.uiSymbolButton8.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. //
  402. // label18
  403. //
  404. this.label18.AutoSize = true;
  405. this.label18.BackColor = System.Drawing.Color.AliceBlue;
  406. this.label18.ForeColor = System.Drawing.Color.Black;
  407. this.label18.Location = new System.Drawing.Point(52, 416);
  408. this.label18.Name = "label18";
  409. this.label18.Size = new System.Drawing.Size(179, 21);
  410. this.label18.TabIndex = 273;
  411. this.label18.Text = "步骤2停止顶出位置设定";
  412. //
  413. // uiTextBox8
  414. //
  415. this.uiTextBox8.Cursor = System.Windows.Forms.Cursors.IBeam;
  416. this.uiTextBox8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  417. this.uiTextBox8.ForeColor = System.Drawing.Color.Black;
  418. this.uiTextBox8.Location = new System.Drawing.Point(239, 487);
  419. this.uiTextBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  420. this.uiTextBox8.MinimumSize = new System.Drawing.Size(1, 16);
  421. this.uiTextBox8.Name = "uiTextBox8";
  422. this.uiTextBox8.Padding = new System.Windows.Forms.Padding(5);
  423. this.uiTextBox8.ShowText = false;
  424. this.uiTextBox8.Size = new System.Drawing.Size(105, 31);
  425. this.uiTextBox8.Style = Sunny.UI.UIStyle.Custom;
  426. this.uiTextBox8.TabIndex = 272;
  427. this.uiTextBox8.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  428. this.uiTextBox8.Watermark = "";
  429. //
  430. // uiSymbolButton9
  431. //
  432. this.uiSymbolButton9.Cursor = System.Windows.Forms.Cursors.Hand;
  433. this.uiSymbolButton9.FillColor = System.Drawing.Color.AliceBlue;
  434. this.uiSymbolButton9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.uiSymbolButton9.ForeColor = System.Drawing.Color.Black;
  436. this.uiSymbolButton9.Location = new System.Drawing.Point(415, 411);
  437. this.uiSymbolButton9.MinimumSize = new System.Drawing.Size(1, 1);
  438. this.uiSymbolButton9.Name = "uiSymbolButton9";
  439. this.uiSymbolButton9.Size = new System.Drawing.Size(98, 31);
  440. this.uiSymbolButton9.Style = Sunny.UI.UIStyle.Custom;
  441. this.uiSymbolButton9.Symbol = 162924;
  442. this.uiSymbolButton9.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  443. this.uiSymbolButton9.TabIndex = 277;
  444. this.uiSymbolButton9.Text = "写入";
  445. this.uiSymbolButton9.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. //
  447. // label19
  448. //
  449. this.label19.AutoSize = true;
  450. this.label19.BackColor = System.Drawing.Color.AliceBlue;
  451. this.label19.ForeColor = System.Drawing.Color.Black;
  452. this.label19.Location = new System.Drawing.Point(351, 492);
  453. this.label19.Name = "label19";
  454. this.label19.Size = new System.Drawing.Size(40, 21);
  455. this.label19.TabIndex = 275;
  456. this.label19.Text = "mm";
  457. //
  458. // uiTextBox9
  459. //
  460. this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
  461. this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  462. this.uiTextBox9.ForeColor = System.Drawing.Color.Black;
  463. this.uiTextBox9.Location = new System.Drawing.Point(239, 411);
  464. this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  465. this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16);
  466. this.uiTextBox9.Name = "uiTextBox9";
  467. this.uiTextBox9.Padding = new System.Windows.Forms.Padding(5);
  468. this.uiTextBox9.ShowText = false;
  469. this.uiTextBox9.Size = new System.Drawing.Size(105, 31);
  470. this.uiTextBox9.Style = Sunny.UI.UIStyle.Custom;
  471. this.uiTextBox9.TabIndex = 271;
  472. this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  473. this.uiTextBox9.Watermark = "";
  474. //
  475. // label20
  476. //
  477. this.label20.AutoSize = true;
  478. this.label20.BackColor = System.Drawing.Color.AliceBlue;
  479. this.label20.ForeColor = System.Drawing.Color.Black;
  480. this.label20.Location = new System.Drawing.Point(351, 416);
  481. this.label20.Name = "label20";
  482. this.label20.Size = new System.Drawing.Size(40, 21);
  483. this.label20.TabIndex = 276;
  484. this.label20.Text = "mm";
  485. //
  486. // label21
  487. //
  488. this.label21.AutoSize = true;
  489. this.label21.BackColor = System.Drawing.Color.AliceBlue;
  490. this.label21.ForeColor = System.Drawing.Color.Black;
  491. this.label21.Location = new System.Drawing.Point(728, 340);
  492. this.label21.Name = "label21";
  493. this.label21.Size = new System.Drawing.Size(179, 21);
  494. this.label21.TabIndex = 268;
  495. this.label21.Text = "步骤1减速顶出位置设定";
  496. //
  497. // uiSymbolButton10
  498. //
  499. this.uiSymbolButton10.Cursor = System.Windows.Forms.Cursors.Hand;
  500. this.uiSymbolButton10.FillColor = System.Drawing.Color.AliceBlue;
  501. this.uiSymbolButton10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  502. this.uiSymbolButton10.ForeColor = System.Drawing.Color.Black;
  503. this.uiSymbolButton10.Location = new System.Drawing.Point(1083, 335);
  504. this.uiSymbolButton10.MinimumSize = new System.Drawing.Size(1, 1);
  505. this.uiSymbolButton10.Name = "uiSymbolButton10";
  506. this.uiSymbolButton10.Size = new System.Drawing.Size(98, 31);
  507. this.uiSymbolButton10.Style = Sunny.UI.UIStyle.Custom;
  508. this.uiSymbolButton10.Symbol = 162924;
  509. this.uiSymbolButton10.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  510. this.uiSymbolButton10.TabIndex = 270;
  511. this.uiSymbolButton10.Text = "写入";
  512. this.uiSymbolButton10.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  513. //
  514. // uiTextBox10
  515. //
  516. this.uiTextBox10.Cursor = System.Windows.Forms.Cursors.IBeam;
  517. this.uiTextBox10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.uiTextBox10.ForeColor = System.Drawing.Color.Black;
  519. this.uiTextBox10.Location = new System.Drawing.Point(914, 335);
  520. this.uiTextBox10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  521. this.uiTextBox10.MinimumSize = new System.Drawing.Size(1, 16);
  522. this.uiTextBox10.Name = "uiTextBox10";
  523. this.uiTextBox10.Padding = new System.Windows.Forms.Padding(5);
  524. this.uiTextBox10.ShowText = false;
  525. this.uiTextBox10.Size = new System.Drawing.Size(105, 31);
  526. this.uiTextBox10.Style = Sunny.UI.UIStyle.Custom;
  527. this.uiTextBox10.TabIndex = 267;
  528. this.uiTextBox10.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  529. this.uiTextBox10.Watermark = "";
  530. //
  531. // label22
  532. //
  533. this.label22.AutoSize = true;
  534. this.label22.BackColor = System.Drawing.Color.AliceBlue;
  535. this.label22.ForeColor = System.Drawing.Color.Black;
  536. this.label22.Location = new System.Drawing.Point(1026, 340);
  537. this.label22.Name = "label22";
  538. this.label22.Size = new System.Drawing.Size(40, 21);
  539. this.label22.TabIndex = 269;
  540. this.label22.Text = "mm";
  541. //
  542. // label23
  543. //
  544. this.label23.AutoSize = true;
  545. this.label23.BackColor = System.Drawing.Color.AliceBlue;
  546. this.label23.ForeColor = System.Drawing.Color.Black;
  547. this.label23.Location = new System.Drawing.Point(52, 340);
  548. this.label23.Name = "label23";
  549. this.label23.Size = new System.Drawing.Size(179, 21);
  550. this.label23.TabIndex = 264;
  551. this.label23.Text = "步骤1停止顶出位置设定";
  552. //
  553. // uiSymbolButton11
  554. //
  555. this.uiSymbolButton11.Cursor = System.Windows.Forms.Cursors.Hand;
  556. this.uiSymbolButton11.FillColor = System.Drawing.Color.AliceBlue;
  557. this.uiSymbolButton11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  558. this.uiSymbolButton11.ForeColor = System.Drawing.Color.Black;
  559. this.uiSymbolButton11.Location = new System.Drawing.Point(415, 335);
  560. this.uiSymbolButton11.MinimumSize = new System.Drawing.Size(1, 1);
  561. this.uiSymbolButton11.Name = "uiSymbolButton11";
  562. this.uiSymbolButton11.Size = new System.Drawing.Size(98, 31);
  563. this.uiSymbolButton11.Style = Sunny.UI.UIStyle.Custom;
  564. this.uiSymbolButton11.Symbol = 162924;
  565. this.uiSymbolButton11.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  566. this.uiSymbolButton11.TabIndex = 266;
  567. this.uiSymbolButton11.Text = "写入";
  568. this.uiSymbolButton11.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. //
  570. // uiTextBox11
  571. //
  572. this.uiTextBox11.Cursor = System.Windows.Forms.Cursors.IBeam;
  573. this.uiTextBox11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  574. this.uiTextBox11.ForeColor = System.Drawing.Color.Black;
  575. this.uiTextBox11.Location = new System.Drawing.Point(239, 335);
  576. this.uiTextBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  577. this.uiTextBox11.MinimumSize = new System.Drawing.Size(1, 16);
  578. this.uiTextBox11.Name = "uiTextBox11";
  579. this.uiTextBox11.Padding = new System.Windows.Forms.Padding(5);
  580. this.uiTextBox11.ShowText = false;
  581. this.uiTextBox11.Size = new System.Drawing.Size(105, 31);
  582. this.uiTextBox11.Style = Sunny.UI.UIStyle.Custom;
  583. this.uiTextBox11.TabIndex = 263;
  584. this.uiTextBox11.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  585. this.uiTextBox11.Watermark = "";
  586. //
  587. // label24
  588. //
  589. this.label24.AutoSize = true;
  590. this.label24.BackColor = System.Drawing.Color.AliceBlue;
  591. this.label24.ForeColor = System.Drawing.Color.Black;
  592. this.label24.Location = new System.Drawing.Point(351, 340);
  593. this.label24.Name = "label24";
  594. this.label24.Size = new System.Drawing.Size(40, 21);
  595. this.label24.TabIndex = 265;
  596. this.label24.Text = "mm";
  597. //
  598. // label8
  599. //
  600. this.label8.AutoSize = true;
  601. this.label8.BackColor = System.Drawing.Color.AliceBlue;
  602. this.label8.ForeColor = System.Drawing.Color.Black;
  603. this.label8.Location = new System.Drawing.Point(728, 183);
  604. this.label8.Name = "label8";
  605. this.label8.Size = new System.Drawing.Size(179, 21);
  606. this.label8.TabIndex = 260;
  607. this.label8.Text = "步骤3油缸保压时间设定";
  608. //
  609. // label4
  610. //
  611. this.label4.AutoSize = true;
  612. this.label4.BackColor = System.Drawing.Color.AliceBlue;
  613. this.label4.ForeColor = System.Drawing.Color.Black;
  614. this.label4.Location = new System.Drawing.Point(728, 107);
  615. this.label4.Name = "label4";
  616. this.label4.Size = new System.Drawing.Size(179, 21);
  617. this.label4.TabIndex = 260;
  618. this.label4.Text = "步骤2油缸保压时间设定";
  619. //
  620. // uiSymbolButton4
  621. //
  622. this.uiSymbolButton4.Cursor = System.Windows.Forms.Cursors.Hand;
  623. this.uiSymbolButton4.FillColor = System.Drawing.Color.AliceBlue;
  624. this.uiSymbolButton4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  625. this.uiSymbolButton4.ForeColor = System.Drawing.Color.Black;
  626. this.uiSymbolButton4.Location = new System.Drawing.Point(1083, 178);
  627. this.uiSymbolButton4.MinimumSize = new System.Drawing.Size(1, 1);
  628. this.uiSymbolButton4.Name = "uiSymbolButton4";
  629. this.uiSymbolButton4.Size = new System.Drawing.Size(98, 31);
  630. this.uiSymbolButton4.Style = Sunny.UI.UIStyle.Custom;
  631. this.uiSymbolButton4.Symbol = 162924;
  632. this.uiSymbolButton4.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  633. this.uiSymbolButton4.TabIndex = 262;
  634. this.uiSymbolButton4.Text = "写入";
  635. this.uiSymbolButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  636. //
  637. // uiSymbolButton2
  638. //
  639. this.uiSymbolButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  640. this.uiSymbolButton2.FillColor = System.Drawing.Color.AliceBlue;
  641. this.uiSymbolButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  642. this.uiSymbolButton2.ForeColor = System.Drawing.Color.Black;
  643. this.uiSymbolButton2.Location = new System.Drawing.Point(1083, 102);
  644. this.uiSymbolButton2.MinimumSize = new System.Drawing.Size(1, 1);
  645. this.uiSymbolButton2.Name = "uiSymbolButton2";
  646. this.uiSymbolButton2.Size = new System.Drawing.Size(98, 31);
  647. this.uiSymbolButton2.Style = Sunny.UI.UIStyle.Custom;
  648. this.uiSymbolButton2.Symbol = 162924;
  649. this.uiSymbolButton2.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  650. this.uiSymbolButton2.TabIndex = 262;
  651. this.uiSymbolButton2.Text = "写入";
  652. this.uiSymbolButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. //
  654. // uiTextBox4
  655. //
  656. this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
  657. this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  658. this.uiTextBox4.ForeColor = System.Drawing.Color.Black;
  659. this.uiTextBox4.Location = new System.Drawing.Point(914, 178);
  660. this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  661. this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
  662. this.uiTextBox4.Name = "uiTextBox4";
  663. this.uiTextBox4.Padding = new System.Windows.Forms.Padding(5);
  664. this.uiTextBox4.ShowText = false;
  665. this.uiTextBox4.Size = new System.Drawing.Size(105, 31);
  666. this.uiTextBox4.Style = Sunny.UI.UIStyle.Custom;
  667. this.uiTextBox4.TabIndex = 259;
  668. this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  669. this.uiTextBox4.Watermark = "";
  670. //
  671. // label10
  672. //
  673. this.label10.AutoSize = true;
  674. this.label10.BackColor = System.Drawing.Color.AliceBlue;
  675. this.label10.ForeColor = System.Drawing.Color.Black;
  676. this.label10.Location = new System.Drawing.Point(1026, 183);
  677. this.label10.Name = "label10";
  678. this.label10.Size = new System.Drawing.Size(17, 21);
  679. this.label10.TabIndex = 261;
  680. this.label10.Text = "s";
  681. //
  682. // uiTextBox2
  683. //
  684. this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
  685. this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  686. this.uiTextBox2.ForeColor = System.Drawing.Color.Black;
  687. this.uiTextBox2.Location = new System.Drawing.Point(914, 102);
  688. this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  689. this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
  690. this.uiTextBox2.Name = "uiTextBox2";
  691. this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
  692. this.uiTextBox2.ShowText = false;
  693. this.uiTextBox2.Size = new System.Drawing.Size(105, 31);
  694. this.uiTextBox2.Style = Sunny.UI.UIStyle.Custom;
  695. this.uiTextBox2.TabIndex = 259;
  696. this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  697. this.uiTextBox2.Watermark = "";
  698. //
  699. // label11
  700. //
  701. this.label11.AutoSize = true;
  702. this.label11.BackColor = System.Drawing.Color.AliceBlue;
  703. this.label11.ForeColor = System.Drawing.Color.Black;
  704. this.label11.Location = new System.Drawing.Point(52, 183);
  705. this.label11.Name = "label11";
  706. this.label11.Size = new System.Drawing.Size(147, 21);
  707. this.label11.TabIndex = 256;
  708. this.label11.Text = "步骤3油缸压力设定";
  709. //
  710. // label5
  711. //
  712. this.label5.AutoSize = true;
  713. this.label5.BackColor = System.Drawing.Color.AliceBlue;
  714. this.label5.ForeColor = System.Drawing.Color.Black;
  715. this.label5.Location = new System.Drawing.Point(1026, 107);
  716. this.label5.Name = "label5";
  717. this.label5.Size = new System.Drawing.Size(17, 21);
  718. this.label5.TabIndex = 261;
  719. this.label5.Text = "s";
  720. //
  721. // uiSymbolButton5
  722. //
  723. this.uiSymbolButton5.Cursor = System.Windows.Forms.Cursors.Hand;
  724. this.uiSymbolButton5.FillColor = System.Drawing.Color.AliceBlue;
  725. this.uiSymbolButton5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  726. this.uiSymbolButton5.ForeColor = System.Drawing.Color.Black;
  727. this.uiSymbolButton5.Location = new System.Drawing.Point(415, 178);
  728. this.uiSymbolButton5.MinimumSize = new System.Drawing.Size(1, 1);
  729. this.uiSymbolButton5.Name = "uiSymbolButton5";
  730. this.uiSymbolButton5.Size = new System.Drawing.Size(98, 31);
  731. this.uiSymbolButton5.Style = Sunny.UI.UIStyle.Custom;
  732. this.uiSymbolButton5.Symbol = 162924;
  733. this.uiSymbolButton5.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  734. this.uiSymbolButton5.TabIndex = 258;
  735. this.uiSymbolButton5.Text = "写入";
  736. this.uiSymbolButton5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  737. //
  738. // label6
  739. //
  740. this.label6.AutoSize = true;
  741. this.label6.BackColor = System.Drawing.Color.AliceBlue;
  742. this.label6.ForeColor = System.Drawing.Color.Black;
  743. this.label6.Location = new System.Drawing.Point(52, 107);
  744. this.label6.Name = "label6";
  745. this.label6.Size = new System.Drawing.Size(147, 21);
  746. this.label6.TabIndex = 256;
  747. this.label6.Text = "步骤2油缸压力设定";
  748. //
  749. // uiTextBox5
  750. //
  751. this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
  752. this.uiTextBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  753. this.uiTextBox5.ForeColor = System.Drawing.Color.Black;
  754. this.uiTextBox5.Location = new System.Drawing.Point(239, 178);
  755. this.uiTextBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  756. this.uiTextBox5.MinimumSize = new System.Drawing.Size(1, 16);
  757. this.uiTextBox5.Name = "uiTextBox5";
  758. this.uiTextBox5.Padding = new System.Windows.Forms.Padding(5);
  759. this.uiTextBox5.ShowText = false;
  760. this.uiTextBox5.Size = new System.Drawing.Size(105, 31);
  761. this.uiTextBox5.Style = Sunny.UI.UIStyle.Custom;
  762. this.uiTextBox5.TabIndex = 255;
  763. this.uiTextBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  764. this.uiTextBox5.Watermark = "";
  765. //
  766. // uiSymbolButton3
  767. //
  768. this.uiSymbolButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  769. this.uiSymbolButton3.FillColor = System.Drawing.Color.AliceBlue;
  770. this.uiSymbolButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  771. this.uiSymbolButton3.ForeColor = System.Drawing.Color.Black;
  772. this.uiSymbolButton3.Location = new System.Drawing.Point(415, 102);
  773. this.uiSymbolButton3.MinimumSize = new System.Drawing.Size(1, 1);
  774. this.uiSymbolButton3.Name = "uiSymbolButton3";
  775. this.uiSymbolButton3.Size = new System.Drawing.Size(98, 31);
  776. this.uiSymbolButton3.Style = Sunny.UI.UIStyle.Custom;
  777. this.uiSymbolButton3.Symbol = 162924;
  778. this.uiSymbolButton3.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  779. this.uiSymbolButton3.TabIndex = 258;
  780. this.uiSymbolButton3.Text = "写入";
  781. this.uiSymbolButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  782. //
  783. // label12
  784. //
  785. this.label12.AutoSize = true;
  786. this.label12.BackColor = System.Drawing.Color.AliceBlue;
  787. this.label12.ForeColor = System.Drawing.Color.Black;
  788. this.label12.Location = new System.Drawing.Point(351, 183);
  789. this.label12.Name = "label12";
  790. this.label12.Size = new System.Drawing.Size(45, 21);
  791. this.label12.TabIndex = 257;
  792. this.label12.Text = "MPa";
  793. //
  794. // uiTextBox3
  795. //
  796. this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
  797. this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  798. this.uiTextBox3.ForeColor = System.Drawing.Color.Black;
  799. this.uiTextBox3.Location = new System.Drawing.Point(239, 102);
  800. this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  801. this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
  802. this.uiTextBox3.Name = "uiTextBox3";
  803. this.uiTextBox3.Padding = new System.Windows.Forms.Padding(5);
  804. this.uiTextBox3.ShowText = false;
  805. this.uiTextBox3.Size = new System.Drawing.Size(105, 31);
  806. this.uiTextBox3.Style = Sunny.UI.UIStyle.Custom;
  807. this.uiTextBox3.TabIndex = 255;
  808. this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  809. this.uiTextBox3.Watermark = "";
  810. //
  811. // label7
  812. //
  813. this.label7.AutoSize = true;
  814. this.label7.BackColor = System.Drawing.Color.AliceBlue;
  815. this.label7.ForeColor = System.Drawing.Color.Black;
  816. this.label7.Location = new System.Drawing.Point(351, 107);
  817. this.label7.Name = "label7";
  818. this.label7.Size = new System.Drawing.Size(45, 21);
  819. this.label7.TabIndex = 257;
  820. this.label7.Text = "MPa";
  821. //
  822. // label2
  823. //
  824. this.label2.AutoSize = true;
  825. this.label2.BackColor = System.Drawing.Color.AliceBlue;
  826. this.label2.ForeColor = System.Drawing.Color.Black;
  827. this.label2.Location = new System.Drawing.Point(728, 31);
  828. this.label2.Name = "label2";
  829. this.label2.Size = new System.Drawing.Size(179, 21);
  830. this.label2.TabIndex = 252;
  831. this.label2.Text = "步骤1油缸保压时间设定";
  832. //
  833. // uiSymbolButton1
  834. //
  835. this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  836. this.uiSymbolButton1.FillColor = System.Drawing.Color.AliceBlue;
  837. this.uiSymbolButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  838. this.uiSymbolButton1.ForeColor = System.Drawing.Color.Black;
  839. this.uiSymbolButton1.Location = new System.Drawing.Point(1083, 26);
  840. this.uiSymbolButton1.MinimumSize = new System.Drawing.Size(1, 1);
  841. this.uiSymbolButton1.Name = "uiSymbolButton1";
  842. this.uiSymbolButton1.Size = new System.Drawing.Size(98, 31);
  843. this.uiSymbolButton1.Style = Sunny.UI.UIStyle.Custom;
  844. this.uiSymbolButton1.Symbol = 162924;
  845. this.uiSymbolButton1.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  846. this.uiSymbolButton1.TabIndex = 254;
  847. this.uiSymbolButton1.Text = "写入";
  848. this.uiSymbolButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  849. //
  850. // uiTextBox1
  851. //
  852. this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  853. this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  854. this.uiTextBox1.ForeColor = System.Drawing.Color.Black;
  855. this.uiTextBox1.Location = new System.Drawing.Point(914, 26);
  856. this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  857. this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
  858. this.uiTextBox1.Name = "uiTextBox1";
  859. this.uiTextBox1.Padding = new System.Windows.Forms.Padding(5);
  860. this.uiTextBox1.ShowText = false;
  861. this.uiTextBox1.Size = new System.Drawing.Size(105, 31);
  862. this.uiTextBox1.Style = Sunny.UI.UIStyle.Custom;
  863. this.uiTextBox1.TabIndex = 251;
  864. this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  865. this.uiTextBox1.Watermark = "";
  866. //
  867. // label3
  868. //
  869. this.label3.AutoSize = true;
  870. this.label3.BackColor = System.Drawing.Color.AliceBlue;
  871. this.label3.ForeColor = System.Drawing.Color.Black;
  872. this.label3.Location = new System.Drawing.Point(1026, 31);
  873. this.label3.Name = "label3";
  874. this.label3.Size = new System.Drawing.Size(17, 21);
  875. this.label3.TabIndex = 253;
  876. this.label3.Text = "s";
  877. //
  878. // label9
  879. //
  880. this.label9.AutoSize = true;
  881. this.label9.BackColor = System.Drawing.Color.AliceBlue;
  882. this.label9.ForeColor = System.Drawing.Color.Black;
  883. this.label9.Location = new System.Drawing.Point(52, 31);
  884. this.label9.Name = "label9";
  885. this.label9.Size = new System.Drawing.Size(147, 21);
  886. this.label9.TabIndex = 229;
  887. this.label9.Text = "步骤1油缸压力设定";
  888. //
  889. // btn快上压力
  890. //
  891. this.btn快上压力.Cursor = System.Windows.Forms.Cursors.Hand;
  892. this.btn快上压力.FillColor = System.Drawing.Color.AliceBlue;
  893. this.btn快上压力.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  894. this.btn快上压力.ForeColor = System.Drawing.Color.Black;
  895. this.btn快上压力.Location = new System.Drawing.Point(415, 26);
  896. this.btn快上压力.MinimumSize = new System.Drawing.Size(1, 1);
  897. this.btn快上压力.Name = "btn快上压力";
  898. this.btn快上压力.Size = new System.Drawing.Size(98, 31);
  899. this.btn快上压力.Style = Sunny.UI.UIStyle.Custom;
  900. this.btn快上压力.Symbol = 162924;
  901. this.btn快上压力.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  902. this.btn快上压力.TabIndex = 250;
  903. this.btn快上压力.Text = "写入";
  904. this.btn快上压力.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  905. this.btn快上压力.Click += new System.EventHandler(this.btnWrite);
  906. //
  907. // txt快上压力
  908. //
  909. this.txt快上压力.Cursor = System.Windows.Forms.Cursors.IBeam;
  910. this.txt快上压力.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  911. this.txt快上压力.ForeColor = System.Drawing.Color.Black;
  912. this.txt快上压力.Location = new System.Drawing.Point(239, 26);
  913. this.txt快上压力.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  914. this.txt快上压力.MinimumSize = new System.Drawing.Size(1, 16);
  915. this.txt快上压力.Name = "txt快上压力";
  916. this.txt快上压力.Padding = new System.Windows.Forms.Padding(5);
  917. this.txt快上压力.ShowText = false;
  918. this.txt快上压力.Size = new System.Drawing.Size(105, 31);
  919. this.txt快上压力.Style = Sunny.UI.UIStyle.Custom;
  920. this.txt快上压力.TabIndex = 218;
  921. this.txt快上压力.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  922. this.txt快上压力.Watermark = "";
  923. //
  924. // label1
  925. //
  926. this.label1.AutoSize = true;
  927. this.label1.BackColor = System.Drawing.Color.AliceBlue;
  928. this.label1.ForeColor = System.Drawing.Color.Black;
  929. this.label1.Location = new System.Drawing.Point(351, 31);
  930. this.label1.Name = "label1";
  931. this.label1.Size = new System.Drawing.Size(45, 21);
  932. this.label1.TabIndex = 240;
  933. this.label1.Text = "MPa";
  934. //
  935. // tabPage2
  936. //
  937. this.tabPage2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  938. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  939. this.tabPage2.Name = "tabPage2";
  940. this.tabPage2.Size = new System.Drawing.Size(1244, 665);
  941. this.tabPage2.TabIndex = 1;
  942. this.tabPage2.Text = "型号2";
  943. this.tabPage2.UseVisualStyleBackColor = true;
  944. //
  945. // tabPage3
  946. //
  947. this.tabPage3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  948. this.tabPage3.Location = new System.Drawing.Point(0, 40);
  949. this.tabPage3.Name = "tabPage3";
  950. this.tabPage3.Size = new System.Drawing.Size(1244, 665);
  951. this.tabPage3.TabIndex = 2;
  952. this.tabPage3.Text = "型号3";
  953. this.tabPage3.UseVisualStyleBackColor = true;
  954. //
  955. // tabPage4
  956. //
  957. this.tabPage4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  958. this.tabPage4.Location = new System.Drawing.Point(0, 40);
  959. this.tabPage4.Name = "tabPage4";
  960. this.tabPage4.Size = new System.Drawing.Size(1244, 665);
  961. this.tabPage4.TabIndex = 3;
  962. this.tabPage4.Text = "型号4";
  963. this.tabPage4.UseVisualStyleBackColor = true;
  964. //
  965. // tabPage5
  966. //
  967. this.tabPage5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  968. this.tabPage5.Location = new System.Drawing.Point(0, 40);
  969. this.tabPage5.Name = "tabPage5";
  970. this.tabPage5.Size = new System.Drawing.Size(1244, 665);
  971. this.tabPage5.TabIndex = 4;
  972. this.tabPage5.Text = "型号5";
  973. this.tabPage5.UseVisualStyleBackColor = true;
  974. //
  975. // tabPage6
  976. //
  977. this.tabPage6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  978. this.tabPage6.Location = new System.Drawing.Point(0, 40);
  979. this.tabPage6.Name = "tabPage6";
  980. this.tabPage6.Size = new System.Drawing.Size(1244, 665);
  981. this.tabPage6.TabIndex = 5;
  982. this.tabPage6.Text = "型号6";
  983. this.tabPage6.UseVisualStyleBackColor = true;
  984. //
  985. // uiGroupBox1
  986. //
  987. this.uiGroupBox1.Controls.Add(this.label43);
  988. this.uiGroupBox1.Controls.Add(this.uiSymbolButton21);
  989. this.uiGroupBox1.Controls.Add(this.label44);
  990. this.uiGroupBox1.Controls.Add(this.uiTextBox21);
  991. this.uiGroupBox1.Controls.Add(this.label41);
  992. this.uiGroupBox1.Controls.Add(this.uiSymbolButton20);
  993. this.uiGroupBox1.Controls.Add(this.label42);
  994. this.uiGroupBox1.Controls.Add(this.uiTextBox20);
  995. this.uiGroupBox1.Controls.Add(this.label39);
  996. this.uiGroupBox1.Controls.Add(this.uiSymbolButton19);
  997. this.uiGroupBox1.Controls.Add(this.label40);
  998. this.uiGroupBox1.Controls.Add(this.uiTextBox19);
  999. this.uiGroupBox1.Controls.Add(this.label37);
  1000. this.uiGroupBox1.Controls.Add(this.uiSymbolButton18);
  1001. this.uiGroupBox1.Controls.Add(this.label38);
  1002. this.uiGroupBox1.Controls.Add(this.uiTextBox18);
  1003. this.uiGroupBox1.Controls.Add(this.label35);
  1004. this.uiGroupBox1.Controls.Add(this.uiSymbolButton17);
  1005. this.uiGroupBox1.Controls.Add(this.label36);
  1006. this.uiGroupBox1.Controls.Add(this.uiTextBox17);
  1007. this.uiGroupBox1.Controls.Add(this.label33);
  1008. this.uiGroupBox1.Controls.Add(this.uiSymbolButton16);
  1009. this.uiGroupBox1.Controls.Add(this.label34);
  1010. this.uiGroupBox1.Controls.Add(this.uiTextBox16);
  1011. this.uiGroupBox1.Controls.Add(this.label31);
  1012. this.uiGroupBox1.Controls.Add(this.uiSymbolButton15);
  1013. this.uiGroupBox1.Controls.Add(this.label32);
  1014. this.uiGroupBox1.Controls.Add(this.uiTextBox15);
  1015. this.uiGroupBox1.Controls.Add(this.label29);
  1016. this.uiGroupBox1.Controls.Add(this.uiSymbolButton14);
  1017. this.uiGroupBox1.Controls.Add(this.label30);
  1018. this.uiGroupBox1.Controls.Add(this.uiTextBox14);
  1019. this.uiGroupBox1.Controls.Add(this.label27);
  1020. this.uiGroupBox1.Controls.Add(this.uiSymbolButton13);
  1021. this.uiGroupBox1.Controls.Add(this.label28);
  1022. this.uiGroupBox1.Controls.Add(this.uiTextBox13);
  1023. this.uiGroupBox1.Controls.Add(this.label25);
  1024. this.uiGroupBox1.Controls.Add(this.uiSymbolButton12);
  1025. this.uiGroupBox1.Controls.Add(this.label26);
  1026. this.uiGroupBox1.Controls.Add(this.uiTextBox12);
  1027. this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1028. this.uiGroupBox1.Location = new System.Drawing.Point(1308, 36);
  1029. this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1030. this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
  1031. this.uiGroupBox1.Name = "uiGroupBox1";
  1032. this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  1033. this.uiGroupBox1.Size = new System.Drawing.Size(608, 800);
  1034. this.uiGroupBox1.TabIndex = 322;
  1035. this.uiGroupBox1.Text = "伺服电机参数设定";
  1036. this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1037. //
  1038. // label43
  1039. //
  1040. this.label43.AutoSize = true;
  1041. this.label43.BackColor = System.Drawing.Color.AliceBlue;
  1042. this.label43.ForeColor = System.Drawing.Color.Black;
  1043. this.label43.Location = new System.Drawing.Point(39, 743);
  1044. this.label43.Name = "label43";
  1045. this.label43.Size = new System.Drawing.Size(106, 21);
  1046. this.label43.TabIndex = 324;
  1047. this.label43.Text = "空载流量设置";
  1048. //
  1049. // uiSymbolButton21
  1050. //
  1051. this.uiSymbolButton21.Cursor = System.Windows.Forms.Cursors.Hand;
  1052. this.uiSymbolButton21.FillColor = System.Drawing.Color.AliceBlue;
  1053. this.uiSymbolButton21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1054. this.uiSymbolButton21.ForeColor = System.Drawing.Color.Black;
  1055. this.uiSymbolButton21.Location = new System.Drawing.Point(394, 738);
  1056. this.uiSymbolButton21.MinimumSize = new System.Drawing.Size(1, 1);
  1057. this.uiSymbolButton21.Name = "uiSymbolButton21";
  1058. this.uiSymbolButton21.Size = new System.Drawing.Size(98, 31);
  1059. this.uiSymbolButton21.Style = Sunny.UI.UIStyle.Custom;
  1060. this.uiSymbolButton21.Symbol = 162924;
  1061. this.uiSymbolButton21.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1062. this.uiSymbolButton21.TabIndex = 326;
  1063. this.uiSymbolButton21.Text = "写入";
  1064. this.uiSymbolButton21.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1065. //
  1066. // label44
  1067. //
  1068. this.label44.AutoSize = true;
  1069. this.label44.BackColor = System.Drawing.Color.AliceBlue;
  1070. this.label44.ForeColor = System.Drawing.Color.Black;
  1071. this.label44.Location = new System.Drawing.Point(294, 743);
  1072. this.label44.Name = "label44";
  1073. this.label44.Size = new System.Drawing.Size(24, 21);
  1074. this.label44.TabIndex = 325;
  1075. this.label44.Text = "%";
  1076. //
  1077. // uiTextBox21
  1078. //
  1079. this.uiTextBox21.Cursor = System.Windows.Forms.Cursors.IBeam;
  1080. this.uiTextBox21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1081. this.uiTextBox21.ForeColor = System.Drawing.Color.Black;
  1082. this.uiTextBox21.Location = new System.Drawing.Point(182, 738);
  1083. this.uiTextBox21.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1084. this.uiTextBox21.MinimumSize = new System.Drawing.Size(1, 16);
  1085. this.uiTextBox21.Name = "uiTextBox21";
  1086. this.uiTextBox21.Padding = new System.Windows.Forms.Padding(5);
  1087. this.uiTextBox21.ShowText = false;
  1088. this.uiTextBox21.Size = new System.Drawing.Size(105, 31);
  1089. this.uiTextBox21.Style = Sunny.UI.UIStyle.Custom;
  1090. this.uiTextBox21.TabIndex = 323;
  1091. this.uiTextBox21.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1092. this.uiTextBox21.Watermark = "";
  1093. //
  1094. // label41
  1095. //
  1096. this.label41.AutoSize = true;
  1097. this.label41.BackColor = System.Drawing.Color.AliceBlue;
  1098. this.label41.ForeColor = System.Drawing.Color.Black;
  1099. this.label41.Location = new System.Drawing.Point(39, 667);
  1100. this.label41.Name = "label41";
  1101. this.label41.Size = new System.Drawing.Size(106, 21);
  1102. this.label41.TabIndex = 320;
  1103. this.label41.Text = "空载压力设置";
  1104. //
  1105. // uiSymbolButton20
  1106. //
  1107. this.uiSymbolButton20.Cursor = System.Windows.Forms.Cursors.Hand;
  1108. this.uiSymbolButton20.FillColor = System.Drawing.Color.AliceBlue;
  1109. this.uiSymbolButton20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1110. this.uiSymbolButton20.ForeColor = System.Drawing.Color.Black;
  1111. this.uiSymbolButton20.Location = new System.Drawing.Point(394, 662);
  1112. this.uiSymbolButton20.MinimumSize = new System.Drawing.Size(1, 1);
  1113. this.uiSymbolButton20.Name = "uiSymbolButton20";
  1114. this.uiSymbolButton20.Size = new System.Drawing.Size(98, 31);
  1115. this.uiSymbolButton20.Style = Sunny.UI.UIStyle.Custom;
  1116. this.uiSymbolButton20.Symbol = 162924;
  1117. this.uiSymbolButton20.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1118. this.uiSymbolButton20.TabIndex = 322;
  1119. this.uiSymbolButton20.Text = "写入";
  1120. this.uiSymbolButton20.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1121. //
  1122. // label42
  1123. //
  1124. this.label42.AutoSize = true;
  1125. this.label42.BackColor = System.Drawing.Color.AliceBlue;
  1126. this.label42.ForeColor = System.Drawing.Color.Black;
  1127. this.label42.Location = new System.Drawing.Point(294, 667);
  1128. this.label42.Name = "label42";
  1129. this.label42.Size = new System.Drawing.Size(45, 21);
  1130. this.label42.TabIndex = 321;
  1131. this.label42.Text = "MPa";
  1132. //
  1133. // uiTextBox20
  1134. //
  1135. this.uiTextBox20.Cursor = System.Windows.Forms.Cursors.IBeam;
  1136. this.uiTextBox20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1137. this.uiTextBox20.ForeColor = System.Drawing.Color.Black;
  1138. this.uiTextBox20.Location = new System.Drawing.Point(182, 662);
  1139. this.uiTextBox20.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1140. this.uiTextBox20.MinimumSize = new System.Drawing.Size(1, 16);
  1141. this.uiTextBox20.Name = "uiTextBox20";
  1142. this.uiTextBox20.Padding = new System.Windows.Forms.Padding(5);
  1143. this.uiTextBox20.ShowText = false;
  1144. this.uiTextBox20.Size = new System.Drawing.Size(105, 31);
  1145. this.uiTextBox20.Style = Sunny.UI.UIStyle.Custom;
  1146. this.uiTextBox20.TabIndex = 319;
  1147. this.uiTextBox20.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1148. this.uiTextBox20.Watermark = "";
  1149. //
  1150. // label39
  1151. //
  1152. this.label39.AutoSize = true;
  1153. this.label39.BackColor = System.Drawing.Color.AliceBlue;
  1154. this.label39.ForeColor = System.Drawing.Color.Black;
  1155. this.label39.Location = new System.Drawing.Point(39, 591);
  1156. this.label39.Name = "label39";
  1157. this.label39.Size = new System.Drawing.Size(122, 21);
  1158. this.label39.TabIndex = 316;
  1159. this.label39.Text = "快退流量设定值";
  1160. //
  1161. // uiSymbolButton19
  1162. //
  1163. this.uiSymbolButton19.Cursor = System.Windows.Forms.Cursors.Hand;
  1164. this.uiSymbolButton19.FillColor = System.Drawing.Color.AliceBlue;
  1165. this.uiSymbolButton19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1166. this.uiSymbolButton19.ForeColor = System.Drawing.Color.Black;
  1167. this.uiSymbolButton19.Location = new System.Drawing.Point(394, 586);
  1168. this.uiSymbolButton19.MinimumSize = new System.Drawing.Size(1, 1);
  1169. this.uiSymbolButton19.Name = "uiSymbolButton19";
  1170. this.uiSymbolButton19.Size = new System.Drawing.Size(98, 31);
  1171. this.uiSymbolButton19.Style = Sunny.UI.UIStyle.Custom;
  1172. this.uiSymbolButton19.Symbol = 162924;
  1173. this.uiSymbolButton19.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1174. this.uiSymbolButton19.TabIndex = 318;
  1175. this.uiSymbolButton19.Text = "写入";
  1176. this.uiSymbolButton19.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1177. //
  1178. // label40
  1179. //
  1180. this.label40.AutoSize = true;
  1181. this.label40.BackColor = System.Drawing.Color.AliceBlue;
  1182. this.label40.ForeColor = System.Drawing.Color.Black;
  1183. this.label40.Location = new System.Drawing.Point(294, 591);
  1184. this.label40.Name = "label40";
  1185. this.label40.Size = new System.Drawing.Size(24, 21);
  1186. this.label40.TabIndex = 317;
  1187. this.label40.Text = "%";
  1188. //
  1189. // uiTextBox19
  1190. //
  1191. this.uiTextBox19.Cursor = System.Windows.Forms.Cursors.IBeam;
  1192. this.uiTextBox19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1193. this.uiTextBox19.ForeColor = System.Drawing.Color.Black;
  1194. this.uiTextBox19.Location = new System.Drawing.Point(182, 586);
  1195. this.uiTextBox19.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1196. this.uiTextBox19.MinimumSize = new System.Drawing.Size(1, 16);
  1197. this.uiTextBox19.Name = "uiTextBox19";
  1198. this.uiTextBox19.Padding = new System.Windows.Forms.Padding(5);
  1199. this.uiTextBox19.ShowText = false;
  1200. this.uiTextBox19.Size = new System.Drawing.Size(105, 31);
  1201. this.uiTextBox19.Style = Sunny.UI.UIStyle.Custom;
  1202. this.uiTextBox19.TabIndex = 315;
  1203. this.uiTextBox19.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1204. this.uiTextBox19.Watermark = "";
  1205. //
  1206. // label37
  1207. //
  1208. this.label37.AutoSize = true;
  1209. this.label37.BackColor = System.Drawing.Color.AliceBlue;
  1210. this.label37.ForeColor = System.Drawing.Color.Black;
  1211. this.label37.Location = new System.Drawing.Point(39, 515);
  1212. this.label37.Name = "label37";
  1213. this.label37.Size = new System.Drawing.Size(122, 21);
  1214. this.label37.TabIndex = 312;
  1215. this.label37.Text = "快退压力设定值";
  1216. //
  1217. // uiSymbolButton18
  1218. //
  1219. this.uiSymbolButton18.Cursor = System.Windows.Forms.Cursors.Hand;
  1220. this.uiSymbolButton18.FillColor = System.Drawing.Color.AliceBlue;
  1221. this.uiSymbolButton18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1222. this.uiSymbolButton18.ForeColor = System.Drawing.Color.Black;
  1223. this.uiSymbolButton18.Location = new System.Drawing.Point(394, 510);
  1224. this.uiSymbolButton18.MinimumSize = new System.Drawing.Size(1, 1);
  1225. this.uiSymbolButton18.Name = "uiSymbolButton18";
  1226. this.uiSymbolButton18.Size = new System.Drawing.Size(98, 31);
  1227. this.uiSymbolButton18.Style = Sunny.UI.UIStyle.Custom;
  1228. this.uiSymbolButton18.Symbol = 162924;
  1229. this.uiSymbolButton18.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1230. this.uiSymbolButton18.TabIndex = 314;
  1231. this.uiSymbolButton18.Text = "写入";
  1232. this.uiSymbolButton18.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1233. //
  1234. // label38
  1235. //
  1236. this.label38.AutoSize = true;
  1237. this.label38.BackColor = System.Drawing.Color.AliceBlue;
  1238. this.label38.ForeColor = System.Drawing.Color.Black;
  1239. this.label38.Location = new System.Drawing.Point(294, 515);
  1240. this.label38.Name = "label38";
  1241. this.label38.Size = new System.Drawing.Size(45, 21);
  1242. this.label38.TabIndex = 313;
  1243. this.label38.Text = "MPa";
  1244. //
  1245. // uiTextBox18
  1246. //
  1247. this.uiTextBox18.Cursor = System.Windows.Forms.Cursors.IBeam;
  1248. this.uiTextBox18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1249. this.uiTextBox18.ForeColor = System.Drawing.Color.Black;
  1250. this.uiTextBox18.Location = new System.Drawing.Point(182, 510);
  1251. this.uiTextBox18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1252. this.uiTextBox18.MinimumSize = new System.Drawing.Size(1, 16);
  1253. this.uiTextBox18.Name = "uiTextBox18";
  1254. this.uiTextBox18.Padding = new System.Windows.Forms.Padding(5);
  1255. this.uiTextBox18.ShowText = false;
  1256. this.uiTextBox18.Size = new System.Drawing.Size(105, 31);
  1257. this.uiTextBox18.Style = Sunny.UI.UIStyle.Custom;
  1258. this.uiTextBox18.TabIndex = 311;
  1259. this.uiTextBox18.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1260. this.uiTextBox18.Watermark = "";
  1261. //
  1262. // label35
  1263. //
  1264. this.label35.AutoSize = true;
  1265. this.label35.BackColor = System.Drawing.Color.AliceBlue;
  1266. this.label35.ForeColor = System.Drawing.Color.Black;
  1267. this.label35.Location = new System.Drawing.Point(39, 439);
  1268. this.label35.Name = "label35";
  1269. this.label35.Size = new System.Drawing.Size(122, 21);
  1270. this.label35.TabIndex = 308;
  1271. this.label35.Text = "慢退流量设定值";
  1272. //
  1273. // uiSymbolButton17
  1274. //
  1275. this.uiSymbolButton17.Cursor = System.Windows.Forms.Cursors.Hand;
  1276. this.uiSymbolButton17.FillColor = System.Drawing.Color.AliceBlue;
  1277. this.uiSymbolButton17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1278. this.uiSymbolButton17.ForeColor = System.Drawing.Color.Black;
  1279. this.uiSymbolButton17.Location = new System.Drawing.Point(394, 434);
  1280. this.uiSymbolButton17.MinimumSize = new System.Drawing.Size(1, 1);
  1281. this.uiSymbolButton17.Name = "uiSymbolButton17";
  1282. this.uiSymbolButton17.Size = new System.Drawing.Size(98, 31);
  1283. this.uiSymbolButton17.Style = Sunny.UI.UIStyle.Custom;
  1284. this.uiSymbolButton17.Symbol = 162924;
  1285. this.uiSymbolButton17.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1286. this.uiSymbolButton17.TabIndex = 310;
  1287. this.uiSymbolButton17.Text = "写入";
  1288. this.uiSymbolButton17.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1289. //
  1290. // label36
  1291. //
  1292. this.label36.AutoSize = true;
  1293. this.label36.BackColor = System.Drawing.Color.AliceBlue;
  1294. this.label36.ForeColor = System.Drawing.Color.Black;
  1295. this.label36.Location = new System.Drawing.Point(294, 439);
  1296. this.label36.Name = "label36";
  1297. this.label36.Size = new System.Drawing.Size(24, 21);
  1298. this.label36.TabIndex = 309;
  1299. this.label36.Text = "%";
  1300. //
  1301. // uiTextBox17
  1302. //
  1303. this.uiTextBox17.Cursor = System.Windows.Forms.Cursors.IBeam;
  1304. this.uiTextBox17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1305. this.uiTextBox17.ForeColor = System.Drawing.Color.Black;
  1306. this.uiTextBox17.Location = new System.Drawing.Point(182, 434);
  1307. this.uiTextBox17.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1308. this.uiTextBox17.MinimumSize = new System.Drawing.Size(1, 16);
  1309. this.uiTextBox17.Name = "uiTextBox17";
  1310. this.uiTextBox17.Padding = new System.Windows.Forms.Padding(5);
  1311. this.uiTextBox17.ShowText = false;
  1312. this.uiTextBox17.Size = new System.Drawing.Size(105, 31);
  1313. this.uiTextBox17.Style = Sunny.UI.UIStyle.Custom;
  1314. this.uiTextBox17.TabIndex = 307;
  1315. this.uiTextBox17.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1316. this.uiTextBox17.Watermark = "";
  1317. //
  1318. // label33
  1319. //
  1320. this.label33.AutoSize = true;
  1321. this.label33.BackColor = System.Drawing.Color.AliceBlue;
  1322. this.label33.ForeColor = System.Drawing.Color.Black;
  1323. this.label33.Location = new System.Drawing.Point(39, 363);
  1324. this.label33.Name = "label33";
  1325. this.label33.Size = new System.Drawing.Size(122, 21);
  1326. this.label33.TabIndex = 304;
  1327. this.label33.Text = "慢退压力设定值";
  1328. //
  1329. // uiSymbolButton16
  1330. //
  1331. this.uiSymbolButton16.Cursor = System.Windows.Forms.Cursors.Hand;
  1332. this.uiSymbolButton16.FillColor = System.Drawing.Color.AliceBlue;
  1333. this.uiSymbolButton16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1334. this.uiSymbolButton16.ForeColor = System.Drawing.Color.Black;
  1335. this.uiSymbolButton16.Location = new System.Drawing.Point(394, 358);
  1336. this.uiSymbolButton16.MinimumSize = new System.Drawing.Size(1, 1);
  1337. this.uiSymbolButton16.Name = "uiSymbolButton16";
  1338. this.uiSymbolButton16.Size = new System.Drawing.Size(98, 31);
  1339. this.uiSymbolButton16.Style = Sunny.UI.UIStyle.Custom;
  1340. this.uiSymbolButton16.Symbol = 162924;
  1341. this.uiSymbolButton16.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1342. this.uiSymbolButton16.TabIndex = 306;
  1343. this.uiSymbolButton16.Text = "写入";
  1344. this.uiSymbolButton16.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1345. //
  1346. // label34
  1347. //
  1348. this.label34.AutoSize = true;
  1349. this.label34.BackColor = System.Drawing.Color.AliceBlue;
  1350. this.label34.ForeColor = System.Drawing.Color.Black;
  1351. this.label34.Location = new System.Drawing.Point(294, 363);
  1352. this.label34.Name = "label34";
  1353. this.label34.Size = new System.Drawing.Size(45, 21);
  1354. this.label34.TabIndex = 305;
  1355. this.label34.Text = "MPa";
  1356. //
  1357. // uiTextBox16
  1358. //
  1359. this.uiTextBox16.Cursor = System.Windows.Forms.Cursors.IBeam;
  1360. this.uiTextBox16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1361. this.uiTextBox16.ForeColor = System.Drawing.Color.Black;
  1362. this.uiTextBox16.Location = new System.Drawing.Point(182, 358);
  1363. this.uiTextBox16.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1364. this.uiTextBox16.MinimumSize = new System.Drawing.Size(1, 16);
  1365. this.uiTextBox16.Name = "uiTextBox16";
  1366. this.uiTextBox16.Padding = new System.Windows.Forms.Padding(5);
  1367. this.uiTextBox16.ShowText = false;
  1368. this.uiTextBox16.Size = new System.Drawing.Size(105, 31);
  1369. this.uiTextBox16.Style = Sunny.UI.UIStyle.Custom;
  1370. this.uiTextBox16.TabIndex = 303;
  1371. this.uiTextBox16.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1372. this.uiTextBox16.Watermark = "";
  1373. //
  1374. // label31
  1375. //
  1376. this.label31.AutoSize = true;
  1377. this.label31.BackColor = System.Drawing.Color.AliceBlue;
  1378. this.label31.ForeColor = System.Drawing.Color.Black;
  1379. this.label31.Location = new System.Drawing.Point(39, 287);
  1380. this.label31.Name = "label31";
  1381. this.label31.Size = new System.Drawing.Size(122, 21);
  1382. this.label31.TabIndex = 300;
  1383. this.label31.Text = "慢顶流量设定值";
  1384. //
  1385. // uiSymbolButton15
  1386. //
  1387. this.uiSymbolButton15.Cursor = System.Windows.Forms.Cursors.Hand;
  1388. this.uiSymbolButton15.FillColor = System.Drawing.Color.AliceBlue;
  1389. this.uiSymbolButton15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1390. this.uiSymbolButton15.ForeColor = System.Drawing.Color.Black;
  1391. this.uiSymbolButton15.Location = new System.Drawing.Point(394, 282);
  1392. this.uiSymbolButton15.MinimumSize = new System.Drawing.Size(1, 1);
  1393. this.uiSymbolButton15.Name = "uiSymbolButton15";
  1394. this.uiSymbolButton15.Size = new System.Drawing.Size(98, 31);
  1395. this.uiSymbolButton15.Style = Sunny.UI.UIStyle.Custom;
  1396. this.uiSymbolButton15.Symbol = 162924;
  1397. this.uiSymbolButton15.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1398. this.uiSymbolButton15.TabIndex = 302;
  1399. this.uiSymbolButton15.Text = "写入";
  1400. this.uiSymbolButton15.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1401. //
  1402. // label32
  1403. //
  1404. this.label32.AutoSize = true;
  1405. this.label32.BackColor = System.Drawing.Color.AliceBlue;
  1406. this.label32.ForeColor = System.Drawing.Color.Black;
  1407. this.label32.Location = new System.Drawing.Point(294, 287);
  1408. this.label32.Name = "label32";
  1409. this.label32.Size = new System.Drawing.Size(24, 21);
  1410. this.label32.TabIndex = 301;
  1411. this.label32.Text = "%";
  1412. //
  1413. // uiTextBox15
  1414. //
  1415. this.uiTextBox15.Cursor = System.Windows.Forms.Cursors.IBeam;
  1416. this.uiTextBox15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1417. this.uiTextBox15.ForeColor = System.Drawing.Color.Black;
  1418. this.uiTextBox15.Location = new System.Drawing.Point(182, 282);
  1419. this.uiTextBox15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1420. this.uiTextBox15.MinimumSize = new System.Drawing.Size(1, 16);
  1421. this.uiTextBox15.Name = "uiTextBox15";
  1422. this.uiTextBox15.Padding = new System.Windows.Forms.Padding(5);
  1423. this.uiTextBox15.ShowText = false;
  1424. this.uiTextBox15.Size = new System.Drawing.Size(105, 31);
  1425. this.uiTextBox15.Style = Sunny.UI.UIStyle.Custom;
  1426. this.uiTextBox15.TabIndex = 299;
  1427. this.uiTextBox15.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1428. this.uiTextBox15.Watermark = "";
  1429. //
  1430. // label29
  1431. //
  1432. this.label29.AutoSize = true;
  1433. this.label29.BackColor = System.Drawing.Color.AliceBlue;
  1434. this.label29.ForeColor = System.Drawing.Color.Black;
  1435. this.label29.Location = new System.Drawing.Point(39, 211);
  1436. this.label29.Name = "label29";
  1437. this.label29.Size = new System.Drawing.Size(122, 21);
  1438. this.label29.TabIndex = 296;
  1439. this.label29.Text = "慢顶压力设定值";
  1440. //
  1441. // uiSymbolButton14
  1442. //
  1443. this.uiSymbolButton14.Cursor = System.Windows.Forms.Cursors.Hand;
  1444. this.uiSymbolButton14.FillColor = System.Drawing.Color.AliceBlue;
  1445. this.uiSymbolButton14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1446. this.uiSymbolButton14.ForeColor = System.Drawing.Color.Black;
  1447. this.uiSymbolButton14.Location = new System.Drawing.Point(394, 206);
  1448. this.uiSymbolButton14.MinimumSize = new System.Drawing.Size(1, 1);
  1449. this.uiSymbolButton14.Name = "uiSymbolButton14";
  1450. this.uiSymbolButton14.Size = new System.Drawing.Size(98, 31);
  1451. this.uiSymbolButton14.Style = Sunny.UI.UIStyle.Custom;
  1452. this.uiSymbolButton14.Symbol = 162924;
  1453. this.uiSymbolButton14.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1454. this.uiSymbolButton14.TabIndex = 298;
  1455. this.uiSymbolButton14.Text = "写入";
  1456. this.uiSymbolButton14.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1457. //
  1458. // label30
  1459. //
  1460. this.label30.AutoSize = true;
  1461. this.label30.BackColor = System.Drawing.Color.AliceBlue;
  1462. this.label30.ForeColor = System.Drawing.Color.Black;
  1463. this.label30.Location = new System.Drawing.Point(294, 211);
  1464. this.label30.Name = "label30";
  1465. this.label30.Size = new System.Drawing.Size(45, 21);
  1466. this.label30.TabIndex = 297;
  1467. this.label30.Text = "MPa";
  1468. //
  1469. // uiTextBox14
  1470. //
  1471. this.uiTextBox14.Cursor = System.Windows.Forms.Cursors.IBeam;
  1472. this.uiTextBox14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1473. this.uiTextBox14.ForeColor = System.Drawing.Color.Black;
  1474. this.uiTextBox14.Location = new System.Drawing.Point(182, 206);
  1475. this.uiTextBox14.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1476. this.uiTextBox14.MinimumSize = new System.Drawing.Size(1, 16);
  1477. this.uiTextBox14.Name = "uiTextBox14";
  1478. this.uiTextBox14.Padding = new System.Windows.Forms.Padding(5);
  1479. this.uiTextBox14.ShowText = false;
  1480. this.uiTextBox14.Size = new System.Drawing.Size(105, 31);
  1481. this.uiTextBox14.Style = Sunny.UI.UIStyle.Custom;
  1482. this.uiTextBox14.TabIndex = 295;
  1483. this.uiTextBox14.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1484. this.uiTextBox14.Watermark = "";
  1485. //
  1486. // label27
  1487. //
  1488. this.label27.AutoSize = true;
  1489. this.label27.BackColor = System.Drawing.Color.AliceBlue;
  1490. this.label27.ForeColor = System.Drawing.Color.Black;
  1491. this.label27.Location = new System.Drawing.Point(39, 135);
  1492. this.label27.Name = "label27";
  1493. this.label27.Size = new System.Drawing.Size(122, 21);
  1494. this.label27.TabIndex = 292;
  1495. this.label27.Text = "快顶流量设定值";
  1496. //
  1497. // uiSymbolButton13
  1498. //
  1499. this.uiSymbolButton13.Cursor = System.Windows.Forms.Cursors.Hand;
  1500. this.uiSymbolButton13.FillColor = System.Drawing.Color.AliceBlue;
  1501. this.uiSymbolButton13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1502. this.uiSymbolButton13.ForeColor = System.Drawing.Color.Black;
  1503. this.uiSymbolButton13.Location = new System.Drawing.Point(394, 130);
  1504. this.uiSymbolButton13.MinimumSize = new System.Drawing.Size(1, 1);
  1505. this.uiSymbolButton13.Name = "uiSymbolButton13";
  1506. this.uiSymbolButton13.Size = new System.Drawing.Size(98, 31);
  1507. this.uiSymbolButton13.Style = Sunny.UI.UIStyle.Custom;
  1508. this.uiSymbolButton13.Symbol = 162924;
  1509. this.uiSymbolButton13.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1510. this.uiSymbolButton13.TabIndex = 294;
  1511. this.uiSymbolButton13.Text = "写入";
  1512. this.uiSymbolButton13.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1513. //
  1514. // label28
  1515. //
  1516. this.label28.AutoSize = true;
  1517. this.label28.BackColor = System.Drawing.Color.AliceBlue;
  1518. this.label28.ForeColor = System.Drawing.Color.Black;
  1519. this.label28.Location = new System.Drawing.Point(294, 135);
  1520. this.label28.Name = "label28";
  1521. this.label28.Size = new System.Drawing.Size(24, 21);
  1522. this.label28.TabIndex = 293;
  1523. this.label28.Text = "%";
  1524. //
  1525. // uiTextBox13
  1526. //
  1527. this.uiTextBox13.Cursor = System.Windows.Forms.Cursors.IBeam;
  1528. this.uiTextBox13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1529. this.uiTextBox13.ForeColor = System.Drawing.Color.Black;
  1530. this.uiTextBox13.Location = new System.Drawing.Point(182, 130);
  1531. this.uiTextBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1532. this.uiTextBox13.MinimumSize = new System.Drawing.Size(1, 16);
  1533. this.uiTextBox13.Name = "uiTextBox13";
  1534. this.uiTextBox13.Padding = new System.Windows.Forms.Padding(5);
  1535. this.uiTextBox13.ShowText = false;
  1536. this.uiTextBox13.Size = new System.Drawing.Size(105, 31);
  1537. this.uiTextBox13.Style = Sunny.UI.UIStyle.Custom;
  1538. this.uiTextBox13.TabIndex = 291;
  1539. this.uiTextBox13.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1540. this.uiTextBox13.Watermark = "";
  1541. //
  1542. // label25
  1543. //
  1544. this.label25.AutoSize = true;
  1545. this.label25.BackColor = System.Drawing.Color.AliceBlue;
  1546. this.label25.ForeColor = System.Drawing.Color.Black;
  1547. this.label25.Location = new System.Drawing.Point(39, 59);
  1548. this.label25.Name = "label25";
  1549. this.label25.Size = new System.Drawing.Size(122, 21);
  1550. this.label25.TabIndex = 288;
  1551. this.label25.Text = "快顶压力设定值";
  1552. //
  1553. // uiSymbolButton12
  1554. //
  1555. this.uiSymbolButton12.Cursor = System.Windows.Forms.Cursors.Hand;
  1556. this.uiSymbolButton12.FillColor = System.Drawing.Color.AliceBlue;
  1557. this.uiSymbolButton12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1558. this.uiSymbolButton12.ForeColor = System.Drawing.Color.Black;
  1559. this.uiSymbolButton12.Location = new System.Drawing.Point(394, 54);
  1560. this.uiSymbolButton12.MinimumSize = new System.Drawing.Size(1, 1);
  1561. this.uiSymbolButton12.Name = "uiSymbolButton12";
  1562. this.uiSymbolButton12.Size = new System.Drawing.Size(98, 31);
  1563. this.uiSymbolButton12.Style = Sunny.UI.UIStyle.Custom;
  1564. this.uiSymbolButton12.Symbol = 162924;
  1565. this.uiSymbolButton12.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
  1566. this.uiSymbolButton12.TabIndex = 290;
  1567. this.uiSymbolButton12.Text = "写入";
  1568. this.uiSymbolButton12.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1569. //
  1570. // label26
  1571. //
  1572. this.label26.AutoSize = true;
  1573. this.label26.BackColor = System.Drawing.Color.AliceBlue;
  1574. this.label26.ForeColor = System.Drawing.Color.Black;
  1575. this.label26.Location = new System.Drawing.Point(294, 59);
  1576. this.label26.Name = "label26";
  1577. this.label26.Size = new System.Drawing.Size(45, 21);
  1578. this.label26.TabIndex = 289;
  1579. this.label26.Text = "MPa";
  1580. //
  1581. // uiTextBox12
  1582. //
  1583. this.uiTextBox12.Cursor = System.Windows.Forms.Cursors.IBeam;
  1584. this.uiTextBox12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1585. this.uiTextBox12.ForeColor = System.Drawing.Color.Black;
  1586. this.uiTextBox12.Location = new System.Drawing.Point(182, 54);
  1587. this.uiTextBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1588. this.uiTextBox12.MinimumSize = new System.Drawing.Size(1, 16);
  1589. this.uiTextBox12.Name = "uiTextBox12";
  1590. this.uiTextBox12.Padding = new System.Windows.Forms.Padding(5);
  1591. this.uiTextBox12.ShowText = false;
  1592. this.uiTextBox12.Size = new System.Drawing.Size(105, 31);
  1593. this.uiTextBox12.Style = Sunny.UI.UIStyle.Custom;
  1594. this.uiTextBox12.TabIndex = 287;
  1595. this.uiTextBox12.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
  1596. this.uiTextBox12.Watermark = "";
  1597. //
  1598. // uiLabel1
  1599. //
  1600. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1601. this.uiLabel1.ForeColor = System.Drawing.Color.Black;
  1602. this.uiLabel1.Location = new System.Drawing.Point(1667, 853);
  1603. this.uiLabel1.Name = "uiLabel1";
  1604. this.uiLabel1.Size = new System.Drawing.Size(100, 35);
  1605. this.uiLabel1.TabIndex = 320;
  1606. this.uiLabel1.Text = "写入开关";
  1607. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  1608. //
  1609. // switchWrite
  1610. //
  1611. this.switchWrite.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  1612. this.switchWrite.ForeColor = System.Drawing.Color.DimGray;
  1613. this.switchWrite.Location = new System.Drawing.Point(1783, 848);
  1614. this.switchWrite.MinimumSize = new System.Drawing.Size(1, 1);
  1615. this.switchWrite.Name = "switchWrite";
  1616. this.switchWrite.Size = new System.Drawing.Size(130, 45);
  1617. this.switchWrite.TabIndex = 319;
  1618. this.switchWrite.Text = "写入开关";
  1619. this.switchWrite.ValueChanged += new Sunny.UI.UISwitch.OnValueChanged(this.switchWrite_ValueChanged);
  1620. //
  1621. // FrmPressure
  1622. //
  1623. this.AllowShowTitle = false;
  1624. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1625. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(27)))), ((int)(((byte)(44)))));
  1626. this.ClientSize = new System.Drawing.Size(1920, 1002);
  1627. this.Controls.Add(this.uiTitlePanel压机);
  1628. this.MaximizeBox = false;
  1629. this.MinimizeBox = false;
  1630. this.Name = "FrmPressure";
  1631. this.Padding = new System.Windows.Forms.Padding(0);
  1632. this.ShowTitle = false;
  1633. this.Text = "压机";
  1634. this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(10)))), ((int)(((byte)(20)))));
  1635. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1482, 730);
  1636. this.Load += new System.EventHandler(this.FrmPressure_Load);
  1637. this.uiTitlePanel压机.ResumeLayout(false);
  1638. this.uiGroupBox2.ResumeLayout(false);
  1639. this.uiTabControl1.ResumeLayout(false);
  1640. this.tabPage1.ResumeLayout(false);
  1641. this.tabPage1.PerformLayout();
  1642. this.uiGroupBox1.ResumeLayout(false);
  1643. this.uiGroupBox1.PerformLayout();
  1644. this.ResumeLayout(false);
  1645. }
  1646. #endregion
  1647. private Sunny.UI.UITitlePanel uiTitlePanel压机;
  1648. private System.Windows.Forms.Label label1;
  1649. private System.Windows.Forms.Label label9;
  1650. private Sunny.UI.UITextBox txt快上压力;
  1651. private Sunny.UI.UISymbolButton btn快上压力;
  1652. private Sunny.UI.UISwitch switchWrite;
  1653. private Sunny.UI.UILabel uiLabel1;
  1654. private Sunny.UI.UITabControl uiTabControl1;
  1655. private System.Windows.Forms.TabPage tabPage1;
  1656. private System.Windows.Forms.TabPage tabPage2;
  1657. private System.Windows.Forms.TabPage tabPage3;
  1658. private System.Windows.Forms.TabPage tabPage4;
  1659. private System.Windows.Forms.TabPage tabPage5;
  1660. private System.Windows.Forms.TabPage tabPage6;
  1661. private System.Windows.Forms.Label label2;
  1662. private Sunny.UI.UISymbolButton uiSymbolButton1;
  1663. private Sunny.UI.UITextBox uiTextBox1;
  1664. private System.Windows.Forms.Label label3;
  1665. private System.Windows.Forms.Label label13;
  1666. private System.Windows.Forms.Label label14;
  1667. private Sunny.UI.UISymbolButton uiSymbolButton6;
  1668. private Sunny.UI.UISymbolButton uiSymbolButton7;
  1669. private Sunny.UI.UITextBox uiTextBox6;
  1670. private System.Windows.Forms.Label label15;
  1671. private Sunny.UI.UITextBox uiTextBox7;
  1672. private System.Windows.Forms.Label label16;
  1673. private System.Windows.Forms.Label label17;
  1674. private Sunny.UI.UISymbolButton uiSymbolButton8;
  1675. private System.Windows.Forms.Label label18;
  1676. private Sunny.UI.UITextBox uiTextBox8;
  1677. private Sunny.UI.UISymbolButton uiSymbolButton9;
  1678. private System.Windows.Forms.Label label19;
  1679. private Sunny.UI.UITextBox uiTextBox9;
  1680. private System.Windows.Forms.Label label20;
  1681. private System.Windows.Forms.Label label21;
  1682. private Sunny.UI.UISymbolButton uiSymbolButton10;
  1683. private Sunny.UI.UITextBox uiTextBox10;
  1684. private System.Windows.Forms.Label label22;
  1685. private System.Windows.Forms.Label label23;
  1686. private Sunny.UI.UISymbolButton uiSymbolButton11;
  1687. private Sunny.UI.UITextBox uiTextBox11;
  1688. private System.Windows.Forms.Label label24;
  1689. private System.Windows.Forms.Label label8;
  1690. private System.Windows.Forms.Label label4;
  1691. private Sunny.UI.UISymbolButton uiSymbolButton4;
  1692. private Sunny.UI.UISymbolButton uiSymbolButton2;
  1693. private Sunny.UI.UITextBox uiTextBox4;
  1694. private System.Windows.Forms.Label label10;
  1695. private Sunny.UI.UITextBox uiTextBox2;
  1696. private System.Windows.Forms.Label label11;
  1697. private System.Windows.Forms.Label label5;
  1698. private Sunny.UI.UISymbolButton uiSymbolButton5;
  1699. private System.Windows.Forms.Label label6;
  1700. private Sunny.UI.UITextBox uiTextBox5;
  1701. private Sunny.UI.UISymbolButton uiSymbolButton3;
  1702. private System.Windows.Forms.Label label12;
  1703. private Sunny.UI.UITextBox uiTextBox3;
  1704. private System.Windows.Forms.Label label7;
  1705. private Sunny.UI.UIGroupBox uiGroupBox1;
  1706. private System.Windows.Forms.Label label43;
  1707. private Sunny.UI.UISymbolButton uiSymbolButton21;
  1708. private System.Windows.Forms.Label label44;
  1709. private Sunny.UI.UITextBox uiTextBox21;
  1710. private System.Windows.Forms.Label label41;
  1711. private Sunny.UI.UISymbolButton uiSymbolButton20;
  1712. private System.Windows.Forms.Label label42;
  1713. private Sunny.UI.UITextBox uiTextBox20;
  1714. private System.Windows.Forms.Label label39;
  1715. private Sunny.UI.UISymbolButton uiSymbolButton19;
  1716. private System.Windows.Forms.Label label40;
  1717. private Sunny.UI.UITextBox uiTextBox19;
  1718. private System.Windows.Forms.Label label37;
  1719. private Sunny.UI.UISymbolButton uiSymbolButton18;
  1720. private System.Windows.Forms.Label label38;
  1721. private Sunny.UI.UITextBox uiTextBox18;
  1722. private System.Windows.Forms.Label label35;
  1723. private Sunny.UI.UISymbolButton uiSymbolButton17;
  1724. private System.Windows.Forms.Label label36;
  1725. private Sunny.UI.UITextBox uiTextBox17;
  1726. private System.Windows.Forms.Label label33;
  1727. private Sunny.UI.UISymbolButton uiSymbolButton16;
  1728. private System.Windows.Forms.Label label34;
  1729. private Sunny.UI.UITextBox uiTextBox16;
  1730. private System.Windows.Forms.Label label31;
  1731. private Sunny.UI.UISymbolButton uiSymbolButton15;
  1732. private System.Windows.Forms.Label label32;
  1733. private Sunny.UI.UITextBox uiTextBox15;
  1734. private System.Windows.Forms.Label label29;
  1735. private Sunny.UI.UISymbolButton uiSymbolButton14;
  1736. private System.Windows.Forms.Label label30;
  1737. private Sunny.UI.UITextBox uiTextBox14;
  1738. private System.Windows.Forms.Label label27;
  1739. private Sunny.UI.UISymbolButton uiSymbolButton13;
  1740. private System.Windows.Forms.Label label28;
  1741. private Sunny.UI.UITextBox uiTextBox13;
  1742. private System.Windows.Forms.Label label25;
  1743. private Sunny.UI.UISymbolButton uiSymbolButton12;
  1744. private System.Windows.Forms.Label label26;
  1745. private Sunny.UI.UITextBox uiTextBox12;
  1746. private Sunny.UI.UIGroupBox uiGroupBox2;
  1747. private Sunny.UI.UILine uiLine1;
  1748. }
  1749. }