namespace PBS.WinFrmUI.Hydro { partial class TemplateEditForm { /// /// 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.btnOk = new DevExpress.XtraEditors.SimpleButton(); this.TemplateEditFormlayoutControl1ConvertedLayout = new DevExpress.XtraLayout.LayoutControl(); this.comBoxModel = new DevExpress.XtraEditors.ComboBoxEdit(); this.txtName = new DevExpress.XtraEditors.TextEdit(); this.btnCancel = new DevExpress.XtraEditors.SimpleButton(); this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); this.txtNameitem = new DevExpress.XtraLayout.LayoutControlItem(); this.btnCancelitem = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); this.comBoxModelitem = new DevExpress.XtraLayout.LayoutControlItem(); this.btnOkitem = new DevExpress.XtraLayout.LayoutControlItem(); this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); this.imgCmbBuildType = new DevExpress.XtraEditors.ImageComboBoxEdit(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)(this.TemplateEditFormlayoutControl1ConvertedLayout)).BeginInit(); this.TemplateEditFormlayoutControl1ConvertedLayout.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.comBoxModel.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNameitem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnCancelitem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.comBoxModelitem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.btnOkitem)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.imgCmbBuildType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); this.SuspendLayout(); // // btnOk // this.btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; this.btnOk.Appearance.Options.UseBackColor = true; this.btnOk.Location = new System.Drawing.Point(12, 148); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(125, 22); this.btnOk.StyleController = this.TemplateEditFormlayoutControl1ConvertedLayout; this.btnOk.TabIndex = 9; this.btnOk.Text = "确定"; this.btnOk.Click += new System.EventHandler(this.btnOk_Click); // // TemplateEditFormlayoutControl1ConvertedLayout // this.TemplateEditFormlayoutControl1ConvertedLayout.Controls.Add(this.comBoxModel); this.TemplateEditFormlayoutControl1ConvertedLayout.Controls.Add(this.txtName); this.TemplateEditFormlayoutControl1ConvertedLayout.Controls.Add(this.btnOk); this.TemplateEditFormlayoutControl1ConvertedLayout.Controls.Add(this.btnCancel); this.TemplateEditFormlayoutControl1ConvertedLayout.Controls.Add(this.imgCmbBuildType); this.TemplateEditFormlayoutControl1ConvertedLayout.Dock = System.Windows.Forms.DockStyle.Fill; this.TemplateEditFormlayoutControl1ConvertedLayout.Location = new System.Drawing.Point(0, 0); this.TemplateEditFormlayoutControl1ConvertedLayout.Name = "TemplateEditFormlayoutControl1ConvertedLayout"; this.TemplateEditFormlayoutControl1ConvertedLayout.Root = this.layoutControlGroup1; this.TemplateEditFormlayoutControl1ConvertedLayout.Size = new System.Drawing.Size(287, 192); this.TemplateEditFormlayoutControl1ConvertedLayout.TabIndex = 16; // // comBoxModel // this.comBoxModel.Location = new System.Drawing.Point(84, 36); this.comBoxModel.Name = "comBoxModel"; this.comBoxModel.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.comBoxModel.Size = new System.Drawing.Size(191, 20); this.comBoxModel.StyleController = this.TemplateEditFormlayoutControl1ConvertedLayout; this.comBoxModel.TabIndex = 13; // // txtName // this.txtName.Location = new System.Drawing.Point(84, 12); this.txtName.Name = "txtName"; this.txtName.Size = new System.Drawing.Size(191, 20); this.txtName.StyleController = this.TemplateEditFormlayoutControl1ConvertedLayout; this.txtName.TabIndex = 12; // // btnCancel // this.btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; this.btnCancel.Appearance.Options.UseBackColor = true; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(141, 148); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(134, 22); this.btnCancel.StyleController = this.TemplateEditFormlayoutControl1ConvertedLayout; this.btnCancel.TabIndex = 10; this.btnCancel.Text = "取消"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // layoutControlGroup1 // this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; this.layoutControlGroup1.GroupBordersVisible = false; this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.txtNameitem, this.btnCancelitem, this.emptySpaceItem1, this.comBoxModelitem, this.btnOkitem, this.emptySpaceItem2, this.layoutControlItem2}); this.layoutControlGroup1.Name = "layoutControlGroup1"; this.layoutControlGroup1.Size = new System.Drawing.Size(287, 192); this.layoutControlGroup1.TextVisible = false; // // txtNameitem // this.txtNameitem.Control = this.txtName; this.txtNameitem.Location = new System.Drawing.Point(0, 0); this.txtNameitem.Name = "txtNameitem"; this.txtNameitem.Size = new System.Drawing.Size(267, 24); this.txtNameitem.Text = "模板名称:"; this.txtNameitem.TextLocation = DevExpress.Utils.Locations.Left; this.txtNameitem.TextSize = new System.Drawing.Size(60, 14); // // btnCancelitem // this.btnCancelitem.Control = this.btnCancel; this.btnCancelitem.Location = new System.Drawing.Point(129, 136); this.btnCancelitem.Name = "btnCancelitem"; this.btnCancelitem.Size = new System.Drawing.Size(138, 36); this.btnCancelitem.TextSize = new System.Drawing.Size(0, 0); this.btnCancelitem.TextVisible = false; // // emptySpaceItem1 // this.emptySpaceItem1.AllowHotTrack = false; this.emptySpaceItem1.Location = new System.Drawing.Point(0, 162); this.emptySpaceItem1.Name = "emptySpaceItem1"; this.emptySpaceItem1.Size = new System.Drawing.Size(129, 10); this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); // // comBoxModelitem // this.comBoxModelitem.Control = this.comBoxModel; this.comBoxModelitem.Location = new System.Drawing.Point(0, 24); this.comBoxModelitem.Name = "comBoxModelitem"; this.comBoxModelitem.Size = new System.Drawing.Size(267, 24); this.comBoxModelitem.Text = "模板分类:"; this.comBoxModelitem.TextLocation = DevExpress.Utils.Locations.Left; this.comBoxModelitem.TextSize = new System.Drawing.Size(60, 14); // // btnOkitem // this.btnOkitem.Control = this.btnOk; this.btnOkitem.Location = new System.Drawing.Point(0, 136); this.btnOkitem.Name = "btnOkitem"; this.btnOkitem.Size = new System.Drawing.Size(129, 26); this.btnOkitem.TextSize = new System.Drawing.Size(0, 0); this.btnOkitem.TextVisible = false; // // emptySpaceItem2 // this.emptySpaceItem2.AllowHotTrack = false; this.emptySpaceItem2.Location = new System.Drawing.Point(0, 72); this.emptySpaceItem2.Name = "emptySpaceItem2"; this.emptySpaceItem2.Size = new System.Drawing.Size(267, 64); this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); // // imgCmbBuildType // this.imgCmbBuildType.Location = new System.Drawing.Point(84, 60); this.imgCmbBuildType.Name = "imgCmbBuildType"; this.imgCmbBuildType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.imgCmbBuildType.Size = new System.Drawing.Size(191, 20); this.imgCmbBuildType.StyleController = this.TemplateEditFormlayoutControl1ConvertedLayout; this.imgCmbBuildType.TabIndex = 15; // // layoutControlItem2 // this.layoutControlItem2.Control = this.imgCmbBuildType; this.layoutControlItem2.Location = new System.Drawing.Point(0, 48); this.layoutControlItem2.Name = "layoutControlItem2"; this.layoutControlItem2.Size = new System.Drawing.Size(267, 24); this.layoutControlItem2.Text = "模板类型:"; this.layoutControlItem2.TextSize = new System.Drawing.Size(60, 14); // // TemplateEditForm // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(287, 192); this.Controls.Add(this.TemplateEditFormlayoutControl1ConvertedLayout); this.Margin = new System.Windows.Forms.Padding(2); this.Name = "TemplateEditForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "编辑模板"; this.Load += new System.EventHandler(this.TemplateEditForm_Load); ((System.ComponentModel.ISupportInitialize)(this.TemplateEditFormlayoutControl1ConvertedLayout)).EndInit(); this.TemplateEditFormlayoutControl1ConvertedLayout.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.comBoxModel.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtName.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtNameitem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnCancelitem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.comBoxModelitem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.btnOkitem)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.imgCmbBuildType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); this.ResumeLayout(false); } #endregion private DevExpress.XtraEditors.SimpleButton btnOk; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraEditors.ComboBoxEdit comBoxModel; private DevExpress.XtraLayout.LayoutControl TemplateEditFormlayoutControl1ConvertedLayout; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem comBoxModelitem; private DevExpress.XtraLayout.LayoutControlItem txtNameitem; private DevExpress.XtraLayout.LayoutControlItem btnOkitem; private DevExpress.XtraLayout.LayoutControlItem btnCancelitem; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbBuildType; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }