namespace HStation.WinFrmUI { partial class XhsProjectBasicInfoViewCtrl { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); txtFlags = new DevExpress.XtraEditors.TextEdit(); txtDescription = new DevExpress.XtraEditors.MemoEdit(); txtTagNme = new DevExpress.XtraEditors.TextEdit(); txtAddress = new DevExpress.XtraEditors.TextEdit(); txtCustomer = new DevExpress.XtraEditors.TextEdit(); txtName = new DevExpress.XtraEditors.TextEdit(); txtNO = new DevExpress.XtraEditors.TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)txtFlags.Properties).BeginInit(); ((ISupportInitialize)txtDescription.Properties).BeginInit(); ((ISupportInitialize)txtTagNme.Properties).BeginInit(); ((ISupportInitialize)txtAddress.Properties).BeginInit(); ((ISupportInitialize)txtCustomer.Properties).BeginInit(); ((ISupportInitialize)txtName.Properties).BeginInit(); ((ISupportInitialize)txtNO.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)layoutControlItem7).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(txtFlags); layoutControl1.Controls.Add(txtDescription); layoutControl1.Controls.Add(txtTagNme); layoutControl1.Controls.Add(txtAddress); layoutControl1.Controls.Add(txtCustomer); layoutControl1.Controls.Add(txtName); layoutControl1.Controls.Add(txtNO); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1200, 175, 650, 400); layoutControl1.OptionsView.IsReadOnly = DevExpress.Utils.DefaultBoolean.True; layoutControl1.Root = Root; layoutControl1.Size = new Size(788, 503); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // txtFlags // txtFlags.Location = new Point(60, 60); txtFlags.Name = "txtFlags"; txtFlags.Properties.ReadOnly = true; txtFlags.Properties.UseReadOnlyAppearance = false; txtFlags.Size = new Size(332, 20); txtFlags.StyleController = layoutControl1; txtFlags.TabIndex = 9; // // txtDescription // txtDescription.Location = new Point(60, 84); txtDescription.Name = "txtDescription"; txtDescription.Properties.ReadOnly = true; txtDescription.Properties.UseReadOnlyAppearance = false; txtDescription.Size = new Size(716, 407); txtDescription.StyleController = layoutControl1; txtDescription.TabIndex = 8; // // txtTagNme // txtTagNme.Location = new Point(444, 60); txtTagNme.Name = "txtTagNme"; txtTagNme.Properties.ReadOnly = true; txtTagNme.Properties.UseReadOnlyAppearance = false; txtTagNme.Size = new Size(332, 20); txtTagNme.StyleController = layoutControl1; txtTagNme.TabIndex = 6; // // txtAddress // txtAddress.Location = new Point(444, 36); txtAddress.Name = "txtAddress"; txtAddress.Properties.ReadOnly = true; txtAddress.Properties.UseReadOnlyAppearance = false; txtAddress.Size = new Size(332, 20); txtAddress.StyleController = layoutControl1; txtAddress.TabIndex = 4; // // txtCustomer // txtCustomer.Location = new Point(60, 36); txtCustomer.Name = "txtCustomer"; txtCustomer.Properties.ReadOnly = true; txtCustomer.Properties.UseReadOnlyAppearance = false; txtCustomer.Size = new Size(332, 20); txtCustomer.StyleController = layoutControl1; txtCustomer.TabIndex = 3; // // txtName // txtName.Location = new Point(444, 12); txtName.Name = "txtName"; txtName.Properties.ReadOnly = true; txtName.Properties.UseReadOnlyAppearance = false; txtName.Size = new Size(332, 20); txtName.StyleController = layoutControl1; txtName.TabIndex = 2; // // txtNO // txtNO.Location = new Point(60, 12); txtNO.Name = "txtNO"; txtNO.Properties.ReadOnly = true; txtNO.Properties.UseReadOnlyAppearance = false; txtNO.Size = new Size(332, 20); txtNO.StyleController = layoutControl1; txtNO.TabIndex = 0; // // 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, layoutControlItem6, layoutControlItem7, layoutControlItem5 }); Root.Name = "Root"; Root.Size = new Size(788, 503); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.Control = txtNO; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(384, 24); layoutControlItem1.Text = "编号:"; layoutControlItem1.TextSize = new Size(36, 14); // // layoutControlItem2 // layoutControlItem2.AllowHtmlStringInCaption = true; layoutControlItem2.Control = txtName; layoutControlItem2.Location = new Point(384, 0); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(384, 24); layoutControlItem2.Text = "名称:"; layoutControlItem2.TextSize = new Size(36, 14); // // layoutControlItem3 // layoutControlItem3.Control = txtCustomer; layoutControlItem3.Location = new Point(0, 24); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(384, 24); layoutControlItem3.Text = "客户:"; layoutControlItem3.TextSize = new Size(36, 14); // // layoutControlItem4 // layoutControlItem4.Control = txtAddress; layoutControlItem4.Location = new Point(384, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(384, 24); layoutControlItem4.Text = "地址:"; layoutControlItem4.TextSize = new Size(36, 14); // // layoutControlItem6 // layoutControlItem6.Control = txtTagNme; layoutControlItem6.Location = new Point(384, 48); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(384, 24); layoutControlItem6.Text = "标志:"; layoutControlItem6.TextSize = new Size(36, 14); // // layoutControlItem7 // layoutControlItem7.Control = txtDescription; layoutControlItem7.Location = new Point(0, 72); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Size = new Size(768, 411); layoutControlItem7.Text = "说明"; layoutControlItem7.TextSize = new Size(36, 14); // // layoutControlItem5 // layoutControlItem5.Control = txtFlags; layoutControlItem5.Location = new Point(0, 48); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(384, 24); layoutControlItem5.Text = "标签:"; layoutControlItem5.TextSize = new Size(36, 14); // // XhsProjectViewCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "XhsProjectViewCtrl"; Size = new Size(788, 503); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)txtFlags.Properties).EndInit(); ((ISupportInitialize)txtDescription.Properties).EndInit(); ((ISupportInitialize)txtTagNme.Properties).EndInit(); ((ISupportInitialize)txtAddress.Properties).EndInit(); ((ISupportInitialize)txtCustomer.Properties).EndInit(); ((ISupportInitialize)txtName.Properties).EndInit(); ((ISupportInitialize)txtNO.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)layoutControlItem7).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.TextEdit txtFlags; private DevExpress.XtraEditors.MemoEdit txtDescription; private DevExpress.XtraEditors.TextEdit txtTagNme; private DevExpress.XtraEditors.TextEdit txtAddress; private DevExpress.XtraEditors.TextEdit txtCustomer; private DevExpress.XtraEditors.TextEdit txtName; private DevExpress.XtraEditors.TextEdit txtNO; 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.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; } }