namespace HStation.WinFrmUI
|
{
|
partial class ViewMenuDlg
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
this.layoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
|
this.NameTextEdit = new DevExpress.XtraEditors.TextEdit();
|
this.DescriptionMemoEdit = new DevExpress.XtraEditors.MemoEdit();
|
this.CodeTextEdit = new DevExpress.XtraEditors.TextEdit();
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
this.ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
|
this.ItemForDescription = new DevExpress.XtraLayout.LayoutControlItem();
|
this.ItemForCode = new DevExpress.XtraLayout.LayoutControlItem();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
this.layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.DescriptionMemoEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.CodeTextEdit.Properties)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForName)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForCode)).BeginInit();
|
this.SuspendLayout();
|
//
|
// layoutControl1
|
//
|
this.layoutControl1.Controls.Add(this.NameTextEdit);
|
this.layoutControl1.Controls.Add(this.DescriptionMemoEdit);
|
this.layoutControl1.Controls.Add(this.CodeTextEdit);
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControl1.Name = "layoutControl1";
|
this.layoutControl1.OptionsView.IsReadOnly = DevExpress.Utils.DefaultBoolean.True;
|
this.layoutControl1.Root = this.Root;
|
this.layoutControl1.Size = new System.Drawing.Size(501, 370);
|
this.layoutControl1.TabIndex = 0;
|
this.layoutControl1.Text = "dataLayoutControl1";
|
//
|
// NameTextEdit
|
//
|
this.NameTextEdit.Location = new System.Drawing.Point(46, 12);
|
this.NameTextEdit.Name = "NameTextEdit";
|
this.NameTextEdit.Properties.ReadOnly = true;
|
this.NameTextEdit.Properties.UseReadOnlyAppearance = false;
|
this.NameTextEdit.Size = new System.Drawing.Size(201, 26);
|
this.NameTextEdit.StyleController = this.layoutControl1;
|
this.NameTextEdit.TabIndex = 4;
|
//
|
// DescriptionMemoEdit
|
//
|
this.DescriptionMemoEdit.Location = new System.Drawing.Point(46, 42);
|
this.DescriptionMemoEdit.Name = "DescriptionMemoEdit";
|
this.DescriptionMemoEdit.Properties.ReadOnly = true;
|
this.DescriptionMemoEdit.Properties.UseReadOnlyAppearance = false;
|
this.DescriptionMemoEdit.Size = new System.Drawing.Size(443, 316);
|
this.DescriptionMemoEdit.StyleController = this.layoutControl1;
|
this.DescriptionMemoEdit.TabIndex = 13;
|
//
|
// CodeTextEdit
|
//
|
this.CodeTextEdit.Location = new System.Drawing.Point(285, 12);
|
this.CodeTextEdit.Name = "CodeTextEdit";
|
this.CodeTextEdit.Properties.ReadOnly = true;
|
this.CodeTextEdit.Properties.UseReadOnlyAppearance = false;
|
this.CodeTextEdit.Size = new System.Drawing.Size(204, 26);
|
this.CodeTextEdit.StyleController = this.layoutControl1;
|
this.CodeTextEdit.TabIndex = 15;
|
//
|
// Root
|
//
|
this.Root.AppearanceItemCaption.Options.UseTextOptions = true;
|
this.Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
this.Root.GroupBordersVisible = false;
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.layoutControlGroup1});
|
this.Root.Name = "Root";
|
this.Root.Size = new System.Drawing.Size(501, 370);
|
this.Root.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
this.layoutControlGroup1.AllowDrawBackground = false;
|
this.layoutControlGroup1.GroupBordersVisible = false;
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
this.ItemForName,
|
this.ItemForDescription,
|
this.ItemForCode});
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
this.layoutControlGroup1.Name = "autoGeneratedGroup0";
|
this.layoutControlGroup1.Size = new System.Drawing.Size(481, 350);
|
//
|
// ItemForName
|
//
|
this.ItemForName.Control = this.NameTextEdit;
|
this.ItemForName.Location = new System.Drawing.Point(0, 0);
|
this.ItemForName.Name = "ItemForName";
|
this.ItemForName.Size = new System.Drawing.Size(239, 30);
|
this.ItemForName.Text = "名称:";
|
this.ItemForName.TextSize = new System.Drawing.Size(31, 19);
|
//
|
// ItemForDescription
|
//
|
this.ItemForDescription.Control = this.DescriptionMemoEdit;
|
this.ItemForDescription.Location = new System.Drawing.Point(0, 30);
|
this.ItemForDescription.Name = "ItemForDescription";
|
this.ItemForDescription.Size = new System.Drawing.Size(481, 320);
|
this.ItemForDescription.StartNewLine = true;
|
this.ItemForDescription.Text = "备注:";
|
this.ItemForDescription.TextSize = new System.Drawing.Size(31, 19);
|
//
|
// ItemForCode
|
//
|
this.ItemForCode.Control = this.CodeTextEdit;
|
this.ItemForCode.Location = new System.Drawing.Point(239, 0);
|
this.ItemForCode.Name = "ItemForCode";
|
this.ItemForCode.Size = new System.Drawing.Size(242, 30);
|
this.ItemForCode.Text = "编码:";
|
this.ItemForCode.TextSize = new System.Drawing.Size(31, 19);
|
//
|
// ViewMenuDlg
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(501, 370);
|
this.Controls.Add(this.layoutControl1);
|
this.Name = "ViewMenuDlg";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
this.Text = "菜单详细信息";
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
this.layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.NameTextEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.DescriptionMemoEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.CodeTextEdit.Properties)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForName)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForDescription)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.ItemForCode)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraDataLayout.DataLayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.TextEdit NameTextEdit;
|
private DevExpress.XtraEditors.MemoEdit DescriptionMemoEdit;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForName;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForDescription;
|
private DevExpress.XtraEditors.TextEdit CodeTextEdit;
|
private DevExpress.XtraLayout.LayoutControlItem ItemForCode;
|
}
|
}
|