namespace Gs.DevApp.DevFrm.Sys
{
partial class SimpleKanBanEdit
{
///
/// 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()
{
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.txtCode = new DevExpress.XtraEditors.TextEdit();
this.txtTitle = new DevExpress.XtraEditors.TextEdit();
this.rgNodeType = new DevExpress.XtraEditors.RadioGroup();
this.txtUrl = new DevExpress.XtraEditors.TextEdit();
this.seCarouselDuration = new DevExpress.XtraEditors.SpinEdit();
this.seSortOrder = new DevExpress.XtraEditors.SpinEdit();
this.chkIsExpanded = new DevExpress.XtraEditors.CheckEdit();
this.chkIsEnabled = new DevExpress.XtraEditors.CheckEdit();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtTitle.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.rgNodeType.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.seCarouselDuration.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.seSortOrder.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chkIsExpanded.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.chkIsEnabled.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
this.SuspendLayout();
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.txtCode);
this.layoutControl1.Controls.Add(this.txtTitle);
this.layoutControl1.Controls.Add(this.rgNodeType);
this.layoutControl1.Controls.Add(this.txtUrl);
this.layoutControl1.Controls.Add(this.seCarouselDuration);
this.layoutControl1.Controls.Add(this.seSortOrder);
this.layoutControl1.Controls.Add(this.chkIsExpanded);
this.layoutControl1.Controls.Add(this.chkIsEnabled);
this.layoutControl1.Controls.Add(this.btnSave);
this.layoutControl1.Controls.Add(this.btnCancel);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Root = this.layoutControlGroup1;
this.layoutControl1.Size = new System.Drawing.Size(562, 464);
this.layoutControl1.TabIndex = 0;
this.layoutControl1.Text = "layoutControl1";
//
// txtCode
//
this.txtCode.Location = new System.Drawing.Point(151, 14);
this.txtCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtCode.Name = "txtCode";
this.txtCode.Properties.MaxLength = 50;
this.txtCode.Size = new System.Drawing.Size(397, 28);
this.txtCode.StyleController = this.layoutControl1;
this.txtCode.TabIndex = 4;
//
// txtTitle
//
this.txtTitle.Location = new System.Drawing.Point(151, 46);
this.txtTitle.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtTitle.Name = "txtTitle";
this.txtTitle.Properties.MaxLength = 255;
this.txtTitle.Size = new System.Drawing.Size(397, 28);
this.txtTitle.StyleController = this.layoutControl1;
this.txtTitle.TabIndex = 5;
//
// rgNodeType
//
this.rgNodeType.Location = new System.Drawing.Point(151, 78);
this.rgNodeType.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.rgNodeType.Name = "rgNodeType";
this.rgNodeType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "根目录"),
new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "看板目录"),
new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "看板内容")});
this.rgNodeType.Size = new System.Drawing.Size(397, 49);
this.rgNodeType.StyleController = this.layoutControl1;
this.rgNodeType.TabIndex = 6;
//
// txtUrl
//
this.txtUrl.Location = new System.Drawing.Point(151, 131);
this.txtUrl.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.txtUrl.Name = "txtUrl";
this.txtUrl.Properties.MaxLength = 500;
this.txtUrl.Size = new System.Drawing.Size(397, 28);
this.txtUrl.StyleController = this.layoutControl1;
this.txtUrl.TabIndex = 7;
//
// seCarouselDuration
//
this.seCarouselDuration.EditValue = new decimal(new int[] {
10,
0,
0,
0});
this.seCarouselDuration.Location = new System.Drawing.Point(151, 163);
this.seCarouselDuration.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.seCarouselDuration.Name = "seCarouselDuration";
this.seCarouselDuration.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.seCarouselDuration.Properties.MaxValue = new decimal(new int[] {
3600,
0,
0,
0});
this.seCarouselDuration.Properties.MinValue = new decimal(new int[] {
1,
0,
0,
0});
this.seCarouselDuration.Size = new System.Drawing.Size(397, 28);
this.seCarouselDuration.StyleController = this.layoutControl1;
this.seCarouselDuration.TabIndex = 8;
//
// seSortOrder
//
this.seSortOrder.EditValue = new decimal(new int[] {
0,
0,
0,
0});
this.seSortOrder.Location = new System.Drawing.Point(151, 195);
this.seSortOrder.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.seSortOrder.Name = "seSortOrder";
this.seSortOrder.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.seSortOrder.Properties.MaxValue = new decimal(new int[] {
99999,
0,
0,
0});
this.seSortOrder.Size = new System.Drawing.Size(397, 28);
this.seSortOrder.StyleController = this.layoutControl1;
this.seSortOrder.TabIndex = 9;
//
// chkIsExpanded
//
this.chkIsExpanded.Location = new System.Drawing.Point(14, 227);
this.chkIsExpanded.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkIsExpanded.Name = "chkIsExpanded";
this.chkIsExpanded.Properties.Caption = "默认展开";
this.chkIsExpanded.Size = new System.Drawing.Size(534, 27);
this.chkIsExpanded.StyleController = this.layoutControl1;
this.chkIsExpanded.TabIndex = 10;
//
// chkIsEnabled
//
this.chkIsEnabled.EditValue = true;
this.chkIsEnabled.Location = new System.Drawing.Point(14, 258);
this.chkIsEnabled.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkIsEnabled.Name = "chkIsEnabled";
this.chkIsEnabled.Properties.Caption = "启用";
this.chkIsEnabled.Size = new System.Drawing.Size(534, 27);
this.chkIsEnabled.StyleController = this.layoutControl1;
this.chkIsEnabled.TabIndex = 11;
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(14, 418);
this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(399, 32);
this.btnSave.StyleController = this.layoutControl1;
this.btnSave.TabIndex = 12;
this.btnSave.Text = "保存";
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(417, 418);
this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(131, 32);
this.btnCancel.StyleController = this.layoutControl1;
this.btnCancel.TabIndex = 13;
this.btnCancel.Text = "取消";
//
// layoutControlGroup1
//
this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.layoutControlGroup1.GroupBordersVisible = false;
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1,
this.layoutControlItem2,
this.layoutControlItem3,
this.layoutControlItem4,
this.layoutControlItem5,
this.layoutControlItem6,
this.layoutControlItem7,
this.layoutControlItem8,
this.emptySpaceItem1,
this.layoutControlItem9,
this.layoutControlItem10});
this.layoutControlGroup1.Name = "layoutControlGroup1";
this.layoutControlGroup1.Size = new System.Drawing.Size(562, 464);
this.layoutControlGroup1.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.txtCode;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Size = new System.Drawing.Size(538, 32);
this.layoutControlItem1.Text = "编码:";
this.layoutControlItem1.TextSize = new System.Drawing.Size(122, 22);
//
// layoutControlItem2
//
this.layoutControlItem2.Control = this.txtTitle;
this.layoutControlItem2.Location = new System.Drawing.Point(0, 32);
this.layoutControlItem2.Name = "layoutControlItem2";
this.layoutControlItem2.Size = new System.Drawing.Size(538, 32);
this.layoutControlItem2.Text = "名称:";
this.layoutControlItem2.TextSize = new System.Drawing.Size(122, 22);
//
// layoutControlItem3
//
this.layoutControlItem3.Control = this.rgNodeType;
this.layoutControlItem3.Location = new System.Drawing.Point(0, 64);
this.layoutControlItem3.Name = "layoutControlItem3";
this.layoutControlItem3.Size = new System.Drawing.Size(538, 53);
this.layoutControlItem3.Text = "节点类型:";
this.layoutControlItem3.TextSize = new System.Drawing.Size(122, 22);
//
// layoutControlItem4
//
this.layoutControlItem4.Control = this.txtUrl;
this.layoutControlItem4.Location = new System.Drawing.Point(0, 117);
this.layoutControlItem4.Name = "layoutControlItem4";
this.layoutControlItem4.Size = new System.Drawing.Size(538, 32);
this.layoutControlItem4.Text = "URL地址:";
this.layoutControlItem4.TextSize = new System.Drawing.Size(122, 22);
//
// layoutControlItem5
//
this.layoutControlItem5.Control = this.seCarouselDuration;
this.layoutControlItem5.Location = new System.Drawing.Point(0, 149);
this.layoutControlItem5.Name = "layoutControlItem5";
this.layoutControlItem5.Size = new System.Drawing.Size(538, 32);
this.layoutControlItem5.Text = "轮播时长(秒):";
this.layoutControlItem5.TextSize = new System.Drawing.Size(122, 22);
//
// layoutControlItem6
//
this.layoutControlItem6.Control = this.seSortOrder;
this.layoutControlItem6.Location = new System.Drawing.Point(0, 181);
this.layoutControlItem6.Name = "layoutControlItem6";
this.layoutControlItem6.Size = new System.Drawing.Size(538, 32);
this.layoutControlItem6.Text = "排序号:";
this.layoutControlItem6.TextSize = new System.Drawing.Size(122, 22);
//
// layoutControlItem7
//
this.layoutControlItem7.Control = this.chkIsExpanded;
this.layoutControlItem7.Location = new System.Drawing.Point(0, 213);
this.layoutControlItem7.Name = "layoutControlItem7";
this.layoutControlItem7.Size = new System.Drawing.Size(538, 31);
this.layoutControlItem7.Text = "默认展开:";
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem7.TextVisible = false;
//
// layoutControlItem8
//
this.layoutControlItem8.Control = this.chkIsEnabled;
this.layoutControlItem8.Location = new System.Drawing.Point(0, 244);
this.layoutControlItem8.Name = "layoutControlItem8";
this.layoutControlItem8.Size = new System.Drawing.Size(538, 31);
this.layoutControlItem8.Text = "启用状态:";
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem8.TextVisible = false;
//
// emptySpaceItem1
//
this.emptySpaceItem1.AllowHotTrack = false;
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 275);
this.emptySpaceItem1.Name = "emptySpaceItem1";
this.emptySpaceItem1.Size = new System.Drawing.Size(538, 129);
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
//
// layoutControlItem9
//
this.layoutControlItem9.Control = this.btnSave;
this.layoutControlItem9.Location = new System.Drawing.Point(0, 404);
this.layoutControlItem9.Name = "layoutControlItem9";
this.layoutControlItem9.Size = new System.Drawing.Size(403, 36);
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem9.TextVisible = false;
//
// layoutControlItem10
//
this.layoutControlItem10.Control = this.btnCancel;
this.layoutControlItem10.Location = new System.Drawing.Point(403, 404);
this.layoutControlItem10.Name = "layoutControlItem10";
this.layoutControlItem10.Size = new System.Drawing.Size(135, 36);
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem10.TextVisible = false;
//
// SimpleKanBanEdit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(562, 464);
this.Controls.Add(this.layoutControl1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "SimpleKanBanEdit";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "看板节点编辑";
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.txtCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtTitle.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.rgNodeType.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtUrl.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.seCarouselDuration.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.seSortOrder.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chkIsExpanded.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.chkIsEnabled.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.TextEdit txtCode;
private DevExpress.XtraEditors.TextEdit txtTitle;
private DevExpress.XtraEditors.RadioGroup rgNodeType;
private DevExpress.XtraEditors.TextEdit txtUrl;
private DevExpress.XtraEditors.SpinEdit seCarouselDuration;
private DevExpress.XtraEditors.SpinEdit seSortOrder;
private DevExpress.XtraEditors.CheckEdit chkIsExpanded;
private DevExpress.XtraEditors.CheckEdit chkIsEnabled;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
}
}