123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665 |
-
- namespace Tps_LQ_Transmitter
- {
- partial class DebuggingForm
- {
- /// <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.btnPowCh_1 = new DevComponents.DotNetBar.ButtonX();
- this.btnPowCh_2 = new DevComponents.DotNetBar.ButtonX();
- this.btnPowCh_4 = new DevComponents.DotNetBar.ButtonX();
- this.btnPowCh_5 = new DevComponents.DotNetBar.ButtonX();
- this.btnPowCh_6 = new DevComponents.DotNetBar.ButtonX();
- this.btnPowCh_7 = new DevComponents.DotNetBar.ButtonX();
- this.btnPowCh_8 = new DevComponents.DotNetBar.ButtonX();
- this.chkStCh_1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkStCh_2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkStCh_3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkStCh_4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkStCh_5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkStCh_6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkStCh_7 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkStCh_8 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.txtbVoltCh_1 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbVoltCh_2 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbVoltCh_3 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbVoltCh_4 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbVoltCh_5 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbVoltCh_6 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbVoltCh_7 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbVoltCh_8 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbCurrCh_1 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbCurrCh_2 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbCurrCh_3 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbCurrCh_4 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbCurrCh_5 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbCurrCh_6 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbCurrCh_7 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.txtbCurrCh_8 = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.labelX1 = new DevComponents.DotNetBar.LabelX();
- this.labelX2 = new DevComponents.DotNetBar.LabelX();
- this.labelX3 = new DevComponents.DotNetBar.LabelX();
- this.labelX4 = new DevComponents.DotNetBar.LabelX();
- this.led1 = new SeeSharpTools.JY.GUI.LED();
- this.led2 = new SeeSharpTools.JY.GUI.LED();
- this.led3 = new SeeSharpTools.JY.GUI.LED();
- this.led4 = new SeeSharpTools.JY.GUI.LED();
- this.led5 = new SeeSharpTools.JY.GUI.LED();
- this.led6 = new SeeSharpTools.JY.GUI.LED();
- this.led7 = new SeeSharpTools.JY.GUI.LED();
- this.led8 = new SeeSharpTools.JY.GUI.LED();
- this.labelX5 = new DevComponents.DotNetBar.LabelX();
- this.txtbMsg = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.labelX6 = new DevComponents.DotNetBar.LabelX();
- this.labelX7 = new DevComponents.DotNetBar.LabelX();
- this.txtbVoltSetValue = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.labelX8 = new DevComponents.DotNetBar.LabelX();
- this.labelX9 = new DevComponents.DotNetBar.LabelX();
- this.txtbCurrSetValue = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.btnPowerSetting = new DevComponents.DotNetBar.ButtonX();
- this.btnOther = new DevComponents.DotNetBar.ButtonX();
- this.chkAyCh_1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.labelX10 = new DevComponents.DotNetBar.LabelX();
- this.chkAyCh_2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkAyCh_3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkAyCh_4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkAyCh_5 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkAyCh_6 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkAyCh_7 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkAyCh_8 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkBxCh_1 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkBxCh_2 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkBxCh_3 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.chkBxCh_4 = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.labelX11 = new DevComponents.DotNetBar.LabelX();
- this.labelX12 = new DevComponents.DotNetBar.LabelX();
- this.chkCzCh = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.ChkPowerOnOff = new DevComponents.DotNetBar.Controls.CheckBoxX();
- this.labelX13 = new DevComponents.DotNetBar.LabelX();
- this.btnPowCh_3 = new DevComponents.DotNetBar.ButtonX();
- this.labelX14 = new DevComponents.DotNetBar.LabelX();
- this.labelX15 = new DevComponents.DotNetBar.LabelX();
- this.labelX16 = new DevComponents.DotNetBar.LabelX();
- this.labelX17 = new DevComponents.DotNetBar.LabelX();
- this.labelX18 = new DevComponents.DotNetBar.LabelX();
- this.labelX19 = new DevComponents.DotNetBar.LabelX();
- this.labelX20 = new DevComponents.DotNetBar.LabelX();
- this.labelX21 = new DevComponents.DotNetBar.LabelX();
- this.labelX22 = new DevComponents.DotNetBar.LabelX();
- this.labelX23 = new DevComponents.DotNetBar.LabelX();
- this.labelX24 = new DevComponents.DotNetBar.LabelX();
- this.labelX25 = new DevComponents.DotNetBar.LabelX();
- this.labelX26 = new DevComponents.DotNetBar.LabelX();
- this.labelX27 = new DevComponents.DotNetBar.LabelX();
- this.labelX28 = new DevComponents.DotNetBar.LabelX();
- this.labelX29 = new DevComponents.DotNetBar.LabelX();
- this.labelX30 = new DevComponents.DotNetBar.LabelX();
- this.labelX31 = new DevComponents.DotNetBar.LabelX();
- this.labelX32 = new DevComponents.DotNetBar.LabelX();
- this.btnPcmSetting = new DevComponents.DotNetBar.ButtonX();
- this.txtbPcmSend = new DevComponents.DotNetBar.Controls.TextBoxX();
- this.btnPcmSendx = new DevComponents.DotNetBar.ButtonX();
- this.SuspendLayout();
- //
- // btnPowCh_1
- //
- this.btnPowCh_1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowCh_1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowCh_1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowCh_1.Location = new System.Drawing.Point(166, 36);
- this.btnPowCh_1.Name = "btnPowCh_1";
- this.btnPowCh_1.Size = new System.Drawing.Size(98, 48);
- this.btnPowCh_1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowCh_1.TabIndex = 0;
- this.btnPowCh_1.Text = "通道1";
- this.btnPowCh_1.Click += new System.EventHandler(this.btnPowCh_1_Click);
- //
- // btnPowCh_2
- //
- this.btnPowCh_2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowCh_2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowCh_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowCh_2.Location = new System.Drawing.Point(372, 36);
- this.btnPowCh_2.Name = "btnPowCh_2";
- this.btnPowCh_2.Size = new System.Drawing.Size(98, 48);
- this.btnPowCh_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowCh_2.TabIndex = 0;
- this.btnPowCh_2.Text = "通道2";
- this.btnPowCh_2.Click += new System.EventHandler(this.btnPowCh_2_Click);
- //
- // btnPowCh_4
- //
- this.btnPowCh_4.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowCh_4.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowCh_4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowCh_4.Location = new System.Drawing.Point(784, 36);
- this.btnPowCh_4.Name = "btnPowCh_4";
- this.btnPowCh_4.Size = new System.Drawing.Size(98, 48);
- this.btnPowCh_4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowCh_4.TabIndex = 0;
- this.btnPowCh_4.Text = "通道4";
- this.btnPowCh_4.Click += new System.EventHandler(this.btnPowCh_4_Click);
- //
- // btnPowCh_5
- //
- this.btnPowCh_5.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowCh_5.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowCh_5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowCh_5.Location = new System.Drawing.Point(990, 36);
- this.btnPowCh_5.Name = "btnPowCh_5";
- this.btnPowCh_5.Size = new System.Drawing.Size(98, 48);
- this.btnPowCh_5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowCh_5.TabIndex = 0;
- this.btnPowCh_5.Text = "通道5";
- this.btnPowCh_5.Click += new System.EventHandler(this.btnPowCh_5_Click);
- //
- // btnPowCh_6
- //
- this.btnPowCh_6.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowCh_6.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowCh_6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowCh_6.Location = new System.Drawing.Point(1196, 36);
- this.btnPowCh_6.Name = "btnPowCh_6";
- this.btnPowCh_6.Size = new System.Drawing.Size(98, 48);
- this.btnPowCh_6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowCh_6.TabIndex = 0;
- this.btnPowCh_6.Text = "通道6";
- this.btnPowCh_6.Click += new System.EventHandler(this.btnPowCh_6_Click);
- //
- // btnPowCh_7
- //
- this.btnPowCh_7.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowCh_7.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowCh_7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowCh_7.Location = new System.Drawing.Point(1402, 36);
- this.btnPowCh_7.Name = "btnPowCh_7";
- this.btnPowCh_7.Size = new System.Drawing.Size(98, 48);
- this.btnPowCh_7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowCh_7.TabIndex = 0;
- this.btnPowCh_7.Text = "通道7";
- this.btnPowCh_7.Click += new System.EventHandler(this.btnPowCh_7_Click);
- //
- // btnPowCh_8
- //
- this.btnPowCh_8.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowCh_8.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowCh_8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowCh_8.Location = new System.Drawing.Point(1608, 36);
- this.btnPowCh_8.Name = "btnPowCh_8";
- this.btnPowCh_8.Size = new System.Drawing.Size(98, 48);
- this.btnPowCh_8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowCh_8.TabIndex = 0;
- this.btnPowCh_8.Text = "通道8";
- this.btnPowCh_8.Click += new System.EventHandler(this.btnPowCh_8_Click);
- //
- // chkStCh_1
- //
- //
- //
- //
- this.chkStCh_1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkStCh_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStCh_1.Location = new System.Drawing.Point(166, 157);
- this.chkStCh_1.Name = "chkStCh_1";
- this.chkStCh_1.Size = new System.Drawing.Size(75, 23);
- this.chkStCh_1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkStCh_1.TabIndex = 1;
- this.chkStCh_1.Text = "通道1";
- this.chkStCh_1.CheckedChanged += new System.EventHandler(this.chkStCh_1_CheckedChanged);
- //
- // chkStCh_2
- //
- //
- //
- //
- this.chkStCh_2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkStCh_2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStCh_2.Location = new System.Drawing.Point(372, 157);
- this.chkStCh_2.Name = "chkStCh_2";
- this.chkStCh_2.Size = new System.Drawing.Size(75, 23);
- this.chkStCh_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkStCh_2.TabIndex = 1;
- this.chkStCh_2.Text = "通道2";
- this.chkStCh_2.CheckedChanged += new System.EventHandler(this.chkStCh_2_CheckedChanged);
- //
- // chkStCh_3
- //
- //
- //
- //
- this.chkStCh_3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkStCh_3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStCh_3.Location = new System.Drawing.Point(578, 157);
- this.chkStCh_3.Name = "chkStCh_3";
- this.chkStCh_3.Size = new System.Drawing.Size(75, 23);
- this.chkStCh_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkStCh_3.TabIndex = 1;
- this.chkStCh_3.Text = "通道3";
- this.chkStCh_3.CheckedChanged += new System.EventHandler(this.chkStCh_3_CheckedChanged);
- //
- // chkStCh_4
- //
- //
- //
- //
- this.chkStCh_4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkStCh_4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStCh_4.Location = new System.Drawing.Point(784, 157);
- this.chkStCh_4.Name = "chkStCh_4";
- this.chkStCh_4.Size = new System.Drawing.Size(75, 23);
- this.chkStCh_4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkStCh_4.TabIndex = 1;
- this.chkStCh_4.Text = "通道4";
- this.chkStCh_4.CheckedChanged += new System.EventHandler(this.chkStCh_4_CheckedChanged);
- //
- // chkStCh_5
- //
- //
- //
- //
- this.chkStCh_5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkStCh_5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStCh_5.Location = new System.Drawing.Point(990, 157);
- this.chkStCh_5.Name = "chkStCh_5";
- this.chkStCh_5.Size = new System.Drawing.Size(75, 23);
- this.chkStCh_5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkStCh_5.TabIndex = 1;
- this.chkStCh_5.Text = "通道5";
- this.chkStCh_5.CheckedChanged += new System.EventHandler(this.chkStCh_5_CheckedChanged);
- //
- // chkStCh_6
- //
- //
- //
- //
- this.chkStCh_6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkStCh_6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStCh_6.Location = new System.Drawing.Point(1196, 157);
- this.chkStCh_6.Name = "chkStCh_6";
- this.chkStCh_6.Size = new System.Drawing.Size(75, 23);
- this.chkStCh_6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkStCh_6.TabIndex = 1;
- this.chkStCh_6.Text = "通道6";
- this.chkStCh_6.CheckedChanged += new System.EventHandler(this.chkStCh_6_CheckedChanged);
- //
- // chkStCh_7
- //
- //
- //
- //
- this.chkStCh_7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkStCh_7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStCh_7.Location = new System.Drawing.Point(1402, 157);
- this.chkStCh_7.Name = "chkStCh_7";
- this.chkStCh_7.Size = new System.Drawing.Size(75, 23);
- this.chkStCh_7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkStCh_7.TabIndex = 1;
- this.chkStCh_7.Text = "通道7";
- this.chkStCh_7.CheckedChanged += new System.EventHandler(this.chkStCh_7_CheckedChanged);
- //
- // chkStCh_8
- //
- //
- //
- //
- this.chkStCh_8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkStCh_8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkStCh_8.Location = new System.Drawing.Point(1608, 157);
- this.chkStCh_8.Name = "chkStCh_8";
- this.chkStCh_8.Size = new System.Drawing.Size(75, 23);
- this.chkStCh_8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkStCh_8.TabIndex = 1;
- this.chkStCh_8.Text = "通道8";
- this.chkStCh_8.CheckedChanged += new System.EventHandler(this.chkStCh_8_CheckedChanged);
- //
- // txtbVoltCh_1
- //
- //
- //
- //
- this.txtbVoltCh_1.Border.Class = "TextBoxBorder";
- this.txtbVoltCh_1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltCh_1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltCh_1.Location = new System.Drawing.Point(166, 315);
- this.txtbVoltCh_1.Name = "txtbVoltCh_1";
- this.txtbVoltCh_1.PreventEnterBeep = true;
- this.txtbVoltCh_1.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltCh_1.TabIndex = 2;
- this.txtbVoltCh_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbVoltCh_2
- //
- //
- //
- //
- this.txtbVoltCh_2.Border.Class = "TextBoxBorder";
- this.txtbVoltCh_2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltCh_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltCh_2.Location = new System.Drawing.Point(372, 315);
- this.txtbVoltCh_2.Name = "txtbVoltCh_2";
- this.txtbVoltCh_2.PreventEnterBeep = true;
- this.txtbVoltCh_2.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltCh_2.TabIndex = 2;
- this.txtbVoltCh_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbVoltCh_3
- //
- //
- //
- //
- this.txtbVoltCh_3.Border.Class = "TextBoxBorder";
- this.txtbVoltCh_3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltCh_3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltCh_3.Location = new System.Drawing.Point(578, 315);
- this.txtbVoltCh_3.Name = "txtbVoltCh_3";
- this.txtbVoltCh_3.PreventEnterBeep = true;
- this.txtbVoltCh_3.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltCh_3.TabIndex = 2;
- this.txtbVoltCh_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbVoltCh_4
- //
- //
- //
- //
- this.txtbVoltCh_4.Border.Class = "TextBoxBorder";
- this.txtbVoltCh_4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltCh_4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltCh_4.Location = new System.Drawing.Point(784, 315);
- this.txtbVoltCh_4.Name = "txtbVoltCh_4";
- this.txtbVoltCh_4.PreventEnterBeep = true;
- this.txtbVoltCh_4.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltCh_4.TabIndex = 2;
- this.txtbVoltCh_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbVoltCh_5
- //
- //
- //
- //
- this.txtbVoltCh_5.Border.Class = "TextBoxBorder";
- this.txtbVoltCh_5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltCh_5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltCh_5.Location = new System.Drawing.Point(990, 315);
- this.txtbVoltCh_5.Name = "txtbVoltCh_5";
- this.txtbVoltCh_5.PreventEnterBeep = true;
- this.txtbVoltCh_5.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltCh_5.TabIndex = 2;
- this.txtbVoltCh_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbVoltCh_6
- //
- //
- //
- //
- this.txtbVoltCh_6.Border.Class = "TextBoxBorder";
- this.txtbVoltCh_6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltCh_6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltCh_6.Location = new System.Drawing.Point(1196, 315);
- this.txtbVoltCh_6.Name = "txtbVoltCh_6";
- this.txtbVoltCh_6.PreventEnterBeep = true;
- this.txtbVoltCh_6.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltCh_6.TabIndex = 2;
- this.txtbVoltCh_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbVoltCh_7
- //
- //
- //
- //
- this.txtbVoltCh_7.Border.Class = "TextBoxBorder";
- this.txtbVoltCh_7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltCh_7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltCh_7.Location = new System.Drawing.Point(1402, 315);
- this.txtbVoltCh_7.Name = "txtbVoltCh_7";
- this.txtbVoltCh_7.PreventEnterBeep = true;
- this.txtbVoltCh_7.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltCh_7.TabIndex = 2;
- this.txtbVoltCh_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbVoltCh_8
- //
- //
- //
- //
- this.txtbVoltCh_8.Border.Class = "TextBoxBorder";
- this.txtbVoltCh_8.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltCh_8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltCh_8.Location = new System.Drawing.Point(1608, 315);
- this.txtbVoltCh_8.Name = "txtbVoltCh_8";
- this.txtbVoltCh_8.PreventEnterBeep = true;
- this.txtbVoltCh_8.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltCh_8.TabIndex = 2;
- this.txtbVoltCh_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbCurrCh_1
- //
- //
- //
- //
- this.txtbCurrCh_1.Border.Class = "TextBoxBorder";
- this.txtbCurrCh_1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrCh_1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrCh_1.Location = new System.Drawing.Point(166, 349);
- this.txtbCurrCh_1.Name = "txtbCurrCh_1";
- this.txtbCurrCh_1.PreventEnterBeep = true;
- this.txtbCurrCh_1.Size = new System.Drawing.Size(75, 31);
- this.txtbCurrCh_1.TabIndex = 2;
- this.txtbCurrCh_1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbCurrCh_2
- //
- //
- //
- //
- this.txtbCurrCh_2.Border.Class = "TextBoxBorder";
- this.txtbCurrCh_2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrCh_2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrCh_2.Location = new System.Drawing.Point(372, 349);
- this.txtbCurrCh_2.Name = "txtbCurrCh_2";
- this.txtbCurrCh_2.PreventEnterBeep = true;
- this.txtbCurrCh_2.Size = new System.Drawing.Size(75, 31);
- this.txtbCurrCh_2.TabIndex = 2;
- this.txtbCurrCh_2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbCurrCh_3
- //
- //
- //
- //
- this.txtbCurrCh_3.Border.Class = "TextBoxBorder";
- this.txtbCurrCh_3.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrCh_3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrCh_3.Location = new System.Drawing.Point(578, 349);
- this.txtbCurrCh_3.Name = "txtbCurrCh_3";
- this.txtbCurrCh_3.PreventEnterBeep = true;
- this.txtbCurrCh_3.Size = new System.Drawing.Size(75, 31);
- this.txtbCurrCh_3.TabIndex = 2;
- this.txtbCurrCh_3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbCurrCh_4
- //
- //
- //
- //
- this.txtbCurrCh_4.Border.Class = "TextBoxBorder";
- this.txtbCurrCh_4.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrCh_4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrCh_4.Location = new System.Drawing.Point(784, 349);
- this.txtbCurrCh_4.Name = "txtbCurrCh_4";
- this.txtbCurrCh_4.PreventEnterBeep = true;
- this.txtbCurrCh_4.Size = new System.Drawing.Size(75, 31);
- this.txtbCurrCh_4.TabIndex = 2;
- this.txtbCurrCh_4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbCurrCh_5
- //
- //
- //
- //
- this.txtbCurrCh_5.Border.Class = "TextBoxBorder";
- this.txtbCurrCh_5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrCh_5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrCh_5.Location = new System.Drawing.Point(990, 349);
- this.txtbCurrCh_5.Name = "txtbCurrCh_5";
- this.txtbCurrCh_5.PreventEnterBeep = true;
- this.txtbCurrCh_5.Size = new System.Drawing.Size(75, 31);
- this.txtbCurrCh_5.TabIndex = 2;
- this.txtbCurrCh_5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbCurrCh_6
- //
- //
- //
- //
- this.txtbCurrCh_6.Border.Class = "TextBoxBorder";
- this.txtbCurrCh_6.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrCh_6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrCh_6.Location = new System.Drawing.Point(1196, 349);
- this.txtbCurrCh_6.Name = "txtbCurrCh_6";
- this.txtbCurrCh_6.PreventEnterBeep = true;
- this.txtbCurrCh_6.Size = new System.Drawing.Size(75, 31);
- this.txtbCurrCh_6.TabIndex = 2;
- this.txtbCurrCh_6.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbCurrCh_7
- //
- //
- //
- //
- this.txtbCurrCh_7.Border.Class = "TextBoxBorder";
- this.txtbCurrCh_7.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrCh_7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrCh_7.Location = new System.Drawing.Point(1402, 349);
- this.txtbCurrCh_7.Name = "txtbCurrCh_7";
- this.txtbCurrCh_7.PreventEnterBeep = true;
- this.txtbCurrCh_7.Size = new System.Drawing.Size(75, 31);
- this.txtbCurrCh_7.TabIndex = 2;
- this.txtbCurrCh_7.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // txtbCurrCh_8
- //
- //
- //
- //
- this.txtbCurrCh_8.Border.Class = "TextBoxBorder";
- this.txtbCurrCh_8.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrCh_8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrCh_8.Location = new System.Drawing.Point(1608, 349);
- this.txtbCurrCh_8.Name = "txtbCurrCh_8";
- this.txtbCurrCh_8.PreventEnterBeep = true;
- this.txtbCurrCh_8.Size = new System.Drawing.Size(75, 31);
- this.txtbCurrCh_8.TabIndex = 2;
- this.txtbCurrCh_8.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // labelX1
- //
- //
- //
- //
- this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX1.Location = new System.Drawing.Point(5, 323);
- this.labelX1.Name = "labelX1";
- this.labelX1.Size = new System.Drawing.Size(154, 23);
- this.labelX1.TabIndex = 3;
- this.labelX1.Text = "电 压:";
- //
- // labelX2
- //
- //
- //
- //
- this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX2.Location = new System.Drawing.Point(5, 357);
- this.labelX2.Name = "labelX2";
- this.labelX2.Size = new System.Drawing.Size(154, 23);
- this.labelX2.TabIndex = 3;
- this.labelX2.Text = "电 流:";
- //
- // labelX3
- //
- //
- //
- //
- this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX3.Location = new System.Drawing.Point(5, 150);
- this.labelX3.Name = "labelX3";
- this.labelX3.Size = new System.Drawing.Size(154, 37);
- this.labelX3.TabIndex = 3;
- this.labelX3.Text = "一分八开关:";
- //
- // labelX4
- //
- //
- //
- //
- this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX4.Location = new System.Drawing.Point(5, 36);
- this.labelX4.Name = "labelX4";
- this.labelX4.Size = new System.Drawing.Size(129, 48);
- this.labelX4.TabIndex = 3;
- this.labelX4.Text = "供电开关:";
- //
- // led1
- //
- this.led1.BlinkColor = System.Drawing.Color.Lime;
- this.led1.BlinkInterval = 1000;
- this.led1.BlinkOn = false;
- this.led1.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.led1.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
- this.led1.Location = new System.Drawing.Point(200, 104);
- this.led1.Name = "led1";
- this.led1.OffColor = System.Drawing.Color.Gray;
- this.led1.OnColor = System.Drawing.Color.Lime;
- this.led1.Size = new System.Drawing.Size(31, 31);
- this.led1.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
- this.led1.TabIndex = 4;
- this.led1.Value = false;
- //
- // led2
- //
- this.led2.BlinkColor = System.Drawing.Color.Lime;
- this.led2.BlinkInterval = 1000;
- this.led2.BlinkOn = false;
- this.led2.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.led2.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
- this.led2.Location = new System.Drawing.Point(406, 104);
- this.led2.Name = "led2";
- this.led2.OffColor = System.Drawing.Color.Gray;
- this.led2.OnColor = System.Drawing.Color.Lime;
- this.led2.Size = new System.Drawing.Size(31, 31);
- this.led2.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
- this.led2.TabIndex = 4;
- this.led2.Value = false;
- //
- // led3
- //
- this.led3.BlinkColor = System.Drawing.Color.Lime;
- this.led3.BlinkInterval = 1000;
- this.led3.BlinkOn = false;
- this.led3.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.led3.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
- this.led3.Location = new System.Drawing.Point(612, 104);
- this.led3.Name = "led3";
- this.led3.OffColor = System.Drawing.Color.Gray;
- this.led3.OnColor = System.Drawing.Color.Lime;
- this.led3.Size = new System.Drawing.Size(31, 31);
- this.led3.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
- this.led3.TabIndex = 4;
- this.led3.Value = false;
- //
- // led4
- //
- this.led4.BlinkColor = System.Drawing.Color.Lime;
- this.led4.BlinkInterval = 1000;
- this.led4.BlinkOn = false;
- this.led4.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.led4.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
- this.led4.Location = new System.Drawing.Point(818, 104);
- this.led4.Name = "led4";
- this.led4.OffColor = System.Drawing.Color.Gray;
- this.led4.OnColor = System.Drawing.Color.Lime;
- this.led4.Size = new System.Drawing.Size(31, 31);
- this.led4.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
- this.led4.TabIndex = 4;
- this.led4.Value = false;
- //
- // led5
- //
- this.led5.BlinkColor = System.Drawing.Color.Lime;
- this.led5.BlinkInterval = 1000;
- this.led5.BlinkOn = false;
- this.led5.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.led5.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
- this.led5.Location = new System.Drawing.Point(1024, 104);
- this.led5.Name = "led5";
- this.led5.OffColor = System.Drawing.Color.Gray;
- this.led5.OnColor = System.Drawing.Color.Lime;
- this.led5.Size = new System.Drawing.Size(31, 31);
- this.led5.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
- this.led5.TabIndex = 4;
- this.led5.Value = false;
- //
- // led6
- //
- this.led6.BlinkColor = System.Drawing.Color.Lime;
- this.led6.BlinkInterval = 1000;
- this.led6.BlinkOn = false;
- this.led6.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.led6.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
- this.led6.Location = new System.Drawing.Point(1230, 104);
- this.led6.Name = "led6";
- this.led6.OffColor = System.Drawing.Color.Gray;
- this.led6.OnColor = System.Drawing.Color.Lime;
- this.led6.Size = new System.Drawing.Size(31, 31);
- this.led6.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
- this.led6.TabIndex = 4;
- this.led6.Value = false;
- //
- // led7
- //
- this.led7.BlinkColor = System.Drawing.Color.Lime;
- this.led7.BlinkInterval = 1000;
- this.led7.BlinkOn = false;
- this.led7.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.led7.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
- this.led7.Location = new System.Drawing.Point(1436, 104);
- this.led7.Name = "led7";
- this.led7.OffColor = System.Drawing.Color.Gray;
- this.led7.OnColor = System.Drawing.Color.Lime;
- this.led7.Size = new System.Drawing.Size(31, 31);
- this.led7.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
- this.led7.TabIndex = 4;
- this.led7.Value = false;
- //
- // led8
- //
- this.led8.BlinkColor = System.Drawing.Color.Lime;
- this.led8.BlinkInterval = 1000;
- this.led8.BlinkOn = false;
- this.led8.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.led8.Interacton = SeeSharpTools.JY.GUI.LED.InteractionStyle.Indicator;
- this.led8.Location = new System.Drawing.Point(1642, 104);
- this.led8.Name = "led8";
- this.led8.OffColor = System.Drawing.Color.Gray;
- this.led8.OnColor = System.Drawing.Color.Lime;
- this.led8.Size = new System.Drawing.Size(31, 31);
- this.led8.Style = SeeSharpTools.JY.GUI.LED.LedStyle.Circular;
- this.led8.TabIndex = 4;
- this.led8.Value = false;
- //
- // labelX5
- //
- //
- //
- //
- this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX5.Location = new System.Drawing.Point(5, 112);
- this.labelX5.Name = "labelX5";
- this.labelX5.Size = new System.Drawing.Size(129, 23);
- this.labelX5.TabIndex = 3;
- this.labelX5.Text = "供电指示:";
- //
- // txtbMsg
- //
- //
- //
- //
- this.txtbMsg.Border.Class = "TextBoxBorder";
- this.txtbMsg.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbMsg.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbMsg.Location = new System.Drawing.Point(166, 848);
- this.txtbMsg.Multiline = true;
- this.txtbMsg.Name = "txtbMsg";
- this.txtbMsg.PreventEnterBeep = true;
- this.txtbMsg.Size = new System.Drawing.Size(1648, 77);
- this.txtbMsg.TabIndex = 5;
- //
- // labelX6
- //
- //
- //
- //
- this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX6.Location = new System.Drawing.Point(5, 848);
- this.labelX6.Name = "labelX6";
- this.labelX6.Size = new System.Drawing.Size(154, 34);
- this.labelX6.TabIndex = 3;
- this.labelX6.Text = "消 息:";
- //
- // labelX7
- //
- //
- //
- //
- this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX7.Location = new System.Drawing.Point(5, 425);
- this.labelX7.Name = "labelX7";
- this.labelX7.Size = new System.Drawing.Size(154, 23);
- this.labelX7.TabIndex = 3;
- this.labelX7.Text = "内部电源:";
- //
- // txtbVoltSetValue
- //
- //
- //
- //
- this.txtbVoltSetValue.Border.Class = "TextBoxBorder";
- this.txtbVoltSetValue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbVoltSetValue.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbVoltSetValue.Location = new System.Drawing.Point(227, 421);
- this.txtbVoltSetValue.Name = "txtbVoltSetValue";
- this.txtbVoltSetValue.PreventEnterBeep = true;
- this.txtbVoltSetValue.Size = new System.Drawing.Size(75, 31);
- this.txtbVoltSetValue.TabIndex = 2;
- this.txtbVoltSetValue.Text = "28.0";
- this.txtbVoltSetValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // labelX8
- //
- //
- //
- //
- this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX8.Location = new System.Drawing.Point(166, 425);
- this.labelX8.Name = "labelX8";
- this.labelX8.Size = new System.Drawing.Size(55, 23);
- this.labelX8.TabIndex = 3;
- this.labelX8.Text = "电压";
- this.labelX8.TextAlignment = System.Drawing.StringAlignment.Far;
- //
- // labelX9
- //
- //
- //
- //
- this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX9.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX9.Location = new System.Drawing.Point(372, 429);
- this.labelX9.Name = "labelX9";
- this.labelX9.Size = new System.Drawing.Size(59, 23);
- this.labelX9.TabIndex = 3;
- this.labelX9.Text = "电流";
- this.labelX9.TextAlignment = System.Drawing.StringAlignment.Far;
- //
- // txtbCurrSetValue
- //
- //
- //
- //
- this.txtbCurrSetValue.Border.Class = "TextBoxBorder";
- this.txtbCurrSetValue.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbCurrSetValue.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbCurrSetValue.Location = new System.Drawing.Point(433, 425);
- this.txtbCurrSetValue.Name = "txtbCurrSetValue";
- this.txtbCurrSetValue.PreventEnterBeep = true;
- this.txtbCurrSetValue.Size = new System.Drawing.Size(74, 31);
- this.txtbCurrSetValue.TabIndex = 2;
- this.txtbCurrSetValue.Text = "1.000";
- this.txtbCurrSetValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
- //
- // btnPowerSetting
- //
- this.btnPowerSetting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowerSetting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowerSetting.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowerSetting.Location = new System.Drawing.Point(578, 425);
- this.btnPowerSetting.Name = "btnPowerSetting";
- this.btnPowerSetting.Size = new System.Drawing.Size(92, 31);
- this.btnPowerSetting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowerSetting.TabIndex = 0;
- this.btnPowerSetting.Text = "发送设定";
- this.btnPowerSetting.Click += new System.EventHandler(this.btnPowerSetting_Click);
- //
- // btnOther
- //
- this.btnOther.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnOther.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnOther.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnOther.Location = new System.Drawing.Point(1744, 315);
- this.btnOther.Name = "btnOther";
- this.btnOther.Size = new System.Drawing.Size(70, 65);
- this.btnOther.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnOther.TabIndex = 6;
- this.btnOther.Text = "读取";
- this.btnOther.Click += new System.EventHandler(this.btnOther_Click);
- //
- // chkAyCh_1
- //
- //
- //
- //
- this.chkAyCh_1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkAyCh_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAyCh_1.Location = new System.Drawing.Point(166, 200);
- this.chkAyCh_1.Name = "chkAyCh_1";
- this.chkAyCh_1.Size = new System.Drawing.Size(75, 23);
- this.chkAyCh_1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkAyCh_1.TabIndex = 1;
- this.chkAyCh_1.Text = "通道1";
- this.chkAyCh_1.CheckedChanged += new System.EventHandler(this.chkAyCh_1_CheckedChanged);
- //
- // labelX10
- //
- //
- //
- //
- this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX10.Location = new System.Drawing.Point(5, 193);
- this.labelX10.Name = "labelX10";
- this.labelX10.Size = new System.Drawing.Size(154, 36);
- this.labelX10.TabIndex = 3;
- this.labelX10.Text = "一分二开关:";
- //
- // chkAyCh_2
- //
- //
- //
- //
- this.chkAyCh_2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkAyCh_2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAyCh_2.Location = new System.Drawing.Point(372, 200);
- this.chkAyCh_2.Name = "chkAyCh_2";
- this.chkAyCh_2.Size = new System.Drawing.Size(75, 23);
- this.chkAyCh_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkAyCh_2.TabIndex = 1;
- this.chkAyCh_2.Text = "通道2";
- this.chkAyCh_2.CheckedChanged += new System.EventHandler(this.chkAyCh_2_CheckedChanged);
- //
- // chkAyCh_3
- //
- //
- //
- //
- this.chkAyCh_3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkAyCh_3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAyCh_3.Location = new System.Drawing.Point(578, 200);
- this.chkAyCh_3.Name = "chkAyCh_3";
- this.chkAyCh_3.Size = new System.Drawing.Size(75, 23);
- this.chkAyCh_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkAyCh_3.TabIndex = 1;
- this.chkAyCh_3.Text = "通道3";
- this.chkAyCh_3.CheckedChanged += new System.EventHandler(this.chkAyCh_3_CheckedChanged);
- //
- // chkAyCh_4
- //
- //
- //
- //
- this.chkAyCh_4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkAyCh_4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAyCh_4.Location = new System.Drawing.Point(784, 200);
- this.chkAyCh_4.Name = "chkAyCh_4";
- this.chkAyCh_4.Size = new System.Drawing.Size(75, 23);
- this.chkAyCh_4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkAyCh_4.TabIndex = 1;
- this.chkAyCh_4.Text = "通道4";
- this.chkAyCh_4.CheckedChanged += new System.EventHandler(this.chkAyCh_4_CheckedChanged);
- //
- // chkAyCh_5
- //
- //
- //
- //
- this.chkAyCh_5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkAyCh_5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAyCh_5.Location = new System.Drawing.Point(990, 200);
- this.chkAyCh_5.Name = "chkAyCh_5";
- this.chkAyCh_5.Size = new System.Drawing.Size(75, 23);
- this.chkAyCh_5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkAyCh_5.TabIndex = 1;
- this.chkAyCh_5.Text = "通道5";
- this.chkAyCh_5.CheckedChanged += new System.EventHandler(this.chkAyCh_5_CheckedChanged);
- //
- // chkAyCh_6
- //
- //
- //
- //
- this.chkAyCh_6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkAyCh_6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAyCh_6.Location = new System.Drawing.Point(1196, 200);
- this.chkAyCh_6.Name = "chkAyCh_6";
- this.chkAyCh_6.Size = new System.Drawing.Size(75, 23);
- this.chkAyCh_6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkAyCh_6.TabIndex = 1;
- this.chkAyCh_6.Text = "通道6";
- this.chkAyCh_6.CheckedChanged += new System.EventHandler(this.chkAyCh_6_CheckedChanged);
- //
- // chkAyCh_7
- //
- //
- //
- //
- this.chkAyCh_7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkAyCh_7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAyCh_7.Location = new System.Drawing.Point(1402, 200);
- this.chkAyCh_7.Name = "chkAyCh_7";
- this.chkAyCh_7.Size = new System.Drawing.Size(75, 23);
- this.chkAyCh_7.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkAyCh_7.TabIndex = 1;
- this.chkAyCh_7.Text = "通道7";
- this.chkAyCh_7.CheckedChanged += new System.EventHandler(this.chkAyCh_7_CheckedChanged);
- //
- // chkAyCh_8
- //
- //
- //
- //
- this.chkAyCh_8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkAyCh_8.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkAyCh_8.Location = new System.Drawing.Point(1608, 200);
- this.chkAyCh_8.Name = "chkAyCh_8";
- this.chkAyCh_8.Size = new System.Drawing.Size(75, 23);
- this.chkAyCh_8.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkAyCh_8.TabIndex = 1;
- this.chkAyCh_8.Text = "通道8";
- this.chkAyCh_8.CheckedChanged += new System.EventHandler(this.chkAyCh_8_CheckedChanged);
- //
- // chkBxCh_1
- //
- //
- //
- //
- this.chkBxCh_1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkBxCh_1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkBxCh_1.Location = new System.Drawing.Point(166, 238);
- this.chkBxCh_1.Name = "chkBxCh_1";
- this.chkBxCh_1.Size = new System.Drawing.Size(75, 23);
- this.chkBxCh_1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkBxCh_1.TabIndex = 1;
- this.chkBxCh_1.Text = "CH1";
- this.chkBxCh_1.CheckedChanged += new System.EventHandler(this.chkBxCh_1_CheckedChanged);
- //
- // chkBxCh_2
- //
- //
- //
- //
- this.chkBxCh_2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkBxCh_2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkBxCh_2.Location = new System.Drawing.Point(372, 238);
- this.chkBxCh_2.Name = "chkBxCh_2";
- this.chkBxCh_2.Size = new System.Drawing.Size(75, 23);
- this.chkBxCh_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkBxCh_2.TabIndex = 1;
- this.chkBxCh_2.Text = "CH2";
- this.chkBxCh_2.CheckedChanged += new System.EventHandler(this.chkBxCh_2_CheckedChanged);
- //
- // chkBxCh_3
- //
- //
- //
- //
- this.chkBxCh_3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkBxCh_3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkBxCh_3.Location = new System.Drawing.Point(578, 238);
- this.chkBxCh_3.Name = "chkBxCh_3";
- this.chkBxCh_3.Size = new System.Drawing.Size(75, 23);
- this.chkBxCh_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkBxCh_3.TabIndex = 1;
- this.chkBxCh_3.Text = "CH3";
- this.chkBxCh_3.CheckedChanged += new System.EventHandler(this.chkBxCh_3_CheckedChanged);
- //
- // chkBxCh_4
- //
- //
- //
- //
- this.chkBxCh_4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkBxCh_4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkBxCh_4.Location = new System.Drawing.Point(784, 238);
- this.chkBxCh_4.Name = "chkBxCh_4";
- this.chkBxCh_4.Size = new System.Drawing.Size(75, 23);
- this.chkBxCh_4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkBxCh_4.TabIndex = 1;
- this.chkBxCh_4.Text = "CH4";
- this.chkBxCh_4.CheckedChanged += new System.EventHandler(this.chkBxCh_4_CheckedChanged);
- //
- // labelX11
- //
- //
- //
- //
- this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX11.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX11.Location = new System.Drawing.Point(5, 232);
- this.labelX11.Name = "labelX11";
- this.labelX11.Size = new System.Drawing.Size(154, 35);
- this.labelX11.TabIndex = 3;
- this.labelX11.Text = "一分四开关:";
- //
- // labelX12
- //
- //
- //
- //
- this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX12.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX12.Location = new System.Drawing.Point(5, 273);
- this.labelX12.Name = "labelX12";
- this.labelX12.Size = new System.Drawing.Size(154, 32);
- this.labelX12.TabIndex = 3;
- this.labelX12.Text = "一分二开关:";
- //
- // chkCzCh
- //
- //
- //
- //
- this.chkCzCh.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.chkCzCh.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkCzCh.Location = new System.Drawing.Point(166, 278);
- this.chkCzCh.Name = "chkCzCh";
- this.chkCzCh.Size = new System.Drawing.Size(75, 23);
- this.chkCzCh.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.chkCzCh.TabIndex = 1;
- this.chkCzCh.Text = "控制";
- this.chkCzCh.CheckedChanged += new System.EventHandler(this.chkCzCh_CheckedChanged);
- //
- // ChkPowerOnOff
- //
- //
- //
- //
- this.ChkPowerOnOff.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.ChkPowerOnOff.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ChkPowerOnOff.Location = new System.Drawing.Point(784, 433);
- this.ChkPowerOnOff.Name = "ChkPowerOnOff";
- this.ChkPowerOnOff.Size = new System.Drawing.Size(93, 23);
- this.ChkPowerOnOff.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.ChkPowerOnOff.TabIndex = 1;
- this.ChkPowerOnOff.Text = "ON/OFF";
- this.ChkPowerOnOff.CheckedChanged += new System.EventHandler(this.ChkPowerOnOff_CheckedChanged);
- //
- // labelX13
- //
- //
- //
- //
- this.labelX13.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX13.Location = new System.Drawing.Point(1744, 200);
- this.labelX13.Name = "labelX13";
- this.labelX13.Size = new System.Drawing.Size(85, 23);
- this.labelX13.TabIndex = 3;
- this.labelX13.Text = "[ON;陷波器]";
- //
- // btnPowCh_3
- //
- this.btnPowCh_3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPowCh_3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPowCh_3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPowCh_3.Location = new System.Drawing.Point(578, 36);
- this.btnPowCh_3.Name = "btnPowCh_3";
- this.btnPowCh_3.Size = new System.Drawing.Size(98, 48);
- this.btnPowCh_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPowCh_3.TabIndex = 0;
- this.btnPowCh_3.Text = "通道3";
- this.btnPowCh_3.Click += new System.EventHandler(this.btnPowCh_3_Click);
- //
- // labelX14
- //
- //
- //
- //
- this.labelX14.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX14.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX14.Location = new System.Drawing.Point(308, 425);
- this.labelX14.Name = "labelX14";
- this.labelX14.Size = new System.Drawing.Size(20, 23);
- this.labelX14.TabIndex = 3;
- this.labelX14.Text = "V";
- //
- // labelX15
- //
- //
- //
- //
- this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX15.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX15.Location = new System.Drawing.Point(513, 429);
- this.labelX15.Name = "labelX15";
- this.labelX15.Size = new System.Drawing.Size(20, 23);
- this.labelX15.TabIndex = 3;
- this.labelX15.Text = "A";
- //
- // labelX16
- //
- //
- //
- //
- this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX16.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX16.Location = new System.Drawing.Point(247, 320);
- this.labelX16.Name = "labelX16";
- this.labelX16.Size = new System.Drawing.Size(20, 23);
- this.labelX16.TabIndex = 3;
- this.labelX16.Text = "V";
- //
- // labelX17
- //
- //
- //
- //
- this.labelX17.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX17.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX17.Location = new System.Drawing.Point(308, 425);
- this.labelX17.Name = "labelX17";
- this.labelX17.Size = new System.Drawing.Size(20, 23);
- this.labelX17.TabIndex = 3;
- this.labelX17.Text = "V";
- //
- // labelX18
- //
- //
- //
- //
- this.labelX18.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX18.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX18.Location = new System.Drawing.Point(247, 357);
- this.labelX18.Name = "labelX18";
- this.labelX18.Size = new System.Drawing.Size(20, 23);
- this.labelX18.TabIndex = 3;
- this.labelX18.Text = "A";
- //
- // labelX19
- //
- //
- //
- //
- this.labelX19.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX19.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX19.Location = new System.Drawing.Point(453, 323);
- this.labelX19.Name = "labelX19";
- this.labelX19.Size = new System.Drawing.Size(20, 23);
- this.labelX19.TabIndex = 3;
- this.labelX19.Text = "V";
- //
- // labelX20
- //
- //
- //
- //
- this.labelX20.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX20.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX20.Location = new System.Drawing.Point(453, 357);
- this.labelX20.Name = "labelX20";
- this.labelX20.Size = new System.Drawing.Size(20, 23);
- this.labelX20.TabIndex = 3;
- this.labelX20.Text = "A";
- //
- // labelX21
- //
- //
- //
- //
- this.labelX21.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX21.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX21.Location = new System.Drawing.Point(659, 320);
- this.labelX21.Name = "labelX21";
- this.labelX21.Size = new System.Drawing.Size(20, 23);
- this.labelX21.TabIndex = 3;
- this.labelX21.Text = "V";
- //
- // labelX22
- //
- //
- //
- //
- this.labelX22.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX22.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX22.Location = new System.Drawing.Point(865, 320);
- this.labelX22.Name = "labelX22";
- this.labelX22.Size = new System.Drawing.Size(20, 23);
- this.labelX22.TabIndex = 3;
- this.labelX22.Text = "V";
- //
- // labelX23
- //
- //
- //
- //
- this.labelX23.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX23.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX23.Location = new System.Drawing.Point(1071, 320);
- this.labelX23.Name = "labelX23";
- this.labelX23.Size = new System.Drawing.Size(20, 23);
- this.labelX23.TabIndex = 3;
- this.labelX23.Text = "V";
- //
- // labelX24
- //
- //
- //
- //
- this.labelX24.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX24.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX24.Location = new System.Drawing.Point(1277, 320);
- this.labelX24.Name = "labelX24";
- this.labelX24.Size = new System.Drawing.Size(20, 23);
- this.labelX24.TabIndex = 3;
- this.labelX24.Text = "V";
- //
- // labelX25
- //
- //
- //
- //
- this.labelX25.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX25.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX25.Location = new System.Drawing.Point(1483, 320);
- this.labelX25.Name = "labelX25";
- this.labelX25.Size = new System.Drawing.Size(20, 23);
- this.labelX25.TabIndex = 3;
- this.labelX25.Text = "V";
- //
- // labelX26
- //
- //
- //
- //
- this.labelX26.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX26.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX26.Location = new System.Drawing.Point(1689, 320);
- this.labelX26.Name = "labelX26";
- this.labelX26.Size = new System.Drawing.Size(20, 23);
- this.labelX26.TabIndex = 3;
- this.labelX26.Text = "V";
- //
- // labelX27
- //
- //
- //
- //
- this.labelX27.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX27.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX27.Location = new System.Drawing.Point(659, 357);
- this.labelX27.Name = "labelX27";
- this.labelX27.Size = new System.Drawing.Size(20, 23);
- this.labelX27.TabIndex = 3;
- this.labelX27.Text = "A";
- //
- // labelX28
- //
- //
- //
- //
- this.labelX28.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX28.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX28.Location = new System.Drawing.Point(865, 357);
- this.labelX28.Name = "labelX28";
- this.labelX28.Size = new System.Drawing.Size(20, 23);
- this.labelX28.TabIndex = 3;
- this.labelX28.Text = "A";
- //
- // labelX29
- //
- //
- //
- //
- this.labelX29.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX29.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX29.Location = new System.Drawing.Point(1071, 357);
- this.labelX29.Name = "labelX29";
- this.labelX29.Size = new System.Drawing.Size(20, 23);
- this.labelX29.TabIndex = 3;
- this.labelX29.Text = "A";
- //
- // labelX30
- //
- //
- //
- //
- this.labelX30.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX30.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX30.Location = new System.Drawing.Point(1277, 357);
- this.labelX30.Name = "labelX30";
- this.labelX30.Size = new System.Drawing.Size(20, 23);
- this.labelX30.TabIndex = 3;
- this.labelX30.Text = "A";
- //
- // labelX31
- //
- //
- //
- //
- this.labelX31.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX31.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX31.Location = new System.Drawing.Point(1483, 357);
- this.labelX31.Name = "labelX31";
- this.labelX31.Size = new System.Drawing.Size(20, 23);
- this.labelX31.TabIndex = 3;
- this.labelX31.Text = "A";
- //
- // labelX32
- //
- //
- //
- //
- this.labelX32.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.labelX32.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelX32.Location = new System.Drawing.Point(1689, 357);
- this.labelX32.Name = "labelX32";
- this.labelX32.Size = new System.Drawing.Size(20, 23);
- this.labelX32.TabIndex = 3;
- this.labelX32.Text = "A";
- //
- // btnPcmSetting
- //
- this.btnPcmSetting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPcmSetting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPcmSetting.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPcmSetting.Location = new System.Drawing.Point(308, 524);
- this.btnPcmSetting.Name = "btnPcmSetting";
- this.btnPcmSetting.Size = new System.Drawing.Size(98, 48);
- this.btnPcmSetting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPcmSetting.TabIndex = 7;
- this.btnPcmSetting.Text = "设置";
- this.btnPcmSetting.Click += new System.EventHandler(this.btnPcmSetting_Click);
- //
- // txtbPcmSend
- //
- //
- //
- //
- this.txtbPcmSend.Border.Class = "TextBoxBorder";
- this.txtbPcmSend.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
- this.txtbPcmSend.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtbPcmSend.Location = new System.Drawing.Point(593, 533);
- this.txtbPcmSend.Name = "txtbPcmSend";
- this.txtbPcmSend.PreventEnterBeep = true;
- this.txtbPcmSend.Size = new System.Drawing.Size(314, 31);
- this.txtbPcmSend.TabIndex = 9;
- this.txtbPcmSend.Text = "11 22 33 44 55";
- //
- // btnPcmSendx
- //
- this.btnPcmSendx.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
- this.btnPcmSendx.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
- this.btnPcmSendx.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnPcmSendx.Location = new System.Drawing.Point(1003, 524);
- this.btnPcmSendx.Name = "btnPcmSendx";
- this.btnPcmSendx.Size = new System.Drawing.Size(98, 48);
- this.btnPcmSendx.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
- this.btnPcmSendx.TabIndex = 10;
- this.btnPcmSendx.Text = "发送";
- this.btnPcmSendx.Click += new System.EventHandler(this.btnPcmSendx_Click);
- //
- // DebuggingForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1604, 881);
- this.Controls.Add(this.btnPcmSendx);
- this.Controls.Add(this.txtbPcmSend);
- this.Controls.Add(this.btnPcmSetting);
- this.Controls.Add(this.btnOther);
- this.Controls.Add(this.txtbMsg);
- this.Controls.Add(this.led8);
- this.Controls.Add(this.led7);
- this.Controls.Add(this.led6);
- this.Controls.Add(this.led5);
- this.Controls.Add(this.led4);
- this.Controls.Add(this.led3);
- this.Controls.Add(this.led2);
- this.Controls.Add(this.led1);
- this.Controls.Add(this.labelX6);
- this.Controls.Add(this.labelX9);
- this.Controls.Add(this.labelX32);
- this.Controls.Add(this.labelX31);
- this.Controls.Add(this.labelX30);
- this.Controls.Add(this.labelX29);
- this.Controls.Add(this.labelX28);
- this.Controls.Add(this.labelX27);
- this.Controls.Add(this.labelX20);
- this.Controls.Add(this.labelX18);
- this.Controls.Add(this.labelX15);
- this.Controls.Add(this.labelX26);
- this.Controls.Add(this.labelX25);
- this.Controls.Add(this.labelX24);
- this.Controls.Add(this.labelX23);
- this.Controls.Add(this.labelX22);
- this.Controls.Add(this.labelX21);
- this.Controls.Add(this.labelX19);
- this.Controls.Add(this.labelX16);
- this.Controls.Add(this.labelX17);
- this.Controls.Add(this.labelX14);
- this.Controls.Add(this.labelX8);
- this.Controls.Add(this.labelX13);
- this.Controls.Add(this.labelX7);
- this.Controls.Add(this.labelX2);
- this.Controls.Add(this.labelX5);
- this.Controls.Add(this.labelX4);
- this.Controls.Add(this.labelX11);
- this.Controls.Add(this.labelX12);
- this.Controls.Add(this.labelX10);
- this.Controls.Add(this.labelX3);
- this.Controls.Add(this.labelX1);
- this.Controls.Add(this.txtbVoltCh_8);
- this.Controls.Add(this.txtbVoltCh_7);
- this.Controls.Add(this.txtbVoltCh_6);
- this.Controls.Add(this.txtbVoltCh_5);
- this.Controls.Add(this.txtbVoltCh_4);
- this.Controls.Add(this.txtbVoltCh_3);
- this.Controls.Add(this.txtbVoltCh_2);
- this.Controls.Add(this.txtbCurrCh_8);
- this.Controls.Add(this.txtbCurrCh_7);
- this.Controls.Add(this.txtbCurrCh_6);
- this.Controls.Add(this.txtbCurrCh_5);
- this.Controls.Add(this.txtbCurrCh_4);
- this.Controls.Add(this.txtbCurrCh_3);
- this.Controls.Add(this.txtbCurrCh_2);
- this.Controls.Add(this.txtbCurrSetValue);
- this.Controls.Add(this.txtbVoltSetValue);
- this.Controls.Add(this.txtbCurrCh_1);
- this.Controls.Add(this.txtbVoltCh_1);
- this.Controls.Add(this.chkAyCh_8);
- this.Controls.Add(this.chkStCh_8);
- this.Controls.Add(this.chkAyCh_7);
- this.Controls.Add(this.chkStCh_7);
- this.Controls.Add(this.chkAyCh_6);
- this.Controls.Add(this.chkStCh_6);
- this.Controls.Add(this.chkAyCh_5);
- this.Controls.Add(this.chkStCh_5);
- this.Controls.Add(this.chkBxCh_4);
- this.Controls.Add(this.chkAyCh_4);
- this.Controls.Add(this.chkStCh_4);
- this.Controls.Add(this.chkBxCh_3);
- this.Controls.Add(this.chkAyCh_3);
- this.Controls.Add(this.chkStCh_3);
- this.Controls.Add(this.chkBxCh_2);
- this.Controls.Add(this.chkAyCh_2);
- this.Controls.Add(this.chkStCh_2);
- this.Controls.Add(this.chkCzCh);
- this.Controls.Add(this.chkBxCh_1);
- this.Controls.Add(this.chkAyCh_1);
- this.Controls.Add(this.ChkPowerOnOff);
- this.Controls.Add(this.chkStCh_1);
- this.Controls.Add(this.btnPowCh_8);
- this.Controls.Add(this.btnPowCh_7);
- this.Controls.Add(this.btnPowCh_6);
- this.Controls.Add(this.btnPowCh_5);
- this.Controls.Add(this.btnPowCh_4);
- this.Controls.Add(this.btnPowCh_3);
- this.Controls.Add(this.btnPowCh_2);
- this.Controls.Add(this.btnPowerSetting);
- this.Controls.Add(this.btnPowCh_1);
- this.Name = "DebuggingForm";
- this.Text = "DebuggingForm";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.DebuggingForm_FormClosed);
- this.ResumeLayout(false);
- }
- #endregion
- private DevComponents.DotNetBar.ButtonX btnPowCh_1;
- private DevComponents.DotNetBar.ButtonX btnPowCh_2;
- private DevComponents.DotNetBar.ButtonX btnPowCh_4;
- private DevComponents.DotNetBar.ButtonX btnPowCh_5;
- private DevComponents.DotNetBar.ButtonX btnPowCh_6;
- private DevComponents.DotNetBar.ButtonX btnPowCh_7;
- private DevComponents.DotNetBar.ButtonX btnPowCh_8;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_1;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_2;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_3;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_4;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_5;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_6;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_7;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkStCh_8;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_1;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_2;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_3;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_4;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_5;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_6;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_7;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltCh_8;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_1;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_2;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_3;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_4;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_5;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_6;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_7;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrCh_8;
- private DevComponents.DotNetBar.LabelX labelX1;
- private DevComponents.DotNetBar.LabelX labelX2;
- private DevComponents.DotNetBar.LabelX labelX3;
- private DevComponents.DotNetBar.LabelX labelX4;
- private SeeSharpTools.JY.GUI.LED led1;
- private SeeSharpTools.JY.GUI.LED led2;
- private SeeSharpTools.JY.GUI.LED led3;
- private SeeSharpTools.JY.GUI.LED led4;
- private SeeSharpTools.JY.GUI.LED led5;
- private SeeSharpTools.JY.GUI.LED led6;
- private SeeSharpTools.JY.GUI.LED led7;
- private SeeSharpTools.JY.GUI.LED led8;
- private DevComponents.DotNetBar.LabelX labelX5;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbMsg;
- private DevComponents.DotNetBar.LabelX labelX6;
- private DevComponents.DotNetBar.LabelX labelX7;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbVoltSetValue;
- private DevComponents.DotNetBar.LabelX labelX8;
- private DevComponents.DotNetBar.LabelX labelX9;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbCurrSetValue;
- private DevComponents.DotNetBar.ButtonX btnPowerSetting;
- private DevComponents.DotNetBar.ButtonX btnOther;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_1;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_2;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_3;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_4;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_5;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_6;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_7;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkAyCh_8;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkBxCh_1;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkBxCh_2;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkBxCh_3;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkBxCh_4;
- private DevComponents.DotNetBar.LabelX labelX10;
- private DevComponents.DotNetBar.LabelX labelX11;
- private DevComponents.DotNetBar.LabelX labelX12;
- private DevComponents.DotNetBar.Controls.CheckBoxX chkCzCh;
- private DevComponents.DotNetBar.Controls.CheckBoxX ChkPowerOnOff;
- private DevComponents.DotNetBar.LabelX labelX13;
- private DevComponents.DotNetBar.ButtonX btnPowCh_3;
- private DevComponents.DotNetBar.LabelX labelX14;
- private DevComponents.DotNetBar.LabelX labelX15;
- private DevComponents.DotNetBar.LabelX labelX16;
- private DevComponents.DotNetBar.LabelX labelX17;
- private DevComponents.DotNetBar.LabelX labelX18;
- private DevComponents.DotNetBar.LabelX labelX19;
- private DevComponents.DotNetBar.LabelX labelX20;
- private DevComponents.DotNetBar.LabelX labelX21;
- private DevComponents.DotNetBar.LabelX labelX22;
- private DevComponents.DotNetBar.LabelX labelX23;
- private DevComponents.DotNetBar.LabelX labelX24;
- private DevComponents.DotNetBar.LabelX labelX25;
- private DevComponents.DotNetBar.LabelX labelX26;
- private DevComponents.DotNetBar.LabelX labelX27;
- private DevComponents.DotNetBar.LabelX labelX28;
- private DevComponents.DotNetBar.LabelX labelX29;
- private DevComponents.DotNetBar.LabelX labelX30;
- private DevComponents.DotNetBar.LabelX labelX31;
- private DevComponents.DotNetBar.LabelX labelX32;
- private DevComponents.DotNetBar.ButtonX btnPcmSetting;
- private DevComponents.DotNetBar.Controls.TextBoxX txtbPcmSend;
- private DevComponents.DotNetBar.ButtonX btnPcmSendx;
- }
- }
|