namespace IStation.WinFrmUI { partial class ArrayFormatParasCtrl { /// /// 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(); UnitTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); DecimalPlacesTextEdit = new DevExpress.XtraEditors.TextEdit(); UnitValueComboBoxEdit = new DevExpress.XtraEditors.ComboBoxEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)UnitTypeImageComboBoxEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)DecimalPlacesTextEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)UnitValueComboBoxEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(UnitTypeImageComboBoxEdit); layoutControl1.Controls.Add(DecimalPlacesTextEdit); layoutControl1.Controls.Add(UnitValueComboBoxEdit); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Margin = new Padding(4); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1036, 0, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(569, 259); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // UnitTypeImageComboBoxEdit // UnitTypeImageComboBoxEdit.Location = new Point(98, 2); UnitTypeImageComboBoxEdit.Name = "UnitTypeImageComboBoxEdit"; UnitTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); UnitTypeImageComboBoxEdit.Size = new Size(184, 20); UnitTypeImageComboBoxEdit.StyleController = layoutControl1; UnitTypeImageComboBoxEdit.TabIndex = 0; UnitTypeImageComboBoxEdit.EditValueChanged += UnitTypeImageComboBoxEdit_EditValueChanged; // // DecimalPlacesTextEdit // DecimalPlacesTextEdit.Location = new Point(98, 27); DecimalPlacesTextEdit.Name = "DecimalPlacesTextEdit"; DecimalPlacesTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.RegularMaskManager)); DecimalPlacesTextEdit.Properties.MaskSettings.Set("mask", "\\d*"); DecimalPlacesTextEdit.Properties.MaskSettings.Set("placeholder", '\0'); DecimalPlacesTextEdit.Size = new Size(184, 20); DecimalPlacesTextEdit.StyleController = layoutControl1; DecimalPlacesTextEdit.TabIndex = 3; // // UnitValueComboBoxEdit // UnitValueComboBoxEdit.Location = new Point(382, 2); UnitValueComboBoxEdit.Name = "UnitValueComboBoxEdit"; UnitValueComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); UnitValueComboBoxEdit.Size = new Size(185, 20); UnitValueComboBoxEdit.StyleController = layoutControl1; UnitValueComboBoxEdit.TabIndex = 2; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, emptySpaceItem1, layoutControlItem2, emptySpaceItem2 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(569, 259); Root.TextVisible = false; // // layoutControlItem1 // layoutControlItem1.AppearanceItemCaption.Options.UseTextOptions = true; layoutControlItem1.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; layoutControlItem1.Control = UnitTypeImageComboBoxEdit; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.MaxSize = new Size(284, 24); layoutControlItem1.MinSize = new Size(284, 24); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(284, 25); layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem1.Text = "单位类型:"; layoutControlItem1.TextSize = new Size(84, 14); // // layoutControlItem3 // layoutControlItem3.AppearanceItemCaption.Options.UseTextOptions = true; layoutControlItem3.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; layoutControlItem3.Control = DecimalPlacesTextEdit; layoutControlItem3.Location = new Point(0, 25); layoutControlItem3.MaxSize = new Size(284, 24); layoutControlItem3.MinSize = new Size(284, 24); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(284, 24); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.Text = "保留小数位数:"; layoutControlItem3.TextSize = new Size(84, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 49); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(569, 210); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem2 // layoutControlItem2.AppearanceItemCaption.Options.UseTextOptions = true; layoutControlItem2.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; layoutControlItem2.Control = UnitValueComboBoxEdit; layoutControlItem2.Location = new Point(284, 0); layoutControlItem2.MinSize = new Size(50, 25); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(285, 25); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.Text = "单位值:"; layoutControlItem2.TextSize = new Size(84, 14); // // emptySpaceItem2 // emptySpaceItem2.AllowHotTrack = false; emptySpaceItem2.Location = new Point(284, 25); emptySpaceItem2.Name = "emptySpaceItem2"; emptySpaceItem2.Size = new Size(285, 24); emptySpaceItem2.TextSize = new Size(0, 0); // // ArrayFormatParasCtrl // AutoScaleDimensions = new SizeF(7F, 17F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Margin = new Padding(4); Name = "ArrayFormatParasCtrl"; Size = new Size(569, 259); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)UnitTypeImageComboBoxEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)DecimalPlacesTextEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)UnitValueComboBoxEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraEditors.ImageComboBoxEdit UnitTypeImageComboBoxEdit; private DevExpress.XtraEditors.TextEdit DecimalPlacesTextEdit; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraEditors.ComboBoxEdit UnitValueComboBoxEdit; } }