namespace POSV { partial class Form1 { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.txtResponseResult = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtMethod = new System.Windows.Forms.TextBox(); this.txtRequest = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.textBox6 = new System.Windows.Forms.TextBox(); this.label27 = new System.Windows.Forms.Label(); this.button9 = new System.Windows.Forms.Button(); this.label20 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.txtVerificationCode = new System.Windows.Forms.TextBox(); this.txtBizUserId2 = new System.Windows.Forms.TextBox(); this.label26 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.button8 = new System.Windows.Forms.Button(); this.label22 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); this.txtCustomerUserId = new System.Windows.Forms.TextBox(); this.txtPhone = new System.Windows.Forms.TextBox(); this.label24 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.btnTermInfoManage = new System.Windows.Forms.Button(); this.cboOperationType = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem9 = new DevComponents.Editors.ComboItem(); this.comboItem10 = new DevComponents.Editors.ComboItem(); this.txtSybappid = new System.Windows.Forms.TextBox(); this.txtBizUserId = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.btnVspTermidInfoManage = new System.Windows.Forms.Button(); this.cboTermstate = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem7 = new DevComponents.Editors.ComboItem(); this.comboItem8 = new DevComponents.Editors.ComboItem(); this.cboDevicetype = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem5 = new DevComponents.Editors.ComboItem(); this.comboItem6 = new DevComponents.Editors.ComboItem(); this.cboOperation = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.comboItem4 = new DevComponents.Editors.ComboItem(); this.txtTermsn = new System.Windows.Forms.TextBox(); this.txtTermaddress = new System.Windows.Forms.TextBox(); this.label16 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.txtTermno = new System.Windows.Forms.TextBox(); this.txtVspCusid = new System.Windows.Forms.TextBox(); this.txtVspMerchantid = new System.Windows.Forms.TextBox(); this.label12 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.btnOrder2Split = new System.Windows.Forms.Button(); this.tabPage4 = new System.Windows.Forms.TabPage(); this.btnMqttServerStart = new System.Windows.Forms.Button(); this.btnSimulationOrder = new System.Windows.Forms.Button(); this.btnMqttInit = new System.Windows.Forms.Button(); this.btnMqttServerClose = new System.Windows.Forms.Button(); this.txtMqttLog = new System.Windows.Forms.TextBox(); this.txtSplitLog = new System.Windows.Forms.TextBox(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.tabPage3.SuspendLayout(); this.tabPage4.SuspendLayout(); this.SuspendLayout(); // // txtResponseResult // this.txtResponseResult.Location = new System.Drawing.Point(390, 354); this.txtResponseResult.Multiline = true; this.txtResponseResult.Name = "txtResponseResult"; this.txtResponseResult.ReadOnly = true; this.txtResponseResult.Size = new System.Drawing.Size(364, 250); this.txtResponseResult.TabIndex = 47; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(392, 333); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(65, 12); this.label7.TabIndex = 45; this.label7.Text = "消息结果:"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(16, 334); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(53, 12); this.label8.TabIndex = 38; this.label8.Text = "方法名:"; // // txtMethod // this.txtMethod.ForeColor = System.Drawing.Color.Red; this.txtMethod.Location = new System.Drawing.Point(74, 333); this.txtMethod.Name = "txtMethod"; this.txtMethod.ReadOnly = true; this.txtMethod.Size = new System.Drawing.Size(239, 21); this.txtMethod.TabIndex = 39; // // txtRequest // this.txtRequest.Location = new System.Drawing.Point(13, 381); this.txtRequest.Multiline = true; this.txtRequest.Name = "txtRequest"; this.txtRequest.ReadOnly = true; this.txtRequest.Size = new System.Drawing.Size(364, 222); this.txtRequest.TabIndex = 47; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(16, 361); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(65, 12); this.label19.TabIndex = 45; this.label19.Text = "请求消息:"; this.label19.Click += new System.EventHandler(this.label19_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Controls.Add(this.tabPage4); this.tabControl1.Location = new System.Drawing.Point(6, 6); this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(725, 285); this.tabControl1.TabIndex = 51; // // tabPage1 // this.tabPage1.Controls.Add(this.textBox6); this.tabPage1.Controls.Add(this.label27); this.tabPage1.Controls.Add(this.button9); this.tabPage1.Controls.Add(this.label20); this.tabPage1.Controls.Add(this.label21); this.tabPage1.Controls.Add(this.txtVerificationCode); this.tabPage1.Controls.Add(this.txtBizUserId2); this.tabPage1.Controls.Add(this.label26); this.tabPage1.Controls.Add(this.button3); this.tabPage1.Controls.Add(this.button8); this.tabPage1.Controls.Add(this.label22); this.tabPage1.Controls.Add(this.label25); this.tabPage1.Controls.Add(this.button5); this.tabPage1.Controls.Add(this.txtCustomerUserId); this.tabPage1.Controls.Add(this.txtPhone); this.tabPage1.Controls.Add(this.label24); this.tabPage1.Controls.Add(this.label23); this.tabPage1.Controls.Add(this.button7); this.tabPage1.Controls.Add(this.button6); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage1.Size = new System.Drawing.Size(717, 259); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "个人会员注册"; this.tabPage1.UseVisualStyleBackColor = true; // // textBox6 // this.textBox6.Location = new System.Drawing.Point(94, 10); this.textBox6.Name = "textBox6"; this.textBox6.Size = new System.Drawing.Size(239, 21); this.textBox6.TabIndex = 35; // // label27 // this.label27.AutoSize = true; this.label27.Location = new System.Drawing.Point(10, 14); this.label27.Name = "label27"; this.label27.Size = new System.Drawing.Size(77, 12); this.label27.TabIndex = 32; this.label27.Text = "收款方编号\t:"; // // button9 // this.button9.Location = new System.Drawing.Point(411, 150); this.button9.Name = "button9"; this.button9.Size = new System.Drawing.Size(75, 23); this.button9.TabIndex = 48; this.button9.Text = "绑定手机"; this.button9.UseVisualStyleBackColor = true; this.button9.Click += new System.EventHandler(this.btnBindPhone_Click); // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(452, 98); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(227, 12); this.label20.TabIndex = 33; this.label20.Text = "注释:通联系统收款方编号(bizUserId)"; // // label21 // this.label21.AutoSize = true; this.label21.Location = new System.Drawing.Point(10, 102); this.label21.Name = "label21"; this.label21.Size = new System.Drawing.Size(77, 12); this.label21.TabIndex = 38; this.label21.Text = "收款方编号:"; // // txtVerificationCode // this.txtVerificationCode.Location = new System.Drawing.Point(94, 150); this.txtVerificationCode.Name = "txtVerificationCode"; this.txtVerificationCode.Size = new System.Drawing.Size(239, 21); this.txtVerificationCode.TabIndex = 46; this.txtVerificationCode.Text = "111111"; // // txtBizUserId2 // this.txtBizUserId2.Location = new System.Drawing.Point(94, 96); this.txtBizUserId2.Name = "txtBizUserId2"; this.txtBizUserId2.Size = new System.Drawing.Size(239, 21); this.txtBizUserId2.TabIndex = 39; this.txtBizUserId2.Text = "ZHTGR_OUT16890691048742475"; // // label26 // this.label26.AutoSize = true; this.label26.Location = new System.Drawing.Point(452, 16); this.label26.Name = "label26"; this.label26.Size = new System.Drawing.Size(257, 12); this.label26.TabIndex = 34; this.label26.Text = "注释:外部系统收款方编号(customerUserId)"; // // button3 // this.button3.Location = new System.Drawing.Point(14, 70); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(75, 23); this.button3.TabIndex = 37; this.button3.Text = "开户"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.btnRegister_Click); // // button8 // this.button8.Location = new System.Drawing.Point(338, 10); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(75, 23); this.button8.TabIndex = 36; this.button8.Text = "生成"; this.button8.UseVisualStyleBackColor = true; this.button8.Click += new System.EventHandler(this.button8_Click); // // label22 // this.label22.AutoSize = true; this.label22.Location = new System.Drawing.Point(11, 124); this.label22.Name = "label22"; this.label22.Size = new System.Drawing.Size(53, 12); this.label22.TabIndex = 40; this.label22.Text = "手机号:"; // // label25 // this.label25.AutoSize = true; this.label25.Location = new System.Drawing.Point(11, 153); this.label25.Name = "label25"; this.label25.Size = new System.Drawing.Size(53, 12); this.label25.TabIndex = 44; this.label25.Text = "验证码:"; // // button5 // this.button5.Location = new System.Drawing.Point(338, 40); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(75, 23); this.button5.TabIndex = 36; this.button5.Text = "生成"; this.button5.UseVisualStyleBackColor = true; this.button5.Click += new System.EventHandler(this.button5_Click); // // txtCustomerUserId // this.txtCustomerUserId.Location = new System.Drawing.Point(94, 42); this.txtCustomerUserId.Name = "txtCustomerUserId"; this.txtCustomerUserId.Size = new System.Drawing.Size(239, 21); this.txtCustomerUserId.TabIndex = 35; // // txtPhone // this.txtPhone.Location = new System.Drawing.Point(94, 121); this.txtPhone.Name = "txtPhone"; this.txtPhone.Size = new System.Drawing.Size(239, 21); this.txtPhone.TabIndex = 41; this.txtPhone.Text = "13485349169"; // // label24 // this.label24.AutoSize = true; this.label24.Location = new System.Drawing.Point(10, 44); this.label24.Name = "label24"; this.label24.Size = new System.Drawing.Size(77, 12); this.label24.TabIndex = 32; this.label24.Text = "收款方编号\t:"; // // label23 // this.label23.AutoSize = true; this.label23.Location = new System.Drawing.Point(452, 46); this.label23.Name = "label23"; this.label23.Size = new System.Drawing.Size(257, 12); this.label23.TabIndex = 34; this.label23.Text = "注释:外部系统收款方编号(customerUserId)"; // // button7 // this.button7.Location = new System.Drawing.Point(548, 121); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(100, 23); this.button7.TabIndex = 43; this.button7.Text = "获取解绑验证码"; this.button7.UseVisualStyleBackColor = true; // // button6 // this.button6.Location = new System.Drawing.Point(411, 121); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(109, 23); this.button6.TabIndex = 42; this.button6.Text = "获取绑定验证码"; this.button6.UseVisualStyleBackColor = true; this.button6.Click += new System.EventHandler(this.btnSendVerificationCode_Click); // // tabPage2 // this.tabPage2.Controls.Add(this.groupBox2); this.tabPage2.Controls.Add(this.groupBox1); this.tabPage2.Controls.Add(this.label14); this.tabPage2.Controls.Add(this.txtTermno); this.tabPage2.Controls.Add(this.txtVspCusid); this.tabPage2.Controls.Add(this.txtVspMerchantid); this.tabPage2.Controls.Add(this.label12); this.tabPage2.Controls.Add(this.label11); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage2.Size = new System.Drawing.Size(717, 259); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "终端备案"; this.tabPage2.UseVisualStyleBackColor = true; // // groupBox2 // this.groupBox2.Controls.Add(this.btnTermInfoManage); this.groupBox2.Controls.Add(this.cboOperationType); this.groupBox2.Controls.Add(this.txtSybappid); this.groupBox2.Controls.Add(this.txtBizUserId); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(8, 70); this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox2.Size = new System.Drawing.Size(697, 78); this.groupBox2.TabIndex = 27; this.groupBox2.TabStop = false; this.groupBox2.Text = "终端信息报备【POS】"; // // btnTermInfoManage // this.btnTermInfoManage.Location = new System.Drawing.Point(568, 49); this.btnTermInfoManage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnTermInfoManage.Name = "btnTermInfoManage"; this.btnTermInfoManage.Size = new System.Drawing.Size(88, 18); this.btnTermInfoManage.TabIndex = 3; this.btnTermInfoManage.Text = "绑定"; this.btnTermInfoManage.UseVisualStyleBackColor = true; this.btnTermInfoManage.Click += new System.EventHandler(this.btnTermInfoManage_Click); // // cboOperationType // this.cboOperationType.DisplayMember = "Text"; this.cboOperationType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboOperationType.ForeColor = System.Drawing.Color.Black; this.cboOperationType.FormattingEnabled = true; this.cboOperationType.ItemHeight = 29; this.cboOperationType.Items.AddRange(new object[] { this.comboItem9, this.comboItem10}); this.cboOperationType.Location = new System.Drawing.Point(326, 24); this.cboOperationType.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cboOperationType.Name = "cboOperationType"; this.cboOperationType.Size = new System.Drawing.Size(96, 35); this.cboOperationType.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cboOperationType.TabIndex = 2; // // comboItem9 // this.comboItem9.Text = "绑定"; this.comboItem9.Value = "set"; // // comboItem10 // this.comboItem10.Text = "查询"; this.comboItem10.Value = "query"; // // txtSybappid // this.txtSybappid.Location = new System.Drawing.Point(556, 22); this.txtSybappid.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtSybappid.Name = "txtSybappid"; this.txtSybappid.Size = new System.Drawing.Size(124, 21); this.txtSybappid.TabIndex = 1; // // txtBizUserId // this.txtBizUserId.Location = new System.Drawing.Point(88, 23); this.txtBizUserId.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtBizUserId.Name = "txtBizUserId"; this.txtBizUserId.Size = new System.Drawing.Size(186, 21); this.txtBizUserId.TabIndex = 1; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(440, 24); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(113, 12); this.label3.TabIndex = 0; this.label3.Text = "收银宝分配的appid:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(288, 24); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(35, 12); this.label2.TabIndex = 0; this.label2.Text = "操作:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(8, 23); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(71, 12); this.label1.TabIndex = 0; this.label1.Text = "收款方编号:"; // // groupBox1 // this.groupBox1.Controls.Add(this.btnVspTermidInfoManage); this.groupBox1.Controls.Add(this.cboTermstate); this.groupBox1.Controls.Add(this.cboDevicetype); this.groupBox1.Controls.Add(this.cboOperation); this.groupBox1.Controls.Add(this.txtTermsn); this.groupBox1.Controls.Add(this.txtTermaddress); this.groupBox1.Controls.Add(this.label16); this.groupBox1.Controls.Add(this.label18); this.groupBox1.Controls.Add(this.label15); this.groupBox1.Controls.Add(this.label17); this.groupBox1.Controls.Add(this.label13); this.groupBox1.Location = new System.Drawing.Point(8, 166); this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.groupBox1.Size = new System.Drawing.Size(697, 78); this.groupBox1.TabIndex = 26; this.groupBox1.TabStop = false; this.groupBox1.Text = "支付终端信息管理【被扫】"; // // btnVspTermidInfoManage // this.btnVspTermidInfoManage.Location = new System.Drawing.Point(568, 52); this.btnVspTermidInfoManage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btnVspTermidInfoManage.Name = "btnVspTermidInfoManage"; this.btnVspTermidInfoManage.Size = new System.Drawing.Size(88, 18); this.btnVspTermidInfoManage.TabIndex = 35; this.btnVspTermidInfoManage.Text = "绑定"; this.btnVspTermidInfoManage.UseVisualStyleBackColor = true; // // cboTermstate // this.cboTermstate.DisplayMember = "Text"; this.cboTermstate.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboTermstate.ForeColor = System.Drawing.Color.Black; this.cboTermstate.FormattingEnabled = true; this.cboTermstate.ItemHeight = 29; this.cboTermstate.Items.AddRange(new object[] { this.comboItem7, this.comboItem8}); this.cboTermstate.Location = new System.Drawing.Point(82, 52); this.cboTermstate.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cboTermstate.Name = "cboTermstate"; this.cboTermstate.Size = new System.Drawing.Size(94, 35); this.cboTermstate.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cboTermstate.TabIndex = 34; // // comboItem7 // this.comboItem7.Text = "启用"; this.comboItem7.Value = "00"; // // comboItem8 // this.comboItem8.Text = "注销"; this.comboItem8.Value = "01"; // // cboDevicetype // this.cboDevicetype.DisplayMember = "Text"; this.cboDevicetype.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboDevicetype.ForeColor = System.Drawing.Color.Black; this.cboDevicetype.FormattingEnabled = true; this.cboDevicetype.ItemHeight = 29; this.cboDevicetype.Items.AddRange(new object[] { this.comboItem5, this.comboItem6}); this.cboDevicetype.Location = new System.Drawing.Point(284, 27); this.cboDevicetype.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cboDevicetype.Name = "cboDevicetype"; this.cboDevicetype.Size = new System.Drawing.Size(148, 35); this.cboDevicetype.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cboDevicetype.TabIndex = 33; // // comboItem5 // this.comboItem5.Text = "条码支付受理终端"; this.comboItem5.Value = "10"; // // comboItem6 // this.comboItem6.Text = "条码支付辅助受理终端"; this.comboItem6.Value = "11"; // // cboOperation // this.cboOperation.DisplayMember = "Text"; this.cboOperation.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboOperation.ForeColor = System.Drawing.Color.Black; this.cboOperation.FormattingEnabled = true; this.cboOperation.ItemHeight = 29; this.cboOperation.Items.AddRange(new object[] { this.comboItem1, this.comboItem2, this.comboItem3, this.comboItem4}); this.cboOperation.Location = new System.Drawing.Point(82, 23); this.cboOperation.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cboOperation.Name = "cboOperation"; this.cboOperation.Size = new System.Drawing.Size(94, 35); this.cboOperation.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cboOperation.TabIndex = 32; // // comboItem1 // this.comboItem1.Text = "新增"; this.comboItem1.Value = "00"; // // comboItem2 // this.comboItem2.Text = "修改"; this.comboItem2.Value = "02"; // // comboItem3 // this.comboItem3.Text = "注销"; this.comboItem3.Value = "02"; // // comboItem4 // this.comboItem4.Text = "查询"; this.comboItem4.Value = "03"; // // txtTermsn // this.txtTermsn.Location = new System.Drawing.Point(568, 27); this.txtTermsn.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtTermsn.Name = "txtTermsn"; this.txtTermsn.Size = new System.Drawing.Size(112, 21); this.txtTermsn.TabIndex = 30; // // txtTermaddress // this.txtTermaddress.Location = new System.Drawing.Point(284, 52); this.txtTermaddress.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtTermaddress.Name = "txtTermaddress"; this.txtTermaddress.Size = new System.Drawing.Size(255, 21); this.txtTermaddress.TabIndex = 31; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(476, 28); this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(77, 12); this.label16.TabIndex = 25; this.label16.Text = "终端序列号:"; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(216, 52); this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(65, 12); this.label18.TabIndex = 26; this.label18.Text = "终端地址:"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(216, 28); this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(65, 12); this.label15.TabIndex = 27; this.label15.Text = "设备类型:"; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(14, 52); this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(65, 12); this.label17.TabIndex = 28; this.label17.Text = "终端状态:"; // // label13 // this.label13.AutoSize = true; this.label13.ForeColor = System.Drawing.Color.Red; this.label13.Location = new System.Drawing.Point(14, 28); this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(65, 12); this.label13.TabIndex = 29; this.label13.Text = "操作类型:"; // // label14 // this.label14.AutoSize = true; this.label14.ForeColor = System.Drawing.Color.Red; this.label14.Location = new System.Drawing.Point(489, 14); this.label14.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(53, 12); this.label14.TabIndex = 25; this.label14.Text = "终端号:"; // // txtTermno // this.txtTermno.Location = new System.Drawing.Point(547, 9); this.txtTermno.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtTermno.Name = "txtTermno"; this.txtTermno.Size = new System.Drawing.Size(112, 21); this.txtTermno.TabIndex = 17; // // txtVspCusid // this.txtVspCusid.Location = new System.Drawing.Point(358, 9); this.txtVspCusid.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtVspCusid.Name = "txtVspCusid"; this.txtVspCusid.Size = new System.Drawing.Size(112, 21); this.txtVspCusid.TabIndex = 19; // // txtVspMerchantid // this.txtVspMerchantid.Location = new System.Drawing.Point(125, 9); this.txtVspMerchantid.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.txtVspMerchantid.Name = "txtVspMerchantid"; this.txtVspMerchantid.Size = new System.Drawing.Size(108, 21); this.txtVspMerchantid.TabIndex = 20; // // label12 // this.label12.AutoSize = true; this.label12.ForeColor = System.Drawing.Color.Red; this.label12.Location = new System.Drawing.Point(258, 14); this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(89, 12); this.label12.TabIndex = 10; this.label12.Text = "收银宝商户号:"; // // label11 // this.label11.AutoSize = true; this.label11.ForeColor = System.Drawing.Color.Red; this.label11.Location = new System.Drawing.Point(9, 14); this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(113, 12); this.label11.TabIndex = 9; this.label11.Text = "收银宝集团商户号:"; // // tabPage3 // this.tabPage3.Controls.Add(this.txtSplitLog); this.tabPage3.Controls.Add(this.btnOrder2Split); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3); this.tabPage3.Size = new System.Drawing.Size(717, 259); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "分账"; this.tabPage3.UseVisualStyleBackColor = true; // // btnOrder2Split // this.btnOrder2Split.Location = new System.Drawing.Point(8, 6); this.btnOrder2Split.Name = "btnOrder2Split"; this.btnOrder2Split.Size = new System.Drawing.Size(116, 23); this.btnOrder2Split.TabIndex = 0; this.btnOrder2Split.Text = "订单转分账信息"; this.btnOrder2Split.UseVisualStyleBackColor = true; this.btnOrder2Split.Click += new System.EventHandler(this.btnOrder2Split_Click); // // tabPage4 // this.tabPage4.Controls.Add(this.txtMqttLog); this.tabPage4.Controls.Add(this.btnMqttInit); this.tabPage4.Controls.Add(this.btnSimulationOrder); this.tabPage4.Controls.Add(this.btnMqttServerClose); this.tabPage4.Controls.Add(this.btnMqttServerStart); this.tabPage4.Location = new System.Drawing.Point(4, 22); this.tabPage4.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage4.Name = "tabPage4"; this.tabPage4.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.tabPage4.Size = new System.Drawing.Size(717, 259); this.tabPage4.TabIndex = 3; this.tabPage4.Text = "MQTTServer"; this.tabPage4.UseVisualStyleBackColor = true; // // btnMqttServerStart // this.btnMqttServerStart.Location = new System.Drawing.Point(8, 34); this.btnMqttServerStart.Name = "btnMqttServerStart"; this.btnMqttServerStart.Size = new System.Drawing.Size(75, 23); this.btnMqttServerStart.TabIndex = 0; this.btnMqttServerStart.Text = "启动服务"; this.btnMqttServerStart.UseVisualStyleBackColor = true; this.btnMqttServerStart.Click += new System.EventHandler(this.btnMqttServerStart_Click); // // btnSimulationOrder // this.btnSimulationOrder.Location = new System.Drawing.Point(8, 92); this.btnSimulationOrder.Name = "btnSimulationOrder"; this.btnSimulationOrder.Size = new System.Drawing.Size(75, 23); this.btnSimulationOrder.TabIndex = 1; this.btnSimulationOrder.Text = "模拟订单"; this.btnSimulationOrder.UseVisualStyleBackColor = true; // // btnMqttInit // this.btnMqttInit.Location = new System.Drawing.Point(8, 5); this.btnMqttInit.Name = "btnMqttInit"; this.btnMqttInit.Size = new System.Drawing.Size(75, 23); this.btnMqttInit.TabIndex = 2; this.btnMqttInit.Text = "初始化"; this.btnMqttInit.UseVisualStyleBackColor = true; this.btnMqttInit.Click += new System.EventHandler(this.btnMqttInit_Click); // // btnMqttServerClose // this.btnMqttServerClose.Location = new System.Drawing.Point(8, 63); this.btnMqttServerClose.Name = "btnMqttServerClose"; this.btnMqttServerClose.Size = new System.Drawing.Size(75, 23); this.btnMqttServerClose.TabIndex = 0; this.btnMqttServerClose.Text = "关闭服务"; this.btnMqttServerClose.UseVisualStyleBackColor = true; this.btnMqttServerClose.Click += new System.EventHandler(this.btnMqttServerClose_Click); // // txtMqttLog // this.txtMqttLog.Location = new System.Drawing.Point(89, 7); this.txtMqttLog.Multiline = true; this.txtMqttLog.Name = "txtMqttLog"; this.txtMqttLog.Size = new System.Drawing.Size(611, 247); this.txtMqttLog.TabIndex = 3; // // txtSplitLog // this.txtSplitLog.Location = new System.Drawing.Point(141, 7); this.txtSplitLog.Multiline = true; this.txtSplitLog.Name = "txtSplitLog"; this.txtSplitLog.Size = new System.Drawing.Size(559, 246); this.txtSplitLog.TabIndex = 1; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(722, 440); this.Controls.Add(this.tabControl1); this.Controls.Add(this.txtRequest); this.Controls.Add(this.txtResponseResult); this.Controls.Add(this.label19); this.Controls.Add(this.label7); this.Controls.Add(this.txtMethod); this.Controls.Add(this.label8); this.Name = "Form1"; this.Text = "Form1"; this.Load += new System.EventHandler(this.Form1_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.tabPage4.ResumeLayout(false); this.tabPage4.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtResponseResult; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtMethod; private System.Windows.Forms.TextBox txtRequest; private System.Windows.Forms.Label label19; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.Label label27; private System.Windows.Forms.Button button9; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label21; private System.Windows.Forms.TextBox txtVerificationCode; private System.Windows.Forms.TextBox txtBizUserId2; private System.Windows.Forms.Label label26; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button8; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label25; private System.Windows.Forms.Button button5; private System.Windows.Forms.TextBox txtCustomerUserId; private System.Windows.Forms.TextBox txtPhone; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label23; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button btnVspTermidInfoManage; private DevComponents.DotNetBar.Controls.ComboBoxEx cboTermstate; private DevComponents.Editors.ComboItem comboItem7; private DevComponents.Editors.ComboItem comboItem8; private DevComponents.DotNetBar.Controls.ComboBoxEx cboDevicetype; private DevComponents.Editors.ComboItem comboItem5; private DevComponents.Editors.ComboItem comboItem6; private DevComponents.DotNetBar.Controls.ComboBoxEx cboOperation; private DevComponents.Editors.ComboItem comboItem1; private DevComponents.Editors.ComboItem comboItem2; private DevComponents.Editors.ComboItem comboItem3; private DevComponents.Editors.ComboItem comboItem4; private System.Windows.Forms.TextBox txtTermsn; private System.Windows.Forms.TextBox txtTermaddress; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.TextBox txtTermno; private System.Windows.Forms.TextBox txtVspCusid; private System.Windows.Forms.TextBox txtVspMerchantid; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label11; private System.Windows.Forms.TextBox txtBizUserId; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevComponents.DotNetBar.Controls.ComboBoxEx cboOperationType; private DevComponents.Editors.ComboItem comboItem9; private DevComponents.Editors.ComboItem comboItem10; private System.Windows.Forms.TextBox txtSybappid; private System.Windows.Forms.Button btnTermInfoManage; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Button btnOrder2Split; private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.Button btnMqttServerStart; private System.Windows.Forms.Button btnSimulationOrder; private System.Windows.Forms.Button btnMqttInit; private System.Windows.Forms.Button btnMqttServerClose; private System.Windows.Forms.TextBox txtMqttLog; private System.Windows.Forms.TextBox txtSplitLog; } }