namespace FLSystem.Forms
{
partial class ExchangeStateForm
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExchangeStateForm));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.settingControl1 = new UI.Framework.Controls.SettingControl();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.Controls.Add(this.simpleButton4);
this.panelControl1.Controls.Add(this.simpleButton3);
this.panelControl1.Controls.Add(this.simpleButton2);
this.panelControl1.Controls.Add(this.simpleButton1);
this.panelControl1.Controls.Add(this.settingControl1);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(483, 511);
this.panelControl1.TabIndex = 0;
//
// simpleButton4
//
this.simpleButton4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton4.ImageOptions.Image")));
this.simpleButton4.Location = new System.Drawing.Point(9, 466);
this.simpleButton4.Name = "simpleButton4";
this.simpleButton4.Size = new System.Drawing.Size(100, 33);
this.simpleButton4.TabIndex = 8;
this.simpleButton4.Text = "确认修改";
this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
//
// simpleButton3
//
this.simpleButton3.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton3.ImageOptions.Image")));
this.simpleButton3.Location = new System.Drawing.Point(376, 466);
this.simpleButton3.Name = "simpleButton3";
this.simpleButton3.Size = new System.Drawing.Size(92, 33);
this.simpleButton3.TabIndex = 7;
this.simpleButton3.Text = "取消操作";
this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
//
// simpleButton2
//
this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
this.simpleButton2.Location = new System.Drawing.Point(257, 466);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(98, 33);
this.simpleButton2.TabIndex = 6;
this.simpleButton2.Text = "商户支付";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// simpleButton1
//
this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
this.simpleButton1.Location = new System.Drawing.Point(130, 466);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(106, 33);
this.simpleButton1.TabIndex = 5;
this.simpleButton1.Text = "微信支付";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// settingControl1
//
this.settingControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.settingControl1.Location = new System.Drawing.Point(2, 2);
this.settingControl1.Name = "settingControl1";
this.settingControl1.Size = new System.Drawing.Size(479, 457);
this.settingControl1.TabIndex = 1;
//
// ExchangeStateForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.simpleButton3;
this.ClientSize = new System.Drawing.Size(483, 511);
this.Controls.Add(this.panelControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ExchangeStateForm";
this.Text = " 审 核 申 请 ";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExchangeStateForm_FormClosing);
this.Load += new System.EventHandler(this.ExchangeStateForm_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl1;
private UI.Framework.Controls.SettingControl settingControl1;
private DevExpress.XtraEditors.SimpleButton simpleButton4;
private DevExpress.XtraEditors.SimpleButton simpleButton3;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
}
}