123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767 |
- namespace IntelligentControlForsx.Test
- {
- partial class Test
- {
- /// <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.components = new System.ComponentModel.Container();
- this.btnMySql = new System.Windows.Forms.Button();
- this.btnDateToLong = new System.Windows.Forms.Button();
- this.btnGetHomeInfo = new System.Windows.Forms.Button();
- this.btnConvert = new System.Windows.Forms.Button();
- this.btnRef = new System.Windows.Forms.Button();
- this.btnForeach = new System.Windows.Forms.Button();
- this.btnGetSnap = new System.Windows.Forms.Button();
- this.btnParameter = new System.Windows.Forms.Button();
- this.btnGolden = new System.Windows.Forms.Button();
- this.btnWindturbine_TagName = new System.Windows.Forms.Button();
- this.btnThread = new System.Windows.Forms.Button();
- this.btnSubString = new System.Windows.Forms.Button();
- this.btnOutMethod = new System.Windows.Forms.Button();
- this.btnConnect = new System.Windows.Forms.Button();
- this.btnSendCmd = new System.Windows.Forms.Button();
- this.btnForeachBreak = new System.Windows.Forms.Button();
- this.btnPic = new System.Windows.Forms.Button();
- this.btnGroupBy = new System.Windows.Forms.Button();
- this.btnUniformCodeTest = new System.Windows.Forms.Button();
- this.btnFingerCheck = new System.Windows.Forms.Button();
- this.btnGetPath = new System.Windows.Forms.Button();
- this.btnRegister = new System.Windows.Forms.Button();
- this.btnGetWindturbine = new System.Windows.Forms.Button();
- this.btnDic = new System.Windows.Forms.Button();
- this.btnArrSub = new System.Windows.Forms.Button();
- this.plInfo = new System.Windows.Forms.Panel();
- this.btnControlFull = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.btnChange = new System.Windows.Forms.Button();
- this.btnToOtherPage = new System.Windows.Forms.Button();
- this.btnIndexTest = new System.Windows.Forms.Button();
- this.btnRestFul = new System.Windows.Forms.Button();
- this.btnAdapter = new System.Windows.Forms.Button();
- this.btnAdapterSnap = new System.Windows.Forms.Button();
- this.btnGoldenWirte = new System.Windows.Forms.Button();
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnControlTest = new System.Windows.Forms.Button();
- this.btnGetClassName = new System.Windows.Forms.Button();
- this.btnGetControl = new System.Windows.Forms.Button();
- this.btnNumConvert = new System.Windows.Forms.Button();
- this.lblTime = new System.Windows.Forms.Label();
- this.timer1 = new System.Windows.Forms.Timer(this.components);
- this.button1 = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btnXmlRead = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.textBox2 = new System.Windows.Forms.TextBox();
- this.button2 = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.button3 = new System.Windows.Forms.Button();
- this.textBox3 = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.pointValueDI1 = new IntelligentControlForsx.MyControls.windturbine.PointValueDI();
- this.pointValueAI1 = new IntelligentControlForsx.MyControls.windturbine.PointValueAI();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // btnMySql
- //
- this.btnMySql.Location = new System.Drawing.Point(12, 12);
- this.btnMySql.Name = "btnMySql";
- this.btnMySql.Size = new System.Drawing.Size(75, 23);
- this.btnMySql.TabIndex = 0;
- this.btnMySql.Text = "btnMySql";
- this.btnMySql.UseVisualStyleBackColor = true;
- this.btnMySql.Click += new System.EventHandler(this.btnMySql_Click);
- //
- // btnDateToLong
- //
- this.btnDateToLong.Location = new System.Drawing.Point(12, 41);
- this.btnDateToLong.Name = "btnDateToLong";
- this.btnDateToLong.Size = new System.Drawing.Size(102, 23);
- this.btnDateToLong.TabIndex = 1;
- this.btnDateToLong.Text = "btnDateToLong";
- this.btnDateToLong.UseVisualStyleBackColor = true;
- this.btnDateToLong.Click += new System.EventHandler(this.btnDateToLong_Click);
- //
- // btnGetHomeInfo
- //
- this.btnGetHomeInfo.Location = new System.Drawing.Point(12, 70);
- this.btnGetHomeInfo.Name = "btnGetHomeInfo";
- this.btnGetHomeInfo.Size = new System.Drawing.Size(75, 23);
- this.btnGetHomeInfo.TabIndex = 2;
- this.btnGetHomeInfo.Text = "btnGetHomeInfo";
- this.btnGetHomeInfo.UseVisualStyleBackColor = true;
- this.btnGetHomeInfo.Click += new System.EventHandler(this.btnGetHomeInfo_Click);
- //
- // btnConvert
- //
- this.btnConvert.Location = new System.Drawing.Point(12, 99);
- this.btnConvert.Name = "btnConvert";
- this.btnConvert.Size = new System.Drawing.Size(75, 23);
- this.btnConvert.TabIndex = 3;
- this.btnConvert.Text = "btnConvert";
- this.btnConvert.UseVisualStyleBackColor = true;
- this.btnConvert.Click += new System.EventHandler(this.btnConvert_Click);
- //
- // btnRef
- //
- this.btnRef.Location = new System.Drawing.Point(12, 128);
- this.btnRef.Name = "btnRef";
- this.btnRef.Size = new System.Drawing.Size(75, 23);
- this.btnRef.TabIndex = 4;
- this.btnRef.Text = "btnRef";
- this.btnRef.UseVisualStyleBackColor = true;
- this.btnRef.Click += new System.EventHandler(this.btnRef_Click);
- //
- // btnForeach
- //
- this.btnForeach.Location = new System.Drawing.Point(12, 157);
- this.btnForeach.Name = "btnForeach";
- this.btnForeach.Size = new System.Drawing.Size(75, 23);
- this.btnForeach.TabIndex = 5;
- this.btnForeach.Text = "btnForeach";
- this.btnForeach.UseVisualStyleBackColor = true;
- this.btnForeach.Click += new System.EventHandler(this.btnForeach_Click);
- //
- // btnGetSnap
- //
- this.btnGetSnap.Location = new System.Drawing.Point(12, 186);
- this.btnGetSnap.Name = "btnGetSnap";
- this.btnGetSnap.Size = new System.Drawing.Size(75, 23);
- this.btnGetSnap.TabIndex = 6;
- this.btnGetSnap.Text = "btnGetSnap";
- this.btnGetSnap.UseVisualStyleBackColor = true;
- this.btnGetSnap.Click += new System.EventHandler(this.btnGetSnap_Click);
- //
- // btnParameter
- //
- this.btnParameter.Location = new System.Drawing.Point(12, 215);
- this.btnParameter.Name = "btnParameter";
- this.btnParameter.Size = new System.Drawing.Size(75, 23);
- this.btnParameter.TabIndex = 7;
- this.btnParameter.Text = "btnParameter";
- this.btnParameter.UseVisualStyleBackColor = true;
- this.btnParameter.Click += new System.EventHandler(this.btnParameter_Click);
- //
- // btnGolden
- //
- this.btnGolden.Location = new System.Drawing.Point(181, 12);
- this.btnGolden.Name = "btnGolden";
- this.btnGolden.Size = new System.Drawing.Size(75, 23);
- this.btnGolden.TabIndex = 8;
- this.btnGolden.Text = "btnGolden";
- this.btnGolden.UseVisualStyleBackColor = true;
- this.btnGolden.Click += new System.EventHandler(this.btnGolden_Click);
- //
- // btnWindturbine_TagName
- //
- this.btnWindturbine_TagName.Location = new System.Drawing.Point(167, 41);
- this.btnWindturbine_TagName.Name = "btnWindturbine_TagName";
- this.btnWindturbine_TagName.Size = new System.Drawing.Size(105, 23);
- this.btnWindturbine_TagName.TabIndex = 9;
- this.btnWindturbine_TagName.Text = "btnWindturbine_TagName";
- this.btnWindturbine_TagName.UseVisualStyleBackColor = true;
- this.btnWindturbine_TagName.Click += new System.EventHandler(this.btnWindturbine_TagName_Click);
- //
- // btnThread
- //
- this.btnThread.Location = new System.Drawing.Point(151, 99);
- this.btnThread.Name = "btnThread";
- this.btnThread.Size = new System.Drawing.Size(105, 23);
- this.btnThread.TabIndex = 10;
- this.btnThread.Text = "btnThread";
- this.btnThread.UseVisualStyleBackColor = true;
- this.btnThread.Click += new System.EventHandler(this.btnThread_Click);
- //
- // btnSubString
- //
- this.btnSubString.Location = new System.Drawing.Point(151, 141);
- this.btnSubString.Name = "btnSubString";
- this.btnSubString.Size = new System.Drawing.Size(105, 23);
- this.btnSubString.TabIndex = 11;
- this.btnSubString.Text = "btnSubString";
- this.btnSubString.UseVisualStyleBackColor = true;
- this.btnSubString.Click += new System.EventHandler(this.btnSubString_Click);
- //
- // btnOutMethod
- //
- this.btnOutMethod.Location = new System.Drawing.Point(151, 170);
- this.btnOutMethod.Name = "btnOutMethod";
- this.btnOutMethod.Size = new System.Drawing.Size(105, 23);
- this.btnOutMethod.TabIndex = 12;
- this.btnOutMethod.Text = "btnOutMethod";
- this.btnOutMethod.UseVisualStyleBackColor = true;
- this.btnOutMethod.Click += new System.EventHandler(this.btnOutMethod_Click);
- //
- // btnConnect
- //
- this.btnConnect.Location = new System.Drawing.Point(438, 41);
- this.btnConnect.Name = "btnConnect";
- this.btnConnect.Size = new System.Drawing.Size(75, 23);
- this.btnConnect.TabIndex = 14;
- this.btnConnect.Text = "创建通道";
- this.btnConnect.UseVisualStyleBackColor = true;
- this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
- //
- // btnSendCmd
- //
- this.btnSendCmd.Location = new System.Drawing.Point(438, 99);
- this.btnSendCmd.Name = "btnSendCmd";
- this.btnSendCmd.Size = new System.Drawing.Size(75, 23);
- this.btnSendCmd.TabIndex = 15;
- this.btnSendCmd.Text = "发送指令";
- this.btnSendCmd.UseVisualStyleBackColor = true;
- this.btnSendCmd.Click += new System.EventHandler(this.btnSendCmd_Click);
- //
- // btnForeachBreak
- //
- this.btnForeachBreak.Location = new System.Drawing.Point(151, 215);
- this.btnForeachBreak.Name = "btnForeachBreak";
- this.btnForeachBreak.Size = new System.Drawing.Size(105, 23);
- this.btnForeachBreak.TabIndex = 16;
- this.btnForeachBreak.Text = "btnForeachBreak";
- this.btnForeachBreak.UseVisualStyleBackColor = true;
- this.btnForeachBreak.Click += new System.EventHandler(this.btnForeachBreak_Click);
- //
- // btnPic
- //
- this.btnPic.Location = new System.Drawing.Point(419, 157);
- this.btnPic.Name = "btnPic";
- this.btnPic.Size = new System.Drawing.Size(94, 23);
- this.btnPic.TabIndex = 18;
- this.btnPic.Text = "btnFullPic";
- this.btnPic.UseVisualStyleBackColor = true;
- this.btnPic.Click += new System.EventHandler(this.btnPic_Click);
- //
- // btnGroupBy
- //
- this.btnGroupBy.Location = new System.Drawing.Point(151, 263);
- this.btnGroupBy.Name = "btnGroupBy";
- this.btnGroupBy.Size = new System.Drawing.Size(94, 23);
- this.btnGroupBy.TabIndex = 19;
- this.btnGroupBy.Text = "btnGroupBy";
- this.btnGroupBy.UseVisualStyleBackColor = true;
- this.btnGroupBy.Click += new System.EventHandler(this.btnGroupBy_Click);
- //
- // btnUniformCodeTest
- //
- this.btnUniformCodeTest.Location = new System.Drawing.Point(419, 225);
- this.btnUniformCodeTest.Name = "btnUniformCodeTest";
- this.btnUniformCodeTest.Size = new System.Drawing.Size(138, 23);
- this.btnUniformCodeTest.TabIndex = 20;
- this.btnUniformCodeTest.Text = "btnUniformCodeTest";
- this.btnUniformCodeTest.UseVisualStyleBackColor = true;
- this.btnUniformCodeTest.Click += new System.EventHandler(this.btnUniformCodeTest_Click);
- //
- // btnFingerCheck
- //
- this.btnFingerCheck.Location = new System.Drawing.Point(595, 112);
- this.btnFingerCheck.Name = "btnFingerCheck";
- this.btnFingerCheck.Size = new System.Drawing.Size(138, 23);
- this.btnFingerCheck.TabIndex = 21;
- this.btnFingerCheck.Text = "btnFingerCheck";
- this.btnFingerCheck.UseVisualStyleBackColor = true;
- this.btnFingerCheck.Click += new System.EventHandler(this.btnFingerCheck_Click);
- //
- // btnGetPath
- //
- this.btnGetPath.Location = new System.Drawing.Point(419, 263);
- this.btnGetPath.Name = "btnGetPath";
- this.btnGetPath.Size = new System.Drawing.Size(138, 23);
- this.btnGetPath.TabIndex = 22;
- this.btnGetPath.Text = "btnGetPath";
- this.btnGetPath.UseVisualStyleBackColor = true;
- this.btnGetPath.Click += new System.EventHandler(this.btnGetPath_Click);
- //
- // btnRegister
- //
- this.btnRegister.Location = new System.Drawing.Point(586, 41);
- this.btnRegister.Name = "btnRegister";
- this.btnRegister.Size = new System.Drawing.Size(138, 23);
- this.btnRegister.TabIndex = 23;
- this.btnRegister.Text = "btnRegister";
- this.btnRegister.UseVisualStyleBackColor = true;
- this.btnRegister.Click += new System.EventHandler(this.btnRegister_Click);
- //
- // btnGetWindturbine
- //
- this.btnGetWindturbine.Location = new System.Drawing.Point(595, 170);
- this.btnGetWindturbine.Name = "btnGetWindturbine";
- this.btnGetWindturbine.Size = new System.Drawing.Size(138, 23);
- this.btnGetWindturbine.TabIndex = 24;
- this.btnGetWindturbine.Text = "btnGetWindturbine";
- this.btnGetWindturbine.UseVisualStyleBackColor = true;
- this.btnGetWindturbine.Click += new System.EventHandler(this.btnGetWindturbine_Click);
- //
- // btnDic
- //
- this.btnDic.Location = new System.Drawing.Point(595, 225);
- this.btnDic.Name = "btnDic";
- this.btnDic.Size = new System.Drawing.Size(138, 23);
- this.btnDic.TabIndex = 25;
- this.btnDic.Text = "btnDic";
- this.btnDic.UseVisualStyleBackColor = true;
- this.btnDic.Click += new System.EventHandler(this.btnDic_Click);
- //
- // btnArrSub
- //
- this.btnArrSub.Location = new System.Drawing.Point(595, 263);
- this.btnArrSub.Name = "btnArrSub";
- this.btnArrSub.Size = new System.Drawing.Size(138, 23);
- this.btnArrSub.TabIndex = 26;
- this.btnArrSub.Text = "数组截取";
- this.btnArrSub.UseVisualStyleBackColor = true;
- this.btnArrSub.Click += new System.EventHandler(this.btnArrSub_Click);
- //
- // plInfo
- //
- this.plInfo.AutoScroll = true;
- this.plInfo.AutoScrollMinSize = new System.Drawing.Size(1920, 120);
- this.plInfo.AutoSize = true;
- this.plInfo.BackColor = System.Drawing.Color.White;
- this.plInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.plInfo.ForeColor = System.Drawing.Color.White;
- this.plInfo.Location = new System.Drawing.Point(0, 706);
- this.plInfo.Name = "plInfo";
- this.plInfo.Size = new System.Drawing.Size(1904, 0);
- this.plInfo.TabIndex = 27;
- //
- // btnControlFull
- //
- this.btnControlFull.Location = new System.Drawing.Point(595, 310);
- this.btnControlFull.Name = "btnControlFull";
- this.btnControlFull.Size = new System.Drawing.Size(138, 23);
- this.btnControlFull.TabIndex = 28;
- this.btnControlFull.Text = "btnControlFull";
- this.btnControlFull.UseVisualStyleBackColor = true;
- this.btnControlFull.Click += new System.EventHandler(this.btnControlFull_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Blue;
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.label1.Location = new System.Drawing.Point(1077, 186);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(41, 12);
- this.label1.TabIndex = 29;
- this.label1.Text = "label1";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // btnChange
- //
- this.btnChange.Location = new System.Drawing.Point(778, 128);
- this.btnChange.Name = "btnChange";
- this.btnChange.Size = new System.Drawing.Size(138, 23);
- this.btnChange.TabIndex = 30;
- this.btnChange.Text = "btnChange";
- this.btnChange.UseVisualStyleBackColor = true;
- this.btnChange.Click += new System.EventHandler(this.btnChange_Click);
- //
- // btnToOtherPage
- //
- this.btnToOtherPage.Location = new System.Drawing.Point(778, 41);
- this.btnToOtherPage.Name = "btnToOtherPage";
- this.btnToOtherPage.Size = new System.Drawing.Size(138, 23);
- this.btnToOtherPage.TabIndex = 31;
- this.btnToOtherPage.Text = "转到新页面";
- this.btnToOtherPage.UseVisualStyleBackColor = true;
- this.btnToOtherPage.Click += new System.EventHandler(this.btnToOtherPage_Click);
- //
- // btnIndexTest
- //
- this.btnIndexTest.Location = new System.Drawing.Point(778, 204);
- this.btnIndexTest.Name = "btnIndexTest";
- this.btnIndexTest.Size = new System.Drawing.Size(138, 23);
- this.btnIndexTest.TabIndex = 32;
- this.btnIndexTest.Text = "MySqlIndexTest";
- this.btnIndexTest.UseVisualStyleBackColor = true;
- this.btnIndexTest.Click += new System.EventHandler(this.btnIndexTest_Click);
- //
- // btnRestFul
- //
- this.btnRestFul.Location = new System.Drawing.Point(778, 263);
- this.btnRestFul.Name = "btnRestFul";
- this.btnRestFul.Size = new System.Drawing.Size(138, 23);
- this.btnRestFul.TabIndex = 33;
- this.btnRestFul.Text = "统一编码访问适配器";
- this.btnRestFul.UseVisualStyleBackColor = true;
- this.btnRestFul.Click += new System.EventHandler(this.btnRestFul_Click);
- //
- // btnAdapter
- //
- this.btnAdapter.Location = new System.Drawing.Point(778, 310);
- this.btnAdapter.Name = "btnAdapter";
- this.btnAdapter.Size = new System.Drawing.Size(138, 23);
- this.btnAdapter.TabIndex = 34;
- this.btnAdapter.Text = "适配器测试";
- this.btnAdapter.UseVisualStyleBackColor = true;
- this.btnAdapter.Click += new System.EventHandler(this.btnAdapter_Click);
- //
- // btnAdapterSnap
- //
- this.btnAdapterSnap.Location = new System.Drawing.Point(778, 352);
- this.btnAdapterSnap.Name = "btnAdapterSnap";
- this.btnAdapterSnap.Size = new System.Drawing.Size(138, 23);
- this.btnAdapterSnap.TabIndex = 35;
- this.btnAdapterSnap.Text = "btnAdapterSnap";
- this.btnAdapterSnap.UseVisualStyleBackColor = true;
- this.btnAdapterSnap.Click += new System.EventHandler(this.btnAdapterSnap_Click);
- //
- // btnGoldenWirte
- //
- this.btnGoldenWirte.Location = new System.Drawing.Point(959, 41);
- this.btnGoldenWirte.Name = "btnGoldenWirte";
- this.btnGoldenWirte.Size = new System.Drawing.Size(138, 23);
- this.btnGoldenWirte.TabIndex = 36;
- this.btnGoldenWirte.Text = "btnGoldenWirte";
- this.btnGoldenWirte.UseVisualStyleBackColor = true;
- this.btnGoldenWirte.Click += new System.EventHandler(this.btnGoldenWirte_Click);
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.Black;
- this.panel1.Controls.Add(this.pointValueDI1);
- this.panel1.Controls.Add(this.pointValueAI1);
- this.panel1.Location = new System.Drawing.Point(44, 292);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(485, 160);
- this.panel1.TabIndex = 37;
- //
- // btnControlTest
- //
- this.btnControlTest.Location = new System.Drawing.Point(547, 426);
- this.btnControlTest.Name = "btnControlTest";
- this.btnControlTest.Size = new System.Drawing.Size(138, 23);
- this.btnControlTest.TabIndex = 38;
- this.btnControlTest.Text = "btnControlTest";
- this.btnControlTest.UseVisualStyleBackColor = true;
- this.btnControlTest.Click += new System.EventHandler(this.btnControlTest_Click);
- //
- // btnGetClassName
- //
- this.btnGetClassName.Location = new System.Drawing.Point(764, 404);
- this.btnGetClassName.Name = "btnGetClassName";
- this.btnGetClassName.Size = new System.Drawing.Size(138, 23);
- this.btnGetClassName.TabIndex = 39;
- this.btnGetClassName.Text = "btnGetClassName";
- this.btnGetClassName.UseVisualStyleBackColor = true;
- this.btnGetClassName.Click += new System.EventHandler(this.btnGetClassName_Click);
- //
- // btnGetControl
- //
- this.btnGetControl.Location = new System.Drawing.Point(959, 275);
- this.btnGetControl.Name = "btnGetControl";
- this.btnGetControl.Size = new System.Drawing.Size(138, 23);
- this.btnGetControl.TabIndex = 40;
- this.btnGetControl.Text = "获取页面所有控件";
- this.btnGetControl.UseVisualStyleBackColor = true;
- this.btnGetControl.Click += new System.EventHandler(this.btnGetControl_Click);
- //
- // btnNumConvert
- //
- this.btnNumConvert.Location = new System.Drawing.Point(959, 324);
- this.btnNumConvert.Name = "btnNumConvert";
- this.btnNumConvert.Size = new System.Drawing.Size(138, 23);
- this.btnNumConvert.TabIndex = 41;
- this.btnNumConvert.Text = "数字转化";
- this.btnNumConvert.UseVisualStyleBackColor = true;
- this.btnNumConvert.Click += new System.EventHandler(this.btnNumConvert_Click);
- //
- // lblTime
- //
- this.lblTime.AutoSize = true;
- this.lblTime.Location = new System.Drawing.Point(1019, 414);
- this.lblTime.Name = "lblTime";
- this.lblTime.Size = new System.Drawing.Size(41, 12);
- this.lblTime.TabIndex = 42;
- this.lblTime.Text = "label2";
- //
- // timer1
- //
- this.timer1.Enabled = true;
- this.timer1.Interval = 1000;
- this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(931, 409);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(138, 23);
- this.button1.TabIndex = 43;
- this.button1.Text = "button1";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // panel2
- //
- this.panel2.Location = new System.Drawing.Point(56, 476);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1129, 100);
- this.panel2.TabIndex = 44;
- //
- // btnXmlRead
- //
- this.btnXmlRead.Location = new System.Drawing.Point(1123, 41);
- this.btnXmlRead.Name = "btnXmlRead";
- this.btnXmlRead.Size = new System.Drawing.Size(138, 23);
- this.btnXmlRead.TabIndex = 45;
- this.btnXmlRead.Text = "xml读取测试";
- this.btnXmlRead.UseVisualStyleBackColor = true;
- this.btnXmlRead.Click += new System.EventHandler(this.btnXmlRead_Click);
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(1314, 253);
- this.textBox1.Name = "textBox1";
- this.textBox1.Size = new System.Drawing.Size(100, 21);
- this.textBox1.TabIndex = 46;
- //
- // textBox2
- //
- this.textBox2.Location = new System.Drawing.Point(1314, 312);
- this.textBox2.Name = "textBox2";
- this.textBox2.Size = new System.Drawing.Size(100, 21);
- this.textBox2.TabIndex = 46;
- this.textBox2.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(1287, 404);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 47;
- this.button2.Text = "计算";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.BackColor = System.Drawing.Color.Blue;
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.label2.Location = new System.Drawing.Point(1252, 256);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(35, 12);
- this.label2.TabIndex = 29;
- this.label2.Text = "数字1";
- this.label2.Click += new System.EventHandler(this.label1_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.BackColor = System.Drawing.Color.Blue;
- this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.label3.Location = new System.Drawing.Point(1252, 321);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(35, 12);
- this.label3.TabIndex = 29;
- this.label3.Text = "数字2";
- this.label3.Click += new System.EventHandler(this.label1_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(1231, 476);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(147, 23);
- this.button3.TabIndex = 47;
- this.button3.Text = "设置textBox1的值";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // textBox3
- //
- this.textBox3.Location = new System.Drawing.Point(1314, 339);
- this.textBox3.Name = "textBox3";
- this.textBox3.Size = new System.Drawing.Size(100, 21);
- this.textBox3.TabIndex = 46;
- this.textBox3.TextChanged += new System.EventHandler(this.textBox2_TextChanged);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Blue;
- this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.label4.Location = new System.Drawing.Point(1252, 342);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(41, 12);
- this.label4.TabIndex = 29;
- this.label4.Text = "计算符";
- this.label4.Click += new System.EventHandler(this.label1_Click);
- //
- // pointValueDI1
- //
- this.pointValueDI1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.pointValueDI1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pointValueDI1.Location = new System.Drawing.Point(85, 60);
- this.pointValueDI1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.pointValueDI1.Name = "pointValueDI1";
- this.pointValueDI1.NameString = null;
- this.pointValueDI1.Size = new System.Drawing.Size(297, 37);
- this.pointValueDI1.StatusString = null;
- this.pointValueDI1.TabIndex = 1;
- //
- // pointValueAI1
- //
- this.pointValueAI1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(49)))), ((int)(((byte)(185)))), ((int)(((byte)(251)))));
- this.pointValueAI1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.pointValueAI1.Location = new System.Drawing.Point(85, 4);
- this.pointValueAI1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.pointValueAI1.Name = "pointValueAI1";
- this.pointValueAI1.NameString = null;
- this.pointValueAI1.Size = new System.Drawing.Size(297, 37);
- this.pointValueAI1.TabIndex = 0;
- this.pointValueAI1.UnitString = null;
- this.pointValueAI1.ValueString = null;
- //
- // Test
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(1904, 706);
- this.Controls.Add(this.button3);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.textBox3);
- this.Controls.Add(this.textBox2);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.btnXmlRead);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.lblTime);
- this.Controls.Add(this.btnNumConvert);
- this.Controls.Add(this.btnGetControl);
- this.Controls.Add(this.btnGetClassName);
- this.Controls.Add(this.btnControlTest);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.btnGoldenWirte);
- this.Controls.Add(this.btnAdapterSnap);
- this.Controls.Add(this.btnAdapter);
- this.Controls.Add(this.btnRestFul);
- this.Controls.Add(this.btnIndexTest);
- this.Controls.Add(this.btnToOtherPage);
- this.Controls.Add(this.btnChange);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnControlFull);
- this.Controls.Add(this.plInfo);
- this.Controls.Add(this.btnArrSub);
- this.Controls.Add(this.btnDic);
- this.Controls.Add(this.btnGetWindturbine);
- this.Controls.Add(this.btnRegister);
- this.Controls.Add(this.btnGetPath);
- this.Controls.Add(this.btnFingerCheck);
- this.Controls.Add(this.btnUniformCodeTest);
- this.Controls.Add(this.btnGroupBy);
- this.Controls.Add(this.btnPic);
- this.Controls.Add(this.btnForeachBreak);
- this.Controls.Add(this.btnSendCmd);
- this.Controls.Add(this.btnConnect);
- this.Controls.Add(this.btnOutMethod);
- this.Controls.Add(this.btnSubString);
- this.Controls.Add(this.btnThread);
- this.Controls.Add(this.btnWindturbine_TagName);
- this.Controls.Add(this.btnGolden);
- this.Controls.Add(this.btnParameter);
- this.Controls.Add(this.btnGetSnap);
- this.Controls.Add(this.btnForeach);
- this.Controls.Add(this.btnRef);
- this.Controls.Add(this.btnConvert);
- this.Controls.Add(this.btnGetHomeInfo);
- this.Controls.Add(this.btnDateToLong);
- this.Controls.Add(this.btnMySql);
- this.ForeColor = System.Drawing.Color.Black;
- this.Name = "Test";
- this.Text = "Test";
- this.panel1.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnMySql;
- private System.Windows.Forms.Button btnDateToLong;
- private System.Windows.Forms.Button btnGetHomeInfo;
- private System.Windows.Forms.Button btnConvert;
- private System.Windows.Forms.Button btnRef;
- private System.Windows.Forms.Button btnForeach;
- private System.Windows.Forms.Button btnGetSnap;
- private System.Windows.Forms.Button btnParameter;
- private System.Windows.Forms.Button btnGolden;
- private System.Windows.Forms.Button btnWindturbine_TagName;
- private System.Windows.Forms.Button btnThread;
- private System.Windows.Forms.Button btnSubString;
- private System.Windows.Forms.Button btnOutMethod;
- private System.Windows.Forms.Button btnConnect;
- private System.Windows.Forms.Button btnSendCmd;
- private System.Windows.Forms.Button btnForeachBreak;
-
- private System.Windows.Forms.Button btnPic;
- private System.Windows.Forms.Button btnGroupBy;
- private System.Windows.Forms.Button btnUniformCodeTest;
- private System.Windows.Forms.Button btnFingerCheck;
- private System.Windows.Forms.Button btnGetPath;
- private System.Windows.Forms.Button btnRegister;
- private System.Windows.Forms.Button btnGetWindturbine;
- private System.Windows.Forms.Button btnDic;
- private System.Windows.Forms.Button btnArrSub;
- private System.Windows.Forms.Panel plInfo;
- private System.Windows.Forms.Button btnControlFull;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button btnChange;
- private System.Windows.Forms.Button btnToOtherPage;
- private System.Windows.Forms.Button btnIndexTest;
- private System.Windows.Forms.Button btnRestFul;
- private System.Windows.Forms.Button btnAdapter;
- private System.Windows.Forms.Button btnAdapterSnap;
- private System.Windows.Forms.Button btnGoldenWirte;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button btnControlTest;
- private MyControls.windturbine.PointValueDI pointValueDI1;
- private MyControls.windturbine.PointValueAI pointValueAI1;
- private System.Windows.Forms.Button btnGetClassName;
- private System.Windows.Forms.Button btnGetControl;
- private System.Windows.Forms.Button btnNumConvert;
- private System.Windows.Forms.Label lblTime;
- private System.Windows.Forms.Timer timer1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button btnXmlRead;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.TextBox textBox2;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.TextBox textBox3;
- private System.Windows.Forms.Label label4;
- }
- }
|