123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505 |
- namespace DW5S.App.EditForms
- {
- partial class StationEditor
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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();
- DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
- DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
- layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- grdChannelList = new DevExpress.XtraGrid.GridControl();
- gvChannelList = new DevExpress.XtraGrid.Views.Grid.GridView();
- checkEnable = new DevExpress.XtraEditors.CheckEdit();
- btnOk = new DevExpress.XtraEditors.SimpleButton();
- btnCancle = new DevExpress.XtraEditors.SimpleButton();
- txtStorePath = new DevExpress.XtraEditors.TextEdit();
- txtStationName = new DevExpress.XtraEditors.TextEdit();
- txtClockFreq = new DevExpress.XtraEditors.ButtonEdit();
- txtStationAddress = new DevExpress.XtraEditors.TextEdit();
- cbTriggerMode = new DevExpress.XtraEditors.ImageComboBoxEdit();
- cbClockerType = new DevExpress.XtraEditors.ImageComboBoxEdit();
- txtDdcFreq = new DevExpress.XtraEditors.ButtonEdit();
- txtMutil = new DevExpress.XtraEditors.ButtonEdit();
- Root = new DevExpress.XtraLayout.LayoutControlGroup();
- layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- GroupChannel = new DevExpress.XtraLayout.LayoutControlGroup();
- layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
- layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
- dxErrorProvider = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
- ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
- layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)grdChannelList).BeginInit();
- ((System.ComponentModel.ISupportInitialize)gvChannelList).BeginInit();
- ((System.ComponentModel.ISupportInitialize)checkEnable.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtStorePath.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtStationName.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtClockFreq.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtStationAddress.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)cbTriggerMode.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)cbClockerType.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtDdcFreq.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtMutil.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem9).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem10).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
- ((System.ComponentModel.ISupportInitialize)GroupChannel).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem13).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem11).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem12).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem8).BeginInit();
- ((System.ComponentModel.ISupportInitialize)dxErrorProvider).BeginInit();
- SuspendLayout();
- //
- // layoutControl1
- //
- layoutControl1.Controls.Add(grdChannelList);
- layoutControl1.Controls.Add(checkEnable);
- layoutControl1.Controls.Add(btnOk);
- layoutControl1.Controls.Add(btnCancle);
- layoutControl1.Controls.Add(txtStorePath);
- layoutControl1.Controls.Add(txtStationName);
- layoutControl1.Controls.Add(txtClockFreq);
- layoutControl1.Controls.Add(txtStationAddress);
- layoutControl1.Controls.Add(cbTriggerMode);
- layoutControl1.Controls.Add(cbClockerType);
- layoutControl1.Controls.Add(txtDdcFreq);
- layoutControl1.Controls.Add(txtMutil);
- layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- layoutControl1.Location = new System.Drawing.Point(0, 0);
- layoutControl1.Name = "layoutControl1";
- layoutControl1.Root = Root;
- layoutControl1.Size = new System.Drawing.Size(790, 500);
- layoutControl1.TabIndex = 0;
- layoutControl1.Text = "layoutControl1";
- //
- // grdChannelList
- //
- grdChannelList.DataMember = "AdChannels";
- grdChannelList.Location = new System.Drawing.Point(24, 133);
- grdChannelList.MainView = gvChannelList;
- grdChannelList.Name = "grdChannelList";
- grdChannelList.Size = new System.Drawing.Size(742, 317);
- grdChannelList.TabIndex = 10;
- grdChannelList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvChannelList });
- //
- // gvChannelList
- //
- gvChannelList.Appearance.Row.Options.UseTextOptions = true;
- gvChannelList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- gvChannelList.GridControl = grdChannelList;
- gvChannelList.Name = "gvChannelList";
- gvChannelList.OptionsBehavior.EditorShowMode = DevExpress.Utils.EditorShowMode.MouseDownFocused;
- gvChannelList.OptionsSelection.MultiSelect = true;
- gvChannelList.OptionsView.ShowGroupPanel = false;
- //
- // checkEnable
- //
- checkEnable.Location = new System.Drawing.Point(683, 72);
- checkEnable.MinimumSize = new System.Drawing.Size(0, 23);
- checkEnable.Name = "checkEnable";
- checkEnable.Properties.Caption = "是否启用";
- checkEnable.Size = new System.Drawing.Size(95, 23);
- checkEnable.StyleController = layoutControl1;
- checkEnable.TabIndex = 9;
- //
- // btnOk
- //
- btnOk.Location = new System.Drawing.Point(649, 466);
- btnOk.Name = "btnOk";
- btnOk.Size = new System.Drawing.Size(61, 22);
- btnOk.StyleController = layoutControl1;
- btnOk.TabIndex = 12;
- btnOk.Text = "确定";
- btnOk.Click += btnOk_Click;
- //
- // btnCancle
- //
- btnCancle.Location = new System.Drawing.Point(714, 466);
- btnCancle.Name = "btnCancle";
- btnCancle.Size = new System.Drawing.Size(64, 22);
- btnCancle.StyleController = layoutControl1;
- btnCancle.TabIndex = 11;
- btnCancle.Text = "取消";
- btnCancle.Click += btnCancle_Click;
- //
- // txtStorePath
- //
- txtStorePath.Location = new System.Drawing.Point(12, 73);
- txtStorePath.MinimumSize = new System.Drawing.Size(0, 23);
- txtStorePath.Name = "txtStorePath";
- txtStorePath.Properties.NullValuePrompt = "采集存储路径E:\\\\data";
- txtStorePath.Size = new System.Drawing.Size(327, 23);
- txtStorePath.StyleController = layoutControl1;
- txtStorePath.TabIndex = 7;
- //
- // txtStationName
- //
- txtStationName.Location = new System.Drawing.Point(12, 29);
- txtStationName.MinimumSize = new System.Drawing.Size(0, 23);
- txtStationName.Name = "txtStationName";
- txtStationName.Size = new System.Drawing.Size(218, 23);
- txtStationName.StyleController = layoutControl1;
- txtStationName.TabIndex = 0;
- //
- // txtClockFreq
- //
- txtClockFreq.Location = new System.Drawing.Point(458, 29);
- txtClockFreq.MinimumSize = new System.Drawing.Size(0, 23);
- txtClockFreq.Name = "txtClockFreq";
- txtClockFreq.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(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
- txtClockFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- txtClockFreq.Properties.MaskSettings.Set("mask", "f3");
- txtClockFreq.Properties.NullValuePrompt = "时钟频率值";
- txtClockFreq.Size = new System.Drawing.Size(103, 23);
- txtClockFreq.StyleController = layoutControl1;
- txtClockFreq.TabIndex = 4;
- //
- // txtStationAddress
- //
- txtStationAddress.Location = new System.Drawing.Point(343, 73);
- txtStationAddress.MinimumSize = new System.Drawing.Size(0, 23);
- txtStationAddress.Name = "txtStationAddress";
- txtStationAddress.Properties.NullValuePrompt = "站点所在地址192.168.1.20:5020";
- txtStationAddress.Size = new System.Drawing.Size(336, 23);
- txtStationAddress.StyleController = layoutControl1;
- txtStationAddress.TabIndex = 8;
- //
- // cbTriggerMode
- //
- cbTriggerMode.Location = new System.Drawing.Point(234, 29);
- cbTriggerMode.MinimumSize = new System.Drawing.Size(0, 23);
- cbTriggerMode.Name = "cbTriggerMode";
- cbTriggerMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- cbTriggerMode.Size = new System.Drawing.Size(113, 23);
- cbTriggerMode.StyleController = layoutControl1;
- cbTriggerMode.TabIndex = 2;
- //
- // cbClockerType
- //
- cbClockerType.Location = new System.Drawing.Point(351, 29);
- cbClockerType.MinimumSize = new System.Drawing.Size(0, 23);
- cbClockerType.Name = "cbClockerType";
- cbClockerType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- cbClockerType.Size = new System.Drawing.Size(103, 23);
- cbClockerType.StyleController = layoutControl1;
- cbClockerType.TabIndex = 3;
- //
- // txtDdcFreq
- //
- txtDdcFreq.Location = new System.Drawing.Point(565, 29);
- txtDdcFreq.MinimumSize = new System.Drawing.Size(0, 23);
- txtDdcFreq.Name = "txtDdcFreq";
- txtDdcFreq.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(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
- txtDdcFreq.Properties.NullValuePrompt = "DDC频率值";
- txtDdcFreq.Size = new System.Drawing.Size(114, 23);
- txtDdcFreq.StyleController = layoutControl1;
- txtDdcFreq.TabIndex = 5;
- //
- // txtMutil
- //
- txtMutil.Location = new System.Drawing.Point(683, 29);
- txtMutil.MinimumSize = new System.Drawing.Size(0, 23);
- txtMutil.Name = "txtMutil";
- txtMutil.Properties.NullValuePrompt = "抽取倍数值";
- txtMutil.Size = new System.Drawing.Size(95, 23);
- txtMutil.StyleController = layoutControl1;
- txtMutil.TabIndex = 6;
- //
- // Root
- //
- Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- Root.GroupBordersVisible = false;
- Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem9, layoutControlItem10, layoutControlItem5, layoutControlItem6, GroupChannel, layoutControlItem4, layoutControlItem3, layoutControlItem11, layoutControlItem12, layoutControlItem2, emptySpaceItem2, layoutControlItem7 });
- Root.Name = "Root";
- Root.Size = new System.Drawing.Size(790, 500);
- Root.TextVisible = false;
- //
- // layoutControlItem1
- //
- layoutControlItem1.Control = txtStationName;
- layoutControlItem1.CustomizationFormText = "站点名称";
- layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- layoutControlItem1.Name = "layoutControlItem1";
- layoutControlItem1.Size = new System.Drawing.Size(222, 44);
- layoutControlItem1.Text = "采集名称";
- layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem1.TextSize = new System.Drawing.Size(72, 14);
- //
- // layoutControlItem9
- //
- layoutControlItem9.Control = cbTriggerMode;
- layoutControlItem9.Location = new System.Drawing.Point(222, 0);
- layoutControlItem9.Name = "layoutControlItem9";
- layoutControlItem9.Size = new System.Drawing.Size(117, 44);
- layoutControlItem9.Text = "触发模式";
- layoutControlItem9.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem9.TextSize = new System.Drawing.Size(72, 14);
- //
- // layoutControlItem10
- //
- layoutControlItem10.Control = cbClockerType;
- layoutControlItem10.Location = new System.Drawing.Point(339, 0);
- layoutControlItem10.Name = "layoutControlItem10";
- layoutControlItem10.Size = new System.Drawing.Size(107, 44);
- layoutControlItem10.Text = "时钟类型";
- layoutControlItem10.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem10.TextSize = new System.Drawing.Size(72, 14);
- //
- // layoutControlItem5
- //
- layoutControlItem5.Control = txtStorePath;
- layoutControlItem5.Location = new System.Drawing.Point(0, 44);
- layoutControlItem5.Name = "layoutControlItem5";
- layoutControlItem5.Size = new System.Drawing.Size(331, 44);
- layoutControlItem5.Text = "存储路径";
- layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem5.TextSize = new System.Drawing.Size(72, 14);
- //
- // layoutControlItem6
- //
- layoutControlItem6.Control = btnCancle;
- layoutControlItem6.Location = new System.Drawing.Point(702, 454);
- layoutControlItem6.Name = "layoutControlItem6";
- layoutControlItem6.Size = new System.Drawing.Size(68, 26);
- layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem6.TextVisible = false;
- //
- // GroupChannel
- //
- buttonImageOptions1.ImageUri.Uri = "icon%20builder/actions_add";
- buttonImageOptions1.SvgImageSize = new System.Drawing.Size(16, 16);
- buttonImageOptions2.ImageUri.Uri = "Delete";
- buttonImageOptions2.SvgImageSize = new System.Drawing.Size(16, 16);
- GroupChannel.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("添加", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1), new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("删除", false, buttonImageOptions2, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1) });
- GroupChannel.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
- GroupChannel.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem13 });
- GroupChannel.Location = new System.Drawing.Point(0, 88);
- GroupChannel.Name = "GroupChannel";
- GroupChannel.Size = new System.Drawing.Size(770, 366);
- GroupChannel.Text = "采集通道";
- GroupChannel.CustomButtonClick += GroupChannel_CustomButtonClick;
- //
- // layoutControlItem13
- //
- layoutControlItem13.Control = grdChannelList;
- layoutControlItem13.Location = new System.Drawing.Point(0, 0);
- layoutControlItem13.Name = "layoutControlItem13";
- layoutControlItem13.Size = new System.Drawing.Size(746, 321);
- layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem13.TextVisible = false;
- //
- // layoutControlItem4
- //
- layoutControlItem4.Control = checkEnable;
- layoutControlItem4.Location = new System.Drawing.Point(671, 44);
- layoutControlItem4.Name = "layoutControlItem4";
- layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 18, 2);
- layoutControlItem4.Size = new System.Drawing.Size(99, 44);
- layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem4.TextVisible = false;
- //
- // layoutControlItem3
- //
- layoutControlItem3.Control = txtClockFreq;
- layoutControlItem3.Location = new System.Drawing.Point(446, 0);
- layoutControlItem3.Name = "layoutControlItem3";
- layoutControlItem3.Size = new System.Drawing.Size(107, 44);
- layoutControlItem3.Text = "时钟频率";
- layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem3.TextSize = new System.Drawing.Size(72, 14);
- //
- // layoutControlItem11
- //
- layoutControlItem11.Control = txtDdcFreq;
- layoutControlItem11.Location = new System.Drawing.Point(553, 0);
- layoutControlItem11.Name = "layoutControlItem11";
- layoutControlItem11.Size = new System.Drawing.Size(118, 44);
- layoutControlItem11.Text = "DDC频率";
- layoutControlItem11.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem11.TextSize = new System.Drawing.Size(72, 14);
- //
- // layoutControlItem12
- //
- layoutControlItem12.Control = txtMutil;
- layoutControlItem12.Location = new System.Drawing.Point(671, 0);
- layoutControlItem12.Name = "layoutControlItem12";
- layoutControlItem12.Size = new System.Drawing.Size(99, 44);
- layoutControlItem12.Text = "抽取倍数";
- layoutControlItem12.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem12.TextSize = new System.Drawing.Size(72, 14);
- //
- // layoutControlItem2
- //
- layoutControlItem2.Control = txtStationAddress;
- layoutControlItem2.Location = new System.Drawing.Point(331, 44);
- layoutControlItem2.Name = "layoutControlItem2";
- layoutControlItem2.Size = new System.Drawing.Size(340, 44);
- layoutControlItem2.Text = "采集服务地址";
- layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem2.TextSize = new System.Drawing.Size(72, 14);
- //
- // emptySpaceItem2
- //
- emptySpaceItem2.AllowHotTrack = false;
- emptySpaceItem2.Location = new System.Drawing.Point(0, 454);
- emptySpaceItem2.Name = "emptySpaceItem2";
- emptySpaceItem2.Size = new System.Drawing.Size(637, 26);
- emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
- //
- // layoutControlItem7
- //
- layoutControlItem7.Control = btnOk;
- layoutControlItem7.Location = new System.Drawing.Point(637, 454);
- layoutControlItem7.Name = "layoutControlItem7";
- layoutControlItem7.Size = new System.Drawing.Size(65, 26);
- layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem7.TextVisible = false;
- //
- // layoutControlItem8
- //
- layoutControlItem8.Location = new System.Drawing.Point(0, 212);
- layoutControlItem8.MinSize = new System.Drawing.Size(50, 25);
- layoutControlItem8.Name = "layoutControlItem8";
- layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 14, 2);
- layoutControlItem8.Size = new System.Drawing.Size(247, 57);
- layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- layoutControlItem8.Text = "信号类型";
- layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem8.TextSize = new System.Drawing.Size(72, 14);
- //
- // dxErrorProvider
- //
- dxErrorProvider.ContainerControl = this;
- //
- // StationEditor
- //
- AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- ClientSize = new System.Drawing.Size(790, 500);
- Controls.Add(layoutControl1);
- FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- Name = "StationEditor";
- Text = "RecEditor";
- Load += CxEditor_Load;
- ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
- layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)grdChannelList).EndInit();
- ((System.ComponentModel.ISupportInitialize)gvChannelList).EndInit();
- ((System.ComponentModel.ISupportInitialize)checkEnable.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtStorePath.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtStationName.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtClockFreq.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtStationAddress.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)cbTriggerMode.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)cbClockerType.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtDdcFreq.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtMutil.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)Root).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem9).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem10).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
- ((System.ComponentModel.ISupportInitialize)GroupChannel).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem13).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem11).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem12).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem8).EndInit();
- ((System.ComponentModel.ISupportInitialize)dxErrorProvider).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraEditors.TextEdit txtStationName;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraEditors.TextEdit txtStorePath;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
- private DevExpress.XtraEditors.SimpleButton btnOk;
- private DevExpress.XtraEditors.SimpleButton btnCancle;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
- private DevExpress.XtraEditors.ButtonEdit txtClockFreq;
- private DevExpress.XtraEditors.CheckEdit checkEnable;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private DevExpress.XtraEditors.TextEdit txtStationAddress;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
- private DevExpress.XtraEditors.ImageComboBoxEdit cbTriggerMode;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
- private DevExpress.XtraEditors.ImageComboBoxEdit cbClockerType;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
- private DevExpress.XtraEditors.ButtonEdit txtDdcFreq;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
- private DevExpress.XtraEditors.ButtonEdit txtMutil;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
- private DevExpress.XtraGrid.GridControl grdChannelList;
- private DevExpress.XtraGrid.Views.Grid.GridView gvChannelList;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
- private DevExpress.XtraLayout.LayoutControlGroup GroupChannel;
- private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider;
- }
- }
|