namespace HStation.WinFrmUI.Auth
{
partial class AddMenuDlg
{
///
/// 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()
{
menuInfoCtrl = new MenuInfoCtrl();
simpleButtonOK = new DevExpress.XtraEditors.SimpleButton();
simpleButtonCancel = new DevExpress.XtraEditors.SimpleButton();
SuspendLayout();
//
// menuInfoCtrl
//
menuInfoCtrl.Dock = DockStyle.Top;
menuInfoCtrl.Location = new Point(0, 0);
menuInfoCtrl.Name = "menuInfoCtrl";
menuInfoCtrl.Size = new Size(485, 184);
menuInfoCtrl.TabIndex = 0;
//
// simpleButtonOK
//
simpleButtonOK.Location = new Point(251, 202);
simpleButtonOK.Name = "simpleButtonOK";
simpleButtonOK.Size = new Size(75, 23);
simpleButtonOK.TabIndex = 1;
simpleButtonOK.Text = "确定";
simpleButtonOK.Click += simpleButtonOK_Click;
//
// simpleButtonCancel
//
simpleButtonCancel.Location = new Point(373, 202);
simpleButtonCancel.Name = "simpleButtonCancel";
simpleButtonCancel.Size = new Size(75, 23);
simpleButtonCancel.TabIndex = 2;
simpleButtonCancel.Text = "取消";
simpleButtonCancel.Click += simpleButtonCancel_Click;
//
// AddMenuDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(485, 245);
Controls.Add(simpleButtonCancel);
Controls.Add(simpleButtonOK);
Controls.Add(menuInfoCtrl);
MaximizeBox = false;
Name = "AddMenuDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "添加菜单";
ResumeLayout(false);
}
#endregion
private MenuInfoCtrl menuInfoCtrl;
private DevExpress.XtraEditors.SimpleButton simpleButtonOK;
private DevExpress.XtraEditors.SimpleButton simpleButtonCancel;
}
}