123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 |
- namespace DW5S.App.EditForms
- {
- partial class AdChannelEditor
- {
- /// <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()
- {
- 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();
- layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- checkEdit = new DevExpress.XtraEditors.CheckEdit();
- btnOk = new DevExpress.XtraEditors.SimpleButton();
- btnCancle = new DevExpress.XtraEditors.SimpleButton();
- txtChannel = new DevExpress.XtraEditors.TextEdit();
- txtCenterFreq = new DevExpress.XtraEditors.ButtonEdit();
- txtSat = new DevExpress.XtraEditors.SearchLookUpEdit();
- searchLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
- txtAnt = new DevExpress.XtraEditors.SearchLookUpEdit();
- gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
- Root = new DevExpress.XtraLayout.LayoutControlGroup();
- layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
- emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
- layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
- emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
- ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
- layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)checkEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtChannel.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtCenterFreq.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtSat.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtAnt.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).BeginInit();
- SuspendLayout();
- //
- // layoutControl1
- //
- layoutControl1.Controls.Add(checkEdit);
- layoutControl1.Controls.Add(btnOk);
- layoutControl1.Controls.Add(btnCancle);
- layoutControl1.Controls.Add(txtChannel);
- layoutControl1.Controls.Add(txtCenterFreq);
- layoutControl1.Controls.Add(txtSat);
- layoutControl1.Controls.Add(txtAnt);
- 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(244, 326);
- layoutControl1.TabIndex = 0;
- layoutControl1.Text = "layoutControl1";
- //
- // checkEdit
- //
- checkEdit.Location = new System.Drawing.Point(12, 230);
- checkEdit.Name = "checkEdit";
- checkEdit.Properties.Caption = "是否启用";
- checkEdit.Size = new System.Drawing.Size(220, 20);
- checkEdit.StyleController = layoutControl1;
- checkEdit.TabIndex = 5;
- //
- // btnOk
- //
- btnOk.Location = new System.Drawing.Point(124, 274);
- btnOk.Name = "btnOk";
- btnOk.Size = new System.Drawing.Size(108, 22);
- btnOk.StyleController = layoutControl1;
- btnOk.TabIndex = 7;
- btnOk.Text = "确定";
- btnOk.Click += btnOk_Click;
- //
- // btnCancle
- //
- btnCancle.Location = new System.Drawing.Point(12, 274);
- btnCancle.Name = "btnCancle";
- btnCancle.Size = new System.Drawing.Size(108, 22);
- btnCancle.StyleController = layoutControl1;
- btnCancle.TabIndex = 6;
- btnCancle.Text = "取消";
- btnCancle.Click += btnCancle_Click;
- //
- // txtChannel
- //
- txtChannel.Location = new System.Drawing.Point(12, 29);
- txtChannel.Name = "txtChannel";
- txtChannel.Size = new System.Drawing.Size(220, 20);
- txtChannel.StyleController = layoutControl1;
- txtChannel.TabIndex = 0;
- //
- // txtCenterFreq
- //
- txtCenterFreq.Location = new System.Drawing.Point(12, 78);
- txtCenterFreq.Name = "txtCenterFreq";
- txtCenterFreq.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "° ", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
- txtCenterFreq.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
- txtCenterFreq.Properties.MaskSettings.Set("mask", "f3");
- txtCenterFreq.Size = new System.Drawing.Size(220, 23);
- txtCenterFreq.StyleController = layoutControl1;
- txtCenterFreq.TabIndex = 2;
- //
- // txtSat
- //
- txtSat.Location = new System.Drawing.Point(12, 130);
- txtSat.Name = "txtSat";
- txtSat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- txtSat.Properties.NullText = "";
- txtSat.Properties.PopupView = searchLookUpEdit1View;
- txtSat.Size = new System.Drawing.Size(220, 20);
- txtSat.StyleController = layoutControl1;
- txtSat.TabIndex = 3;
- //
- // searchLookUpEdit1View
- //
- searchLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
- searchLookUpEdit1View.Name = "searchLookUpEdit1View";
- searchLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
- searchLookUpEdit1View.OptionsView.ShowGroupPanel = false;
- //
- // txtAnt
- //
- txtAnt.Location = new System.Drawing.Point(12, 179);
- txtAnt.Name = "txtAnt";
- txtAnt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- txtAnt.Properties.NullText = "";
- txtAnt.Properties.PopupView = gridView1;
- txtAnt.Size = new System.Drawing.Size(220, 20);
- txtAnt.StyleController = layoutControl1;
- txtAnt.TabIndex = 4;
- //
- // gridView1
- //
- gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
- gridView1.Name = "gridView1";
- gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
- gridView1.OptionsView.ShowGroupPanel = false;
- //
- // Root
- //
- Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
- Root.GroupBordersVisible = false;
- Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem5, layoutControlItem6, layoutControlItem7, emptySpaceItem1, emptySpaceItem2, layoutControlItem4, emptySpaceItem3 });
- Root.Name = "Root";
- Root.Size = new System.Drawing.Size(244, 326);
- Root.TextVisible = false;
- //
- // layoutControlItem1
- //
- layoutControlItem1.Control = txtChannel;
- layoutControlItem1.CustomizationFormText = "测向站名称";
- layoutControlItem1.Location = new System.Drawing.Point(0, 0);
- layoutControlItem1.Name = "layoutControlItem1";
- layoutControlItem1.Size = new System.Drawing.Size(224, 41);
- layoutControlItem1.Text = "通道号";
- layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem1.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem2
- //
- layoutControlItem2.Control = txtCenterFreq;
- layoutControlItem2.Location = new System.Drawing.Point(0, 41);
- layoutControlItem2.Name = "layoutControlItem2";
- layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
- layoutControlItem2.Size = new System.Drawing.Size(224, 52);
- layoutControlItem2.Text = "中心频点";
- layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem2.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem3
- //
- layoutControlItem3.Control = txtSat;
- layoutControlItem3.Location = new System.Drawing.Point(0, 93);
- layoutControlItem3.Name = "layoutControlItem3";
- layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
- layoutControlItem3.Size = new System.Drawing.Size(224, 49);
- layoutControlItem3.Text = "卫星";
- layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem3.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem5
- //
- layoutControlItem5.Control = txtAnt;
- layoutControlItem5.Location = new System.Drawing.Point(0, 142);
- layoutControlItem5.Name = "layoutControlItem5";
- layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
- layoutControlItem5.Size = new System.Drawing.Size(224, 49);
- layoutControlItem5.Text = "天线";
- layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem5.TextSize = new System.Drawing.Size(48, 14);
- //
- // layoutControlItem6
- //
- layoutControlItem6.Control = btnCancle;
- layoutControlItem6.Location = new System.Drawing.Point(0, 262);
- layoutControlItem6.Name = "layoutControlItem6";
- layoutControlItem6.Size = new System.Drawing.Size(112, 26);
- layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem6.TextVisible = false;
- //
- // layoutControlItem7
- //
- layoutControlItem7.Control = btnOk;
- layoutControlItem7.Location = new System.Drawing.Point(112, 262);
- layoutControlItem7.Name = "layoutControlItem7";
- layoutControlItem7.Size = new System.Drawing.Size(112, 26);
- layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem7.TextVisible = false;
- //
- // emptySpaceItem1
- //
- emptySpaceItem1.AllowHotTrack = false;
- emptySpaceItem1.Location = new System.Drawing.Point(0, 242);
- emptySpaceItem1.Name = "emptySpaceItem1";
- emptySpaceItem1.Size = new System.Drawing.Size(224, 20);
- emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // emptySpaceItem2
- //
- emptySpaceItem2.AllowHotTrack = false;
- emptySpaceItem2.Location = new System.Drawing.Point(0, 288);
- emptySpaceItem2.Name = "emptySpaceItem2";
- emptySpaceItem2.Size = new System.Drawing.Size(224, 18);
- emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
- //
- // layoutControlItem4
- //
- layoutControlItem4.Control = checkEdit;
- layoutControlItem4.Location = new System.Drawing.Point(0, 218);
- layoutControlItem4.Name = "layoutControlItem4";
- layoutControlItem4.Size = new System.Drawing.Size(224, 24);
- layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
- layoutControlItem4.TextVisible = false;
- //
- // emptySpaceItem3
- //
- emptySpaceItem3.AllowHotTrack = false;
- emptySpaceItem3.Location = new System.Drawing.Point(0, 191);
- emptySpaceItem3.Name = "emptySpaceItem3";
- emptySpaceItem3.Size = new System.Drawing.Size(224, 27);
- emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
- //
- // AdChannelEditor
- //
- AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- ClientSize = new System.Drawing.Size(244, 326);
- Controls.Add(layoutControl1);
- FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- Name = "AdChannelEditor";
- Text = "AdChannelEditor";
- Load += CxEditor_Load;
- ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
- layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)checkEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtChannel.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtCenterFreq.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtSat.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)searchLookUpEdit1View).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtAnt.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
- ((System.ComponentModel.ISupportInitialize)Root).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem6).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraEditors.TextEdit txtChannel;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- 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 emptySpaceItem1;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
- private DevExpress.XtraEditors.ButtonEdit txtCenterFreq;
- private DevExpress.XtraEditors.CheckEdit checkEdit;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private DevExpress.XtraEditors.SearchLookUpEdit txtSat;
- private DevExpress.XtraGrid.Views.Grid.GridView searchLookUpEdit1View;
- private DevExpress.XtraEditors.SearchLookUpEdit txtAnt;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
- }
- }
|