namespace FLSystem.Forms
{
partial class set_weixin_password
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
this.textEdit3 = new DevExpress.XtraEditors.TextEdit();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
this.textEdit4 = new DevExpress.XtraEditors.TextEdit();
this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
this.textEdit5 = new DevExpress.XtraEditors.TextEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.radioGroup1 = new DevExpress.XtraEditors.RadioGroup();
this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
this.groupControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
this.groupControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).BeginInit();
this.SuspendLayout();
//
// groupControl1
//
this.groupControl1.Controls.Add(this.textEdit3);
this.groupControl1.Controls.Add(this.labelControl4);
this.groupControl1.Controls.Add(this.comboBoxEdit1);
this.groupControl1.Controls.Add(this.labelControl3);
this.groupControl1.Controls.Add(this.textEdit2);
this.groupControl1.Controls.Add(this.textEdit1);
this.groupControl1.Controls.Add(this.labelControl2);
this.groupControl1.Controls.Add(this.labelControl1);
this.groupControl1.Location = new System.Drawing.Point(11, 10);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new System.Drawing.Size(455, 252);
this.groupControl1.TabIndex = 9;
this.groupControl1.Text = "支付设置";
//
// textEdit3
//
this.textEdit3.Location = new System.Drawing.Point(168, 197);
this.textEdit3.Name = "textEdit3";
this.textEdit3.Properties.PasswordChar = '*';
this.textEdit3.Size = new System.Drawing.Size(211, 20);
this.textEdit3.TabIndex = 15;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(96, 200);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(52, 14);
this.labelControl4.TabIndex = 14;
this.labelControl4.Text = "支付密码:";
//
// comboBoxEdit1
//
this.comboBoxEdit1.EditValue = "微信零钱支付";
this.comboBoxEdit1.Location = new System.Drawing.Point(168, 145);
this.comboBoxEdit1.Name = "comboBoxEdit1";
this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.comboBoxEdit1.Properties.Items.AddRange(new object[] {
"微信零钱支付"});
this.comboBoxEdit1.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.comboBoxEdit1.Size = new System.Drawing.Size(211, 20);
this.comboBoxEdit1.TabIndex = 13;
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(96, 147);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(52, 14);
this.labelControl3.TabIndex = 12;
this.labelControl3.Text = "支付方式:";
//
// textEdit2
//
this.textEdit2.Location = new System.Drawing.Point(168, 96);
this.textEdit2.Name = "textEdit2";
this.textEdit2.Properties.ReadOnly = true;
this.textEdit2.Size = new System.Drawing.Size(211, 20);
this.textEdit2.TabIndex = 11;
//
// textEdit1
//
this.textEdit1.Location = new System.Drawing.Point(168, 48);
this.textEdit1.Name = "textEdit1";
this.textEdit1.Properties.ReadOnly = true;
this.textEdit1.Size = new System.Drawing.Size(211, 20);
this.textEdit1.TabIndex = 10;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(96, 99);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(52, 14);
this.labelControl2.TabIndex = 9;
this.labelControl2.Text = "微信昵称:";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(94, 51);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(52, 14);
this.labelControl1.TabIndex = 8;
this.labelControl1.Text = "微信账号:";
//
// labelControl5
//
this.labelControl5.Location = new System.Drawing.Point(61, 89);
this.labelControl5.Name = "labelControl5";
this.labelControl5.Size = new System.Drawing.Size(87, 14);
this.labelControl5.TabIndex = 9;
this.labelControl5.Text = "支付给谁(wxid):";
//
// textEdit4
//
this.textEdit4.Location = new System.Drawing.Point(168, 86);
this.textEdit4.Name = "textEdit4";
this.textEdit4.Size = new System.Drawing.Size(211, 20);
this.textEdit4.TabIndex = 11;
//
// groupControl2
//
this.groupControl2.Controls.Add(this.labelControl8);
this.groupControl2.Controls.Add(this.textEdit5);
this.groupControl2.Controls.Add(this.labelControl7);
this.groupControl2.Controls.Add(this.simpleButton1);
this.groupControl2.Controls.Add(this.radioGroup1);
this.groupControl2.Controls.Add(this.labelControl6);
this.groupControl2.Controls.Add(this.textEdit4);
this.groupControl2.Controls.Add(this.labelControl5);
this.groupControl2.Location = new System.Drawing.Point(11, 276);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new System.Drawing.Size(455, 210);
this.groupControl2.TabIndex = 10;
this.groupControl2.Text = "测试支付1分钱";
//
// labelControl8
//
this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl8.Appearance.Options.UseForeColor = true;
this.labelControl8.Location = new System.Drawing.Point(307, 128);
this.labelControl8.Name = "labelControl8";
this.labelControl8.Size = new System.Drawing.Size(84, 14);
this.labelControl8.TabIndex = 20;
this.labelControl8.Text = "无验证码可忽略";
//
// textEdit5
//
this.textEdit5.Location = new System.Drawing.Point(168, 125);
this.textEdit5.Name = "textEdit5";
this.textEdit5.Size = new System.Drawing.Size(119, 20);
this.textEdit5.TabIndex = 18;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(84, 128);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(64, 14);
this.labelControl7.TabIndex = 17;
this.labelControl7.Text = "收到验证码:";
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(168, 163);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(130, 29);
this.simpleButton1.TabIndex = 16;
this.simpleButton1.Text = "测试支付";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// radioGroup1
//
this.radioGroup1.EditValue = 2;
this.radioGroup1.Location = new System.Drawing.Point(168, 38);
this.radioGroup1.Name = "radioGroup1";
this.radioGroup1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
this.radioGroup1.Properties.Appearance.Options.UseBackColor = true;
this.radioGroup1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.radioGroup1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "转账"),
new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "发红包")});
this.radioGroup1.Size = new System.Drawing.Size(211, 23);
this.radioGroup1.TabIndex = 15;
//
// labelControl6
//
this.labelControl6.Location = new System.Drawing.Point(94, 42);
this.labelControl6.Name = "labelControl6";
this.labelControl6.Size = new System.Drawing.Size(52, 14);
this.labelControl6.TabIndex = 14;
this.labelControl6.Text = "如何支付:";
//
// set_weixin_password
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(477, 498);
this.Controls.Add(this.groupControl2);
this.Controls.Add(this.groupControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "set_weixin_password";
this.Text = "设置微信支付密码";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.set_weixin_password_FormClosing);
this.Load += new System.EventHandler(this.set_weixin_password_Load);
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
this.groupControl1.ResumeLayout(false);
this.groupControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit3.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.textEdit4.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
this.groupControl2.ResumeLayout(false);
this.groupControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.textEdit5.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.radioGroup1.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.GroupControl groupControl1;
private DevExpress.XtraEditors.TextEdit textEdit3;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.ComboBoxEdit comboBoxEdit1;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.TextEdit textEdit2;
private DevExpress.XtraEditors.TextEdit textEdit1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl5;
private DevExpress.XtraEditors.TextEdit textEdit4;
private DevExpress.XtraEditors.GroupControl groupControl2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.RadioGroup radioGroup1;
private DevExpress.XtraEditors.LabelControl labelControl6;
private DevExpress.XtraEditors.TextEdit textEdit5;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.LabelControl labelControl8;
}
}