namespace HStation.WinFrmUI.Basic
{
partial class UpdateCatalogParentDlg
{
///
/// 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(UpdateCatalogParentDlg));
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
ComboBoxEditParentsChoice = new DevExpress.XtraEditors.TreeListLookUpEdit();
treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList();
treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
BtnOk = new DevExpress.XtraEditors.SimpleButton();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
simpleLabelItemDelete = new DevExpress.XtraLayout.SimpleLabelItem();
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)ComboBoxEditParentsChoice.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1TreeList).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)simpleLabelItemDelete).BeginInit();
SuspendLayout();
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 237);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(348, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// layoutControl1
//
layoutControl1.Controls.Add(ComboBoxEditParentsChoice);
layoutControl1.Controls.Add(btnCancel);
layoutControl1.Controls.Add(BtnOk);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(332, 72);
layoutControl1.TabIndex = 9;
layoutControl1.Text = "layoutControl1";
//
// ComboBoxEditParentsChoice
//
ComboBoxEditParentsChoice.Location = new Point(76, 12);
ComboBoxEditParentsChoice.Name = "ComboBoxEditParentsChoice";
ComboBoxEditParentsChoice.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
ComboBoxEditParentsChoice.Properties.DisplayMember = "Name";
ComboBoxEditParentsChoice.Properties.NullText = "";
ComboBoxEditParentsChoice.Properties.PopupSizeable = false;
ComboBoxEditParentsChoice.Properties.TreeList = treeListLookUpEdit1TreeList;
ComboBoxEditParentsChoice.Properties.ValueMember = "ID";
ComboBoxEditParentsChoice.Size = new Size(211, 20);
ComboBoxEditParentsChoice.StyleController = layoutControl1;
ComboBoxEditParentsChoice.TabIndex = 0;
//
// treeListLookUpEdit1TreeList
//
treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { treeListColumn1 });
treeListLookUpEdit1TreeList.Location = new Point(-78, -45);
treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList";
treeListLookUpEdit1TreeList.OptionsView.ShowIndentAsRowStyle = true;
treeListLookUpEdit1TreeList.Size = new Size(400, 200);
treeListLookUpEdit1TreeList.TabIndex = 0;
treeListLookUpEdit1TreeList.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView;
//
// treeListColumn1
//
treeListColumn1.Caption = "treeListColumn1";
treeListColumn1.FieldName = "Name";
treeListColumn1.Name = "treeListColumn1";
treeListColumn1.Visible = true;
treeListColumn1.VisibleIndex = 0;
//
// btnCancel
//
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
btnCancel.Appearance.Options.UseBackColor = true;
btnCancel.DialogResult = DialogResult.Cancel;
btnCancel.Location = new Point(271, 36);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(49, 22);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 3;
btnCancel.Text = "取消";
//
// BtnOk
//
BtnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
BtnOk.Appearance.Options.UseBackColor = true;
BtnOk.Location = new Point(218, 36);
BtnOk.Name = "BtnOk";
BtnOk.Size = new Size(49, 22);
BtnOk.StyleController = layoutControl1;
BtnOk.TabIndex = 2;
BtnOk.Text = "完成";
BtnOk.Click += BtnOk_Click;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem1, emptySpaceItem3, layoutControlItem3, simpleLabelItemDelete });
Root.Name = "Root";
Root.Size = new Size(332, 72);
Root.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = btnCancel;
layoutControlItem2.Location = new Point(259, 24);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(53, 28);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = BtnOk;
layoutControlItem1.Location = new Point(206, 24);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(53, 28);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// emptySpaceItem3
//
emptySpaceItem3.AllowHotTrack = false;
emptySpaceItem3.Location = new Point(0, 24);
emptySpaceItem3.Name = "emptySpaceItem3";
emptySpaceItem3.Size = new Size(206, 28);
emptySpaceItem3.TextSize = new Size(0, 0);
//
// layoutControlItem3
//
layoutControlItem3.Control = ComboBoxEditParentsChoice;
layoutControlItem3.Location = new Point(0, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(279, 24);
layoutControlItem3.Text = "选择父级:";
layoutControlItem3.TextSize = new Size(52, 14);
//
// simpleLabelItemDelete
//
simpleLabelItemDelete.AllowHotTrack = false;
simpleLabelItemDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("simpleLabelItemDelete.ImageOptions.SvgImage");
simpleLabelItemDelete.ImageOptions.SvgImageSize = new Size(20, 20);
simpleLabelItemDelete.Location = new Point(279, 0);
simpleLabelItemDelete.Name = "simpleLabelItemDelete";
simpleLabelItemDelete.Size = new Size(33, 24);
simpleLabelItemDelete.Text = " ";
simpleLabelItemDelete.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
simpleLabelItemDelete.TextSize = new Size(29, 20);
simpleLabelItemDelete.Click += simpleLabelItemDelete_Click;
//
// UpdateCatalogParentDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(332, 72);
Controls.Add(layoutControl1);
Name = "UpdateCatalogParentDlg";
StartPosition = FormStartPosition.CenterScreen;
Text = "设置父级";
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)ComboBoxEditParentsChoice.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)treeListLookUpEdit1TreeList).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)simpleLabelItemDelete).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraEditors.SimpleButton BtnOk;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
private DevExpress.XtraEditors.TreeListLookUpEdit ComboBoxEditParentsChoice;
private DevExpress.XtraTreeList.TreeList treeListLookUpEdit1TreeList;
private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItemDelete;
}
}