123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314 |
- namespace GWSocketClient
- {
- partial class Form1
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
-
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
-
- #region Windows 窗体设计器生成的代码
-
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.tbEquipmentAddress = new System.Windows.Forms.TextBox();
- this.tbPort = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.tbIpaddress = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
- this.tsslEquipmentAddress = new System.Windows.Forms.ToolStripStatusLabel();
- this.btnLogin = new System.Windows.Forms.Button();
- this.btnQuickLogout = new System.Windows.Forms.Button();
- this.btnSendData = new System.Windows.Forms.Button();
- this.tbPresureTestCount = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.btnPressureTest = new System.Windows.Forms.Button();
- this.tbCCID = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
- this.tsslCCIDLEN = new System.Windows.Forms.ToolStripStatusLabel();
- this.groupBox1.SuspendLayout();
- this.menuStrip1.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.groupBox1.Controls.Add(this.tbCCID);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.btnPressureTest);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.tbPresureTestCount);
- this.groupBox1.Controls.Add(this.btnSendData);
- this.groupBox1.Controls.Add(this.btnQuickLogout);
- this.groupBox1.Controls.Add(this.btnLogin);
- this.groupBox1.Controls.Add(this.tbEquipmentAddress);
- this.groupBox1.Controls.Add(this.tbPort);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.tbIpaddress);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Location = new System.Drawing.Point(12, 28);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(883, 93);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "groupBox1";
- //
- // tbEquipmentAddress
- //
- this.tbEquipmentAddress.ForeColor = System.Drawing.Color.Blue;
- this.tbEquipmentAddress.Location = new System.Drawing.Point(294, 14);
- this.tbEquipmentAddress.Name = "tbEquipmentAddress";
- this.tbEquipmentAddress.Size = new System.Drawing.Size(123, 21);
- this.tbEquipmentAddress.TabIndex = 5;
- this.tbEquipmentAddress.Text = "4442832e833c";
- this.tbEquipmentAddress.TextChanged += new System.EventHandler(this.tbEquipmentAddress_TextChanged);
- //
- // tbPort
- //
- this.tbPort.ForeColor = System.Drawing.Color.Blue;
- this.tbPort.Location = new System.Drawing.Point(171, 14);
- this.tbPort.Name = "tbPort";
- this.tbPort.Size = new System.Drawing.Size(56, 21);
- this.tbPort.TabIndex = 3;
- this.tbPort.Text = "15440";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(234, 17);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 4;
- this.label3.Text = "设备地址";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(135, 17);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(29, 12);
- this.label2.TabIndex = 2;
- this.label2.Text = "端口";
- //
- // tbIpaddress
- //
- this.tbIpaddress.ForeColor = System.Drawing.Color.Blue;
- this.tbIpaddress.Location = new System.Drawing.Point(28, 14);
- this.tbIpaddress.Name = "tbIpaddress";
- this.tbIpaddress.Size = new System.Drawing.Size(100, 21);
- this.tbIpaddress.TabIndex = 1;
- this.tbIpaddress.Text = "127.0.0.1";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(4, 17);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(17, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "IP";
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.文件FToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(907, 25);
- this.menuStrip1.TabIndex = 1;
- this.menuStrip1.Text = "menuStrip1";
- //
- // 文件FToolStripMenuItem
- //
- this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
- this.文件FToolStripMenuItem.Size = new System.Drawing.Size(58, 21);
- this.文件FToolStripMenuItem.Text = "文件(&F)";
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripStatusLabel1,
- this.tsslEquipmentAddress,
- this.toolStripStatusLabel2,
- this.tsslCCIDLEN});
- this.statusStrip1.Location = new System.Drawing.Point(0, 617);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(907, 22);
- this.statusStrip1.TabIndex = 2;
- this.statusStrip1.Text = "statusStrip1";
- //
- // toolStripStatusLabel1
- //
- this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
- this.toolStripStatusLabel1.Size = new System.Drawing.Size(56, 17);
- this.toolStripStatusLabel1.Text = "设备地址";
- //
- // tsslEquipmentAddress
- //
- this.tsslEquipmentAddress.Name = "tsslEquipmentAddress";
- this.tsslEquipmentAddress.Size = new System.Drawing.Size(25, 17);
- this.tsslEquipmentAddress.Text = "6.0";
- //
- // btnLogin
- //
- this.btnLogin.Location = new System.Drawing.Point(6, 45);
- this.btnLogin.Name = "btnLogin";
- this.btnLogin.Size = new System.Drawing.Size(75, 23);
- this.btnLogin.TabIndex = 3;
- this.btnLogin.Text = "登录";
- this.btnLogin.UseVisualStyleBackColor = true;
- this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
- //
- // btnQuickLogout
- //
- this.btnQuickLogout.Location = new System.Drawing.Point(88, 45);
- this.btnQuickLogout.Name = "btnQuickLogout";
- this.btnQuickLogout.Size = new System.Drawing.Size(75, 23);
- this.btnQuickLogout.TabIndex = 6;
- this.btnQuickLogout.Text = "退出登录";
- this.btnQuickLogout.UseVisualStyleBackColor = true;
- //
- // btnSendData
- //
- this.btnSendData.Location = new System.Drawing.Point(170, 45);
- this.btnSendData.Name = "btnSendData";
- this.btnSendData.Size = new System.Drawing.Size(75, 23);
- this.btnSendData.TabIndex = 7;
- this.btnSendData.Text = "发送数据";
- this.btnSendData.UseVisualStyleBackColor = true;
- //
- // tbPresureTestCount
- //
- this.tbPresureTestCount.ForeColor = System.Drawing.Color.Blue;
- this.tbPresureTestCount.Location = new System.Drawing.Point(312, 47);
- this.tbPresureTestCount.Name = "tbPresureTestCount";
- this.tbPresureTestCount.Size = new System.Drawing.Size(56, 21);
- this.tbPresureTestCount.TabIndex = 8;
- this.tbPresureTestCount.Text = "100";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(252, 50);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 9;
- this.label4.Text = "压力测试";
- //
- // btnPressureTest
- //
- this.btnPressureTest.Location = new System.Drawing.Point(375, 45);
- this.btnPressureTest.Name = "btnPressureTest";
- this.btnPressureTest.Size = new System.Drawing.Size(75, 23);
- this.btnPressureTest.TabIndex = 10;
- this.btnPressureTest.Text = "压力测试";
- this.btnPressureTest.UseVisualStyleBackColor = true;
- //
- // tbCCID
- //
- this.tbCCID.ForeColor = System.Drawing.Color.Blue;
- this.tbCCID.Location = new System.Drawing.Point(464, 14);
- this.tbCCID.Name = "tbCCID";
- this.tbCCID.Size = new System.Drawing.Size(294, 21);
- this.tbCCID.TabIndex = 12;
- this.tbCCID.Text = "3839383630324231313931353530343739383737";
- this.tbCCID.TextChanged += new System.EventHandler(this.tbCCID_TextChanged);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(423, 17);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(35, 12);
- this.label5.TabIndex = 11;
- this.label5.Text = "CCCID";
- //
- // toolStripStatusLabel2
- //
- this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
- this.toolStripStatusLabel2.Size = new System.Drawing.Size(37, 17);
- this.toolStripStatusLabel2.Text = "CCID";
- //
- // tsslCCIDLEN
- //
- this.tsslCCIDLEN.Name = "tsslCCIDLEN";
- this.tsslCCIDLEN.Size = new System.Drawing.Size(32, 17);
- this.tsslCCIDLEN.Text = "20.0";
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(907, 639);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.menuStrip1);
- this.Name = "Form1";
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox tbEquipmentAddress;
- private System.Windows.Forms.TextBox tbPort;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox tbIpaddress;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 文件FToolStripMenuItem;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
- private System.Windows.Forms.ToolStripStatusLabel tsslEquipmentAddress;
- private System.Windows.Forms.Button btnPressureTest;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox tbPresureTestCount;
- private System.Windows.Forms.Button btnSendData;
- private System.Windows.Forms.Button btnQuickLogout;
- private System.Windows.Forms.Button btnLogin;
- private System.Windows.Forms.TextBox tbCCID;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
- private System.Windows.Forms.ToolStripStatusLabel tsslCCIDLEN;
- }
- }
-
|