namespace Ips.Sps.Tsks { partial class TskAdCardSetForm { /// /// 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(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject(); DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject(); bsTskAdCard = new DevExpress.Xpo.XPBindingSource(components); dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl(); btnCancel = new DevExpress.XtraEditors.SimpleButton(); btnSave = new DevExpress.XtraEditors.SimpleButton(); TriggerModeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); ClockerTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit(); MutilTextEdit = new DevExpress.XtraEditors.TextEdit(); ClockFreqButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); DdcFreqButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); StorePathButtonEdit = new DevExpress.XtraEditors.ButtonEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); ItemForTriggerMode = new DevExpress.XtraLayout.LayoutControlItem(); ItemForStorePath = new DevExpress.XtraLayout.LayoutControlItem(); ItemForClockerType = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); ItemForClockFreq = new DevExpress.XtraLayout.LayoutControlItem(); ItemForDdcFreq = new DevExpress.XtraLayout.LayoutControlItem(); ItemForMutil = new DevExpress.XtraLayout.LayoutControlItem(); CodeTextEdit = new DevExpress.XtraEditors.TextEdit(); ItemForCode = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)bsTskAdCard).BeginInit(); ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit(); dataLayoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)TriggerModeImageComboBoxEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)ClockerTypeImageComboBoxEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)MutilTextEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)ClockFreqButtonEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)DdcFreqButtonEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)StorePathButtonEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForTriggerMode).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForStorePath).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForClockerType).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForClockFreq).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForDdcFreq).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForMutil).BeginInit(); ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)ItemForCode).BeginInit(); SuspendLayout(); // // bsTskAdCard // bsTskAdCard.ObjectType = typeof(TskAdCard); // // dataLayoutControl1 // dataLayoutControl1.Controls.Add(btnCancel); dataLayoutControl1.Controls.Add(btnSave); dataLayoutControl1.Controls.Add(TriggerModeImageComboBoxEdit); dataLayoutControl1.Controls.Add(ClockerTypeImageComboBoxEdit); dataLayoutControl1.Controls.Add(MutilTextEdit); dataLayoutControl1.Controls.Add(ClockFreqButtonEdit); dataLayoutControl1.Controls.Add(DdcFreqButtonEdit); dataLayoutControl1.Controls.Add(StorePathButtonEdit); dataLayoutControl1.Controls.Add(CodeTextEdit); dataLayoutControl1.DataSource = bsTskAdCard; dataLayoutControl1.Dock = DockStyle.Fill; dataLayoutControl1.Location = new Point(0, 0); dataLayoutControl1.Name = "dataLayoutControl1"; dataLayoutControl1.Root = Root; dataLayoutControl1.Size = new Size(576, 133); dataLayoutControl1.TabIndex = 0; dataLayoutControl1.Text = "dataLayoutControl1"; // // btnCancel // btnCancel.Location = new Point(498, 99); btnCancel.Name = "btnCancel"; btnCancel.Size = new Size(66, 22); btnCancel.StyleController = dataLayoutControl1; btnCancel.TabIndex = 9; btnCancel.Text = "取消"; // // btnSave // btnSave.Location = new Point(428, 99); btnSave.Name = "btnSave"; btnSave.Size = new Size(66, 22); btnSave.StyleController = dataLayoutControl1; btnSave.TabIndex = 8; btnSave.Text = "保存"; btnSave.Click += btnSave_Click; // // TriggerModeImageComboBoxEdit // TriggerModeImageComboBoxEdit.DataBindings.Add(new Binding("EditValue", bsTskAdCard, "TriggerMode", true, DataSourceUpdateMode.OnPropertyChanged)); TriggerModeImageComboBoxEdit.Location = new Point(270, 12); TriggerModeImageComboBoxEdit.Name = "TriggerModeImageComboBoxEdit"; TriggerModeImageComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true; TriggerModeImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; TriggerModeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); TriggerModeImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("内触发", Library.Entity.AdTriggerMode.In, 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("外触发", Library.Entity.AdTriggerMode.Out, 1) }); TriggerModeImageComboBoxEdit.Properties.UseCtrlScroll = true; TriggerModeImageComboBoxEdit.Size = new Size(108, 20); TriggerModeImageComboBoxEdit.StyleController = dataLayoutControl1; TriggerModeImageComboBoxEdit.TabIndex = 2; // // ClockerTypeImageComboBoxEdit // ClockerTypeImageComboBoxEdit.DataBindings.Add(new Binding("EditValue", bsTskAdCard, "ClockerType", true, DataSourceUpdateMode.OnPropertyChanged)); ClockerTypeImageComboBoxEdit.Location = new Point(454, 12); ClockerTypeImageComboBoxEdit.Name = "ClockerTypeImageComboBoxEdit"; ClockerTypeImageComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true; ClockerTypeImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; ClockerTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); ClockerTypeImageComboBoxEdit.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("内时钟", Library.Entity.AdClockType.In, 0), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("外时钟", Library.Entity.AdClockType.Out, 1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("外参考", Library.Entity.AdClockType.OutRef, 2) }); ClockerTypeImageComboBoxEdit.Properties.UseCtrlScroll = true; ClockerTypeImageComboBoxEdit.Size = new Size(110, 20); ClockerTypeImageComboBoxEdit.StyleController = dataLayoutControl1; ClockerTypeImageComboBoxEdit.TabIndex = 3; // // MutilTextEdit // MutilTextEdit.DataBindings.Add(new Binding("EditValue", bsTskAdCard, "Mutil", true, DataSourceUpdateMode.OnPropertyChanged)); MutilTextEdit.Location = new Point(454, 36); MutilTextEdit.Name = "MutilTextEdit"; MutilTextEdit.Properties.Appearance.Options.UseTextOptions = true; MutilTextEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; MutilTextEdit.Properties.Mask.UseMaskAsDisplayFormat = true; MutilTextEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); MutilTextEdit.Properties.MaskSettings.Set("mask", "N0"); MutilTextEdit.Size = new Size(110, 20); MutilTextEdit.StyleController = dataLayoutControl1; MutilTextEdit.TabIndex = 6; // // ClockFreqButtonEdit // ClockFreqButtonEdit.DataBindings.Add(new Binding("EditValue", bsTskAdCard, "ClockFreq", true, DataSourceUpdateMode.OnPropertyChanged)); ClockFreqButtonEdit.Location = new Point(84, 36); ClockFreqButtonEdit.Name = "ClockFreqButtonEdit"; ClockFreqButtonEdit.Properties.Appearance.Options.UseTextOptions = true; ClockFreqButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; ClockFreqButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); ClockFreqButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true; ClockFreqButtonEdit.Size = new Size(110, 23); ClockFreqButtonEdit.StyleController = dataLayoutControl1; ClockFreqButtonEdit.TabIndex = 4; // // DdcFreqButtonEdit // DdcFreqButtonEdit.DataBindings.Add(new Binding("EditValue", bsTskAdCard, "DdcFreq", true, DataSourceUpdateMode.OnPropertyChanged)); DdcFreqButtonEdit.Location = new Point(270, 36); DdcFreqButtonEdit.Name = "DdcFreqButtonEdit"; DdcFreqButtonEdit.Properties.Appearance.Options.UseTextOptions = true; DdcFreqButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near; DdcFreqButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "MHz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) }); DdcFreqButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true; DdcFreqButtonEdit.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); DdcFreqButtonEdit.Properties.MaskSettings.Set("mask", "F"); DdcFreqButtonEdit.Size = new Size(108, 23); DdcFreqButtonEdit.StyleController = dataLayoutControl1; DdcFreqButtonEdit.TabIndex = 5; // // StorePathButtonEdit // StorePathButtonEdit.DataBindings.Add(new Binding("EditValue", bsTskAdCard, "StorePath", true, DataSourceUpdateMode.OnPropertyChanged)); StorePathButtonEdit.Location = new Point(84, 63); StorePathButtonEdit.Name = "StorePathButtonEdit"; StorePathButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); StorePathButtonEdit.Size = new Size(480, 20); StorePathButtonEdit.StyleController = dataLayoutControl1; StorePathButtonEdit.TabIndex = 7; StorePathButtonEdit.ButtonClick += StorePathButtonEdit_ButtonClick; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 }); Root.Name = "Root"; Root.Size = new Size(576, 133); Root.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.AllowDrawBackground = false; layoutControlGroup1.GroupBordersVisible = false; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForTriggerMode, ItemForStorePath, ItemForClockerType, emptySpaceItem1, layoutControlItem1, layoutControlItem2, emptySpaceItem2, ItemForClockFreq, ItemForDdcFreq, ItemForMutil, ItemForCode }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "autoGeneratedGroup0"; layoutControlGroup1.Size = new Size(556, 113); // // ItemForTriggerMode // ItemForTriggerMode.Control = TriggerModeImageComboBoxEdit; ItemForTriggerMode.Location = new Point(186, 0); ItemForTriggerMode.Name = "ItemForTriggerMode"; ItemForTriggerMode.Size = new Size(184, 24); ItemForTriggerMode.Text = "触发模式"; ItemForTriggerMode.TextSize = new Size(60, 14); // // ItemForStorePath // ItemForStorePath.Control = StorePathButtonEdit; ItemForStorePath.Location = new Point(0, 51); ItemForStorePath.Name = "ItemForStorePath"; ItemForStorePath.Size = new Size(556, 24); ItemForStorePath.Text = "存储路径"; ItemForStorePath.TextSize = new Size(60, 14); // // ItemForClockerType // ItemForClockerType.Control = ClockerTypeImageComboBoxEdit; ItemForClockerType.Location = new Point(370, 0); ItemForClockerType.Name = "ItemForClockerType"; ItemForClockerType.Size = new Size(186, 24); ItemForClockerType.Text = "时钟类型"; ItemForClockerType.TextSize = new Size(60, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(0, 75); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(556, 12); emptySpaceItem1.TextSize = new Size(0, 0); // // layoutControlItem1 // layoutControlItem1.Control = btnSave; layoutControlItem1.Location = new Point(416, 87); layoutControlItem1.MaxSize = new Size(70, 26); layoutControlItem1.MinSize = new Size(70, 26); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(70, 26); layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = btnCancel; layoutControlItem2.Location = new Point(486, 87); layoutControlItem2.MaxSize = new Size(70, 26); layoutControlItem2.MinSize = new Size(70, 26); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(70, 26); layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never; // // emptySpaceItem2 // emptySpaceItem2.AllowHotTrack = false; emptySpaceItem2.Location = new Point(0, 87); emptySpaceItem2.Name = "emptySpaceItem2"; emptySpaceItem2.Size = new Size(416, 26); emptySpaceItem2.TextSize = new Size(0, 0); // // ItemForClockFreq // ItemForClockFreq.Control = ClockFreqButtonEdit; ItemForClockFreq.Location = new Point(0, 24); ItemForClockFreq.Name = "ItemForClockFreq"; ItemForClockFreq.Size = new Size(186, 27); ItemForClockFreq.Text = "时钟频率"; ItemForClockFreq.TextSize = new Size(60, 14); // // ItemForDdcFreq // ItemForDdcFreq.Control = DdcFreqButtonEdit; ItemForDdcFreq.Location = new Point(186, 24); ItemForDdcFreq.Name = "ItemForDdcFreq"; ItemForDdcFreq.Size = new Size(184, 27); ItemForDdcFreq.Text = "DDC频率"; ItemForDdcFreq.TextSize = new Size(60, 14); // // ItemForMutil // ItemForMutil.Control = MutilTextEdit; ItemForMutil.Location = new Point(370, 24); ItemForMutil.Name = "ItemForMutil"; ItemForMutil.Size = new Size(186, 27); ItemForMutil.Text = "抽取倍数"; ItemForMutil.TextSize = new Size(60, 14); // // CodeTextEdit // CodeTextEdit.DataBindings.Add(new Binding("EditValue", bsTskAdCard, "Code", true)); CodeTextEdit.Location = new Point(84, 12); CodeTextEdit.Name = "CodeTextEdit"; CodeTextEdit.Size = new Size(110, 20); CodeTextEdit.StyleController = dataLayoutControl1; CodeTextEdit.TabIndex = 0; // // ItemForCode // ItemForCode.Control = CodeTextEdit; ItemForCode.Location = new Point(0, 0); ItemForCode.Name = "ItemForCode"; ItemForCode.Size = new Size(186, 24); ItemForCode.Text = "采集卡编码"; ItemForCode.TextSize = new Size(60, 14); // // TskAdCardSetForm // AcceptButton = btnSave; AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; CancelButton = btnCancel; ClientSize = new Size(576, 133); Controls.Add(dataLayoutControl1); IconOptions.ShowIcon = false; Name = "TskAdCardSetForm"; ShowInTaskbar = false; StartPosition = FormStartPosition.CenterParent; Text = "采集卡设置"; ((System.ComponentModel.ISupportInitialize)bsTskAdCard).EndInit(); ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit(); dataLayoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)TriggerModeImageComboBoxEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)ClockerTypeImageComboBoxEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)MutilTextEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)ClockFreqButtonEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)DdcFreqButtonEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)StorePathButtonEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForTriggerMode).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForStorePath).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForClockerType).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForClockFreq).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForDdcFreq).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForMutil).EndInit(); ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)ItemForCode).EndInit(); ResumeLayout(false); } #endregion private DevExpress.Xpo.XPBindingSource bsTskAdCard; private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1; private DevExpress.XtraEditors.ImageComboBoxEdit TriggerModeImageComboBoxEdit; private DevExpress.XtraEditors.ImageComboBoxEdit ClockerTypeImageComboBoxEdit; private DevExpress.XtraEditors.TextEdit MutilTextEdit; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem ItemForTriggerMode; private DevExpress.XtraLayout.LayoutControlItem ItemForClockerType; private DevExpress.XtraLayout.LayoutControlItem ItemForClockFreq; private DevExpress.XtraLayout.LayoutControlItem ItemForDdcFreq; private DevExpress.XtraLayout.LayoutControlItem ItemForMutil; private DevExpress.XtraLayout.LayoutControlItem ItemForStorePath; private DevExpress.XtraEditors.SimpleButton btnCancel; private DevExpress.XtraEditors.SimpleButton btnSave; private DevExpress.XtraEditors.ButtonEdit ClockFreqButtonEdit; private DevExpress.XtraEditors.ButtonEdit DdcFreqButtonEdit; private DevExpress.XtraEditors.ButtonEdit StorePathButtonEdit; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private DevExpress.XtraEditors.TextEdit CodeTextEdit; private DevExpress.XtraLayout.LayoutControlItem ItemForCode; } }