123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755 |
- namespace HRT_Measure
- {
- partial class FrmPressure
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.uiTitlePanel压机 = new Sunny.UI.UITitlePanel();
- this.uiGroupBox2 = new Sunny.UI.UIGroupBox();
- this.uiTabControl1 = new Sunny.UI.UITabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.uiLine1 = new Sunny.UI.UILine();
- this.label13 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.uiSymbolButton6 = new Sunny.UI.UISymbolButton();
- this.uiSymbolButton7 = new Sunny.UI.UISymbolButton();
- this.uiTextBox6 = new Sunny.UI.UITextBox();
- this.label15 = new System.Windows.Forms.Label();
- this.uiTextBox7 = new Sunny.UI.UITextBox();
- this.label16 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.uiSymbolButton8 = new Sunny.UI.UISymbolButton();
- this.label18 = new System.Windows.Forms.Label();
- this.uiTextBox8 = new Sunny.UI.UITextBox();
- this.uiSymbolButton9 = new Sunny.UI.UISymbolButton();
- this.label19 = new System.Windows.Forms.Label();
- this.uiTextBox9 = new Sunny.UI.UITextBox();
- this.label20 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.uiSymbolButton10 = new Sunny.UI.UISymbolButton();
- this.uiTextBox10 = new Sunny.UI.UITextBox();
- this.label22 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.uiSymbolButton11 = new Sunny.UI.UISymbolButton();
- this.uiTextBox11 = new Sunny.UI.UITextBox();
- this.label24 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.uiSymbolButton4 = new Sunny.UI.UISymbolButton();
- this.uiSymbolButton2 = new Sunny.UI.UISymbolButton();
- this.uiTextBox4 = new Sunny.UI.UITextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.uiTextBox2 = new Sunny.UI.UITextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.uiSymbolButton5 = new Sunny.UI.UISymbolButton();
- this.label6 = new System.Windows.Forms.Label();
- this.uiTextBox5 = new Sunny.UI.UITextBox();
- this.uiSymbolButton3 = new Sunny.UI.UISymbolButton();
- this.label12 = new System.Windows.Forms.Label();
- this.uiTextBox3 = new Sunny.UI.UITextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.uiSymbolButton1 = new Sunny.UI.UISymbolButton();
- this.uiTextBox1 = new Sunny.UI.UITextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.btn快上压力 = new Sunny.UI.UISymbolButton();
- this.txt快上压力 = new Sunny.UI.UITextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.tabPage4 = new System.Windows.Forms.TabPage();
- this.tabPage5 = new System.Windows.Forms.TabPage();
- this.tabPage6 = new System.Windows.Forms.TabPage();
- this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
- this.label43 = new System.Windows.Forms.Label();
- this.uiSymbolButton21 = new Sunny.UI.UISymbolButton();
- this.label44 = new System.Windows.Forms.Label();
- this.uiTextBox21 = new Sunny.UI.UITextBox();
- this.label41 = new System.Windows.Forms.Label();
- this.uiSymbolButton20 = new Sunny.UI.UISymbolButton();
- this.label42 = new System.Windows.Forms.Label();
- this.uiTextBox20 = new Sunny.UI.UITextBox();
- this.label39 = new System.Windows.Forms.Label();
- this.uiSymbolButton19 = new Sunny.UI.UISymbolButton();
- this.label40 = new System.Windows.Forms.Label();
- this.uiTextBox19 = new Sunny.UI.UITextBox();
- this.label37 = new System.Windows.Forms.Label();
- this.uiSymbolButton18 = new Sunny.UI.UISymbolButton();
- this.label38 = new System.Windows.Forms.Label();
- this.uiTextBox18 = new Sunny.UI.UITextBox();
- this.label35 = new System.Windows.Forms.Label();
- this.uiSymbolButton17 = new Sunny.UI.UISymbolButton();
- this.label36 = new System.Windows.Forms.Label();
- this.uiTextBox17 = new Sunny.UI.UITextBox();
- this.label33 = new System.Windows.Forms.Label();
- this.uiSymbolButton16 = new Sunny.UI.UISymbolButton();
- this.label34 = new System.Windows.Forms.Label();
- this.uiTextBox16 = new Sunny.UI.UITextBox();
- this.label31 = new System.Windows.Forms.Label();
- this.uiSymbolButton15 = new Sunny.UI.UISymbolButton();
- this.label32 = new System.Windows.Forms.Label();
- this.uiTextBox15 = new Sunny.UI.UITextBox();
- this.label29 = new System.Windows.Forms.Label();
- this.uiSymbolButton14 = new Sunny.UI.UISymbolButton();
- this.label30 = new System.Windows.Forms.Label();
- this.uiTextBox14 = new Sunny.UI.UITextBox();
- this.label27 = new System.Windows.Forms.Label();
- this.uiSymbolButton13 = new Sunny.UI.UISymbolButton();
- this.label28 = new System.Windows.Forms.Label();
- this.uiTextBox13 = new Sunny.UI.UITextBox();
- this.label25 = new System.Windows.Forms.Label();
- this.uiSymbolButton12 = new Sunny.UI.UISymbolButton();
- this.label26 = new System.Windows.Forms.Label();
- this.uiTextBox12 = new Sunny.UI.UITextBox();
- this.uiLabel1 = new Sunny.UI.UILabel();
- this.switchWrite = new Sunny.UI.UISwitch();
- this.uiTitlePanel压机.SuspendLayout();
- this.uiGroupBox2.SuspendLayout();
- this.uiTabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.uiGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // uiTitlePanel压机
- //
- this.uiTitlePanel压机.BackColor = System.Drawing.Color.AliceBlue;
- this.uiTitlePanel压机.Controls.Add(this.uiGroupBox2);
- this.uiTitlePanel压机.Controls.Add(this.uiGroupBox1);
- this.uiTitlePanel压机.Controls.Add(this.uiLabel1);
- this.uiTitlePanel压机.Controls.Add(this.switchWrite);
- this.uiTitlePanel压机.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiTitlePanel压机.FillColor = System.Drawing.Color.AliceBlue;
- this.uiTitlePanel压机.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
- this.uiTitlePanel压机.Location = new System.Drawing.Point(0, 0);
- this.uiTitlePanel压机.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTitlePanel压机.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiTitlePanel压机.Name = "uiTitlePanel压机";
- this.uiTitlePanel压机.ShowText = false;
- this.uiTitlePanel压机.Size = new System.Drawing.Size(1920, 1002);
- this.uiTitlePanel压机.TabIndex = 0;
- this.uiTitlePanel压机.Text = "压机";
- this.uiTitlePanel压机.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
- this.uiTitlePanel压机.TitleColor = System.Drawing.SystemColors.GradientActiveCaption;
- this.uiTitlePanel压机.TitleForeColor = System.Drawing.Color.Black;
- //
- // uiGroupBox2
- //
- this.uiGroupBox2.Controls.Add(this.uiTabControl1);
- this.uiGroupBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox2.Location = new System.Drawing.Point(4, 36);
- this.uiGroupBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox2.Name = "uiGroupBox2";
- this.uiGroupBox2.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox2.Size = new System.Drawing.Size(1296, 800);
- this.uiGroupBox2.TabIndex = 323;
- this.uiGroupBox2.Text = "油缸自动参数设定";
- this.uiGroupBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // uiTabControl1
- //
- this.uiTabControl1.Controls.Add(this.tabPage1);
- this.uiTabControl1.Controls.Add(this.tabPage2);
- this.uiTabControl1.Controls.Add(this.tabPage3);
- this.uiTabControl1.Controls.Add(this.tabPage4);
- this.uiTabControl1.Controls.Add(this.tabPage5);
- this.uiTabControl1.Controls.Add(this.tabPage6);
- this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
- this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
- this.uiTabControl1.Location = new System.Drawing.Point(25, 59);
- this.uiTabControl1.MainPage = "";
- this.uiTabControl1.Name = "uiTabControl1";
- this.uiTabControl1.SelectedIndex = 0;
- this.uiTabControl1.Size = new System.Drawing.Size(1244, 705);
- this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.uiTabControl1.TabIndex = 321;
- this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.uiLine1);
- this.tabPage1.Controls.Add(this.label13);
- this.tabPage1.Controls.Add(this.label14);
- this.tabPage1.Controls.Add(this.uiSymbolButton6);
- this.tabPage1.Controls.Add(this.uiSymbolButton7);
- this.tabPage1.Controls.Add(this.uiTextBox6);
- this.tabPage1.Controls.Add(this.label15);
- this.tabPage1.Controls.Add(this.uiTextBox7);
- this.tabPage1.Controls.Add(this.label16);
- this.tabPage1.Controls.Add(this.label17);
- this.tabPage1.Controls.Add(this.uiSymbolButton8);
- this.tabPage1.Controls.Add(this.label18);
- this.tabPage1.Controls.Add(this.uiTextBox8);
- this.tabPage1.Controls.Add(this.uiSymbolButton9);
- this.tabPage1.Controls.Add(this.label19);
- this.tabPage1.Controls.Add(this.uiTextBox9);
- this.tabPage1.Controls.Add(this.label20);
- this.tabPage1.Controls.Add(this.label21);
- this.tabPage1.Controls.Add(this.uiSymbolButton10);
- this.tabPage1.Controls.Add(this.uiTextBox10);
- this.tabPage1.Controls.Add(this.label22);
- this.tabPage1.Controls.Add(this.label23);
- this.tabPage1.Controls.Add(this.uiSymbolButton11);
- this.tabPage1.Controls.Add(this.uiTextBox11);
- this.tabPage1.Controls.Add(this.label24);
- this.tabPage1.Controls.Add(this.label8);
- this.tabPage1.Controls.Add(this.label4);
- this.tabPage1.Controls.Add(this.uiSymbolButton4);
- this.tabPage1.Controls.Add(this.uiSymbolButton2);
- this.tabPage1.Controls.Add(this.uiTextBox4);
- this.tabPage1.Controls.Add(this.label10);
- this.tabPage1.Controls.Add(this.uiTextBox2);
- this.tabPage1.Controls.Add(this.label11);
- this.tabPage1.Controls.Add(this.label5);
- this.tabPage1.Controls.Add(this.uiSymbolButton5);
- this.tabPage1.Controls.Add(this.label6);
- this.tabPage1.Controls.Add(this.uiTextBox5);
- this.tabPage1.Controls.Add(this.uiSymbolButton3);
- this.tabPage1.Controls.Add(this.label12);
- this.tabPage1.Controls.Add(this.uiTextBox3);
- this.tabPage1.Controls.Add(this.label7);
- this.tabPage1.Controls.Add(this.label2);
- this.tabPage1.Controls.Add(this.uiSymbolButton1);
- this.tabPage1.Controls.Add(this.uiTextBox1);
- this.tabPage1.Controls.Add(this.label3);
- this.tabPage1.Controls.Add(this.label9);
- this.tabPage1.Controls.Add(this.btn快上压力);
- this.tabPage1.Controls.Add(this.txt快上压力);
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabPage1.Location = new System.Drawing.Point(0, 40);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Size = new System.Drawing.Size(1244, 665);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "型号1";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // uiLine1
- //
- this.uiLine1.BackColor = System.Drawing.Color.Transparent;
- this.uiLine1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLine1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
- this.uiLine1.Location = new System.Drawing.Point(56, 256);
- this.uiLine1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiLine1.Name = "uiLine1";
- this.uiLine1.Size = new System.Drawing.Size(1125, 29);
- this.uiLine1.TabIndex = 287;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.BackColor = System.Drawing.Color.AliceBlue;
- this.label13.ForeColor = System.Drawing.Color.Black;
- this.label13.Location = new System.Drawing.Point(728, 492);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(179, 21);
- this.label13.TabIndex = 282;
- this.label13.Text = "步骤3减速顶出位置设定";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.BackColor = System.Drawing.Color.AliceBlue;
- this.label14.ForeColor = System.Drawing.Color.Black;
- this.label14.Location = new System.Drawing.Point(728, 416);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(179, 21);
- this.label14.TabIndex = 281;
- this.label14.Text = "步骤2减速顶出位置设定";
- //
- // uiSymbolButton6
- //
- this.uiSymbolButton6.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton6.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton6.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton6.Location = new System.Drawing.Point(1083, 487);
- this.uiSymbolButton6.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton6.Name = "uiSymbolButton6";
- this.uiSymbolButton6.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton6.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton6.Symbol = 162924;
- this.uiSymbolButton6.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton6.TabIndex = 286;
- this.uiSymbolButton6.Text = "写入";
- this.uiSymbolButton6.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // uiSymbolButton7
- //
- this.uiSymbolButton7.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton7.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton7.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton7.Location = new System.Drawing.Point(1083, 411);
- this.uiSymbolButton7.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton7.Name = "uiSymbolButton7";
- this.uiSymbolButton7.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton7.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton7.Symbol = 162924;
- this.uiSymbolButton7.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton7.TabIndex = 285;
- this.uiSymbolButton7.Text = "写入";
- this.uiSymbolButton7.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // uiTextBox6
- //
- this.uiTextBox6.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox6.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox6.Location = new System.Drawing.Point(914, 487);
- this.uiTextBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox6.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox6.Name = "uiTextBox6";
- this.uiTextBox6.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox6.ShowText = false;
- this.uiTextBox6.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox6.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox6.TabIndex = 280;
- this.uiTextBox6.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox6.Watermark = "";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.AliceBlue;
- this.label15.ForeColor = System.Drawing.Color.Black;
- this.label15.Location = new System.Drawing.Point(1026, 492);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(40, 21);
- this.label15.TabIndex = 284;
- this.label15.Text = "mm";
- //
- // uiTextBox7
- //
- this.uiTextBox7.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox7.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox7.Location = new System.Drawing.Point(914, 411);
- this.uiTextBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox7.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox7.Name = "uiTextBox7";
- this.uiTextBox7.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox7.ShowText = false;
- this.uiTextBox7.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox7.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox7.TabIndex = 279;
- this.uiTextBox7.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox7.Watermark = "";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.AliceBlue;
- this.label16.ForeColor = System.Drawing.Color.Black;
- this.label16.Location = new System.Drawing.Point(52, 492);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(179, 21);
- this.label16.TabIndex = 274;
- this.label16.Text = "步骤3停止顶出位置设定";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.AliceBlue;
- this.label17.ForeColor = System.Drawing.Color.Black;
- this.label17.Location = new System.Drawing.Point(1026, 416);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(40, 21);
- this.label17.TabIndex = 283;
- this.label17.Text = "mm";
- //
- // uiSymbolButton8
- //
- this.uiSymbolButton8.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton8.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton8.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton8.Location = new System.Drawing.Point(415, 487);
- this.uiSymbolButton8.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton8.Name = "uiSymbolButton8";
- this.uiSymbolButton8.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton8.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton8.Symbol = 162924;
- this.uiSymbolButton8.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton8.TabIndex = 278;
- this.uiSymbolButton8.Text = "写入";
- this.uiSymbolButton8.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.BackColor = System.Drawing.Color.AliceBlue;
- this.label18.ForeColor = System.Drawing.Color.Black;
- this.label18.Location = new System.Drawing.Point(52, 416);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(179, 21);
- this.label18.TabIndex = 273;
- this.label18.Text = "步骤2停止顶出位置设定";
- //
- // uiTextBox8
- //
- this.uiTextBox8.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox8.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox8.Location = new System.Drawing.Point(239, 487);
- this.uiTextBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox8.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox8.Name = "uiTextBox8";
- this.uiTextBox8.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox8.ShowText = false;
- this.uiTextBox8.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox8.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox8.TabIndex = 272;
- this.uiTextBox8.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox8.Watermark = "";
- //
- // uiSymbolButton9
- //
- this.uiSymbolButton9.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton9.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton9.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton9.Location = new System.Drawing.Point(415, 411);
- this.uiSymbolButton9.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton9.Name = "uiSymbolButton9";
- this.uiSymbolButton9.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton9.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton9.Symbol = 162924;
- this.uiSymbolButton9.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton9.TabIndex = 277;
- this.uiSymbolButton9.Text = "写入";
- this.uiSymbolButton9.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.BackColor = System.Drawing.Color.AliceBlue;
- this.label19.ForeColor = System.Drawing.Color.Black;
- this.label19.Location = new System.Drawing.Point(351, 492);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(40, 21);
- this.label19.TabIndex = 275;
- this.label19.Text = "mm";
- //
- // uiTextBox9
- //
- this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox9.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox9.Location = new System.Drawing.Point(239, 411);
- this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox9.Name = "uiTextBox9";
- this.uiTextBox9.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox9.ShowText = false;
- this.uiTextBox9.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox9.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox9.TabIndex = 271;
- this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox9.Watermark = "";
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.BackColor = System.Drawing.Color.AliceBlue;
- this.label20.ForeColor = System.Drawing.Color.Black;
- this.label20.Location = new System.Drawing.Point(351, 416);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(40, 21);
- this.label20.TabIndex = 276;
- this.label20.Text = "mm";
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.BackColor = System.Drawing.Color.AliceBlue;
- this.label21.ForeColor = System.Drawing.Color.Black;
- this.label21.Location = new System.Drawing.Point(728, 340);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(179, 21);
- this.label21.TabIndex = 268;
- this.label21.Text = "步骤1减速顶出位置设定";
- //
- // uiSymbolButton10
- //
- this.uiSymbolButton10.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton10.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton10.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton10.Location = new System.Drawing.Point(1083, 335);
- this.uiSymbolButton10.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton10.Name = "uiSymbolButton10";
- this.uiSymbolButton10.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton10.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton10.Symbol = 162924;
- this.uiSymbolButton10.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton10.TabIndex = 270;
- this.uiSymbolButton10.Text = "写入";
- this.uiSymbolButton10.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // uiTextBox10
- //
- this.uiTextBox10.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox10.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox10.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox10.Location = new System.Drawing.Point(914, 335);
- this.uiTextBox10.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox10.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox10.Name = "uiTextBox10";
- this.uiTextBox10.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox10.ShowText = false;
- this.uiTextBox10.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox10.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox10.TabIndex = 267;
- this.uiTextBox10.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox10.Watermark = "";
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.BackColor = System.Drawing.Color.AliceBlue;
- this.label22.ForeColor = System.Drawing.Color.Black;
- this.label22.Location = new System.Drawing.Point(1026, 340);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(40, 21);
- this.label22.TabIndex = 269;
- this.label22.Text = "mm";
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.BackColor = System.Drawing.Color.AliceBlue;
- this.label23.ForeColor = System.Drawing.Color.Black;
- this.label23.Location = new System.Drawing.Point(52, 340);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(179, 21);
- this.label23.TabIndex = 264;
- this.label23.Text = "步骤1停止顶出位置设定";
- //
- // uiSymbolButton11
- //
- this.uiSymbolButton11.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton11.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton11.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton11.Location = new System.Drawing.Point(415, 335);
- this.uiSymbolButton11.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton11.Name = "uiSymbolButton11";
- this.uiSymbolButton11.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton11.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton11.Symbol = 162924;
- this.uiSymbolButton11.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton11.TabIndex = 266;
- this.uiSymbolButton11.Text = "写入";
- this.uiSymbolButton11.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // uiTextBox11
- //
- this.uiTextBox11.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox11.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox11.Location = new System.Drawing.Point(239, 335);
- this.uiTextBox11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox11.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox11.Name = "uiTextBox11";
- this.uiTextBox11.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox11.ShowText = false;
- this.uiTextBox11.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox11.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox11.TabIndex = 263;
- this.uiTextBox11.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox11.Watermark = "";
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.BackColor = System.Drawing.Color.AliceBlue;
- this.label24.ForeColor = System.Drawing.Color.Black;
- this.label24.Location = new System.Drawing.Point(351, 340);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(40, 21);
- this.label24.TabIndex = 265;
- this.label24.Text = "mm";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.BackColor = System.Drawing.Color.AliceBlue;
- this.label8.ForeColor = System.Drawing.Color.Black;
- this.label8.Location = new System.Drawing.Point(728, 183);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(179, 21);
- this.label8.TabIndex = 260;
- this.label8.Text = "步骤3油缸保压时间设定";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.AliceBlue;
- this.label4.ForeColor = System.Drawing.Color.Black;
- this.label4.Location = new System.Drawing.Point(728, 107);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(179, 21);
- this.label4.TabIndex = 260;
- this.label4.Text = "步骤2油缸保压时间设定";
- //
- // uiSymbolButton4
- //
- this.uiSymbolButton4.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton4.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton4.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton4.Location = new System.Drawing.Point(1083, 178);
- this.uiSymbolButton4.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton4.Name = "uiSymbolButton4";
- this.uiSymbolButton4.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton4.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton4.Symbol = 162924;
- this.uiSymbolButton4.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton4.TabIndex = 262;
- this.uiSymbolButton4.Text = "写入";
- this.uiSymbolButton4.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // uiSymbolButton2
- //
- this.uiSymbolButton2.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton2.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton2.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton2.Location = new System.Drawing.Point(1083, 102);
- this.uiSymbolButton2.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton2.Name = "uiSymbolButton2";
- this.uiSymbolButton2.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton2.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton2.Symbol = 162924;
- this.uiSymbolButton2.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton2.TabIndex = 262;
- this.uiSymbolButton2.Text = "写入";
- this.uiSymbolButton2.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // uiTextBox4
- //
- this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox4.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox4.Location = new System.Drawing.Point(914, 178);
- this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox4.Name = "uiTextBox4";
- this.uiTextBox4.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox4.ShowText = false;
- this.uiTextBox4.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox4.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox4.TabIndex = 259;
- this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox4.Watermark = "";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.BackColor = System.Drawing.Color.AliceBlue;
- this.label10.ForeColor = System.Drawing.Color.Black;
- this.label10.Location = new System.Drawing.Point(1026, 183);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(17, 21);
- this.label10.TabIndex = 261;
- this.label10.Text = "s";
- //
- // uiTextBox2
- //
- this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox2.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox2.Location = new System.Drawing.Point(914, 102);
- this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox2.Name = "uiTextBox2";
- this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox2.ShowText = false;
- this.uiTextBox2.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox2.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox2.TabIndex = 259;
- this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox2.Watermark = "";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.AliceBlue;
- this.label11.ForeColor = System.Drawing.Color.Black;
- this.label11.Location = new System.Drawing.Point(52, 183);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(147, 21);
- this.label11.TabIndex = 256;
- this.label11.Text = "步骤3油缸压力设定";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.BackColor = System.Drawing.Color.AliceBlue;
- this.label5.ForeColor = System.Drawing.Color.Black;
- this.label5.Location = new System.Drawing.Point(1026, 107);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(17, 21);
- this.label5.TabIndex = 261;
- this.label5.Text = "s";
- //
- // uiSymbolButton5
- //
- this.uiSymbolButton5.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton5.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton5.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton5.Location = new System.Drawing.Point(415, 178);
- this.uiSymbolButton5.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton5.Name = "uiSymbolButton5";
- this.uiSymbolButton5.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton5.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton5.Symbol = 162924;
- this.uiSymbolButton5.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton5.TabIndex = 258;
- this.uiSymbolButton5.Text = "写入";
- this.uiSymbolButton5.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.AliceBlue;
- this.label6.ForeColor = System.Drawing.Color.Black;
- this.label6.Location = new System.Drawing.Point(52, 107);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(147, 21);
- this.label6.TabIndex = 256;
- this.label6.Text = "步骤2油缸压力设定";
- //
- // uiTextBox5
- //
- this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox5.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox5.Location = new System.Drawing.Point(239, 178);
- this.uiTextBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox5.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox5.Name = "uiTextBox5";
- this.uiTextBox5.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox5.ShowText = false;
- this.uiTextBox5.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox5.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox5.TabIndex = 255;
- this.uiTextBox5.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox5.Watermark = "";
- //
- // uiSymbolButton3
- //
- this.uiSymbolButton3.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton3.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton3.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton3.Location = new System.Drawing.Point(415, 102);
- this.uiSymbolButton3.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton3.Name = "uiSymbolButton3";
- this.uiSymbolButton3.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton3.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton3.Symbol = 162924;
- this.uiSymbolButton3.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton3.TabIndex = 258;
- this.uiSymbolButton3.Text = "写入";
- this.uiSymbolButton3.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.BackColor = System.Drawing.Color.AliceBlue;
- this.label12.ForeColor = System.Drawing.Color.Black;
- this.label12.Location = new System.Drawing.Point(351, 183);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(45, 21);
- this.label12.TabIndex = 257;
- this.label12.Text = "MPa";
- //
- // uiTextBox3
- //
- this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox3.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox3.Location = new System.Drawing.Point(239, 102);
- this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox3.Name = "uiTextBox3";
- this.uiTextBox3.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox3.ShowText = false;
- this.uiTextBox3.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox3.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox3.TabIndex = 255;
- this.uiTextBox3.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox3.Watermark = "";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.BackColor = System.Drawing.Color.AliceBlue;
- this.label7.ForeColor = System.Drawing.Color.Black;
- this.label7.Location = new System.Drawing.Point(351, 107);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(45, 21);
- this.label7.TabIndex = 257;
- this.label7.Text = "MPa";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.AliceBlue;
- this.label2.ForeColor = System.Drawing.Color.Black;
- this.label2.Location = new System.Drawing.Point(728, 31);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(179, 21);
- this.label2.TabIndex = 252;
- this.label2.Text = "步骤1油缸保压时间设定";
- //
- // uiSymbolButton1
- //
- this.uiSymbolButton1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton1.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton1.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton1.Location = new System.Drawing.Point(1083, 26);
- this.uiSymbolButton1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton1.Name = "uiSymbolButton1";
- this.uiSymbolButton1.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton1.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton1.Symbol = 162924;
- this.uiSymbolButton1.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton1.TabIndex = 254;
- this.uiSymbolButton1.Text = "写入";
- this.uiSymbolButton1.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // uiTextBox1
- //
- this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox1.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox1.Location = new System.Drawing.Point(914, 26);
- this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox1.Name = "uiTextBox1";
- this.uiTextBox1.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox1.ShowText = false;
- this.uiTextBox1.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox1.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox1.TabIndex = 251;
- this.uiTextBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox1.Watermark = "";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.AliceBlue;
- this.label3.ForeColor = System.Drawing.Color.Black;
- this.label3.Location = new System.Drawing.Point(1026, 31);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(17, 21);
- this.label3.TabIndex = 253;
- this.label3.Text = "s";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.AliceBlue;
- this.label9.ForeColor = System.Drawing.Color.Black;
- this.label9.Location = new System.Drawing.Point(52, 31);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(147, 21);
- this.label9.TabIndex = 229;
- this.label9.Text = "步骤1油缸压力设定";
- //
- // btn快上压力
- //
- this.btn快上压力.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btn快上压力.FillColor = System.Drawing.Color.AliceBlue;
- this.btn快上压力.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn快上压力.ForeColor = System.Drawing.Color.Black;
- this.btn快上压力.Location = new System.Drawing.Point(415, 26);
- this.btn快上压力.MinimumSize = new System.Drawing.Size(1, 1);
- this.btn快上压力.Name = "btn快上压力";
- this.btn快上压力.Size = new System.Drawing.Size(98, 31);
- this.btn快上压力.Style = Sunny.UI.UIStyle.Custom;
- this.btn快上压力.Symbol = 162924;
- this.btn快上压力.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.btn快上压力.TabIndex = 250;
- this.btn快上压力.Text = "写入";
- this.btn快上压力.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btn快上压力.Click += new System.EventHandler(this.btnWrite);
- //
- // txt快上压力
- //
- this.txt快上压力.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.txt快上压力.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txt快上压力.ForeColor = System.Drawing.Color.Black;
- this.txt快上压力.Location = new System.Drawing.Point(239, 26);
- this.txt快上压力.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.txt快上压力.MinimumSize = new System.Drawing.Size(1, 16);
- this.txt快上压力.Name = "txt快上压力";
- this.txt快上压力.Padding = new System.Windows.Forms.Padding(5);
- this.txt快上压力.ShowText = false;
- this.txt快上压力.Size = new System.Drawing.Size(105, 31);
- this.txt快上压力.Style = Sunny.UI.UIStyle.Custom;
- this.txt快上压力.TabIndex = 218;
- this.txt快上压力.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.txt快上压力.Watermark = "";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.AliceBlue;
- this.label1.ForeColor = System.Drawing.Color.Black;
- this.label1.Location = new System.Drawing.Point(351, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(45, 21);
- this.label1.TabIndex = 240;
- this.label1.Text = "MPa";
- //
- // tabPage2
- //
- this.tabPage2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabPage2.Location = new System.Drawing.Point(0, 40);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Size = new System.Drawing.Size(1244, 665);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "型号2";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // tabPage3
- //
- this.tabPage3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabPage3.Location = new System.Drawing.Point(0, 40);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(1244, 665);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "型号3";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // tabPage4
- //
- this.tabPage4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabPage4.Location = new System.Drawing.Point(0, 40);
- this.tabPage4.Name = "tabPage4";
- this.tabPage4.Size = new System.Drawing.Size(1244, 665);
- this.tabPage4.TabIndex = 3;
- this.tabPage4.Text = "型号4";
- this.tabPage4.UseVisualStyleBackColor = true;
- //
- // tabPage5
- //
- this.tabPage5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabPage5.Location = new System.Drawing.Point(0, 40);
- this.tabPage5.Name = "tabPage5";
- this.tabPage5.Size = new System.Drawing.Size(1244, 665);
- this.tabPage5.TabIndex = 4;
- this.tabPage5.Text = "型号5";
- this.tabPage5.UseVisualStyleBackColor = true;
- //
- // tabPage6
- //
- this.tabPage6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tabPage6.Location = new System.Drawing.Point(0, 40);
- this.tabPage6.Name = "tabPage6";
- this.tabPage6.Size = new System.Drawing.Size(1244, 665);
- this.tabPage6.TabIndex = 5;
- this.tabPage6.Text = "型号6";
- this.tabPage6.UseVisualStyleBackColor = true;
- //
- // uiGroupBox1
- //
- this.uiGroupBox1.Controls.Add(this.label43);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton21);
- this.uiGroupBox1.Controls.Add(this.label44);
- this.uiGroupBox1.Controls.Add(this.uiTextBox21);
- this.uiGroupBox1.Controls.Add(this.label41);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton20);
- this.uiGroupBox1.Controls.Add(this.label42);
- this.uiGroupBox1.Controls.Add(this.uiTextBox20);
- this.uiGroupBox1.Controls.Add(this.label39);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton19);
- this.uiGroupBox1.Controls.Add(this.label40);
- this.uiGroupBox1.Controls.Add(this.uiTextBox19);
- this.uiGroupBox1.Controls.Add(this.label37);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton18);
- this.uiGroupBox1.Controls.Add(this.label38);
- this.uiGroupBox1.Controls.Add(this.uiTextBox18);
- this.uiGroupBox1.Controls.Add(this.label35);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton17);
- this.uiGroupBox1.Controls.Add(this.label36);
- this.uiGroupBox1.Controls.Add(this.uiTextBox17);
- this.uiGroupBox1.Controls.Add(this.label33);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton16);
- this.uiGroupBox1.Controls.Add(this.label34);
- this.uiGroupBox1.Controls.Add(this.uiTextBox16);
- this.uiGroupBox1.Controls.Add(this.label31);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton15);
- this.uiGroupBox1.Controls.Add(this.label32);
- this.uiGroupBox1.Controls.Add(this.uiTextBox15);
- this.uiGroupBox1.Controls.Add(this.label29);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton14);
- this.uiGroupBox1.Controls.Add(this.label30);
- this.uiGroupBox1.Controls.Add(this.uiTextBox14);
- this.uiGroupBox1.Controls.Add(this.label27);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton13);
- this.uiGroupBox1.Controls.Add(this.label28);
- this.uiGroupBox1.Controls.Add(this.uiTextBox13);
- this.uiGroupBox1.Controls.Add(this.label25);
- this.uiGroupBox1.Controls.Add(this.uiSymbolButton12);
- this.uiGroupBox1.Controls.Add(this.label26);
- this.uiGroupBox1.Controls.Add(this.uiTextBox12);
- this.uiGroupBox1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiGroupBox1.Location = new System.Drawing.Point(1308, 36);
- this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiGroupBox1.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiGroupBox1.Name = "uiGroupBox1";
- this.uiGroupBox1.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
- this.uiGroupBox1.Size = new System.Drawing.Size(608, 800);
- this.uiGroupBox1.TabIndex = 322;
- this.uiGroupBox1.Text = "伺服电机参数设定";
- this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label43
- //
- this.label43.AutoSize = true;
- this.label43.BackColor = System.Drawing.Color.AliceBlue;
- this.label43.ForeColor = System.Drawing.Color.Black;
- this.label43.Location = new System.Drawing.Point(39, 743);
- this.label43.Name = "label43";
- this.label43.Size = new System.Drawing.Size(106, 21);
- this.label43.TabIndex = 324;
- this.label43.Text = "空载流量设置";
- //
- // uiSymbolButton21
- //
- this.uiSymbolButton21.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton21.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton21.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton21.Location = new System.Drawing.Point(394, 738);
- this.uiSymbolButton21.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton21.Name = "uiSymbolButton21";
- this.uiSymbolButton21.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton21.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton21.Symbol = 162924;
- this.uiSymbolButton21.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton21.TabIndex = 326;
- this.uiSymbolButton21.Text = "写入";
- this.uiSymbolButton21.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label44
- //
- this.label44.AutoSize = true;
- this.label44.BackColor = System.Drawing.Color.AliceBlue;
- this.label44.ForeColor = System.Drawing.Color.Black;
- this.label44.Location = new System.Drawing.Point(294, 743);
- this.label44.Name = "label44";
- this.label44.Size = new System.Drawing.Size(24, 21);
- this.label44.TabIndex = 325;
- this.label44.Text = "%";
- //
- // uiTextBox21
- //
- this.uiTextBox21.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox21.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox21.Location = new System.Drawing.Point(182, 738);
- this.uiTextBox21.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox21.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox21.Name = "uiTextBox21";
- this.uiTextBox21.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox21.ShowText = false;
- this.uiTextBox21.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox21.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox21.TabIndex = 323;
- this.uiTextBox21.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox21.Watermark = "";
- //
- // label41
- //
- this.label41.AutoSize = true;
- this.label41.BackColor = System.Drawing.Color.AliceBlue;
- this.label41.ForeColor = System.Drawing.Color.Black;
- this.label41.Location = new System.Drawing.Point(39, 667);
- this.label41.Name = "label41";
- this.label41.Size = new System.Drawing.Size(106, 21);
- this.label41.TabIndex = 320;
- this.label41.Text = "空载压力设置";
- //
- // uiSymbolButton20
- //
- this.uiSymbolButton20.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton20.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton20.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton20.Location = new System.Drawing.Point(394, 662);
- this.uiSymbolButton20.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton20.Name = "uiSymbolButton20";
- this.uiSymbolButton20.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton20.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton20.Symbol = 162924;
- this.uiSymbolButton20.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton20.TabIndex = 322;
- this.uiSymbolButton20.Text = "写入";
- this.uiSymbolButton20.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label42
- //
- this.label42.AutoSize = true;
- this.label42.BackColor = System.Drawing.Color.AliceBlue;
- this.label42.ForeColor = System.Drawing.Color.Black;
- this.label42.Location = new System.Drawing.Point(294, 667);
- this.label42.Name = "label42";
- this.label42.Size = new System.Drawing.Size(45, 21);
- this.label42.TabIndex = 321;
- this.label42.Text = "MPa";
- //
- // uiTextBox20
- //
- this.uiTextBox20.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox20.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox20.Location = new System.Drawing.Point(182, 662);
- this.uiTextBox20.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox20.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox20.Name = "uiTextBox20";
- this.uiTextBox20.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox20.ShowText = false;
- this.uiTextBox20.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox20.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox20.TabIndex = 319;
- this.uiTextBox20.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox20.Watermark = "";
- //
- // label39
- //
- this.label39.AutoSize = true;
- this.label39.BackColor = System.Drawing.Color.AliceBlue;
- this.label39.ForeColor = System.Drawing.Color.Black;
- this.label39.Location = new System.Drawing.Point(39, 591);
- this.label39.Name = "label39";
- this.label39.Size = new System.Drawing.Size(122, 21);
- this.label39.TabIndex = 316;
- this.label39.Text = "快退流量设定值";
- //
- // uiSymbolButton19
- //
- this.uiSymbolButton19.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton19.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton19.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton19.Location = new System.Drawing.Point(394, 586);
- this.uiSymbolButton19.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton19.Name = "uiSymbolButton19";
- this.uiSymbolButton19.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton19.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton19.Symbol = 162924;
- this.uiSymbolButton19.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton19.TabIndex = 318;
- this.uiSymbolButton19.Text = "写入";
- this.uiSymbolButton19.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label40
- //
- this.label40.AutoSize = true;
- this.label40.BackColor = System.Drawing.Color.AliceBlue;
- this.label40.ForeColor = System.Drawing.Color.Black;
- this.label40.Location = new System.Drawing.Point(294, 591);
- this.label40.Name = "label40";
- this.label40.Size = new System.Drawing.Size(24, 21);
- this.label40.TabIndex = 317;
- this.label40.Text = "%";
- //
- // uiTextBox19
- //
- this.uiTextBox19.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox19.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox19.Location = new System.Drawing.Point(182, 586);
- this.uiTextBox19.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox19.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox19.Name = "uiTextBox19";
- this.uiTextBox19.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox19.ShowText = false;
- this.uiTextBox19.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox19.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox19.TabIndex = 315;
- this.uiTextBox19.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox19.Watermark = "";
- //
- // label37
- //
- this.label37.AutoSize = true;
- this.label37.BackColor = System.Drawing.Color.AliceBlue;
- this.label37.ForeColor = System.Drawing.Color.Black;
- this.label37.Location = new System.Drawing.Point(39, 515);
- this.label37.Name = "label37";
- this.label37.Size = new System.Drawing.Size(122, 21);
- this.label37.TabIndex = 312;
- this.label37.Text = "快退压力设定值";
- //
- // uiSymbolButton18
- //
- this.uiSymbolButton18.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton18.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton18.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton18.Location = new System.Drawing.Point(394, 510);
- this.uiSymbolButton18.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton18.Name = "uiSymbolButton18";
- this.uiSymbolButton18.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton18.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton18.Symbol = 162924;
- this.uiSymbolButton18.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton18.TabIndex = 314;
- this.uiSymbolButton18.Text = "写入";
- this.uiSymbolButton18.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label38
- //
- this.label38.AutoSize = true;
- this.label38.BackColor = System.Drawing.Color.AliceBlue;
- this.label38.ForeColor = System.Drawing.Color.Black;
- this.label38.Location = new System.Drawing.Point(294, 515);
- this.label38.Name = "label38";
- this.label38.Size = new System.Drawing.Size(45, 21);
- this.label38.TabIndex = 313;
- this.label38.Text = "MPa";
- //
- // uiTextBox18
- //
- this.uiTextBox18.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox18.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox18.Location = new System.Drawing.Point(182, 510);
- this.uiTextBox18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox18.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox18.Name = "uiTextBox18";
- this.uiTextBox18.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox18.ShowText = false;
- this.uiTextBox18.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox18.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox18.TabIndex = 311;
- this.uiTextBox18.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox18.Watermark = "";
- //
- // label35
- //
- this.label35.AutoSize = true;
- this.label35.BackColor = System.Drawing.Color.AliceBlue;
- this.label35.ForeColor = System.Drawing.Color.Black;
- this.label35.Location = new System.Drawing.Point(39, 439);
- this.label35.Name = "label35";
- this.label35.Size = new System.Drawing.Size(122, 21);
- this.label35.TabIndex = 308;
- this.label35.Text = "慢退流量设定值";
- //
- // uiSymbolButton17
- //
- this.uiSymbolButton17.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton17.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton17.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton17.Location = new System.Drawing.Point(394, 434);
- this.uiSymbolButton17.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton17.Name = "uiSymbolButton17";
- this.uiSymbolButton17.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton17.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton17.Symbol = 162924;
- this.uiSymbolButton17.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton17.TabIndex = 310;
- this.uiSymbolButton17.Text = "写入";
- this.uiSymbolButton17.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label36
- //
- this.label36.AutoSize = true;
- this.label36.BackColor = System.Drawing.Color.AliceBlue;
- this.label36.ForeColor = System.Drawing.Color.Black;
- this.label36.Location = new System.Drawing.Point(294, 439);
- this.label36.Name = "label36";
- this.label36.Size = new System.Drawing.Size(24, 21);
- this.label36.TabIndex = 309;
- this.label36.Text = "%";
- //
- // uiTextBox17
- //
- this.uiTextBox17.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox17.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox17.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox17.Location = new System.Drawing.Point(182, 434);
- this.uiTextBox17.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox17.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox17.Name = "uiTextBox17";
- this.uiTextBox17.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox17.ShowText = false;
- this.uiTextBox17.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox17.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox17.TabIndex = 307;
- this.uiTextBox17.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox17.Watermark = "";
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.BackColor = System.Drawing.Color.AliceBlue;
- this.label33.ForeColor = System.Drawing.Color.Black;
- this.label33.Location = new System.Drawing.Point(39, 363);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(122, 21);
- this.label33.TabIndex = 304;
- this.label33.Text = "慢退压力设定值";
- //
- // uiSymbolButton16
- //
- this.uiSymbolButton16.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton16.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton16.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton16.Location = new System.Drawing.Point(394, 358);
- this.uiSymbolButton16.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton16.Name = "uiSymbolButton16";
- this.uiSymbolButton16.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton16.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton16.Symbol = 162924;
- this.uiSymbolButton16.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton16.TabIndex = 306;
- this.uiSymbolButton16.Text = "写入";
- this.uiSymbolButton16.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label34
- //
- this.label34.AutoSize = true;
- this.label34.BackColor = System.Drawing.Color.AliceBlue;
- this.label34.ForeColor = System.Drawing.Color.Black;
- this.label34.Location = new System.Drawing.Point(294, 363);
- this.label34.Name = "label34";
- this.label34.Size = new System.Drawing.Size(45, 21);
- this.label34.TabIndex = 305;
- this.label34.Text = "MPa";
- //
- // uiTextBox16
- //
- this.uiTextBox16.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox16.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox16.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox16.Location = new System.Drawing.Point(182, 358);
- this.uiTextBox16.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox16.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox16.Name = "uiTextBox16";
- this.uiTextBox16.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox16.ShowText = false;
- this.uiTextBox16.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox16.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox16.TabIndex = 303;
- this.uiTextBox16.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox16.Watermark = "";
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.BackColor = System.Drawing.Color.AliceBlue;
- this.label31.ForeColor = System.Drawing.Color.Black;
- this.label31.Location = new System.Drawing.Point(39, 287);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(122, 21);
- this.label31.TabIndex = 300;
- this.label31.Text = "慢顶流量设定值";
- //
- // uiSymbolButton15
- //
- this.uiSymbolButton15.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton15.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton15.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton15.Location = new System.Drawing.Point(394, 282);
- this.uiSymbolButton15.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton15.Name = "uiSymbolButton15";
- this.uiSymbolButton15.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton15.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton15.Symbol = 162924;
- this.uiSymbolButton15.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton15.TabIndex = 302;
- this.uiSymbolButton15.Text = "写入";
- this.uiSymbolButton15.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.BackColor = System.Drawing.Color.AliceBlue;
- this.label32.ForeColor = System.Drawing.Color.Black;
- this.label32.Location = new System.Drawing.Point(294, 287);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(24, 21);
- this.label32.TabIndex = 301;
- this.label32.Text = "%";
- //
- // uiTextBox15
- //
- this.uiTextBox15.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox15.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox15.Location = new System.Drawing.Point(182, 282);
- this.uiTextBox15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox15.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox15.Name = "uiTextBox15";
- this.uiTextBox15.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox15.ShowText = false;
- this.uiTextBox15.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox15.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox15.TabIndex = 299;
- this.uiTextBox15.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox15.Watermark = "";
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.BackColor = System.Drawing.Color.AliceBlue;
- this.label29.ForeColor = System.Drawing.Color.Black;
- this.label29.Location = new System.Drawing.Point(39, 211);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(122, 21);
- this.label29.TabIndex = 296;
- this.label29.Text = "慢顶压力设定值";
- //
- // uiSymbolButton14
- //
- this.uiSymbolButton14.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton14.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton14.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton14.Location = new System.Drawing.Point(394, 206);
- this.uiSymbolButton14.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton14.Name = "uiSymbolButton14";
- this.uiSymbolButton14.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton14.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton14.Symbol = 162924;
- this.uiSymbolButton14.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton14.TabIndex = 298;
- this.uiSymbolButton14.Text = "写入";
- this.uiSymbolButton14.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.BackColor = System.Drawing.Color.AliceBlue;
- this.label30.ForeColor = System.Drawing.Color.Black;
- this.label30.Location = new System.Drawing.Point(294, 211);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(45, 21);
- this.label30.TabIndex = 297;
- this.label30.Text = "MPa";
- //
- // uiTextBox14
- //
- this.uiTextBox14.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox14.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox14.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox14.Location = new System.Drawing.Point(182, 206);
- this.uiTextBox14.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox14.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox14.Name = "uiTextBox14";
- this.uiTextBox14.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox14.ShowText = false;
- this.uiTextBox14.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox14.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox14.TabIndex = 295;
- this.uiTextBox14.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox14.Watermark = "";
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.BackColor = System.Drawing.Color.AliceBlue;
- this.label27.ForeColor = System.Drawing.Color.Black;
- this.label27.Location = new System.Drawing.Point(39, 135);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(122, 21);
- this.label27.TabIndex = 292;
- this.label27.Text = "快顶流量设定值";
- //
- // uiSymbolButton13
- //
- this.uiSymbolButton13.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton13.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton13.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton13.Location = new System.Drawing.Point(394, 130);
- this.uiSymbolButton13.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton13.Name = "uiSymbolButton13";
- this.uiSymbolButton13.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton13.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton13.Symbol = 162924;
- this.uiSymbolButton13.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton13.TabIndex = 294;
- this.uiSymbolButton13.Text = "写入";
- this.uiSymbolButton13.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.BackColor = System.Drawing.Color.AliceBlue;
- this.label28.ForeColor = System.Drawing.Color.Black;
- this.label28.Location = new System.Drawing.Point(294, 135);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(24, 21);
- this.label28.TabIndex = 293;
- this.label28.Text = "%";
- //
- // uiTextBox13
- //
- this.uiTextBox13.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox13.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox13.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox13.Location = new System.Drawing.Point(182, 130);
- this.uiTextBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox13.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox13.Name = "uiTextBox13";
- this.uiTextBox13.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox13.ShowText = false;
- this.uiTextBox13.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox13.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox13.TabIndex = 291;
- this.uiTextBox13.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox13.Watermark = "";
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.BackColor = System.Drawing.Color.AliceBlue;
- this.label25.ForeColor = System.Drawing.Color.Black;
- this.label25.Location = new System.Drawing.Point(39, 59);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(122, 21);
- this.label25.TabIndex = 288;
- this.label25.Text = "快顶压力设定值";
- //
- // uiSymbolButton12
- //
- this.uiSymbolButton12.Cursor = System.Windows.Forms.Cursors.Hand;
- this.uiSymbolButton12.FillColor = System.Drawing.Color.AliceBlue;
- this.uiSymbolButton12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiSymbolButton12.ForeColor = System.Drawing.Color.Black;
- this.uiSymbolButton12.Location = new System.Drawing.Point(394, 54);
- this.uiSymbolButton12.MinimumSize = new System.Drawing.Size(1, 1);
- this.uiSymbolButton12.Name = "uiSymbolButton12";
- this.uiSymbolButton12.Size = new System.Drawing.Size(98, 31);
- this.uiSymbolButton12.Style = Sunny.UI.UIStyle.Custom;
- this.uiSymbolButton12.Symbol = 162924;
- this.uiSymbolButton12.SymbolColor = System.Drawing.SystemColors.ControlDarkDark;
- this.uiSymbolButton12.TabIndex = 290;
- this.uiSymbolButton12.Text = "写入";
- this.uiSymbolButton12.TipsFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.BackColor = System.Drawing.Color.AliceBlue;
- this.label26.ForeColor = System.Drawing.Color.Black;
- this.label26.Location = new System.Drawing.Point(294, 59);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(45, 21);
- this.label26.TabIndex = 289;
- this.label26.Text = "MPa";
- //
- // uiTextBox12
- //
- this.uiTextBox12.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.uiTextBox12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiTextBox12.ForeColor = System.Drawing.Color.Black;
- this.uiTextBox12.Location = new System.Drawing.Point(182, 54);
- this.uiTextBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.uiTextBox12.MinimumSize = new System.Drawing.Size(1, 16);
- this.uiTextBox12.Name = "uiTextBox12";
- this.uiTextBox12.Padding = new System.Windows.Forms.Padding(5);
- this.uiTextBox12.ShowText = false;
- this.uiTextBox12.Size = new System.Drawing.Size(105, 31);
- this.uiTextBox12.Style = Sunny.UI.UIStyle.Custom;
- this.uiTextBox12.TabIndex = 287;
- this.uiTextBox12.TextAlignment = System.Drawing.ContentAlignment.MiddleRight;
- this.uiTextBox12.Watermark = "";
- //
- // uiLabel1
- //
- this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.uiLabel1.ForeColor = System.Drawing.Color.Black;
- this.uiLabel1.Location = new System.Drawing.Point(1667, 853);
- this.uiLabel1.Name = "uiLabel1";
- this.uiLabel1.Size = new System.Drawing.Size(100, 35);
- this.uiLabel1.TabIndex = 320;
- this.uiLabel1.Text = "写入开关";
- this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // switchWrite
- //
- this.switchWrite.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.switchWrite.ForeColor = System.Drawing.Color.DimGray;
- this.switchWrite.Location = new System.Drawing.Point(1783, 848);
- this.switchWrite.MinimumSize = new System.Drawing.Size(1, 1);
- this.switchWrite.Name = "switchWrite";
- this.switchWrite.Size = new System.Drawing.Size(130, 45);
- this.switchWrite.TabIndex = 319;
- this.switchWrite.Text = "写入开关";
- this.switchWrite.ValueChanged += new Sunny.UI.UISwitch.OnValueChanged(this.switchWrite_ValueChanged);
- //
- // FrmPressure
- //
- this.AllowShowTitle = false;
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(27)))), ((int)(((byte)(44)))));
- this.ClientSize = new System.Drawing.Size(1920, 1002);
- this.Controls.Add(this.uiTitlePanel压机);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmPressure";
- this.Padding = new System.Windows.Forms.Padding(0);
- this.ShowTitle = false;
- this.Text = "压机";
- this.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(10)))), ((int)(((byte)(20)))));
- this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 1482, 730);
- this.Load += new System.EventHandler(this.FrmPressure_Load);
- this.uiTitlePanel压机.ResumeLayout(false);
- this.uiGroupBox2.ResumeLayout(false);
- this.uiTabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.uiGroupBox1.ResumeLayout(false);
- this.uiGroupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Sunny.UI.UITitlePanel uiTitlePanel压机;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label9;
- private Sunny.UI.UITextBox txt快上压力;
- private Sunny.UI.UISymbolButton btn快上压力;
- private Sunny.UI.UISwitch switchWrite;
- private Sunny.UI.UILabel uiLabel1;
- private Sunny.UI.UITabControl uiTabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.TabPage tabPage4;
- private System.Windows.Forms.TabPage tabPage5;
- private System.Windows.Forms.TabPage tabPage6;
- private System.Windows.Forms.Label label2;
- private Sunny.UI.UISymbolButton uiSymbolButton1;
- private Sunny.UI.UITextBox uiTextBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label14;
- private Sunny.UI.UISymbolButton uiSymbolButton6;
- private Sunny.UI.UISymbolButton uiSymbolButton7;
- private Sunny.UI.UITextBox uiTextBox6;
- private System.Windows.Forms.Label label15;
- private Sunny.UI.UITextBox uiTextBox7;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label17;
- private Sunny.UI.UISymbolButton uiSymbolButton8;
- private System.Windows.Forms.Label label18;
- private Sunny.UI.UITextBox uiTextBox8;
- private Sunny.UI.UISymbolButton uiSymbolButton9;
- private System.Windows.Forms.Label label19;
- private Sunny.UI.UITextBox uiTextBox9;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label21;
- private Sunny.UI.UISymbolButton uiSymbolButton10;
- private Sunny.UI.UITextBox uiTextBox10;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label23;
- private Sunny.UI.UISymbolButton uiSymbolButton11;
- private Sunny.UI.UITextBox uiTextBox11;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label4;
- private Sunny.UI.UISymbolButton uiSymbolButton4;
- private Sunny.UI.UISymbolButton uiSymbolButton2;
- private Sunny.UI.UITextBox uiTextBox4;
- private System.Windows.Forms.Label label10;
- private Sunny.UI.UITextBox uiTextBox2;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label5;
- private Sunny.UI.UISymbolButton uiSymbolButton5;
- private System.Windows.Forms.Label label6;
- private Sunny.UI.UITextBox uiTextBox5;
- private Sunny.UI.UISymbolButton uiSymbolButton3;
- private System.Windows.Forms.Label label12;
- private Sunny.UI.UITextBox uiTextBox3;
- private System.Windows.Forms.Label label7;
- private Sunny.UI.UIGroupBox uiGroupBox1;
- private System.Windows.Forms.Label label43;
- private Sunny.UI.UISymbolButton uiSymbolButton21;
- private System.Windows.Forms.Label label44;
- private Sunny.UI.UITextBox uiTextBox21;
- private System.Windows.Forms.Label label41;
- private Sunny.UI.UISymbolButton uiSymbolButton20;
- private System.Windows.Forms.Label label42;
- private Sunny.UI.UITextBox uiTextBox20;
- private System.Windows.Forms.Label label39;
- private Sunny.UI.UISymbolButton uiSymbolButton19;
- private System.Windows.Forms.Label label40;
- private Sunny.UI.UITextBox uiTextBox19;
- private System.Windows.Forms.Label label37;
- private Sunny.UI.UISymbolButton uiSymbolButton18;
- private System.Windows.Forms.Label label38;
- private Sunny.UI.UITextBox uiTextBox18;
- private System.Windows.Forms.Label label35;
- private Sunny.UI.UISymbolButton uiSymbolButton17;
- private System.Windows.Forms.Label label36;
- private Sunny.UI.UITextBox uiTextBox17;
- private System.Windows.Forms.Label label33;
- private Sunny.UI.UISymbolButton uiSymbolButton16;
- private System.Windows.Forms.Label label34;
- private Sunny.UI.UITextBox uiTextBox16;
- private System.Windows.Forms.Label label31;
- private Sunny.UI.UISymbolButton uiSymbolButton15;
- private System.Windows.Forms.Label label32;
- private Sunny.UI.UITextBox uiTextBox15;
- private System.Windows.Forms.Label label29;
- private Sunny.UI.UISymbolButton uiSymbolButton14;
- private System.Windows.Forms.Label label30;
- private Sunny.UI.UITextBox uiTextBox14;
- private System.Windows.Forms.Label label27;
- private Sunny.UI.UISymbolButton uiSymbolButton13;
- private System.Windows.Forms.Label label28;
- private Sunny.UI.UITextBox uiTextBox13;
- private System.Windows.Forms.Label label25;
- private Sunny.UI.UISymbolButton uiSymbolButton12;
- private System.Windows.Forms.Label label26;
- private Sunny.UI.UITextBox uiTextBox12;
- private Sunny.UI.UIGroupBox uiGroupBox2;
- private Sunny.UI.UILine uiLine1;
- }
- }
|