namespace HStation.WinFrmUI { partial class EditPhartDiagramRelationDlg { /// /// 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() { components = new System.ComponentModel.Container(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); txtName = new TextEdit(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); txtImportance = new TextEdit(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); txtDescription = new MemoEdit(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtImportance.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)txtDescription.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(generalOkAndCancelCtrl1); layoutControl1.Controls.Add(txtDescription); layoutControl1.Controls.Add(txtImportance); layoutControl1.Controls.Add(txtName); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(378, 306); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // Root // Root.AppearanceItemCaption.Options.UseTextOptions = true; Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4 }); Root.Name = "Root"; Root.Size = new Size(378, 306); Root.TextVisible = false; // // txtName // txtName.Location = new Point(64, 12); txtName.Name = "txtName"; txtName.Size = new Size(302, 20); txtName.StyleController = layoutControl1; txtName.TabIndex = 0; // // layoutControlItem1 // layoutControlItem1.AllowHtmlStringInCaption = true; layoutControlItem1.Control = txtName; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(358, 24); layoutControlItem1.Text = "*名称:"; layoutControlItem1.TextSize = new Size(40, 14); // // txtImportance // txtImportance.Location = new Point(64, 36); txtImportance.Name = "txtImportance"; txtImportance.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False; txtImportance.Properties.EditFormat.FormatString = "N0"; txtImportance.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; txtImportance.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtImportance.Size = new Size(302, 20); txtImportance.StyleController = layoutControl1; txtImportance.TabIndex = 3; // // layoutControlItem2 // layoutControlItem2.Control = txtImportance; layoutControlItem2.Location = new Point(0, 24); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(358, 24); layoutControlItem2.Text = "重要度:"; layoutControlItem2.TextSize = new Size(40, 14); // // txtDescription // txtDescription.Location = new Point(64, 60); txtDescription.Name = "txtDescription"; txtDescription.Size = new Size(302, 204); txtDescription.StyleController = layoutControl1; txtDescription.TabIndex = 4; // // layoutControlItem3 // layoutControlItem3.Control = txtDescription; layoutControlItem3.Location = new Point(0, 48); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(358, 208); layoutControlItem3.Text = "说明:"; layoutControlItem3.TextSize = new Size(40, 14); // // generalOkAndCancelCtrl1 // generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); generalOkAndCancelCtrl1.Location = new Point(12, 268); generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; generalOkAndCancelCtrl1.Size = new Size(354, 26); generalOkAndCancelCtrl1.TabIndex = 5; // // layoutControlItem4 // layoutControlItem4.Control = generalOkAndCancelCtrl1; layoutControlItem4.Location = new Point(0, 256); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(358, 30); layoutControlItem4.TextSize = new Size(0, 0); layoutControlItem4.TextVisible = false; // // dxErrorProvider1 // dxErrorProvider1.ContainerControl = this; // // EditPhartDiagramRelationDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(378, 306); Controls.Add(layoutControl1); Name = "EditPhartDiagramRelationDlg"; StartPosition = FormStartPosition.CenterParent; Text = "编辑"; ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)txtName.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)txtImportance.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)txtDescription.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); ((System.ComponentModel.ISupportInitialize)dxErrorProvider1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; private MemoEdit txtDescription; private TextEdit txtImportance; private TextEdit txtName; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; } }