namespace CSFrameworkV5.Library
{
partial class frmBaseDialog
{
///
/// 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(frmBaseDialog));
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.btnOk = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.pnlButtonAction = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.pnlButtonAction.SuspendLayout();
this.SuspendLayout();
//
// panelControl1
//
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(659, 398);
this.panelControl1.TabIndex = 20;
//
// btnOk
//
this.btnOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnOk.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnOk.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnOk.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnOk.ImageOptions.Image")));
this.btnOk.Location = new System.Drawing.Point(233, 8);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(94, 37);
this.btnOk.TabIndex = 18;
this.btnOk.Text = "确认(&O)";
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// btnCancel
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnCancel.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
this.btnCancel.Location = new System.Drawing.Point(344, 8);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(94, 37);
this.btnCancel.TabIndex = 19;
this.btnCancel.Text = "取消(&C)";
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// pnlButtonAction
//
this.pnlButtonAction.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.pnlButtonAction.Controls.Add(this.btnCancel);
this.pnlButtonAction.Controls.Add(this.btnOk);
this.pnlButtonAction.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnlButtonAction.Location = new System.Drawing.Point(0, 393);
this.pnlButtonAction.Name = "pnlButtonAction";
this.pnlButtonAction.Size = new System.Drawing.Size(659, 55);
this.pnlButtonAction.TabIndex = 21;
//
// frmBaseDialog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(659, 448);
this.Controls.Add(this.pnlButtonAction);
this.Controls.Add(this.panelControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.Name = "frmBaseDialog";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "对话框";
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.pnlButtonAction.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
protected DevExpress.XtraEditors.PanelControl panelControl1;
protected DevExpress.XtraEditors.SimpleButton btnOk;
protected DevExpress.XtraEditors.SimpleButton btnCancel;
protected System.Windows.Forms.Panel pnlButtonAction;
}
}