| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678 |
- namespace Ips.Sps.Emts
- {
- partial class EmtEditForm
- {
- /// <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.Controls.EditorButtonImageOptions editorButtonImageOptions3 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject9 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject10 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject11 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject12 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions4 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject13 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject14 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject15 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject16 = new DevExpress.Utils.SerializableAppearanceObject();
- DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
- DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions2 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
- bsEmt = new DevExpress.Xpo.XPBindingSource(components);
- dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
- btnCancel = new DevExpress.XtraEditors.SimpleButton();
- btnSave = new DevExpress.XtraEditors.SimpleButton();
- grdEmtSampleList = new DevExpress.XtraGrid.GridControl();
- gvEmtSampleList = new DevExpress.XtraGrid.Views.Grid.GridView();
- colOid = new DevExpress.XtraGrid.Columns.GridColumn();
- colSigFreq = new DevExpress.XtraGrid.Columns.GridColumn();
- colBandWidth = new DevExpress.XtraGrid.Columns.GridColumn();
- colFs = new DevExpress.XtraGrid.Columns.GridColumn();
- colStartSec = new DevExpress.XtraGrid.Columns.GridColumn();
- colEndSec = new DevExpress.XtraGrid.Columns.GridColumn();
- colSampleFile = new DevExpress.XtraGrid.Columns.GridColumn();
- sampleFileEdit = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
- colEnable = new DevExpress.XtraGrid.Columns.GridColumn();
- enableEdit = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
- CodeTextEdit = new DevExpress.XtraEditors.TextEdit();
- NameTextEdit = new DevExpress.XtraEditors.TextEdit();
- EmtTypeImageComboBoxEdit = new DevExpress.XtraEditors.ImageComboBoxEdit();
- EnableCheckEdit = new DevExpress.XtraEditors.CheckEdit();
- HasSampleCheckEdit = new DevExpress.XtraEditors.CheckEdit();
- SpeedButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
- LonButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
- LatButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
- AltButtonEdit = new DevExpress.XtraEditors.ButtonEdit();
- RemarkMemoEdit = new DevExpress.XtraEditors.MemoEdit();
- Root = new DevExpress.XtraLayout.LayoutControlGroup();
- layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
- ItemForCode = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForEmtType = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForName = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForLon = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForLat = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForAlt = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForEnable = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
- layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
- emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
- lcgSamples = new DevExpress.XtraLayout.LayoutControlGroup();
- layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForRemark = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForHasSample = new DevExpress.XtraLayout.LayoutControlItem();
- ItemForSpeed = new DevExpress.XtraLayout.LayoutControlItem();
- ((System.ComponentModel.ISupportInitialize)bsEmt).BeginInit();
- ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
- dataLayoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)grdEmtSampleList).BeginInit();
- ((System.ComponentModel.ISupportInitialize)gvEmtSampleList).BeginInit();
- ((System.ComponentModel.ISupportInitialize)sampleFileEdit).BeginInit();
- ((System.ComponentModel.ISupportInitialize)enableEdit).BeginInit();
- ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)EmtTypeImageComboBoxEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)EnableCheckEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)HasSampleCheckEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)SpeedButtonEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)LonButtonEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)LatButtonEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)AltButtonEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)RemarkMemoEdit.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)Root).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForCode).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForEmtType).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForName).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForLon).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForLat).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForAlt).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForEnable).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)lcgSamples).BeginInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForRemark).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForHasSample).BeginInit();
- ((System.ComponentModel.ISupportInitialize)ItemForSpeed).BeginInit();
- SuspendLayout();
- //
- // bsEmt
- //
- bsEmt.DisplayableProperties = "Oid;Code;Name;EmtType;Speed;Lon;Lat;Alt;Remark;Enable;HasSample;SigSamples";
- bsEmt.ObjectType = typeof(Emt);
- //
- // dataLayoutControl1
- //
- dataLayoutControl1.Controls.Add(btnCancel);
- dataLayoutControl1.Controls.Add(btnSave);
- dataLayoutControl1.Controls.Add(grdEmtSampleList);
- dataLayoutControl1.Controls.Add(CodeTextEdit);
- dataLayoutControl1.Controls.Add(NameTextEdit);
- dataLayoutControl1.Controls.Add(EmtTypeImageComboBoxEdit);
- dataLayoutControl1.Controls.Add(EnableCheckEdit);
- dataLayoutControl1.Controls.Add(HasSampleCheckEdit);
- dataLayoutControl1.Controls.Add(SpeedButtonEdit);
- dataLayoutControl1.Controls.Add(LonButtonEdit);
- dataLayoutControl1.Controls.Add(LatButtonEdit);
- dataLayoutControl1.Controls.Add(AltButtonEdit);
- dataLayoutControl1.Controls.Add(RemarkMemoEdit);
- dataLayoutControl1.DataSource = bsEmt;
- dataLayoutControl1.Dock = DockStyle.Fill;
- dataLayoutControl1.Location = new Point(0, 0);
- dataLayoutControl1.Name = "dataLayoutControl1";
- dataLayoutControl1.Root = Root;
- dataLayoutControl1.Size = new Size(903, 357);
- dataLayoutControl1.TabIndex = 0;
- dataLayoutControl1.Text = "dataLayoutControl1";
- //
- // btnCancel
- //
- btnCancel.Location = new Point(835, 323);
- btnCancel.Name = "btnCancel";
- btnCancel.Size = new Size(56, 22);
- btnCancel.StyleController = dataLayoutControl1;
- btnCancel.TabIndex = 13;
- btnCancel.Text = "取消";
- btnCancel.Click += btnCancel_Click;
- //
- // btnSave
- //
- btnSave.Location = new Point(775, 323);
- btnSave.Name = "btnSave";
- btnSave.Size = new Size(56, 22);
- btnSave.StyleController = dataLayoutControl1;
- btnSave.TabIndex = 12;
- btnSave.Text = "保存";
- btnSave.Click += btnSave_Click;
- //
- // grdEmtSampleList
- //
- grdEmtSampleList.DataMember = "SigSamples";
- grdEmtSampleList.DataSource = bsEmt;
- grdEmtSampleList.Location = new Point(18, 140);
- grdEmtSampleList.MainView = gvEmtSampleList;
- grdEmtSampleList.Name = "grdEmtSampleList";
- grdEmtSampleList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { enableEdit, sampleFileEdit });
- grdEmtSampleList.Size = new Size(867, 173);
- grdEmtSampleList.TabIndex = 11;
- grdEmtSampleList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gvEmtSampleList });
- //
- // gvEmtSampleList
- //
- gvEmtSampleList.Appearance.Row.Options.UseTextOptions = true;
- gvEmtSampleList.Appearance.Row.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- gvEmtSampleList.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colOid, colSigFreq, colBandWidth, colFs, colStartSec, colEndSec, colSampleFile, colEnable });
- gvEmtSampleList.GridControl = grdEmtSampleList;
- gvEmtSampleList.Name = "gvEmtSampleList";
- gvEmtSampleList.OptionsView.BestFitMode = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Fast;
- gvEmtSampleList.OptionsView.ShowGroupPanel = false;
- //
- // colOid
- //
- colOid.FieldName = "Oid";
- colOid.Name = "colOid";
- //
- // colSigFreq
- //
- colSigFreq.FieldName = "SigFreq";
- colSigFreq.Name = "colSigFreq";
- colSigFreq.Visible = true;
- colSigFreq.VisibleIndex = 0;
- colSigFreq.Width = 76;
- //
- // colBandWidth
- //
- colBandWidth.FieldName = "BandWidth";
- colBandWidth.Name = "colBandWidth";
- colBandWidth.Visible = true;
- colBandWidth.VisibleIndex = 1;
- colBandWidth.Width = 82;
- //
- // colFs
- //
- colFs.FieldName = "Fs";
- colFs.Name = "colFs";
- colFs.Visible = true;
- colFs.VisibleIndex = 2;
- colFs.Width = 63;
- //
- // colStartSec
- //
- colStartSec.FieldName = "StartSec";
- colStartSec.Name = "colStartSec";
- colStartSec.Visible = true;
- colStartSec.VisibleIndex = 3;
- colStartSec.Width = 59;
- //
- // colEndSec
- //
- colEndSec.FieldName = "EndSec";
- colEndSec.Name = "colEndSec";
- colEndSec.Visible = true;
- colEndSec.VisibleIndex = 4;
- colEndSec.Width = 65;
- //
- // colSampleFile
- //
- colSampleFile.ColumnEdit = sampleFileEdit;
- colSampleFile.FieldName = "SampleFile";
- colSampleFile.Name = "colSampleFile";
- colSampleFile.Visible = true;
- colSampleFile.VisibleIndex = 5;
- colSampleFile.Width = 314;
- //
- // sampleFileEdit
- //
- sampleFileEdit.AutoHeight = false;
- sampleFileEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
- sampleFileEdit.Name = "sampleFileEdit";
- sampleFileEdit.ButtonClick += SampleFileButtonEdit_ButtonClick;
- //
- // colEnable
- //
- colEnable.ColumnEdit = enableEdit;
- colEnable.FieldName = "Enable";
- colEnable.Name = "colEnable";
- colEnable.OptionsColumn.FixedWidth = true;
- colEnable.Visible = true;
- colEnable.VisibleIndex = 6;
- colEnable.Width = 60;
- //
- // enableEdit
- //
- enableEdit.AutoHeight = false;
- enableEdit.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- enableEdit.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] { new DevExpress.XtraEditors.Controls.ImageComboBoxItem("启用", true, -1), new DevExpress.XtraEditors.Controls.ImageComboBoxItem("禁用", false, -1) });
- enableEdit.Name = "enableEdit";
- //
- // CodeTextEdit
- //
- CodeTextEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "Code", true, DataSourceUpdateMode.OnPropertyChanged));
- CodeTextEdit.Location = new Point(72, 12);
- CodeTextEdit.Name = "CodeTextEdit";
- CodeTextEdit.Size = new Size(131, 20);
- CodeTextEdit.StyleController = dataLayoutControl1;
- CodeTextEdit.TabIndex = 0;
- //
- // NameTextEdit
- //
- NameTextEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "Name", true, DataSourceUpdateMode.OnPropertyChanged));
- NameTextEdit.Location = new Point(267, 12);
- NameTextEdit.Name = "NameTextEdit";
- NameTextEdit.Size = new Size(474, 20);
- NameTextEdit.StyleController = dataLayoutControl1;
- NameTextEdit.TabIndex = 2;
- //
- // EmtTypeImageComboBoxEdit
- //
- EmtTypeImageComboBoxEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "EmtType", true));
- EmtTypeImageComboBoxEdit.Location = new Point(72, 36);
- EmtTypeImageComboBoxEdit.Name = "EmtTypeImageComboBoxEdit";
- EmtTypeImageComboBoxEdit.Properties.Appearance.Options.UseTextOptions = true;
- EmtTypeImageComboBoxEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- EmtTypeImageComboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
- EmtTypeImageComboBoxEdit.Properties.UseCtrlScroll = true;
- EmtTypeImageComboBoxEdit.Size = new Size(131, 20);
- EmtTypeImageComboBoxEdit.StyleController = dataLayoutControl1;
- EmtTypeImageComboBoxEdit.TabIndex = 5;
- EmtTypeImageComboBoxEdit.SelectedIndexChanged += EmtTypeImageComboBoxEdit_SelectedIndexChanged;
- //
- // EnableCheckEdit
- //
- EnableCheckEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "Enable", true, DataSourceUpdateMode.OnPropertyChanged));
- EnableCheckEdit.Location = new Point(820, 12);
- EnableCheckEdit.Name = "EnableCheckEdit";
- EnableCheckEdit.Properties.Caption = "启用";
- EnableCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
- EnableCheckEdit.Size = new Size(71, 20);
- EnableCheckEdit.StyleController = dataLayoutControl1;
- EnableCheckEdit.TabIndex = 4;
- //
- // HasSampleCheckEdit
- //
- HasSampleCheckEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "HasSample", true, DataSourceUpdateMode.OnPropertyChanged));
- HasSampleCheckEdit.Location = new Point(745, 12);
- HasSampleCheckEdit.Name = "HasSampleCheckEdit";
- HasSampleCheckEdit.Properties.Caption = "扩频参考";
- HasSampleCheckEdit.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
- HasSampleCheckEdit.Size = new Size(71, 20);
- HasSampleCheckEdit.StyleController = dataLayoutControl1;
- HasSampleCheckEdit.TabIndex = 3;
- HasSampleCheckEdit.CheckedChanged += HasSampleCheckEdit_CheckedChanged;
- //
- // SpeedButtonEdit
- //
- SpeedButtonEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "Speed", true, DataSourceUpdateMode.OnPropertyChanged));
- SpeedButtonEdit.Location = new Point(801, 36);
- SpeedButtonEdit.Name = "SpeedButtonEdit";
- SpeedButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
- SpeedButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- SpeedButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "km/h", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
- SpeedButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- SpeedButtonEdit.Size = new Size(90, 23);
- SpeedButtonEdit.StyleController = dataLayoutControl1;
- SpeedButtonEdit.TabIndex = 9;
- //
- // LonButtonEdit
- //
- LonButtonEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "Lon", true, DataSourceUpdateMode.OnPropertyChanged));
- LonButtonEdit.Location = new Point(267, 36);
- LonButtonEdit.Name = "LonButtonEdit";
- LonButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
- LonButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- LonButtonEdit.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(Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
- LonButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- LonButtonEdit.Size = new Size(119, 23);
- LonButtonEdit.StyleController = dataLayoutControl1;
- LonButtonEdit.TabIndex = 6;
- //
- // LatButtonEdit
- //
- LatButtonEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "Lat", true, DataSourceUpdateMode.OnPropertyChanged));
- LatButtonEdit.Location = new Point(450, 36);
- LatButtonEdit.Name = "LatButtonEdit";
- LatButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
- LatButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- LatButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "度", -1, false, true, false, editorButtonImageOptions3, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
- LatButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- LatButtonEdit.Size = new Size(120, 23);
- LatButtonEdit.StyleController = dataLayoutControl1;
- LatButtonEdit.TabIndex = 7;
- //
- // AltButtonEdit
- //
- AltButtonEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "Alt", true, DataSourceUpdateMode.OnPropertyChanged));
- AltButtonEdit.Location = new Point(634, 36);
- AltButtonEdit.Name = "AltButtonEdit";
- AltButtonEdit.Properties.Appearance.Options.UseTextOptions = true;
- AltButtonEdit.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
- AltButtonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "米", -1, false, true, false, editorButtonImageOptions4, new DevExpress.Utils.KeyShortcut(Keys.None), serializableAppearanceObject13, serializableAppearanceObject14, serializableAppearanceObject15, serializableAppearanceObject16, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
- AltButtonEdit.Properties.Mask.UseMaskAsDisplayFormat = true;
- AltButtonEdit.Size = new Size(103, 23);
- AltButtonEdit.StyleController = dataLayoutControl1;
- AltButtonEdit.TabIndex = 8;
- //
- // RemarkMemoEdit
- //
- RemarkMemoEdit.DataBindings.Add(new Binding("EditValue", bsEmt, "Remark", true, DataSourceUpdateMode.OnPropertyChanged));
- RemarkMemoEdit.Location = new Point(72, 63);
- RemarkMemoEdit.Name = "RemarkMemoEdit";
- RemarkMemoEdit.Properties.ScrollBars = ScrollBars.None;
- RemarkMemoEdit.Size = new Size(819, 46);
- RemarkMemoEdit.StyleController = dataLayoutControl1;
- RemarkMemoEdit.TabIndex = 10;
- //
- // 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(903, 357);
- Root.TextVisible = false;
- //
- // layoutControlGroup1
- //
- layoutControlGroup1.AllowDrawBackground = false;
- layoutControlGroup1.GroupBordersVisible = false;
- layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { ItemForCode, ItemForEmtType, ItemForName, ItemForLon, ItemForLat, ItemForAlt, ItemForEnable, layoutControlItem2, layoutControlItem3, emptySpaceItem1, lcgSamples, ItemForRemark, ItemForHasSample, ItemForSpeed });
- layoutControlGroup1.Location = new Point(0, 0);
- layoutControlGroup1.Name = "autoGeneratedGroup0";
- layoutControlGroup1.Size = new Size(883, 337);
- //
- // ItemForCode
- //
- ItemForCode.Control = CodeTextEdit;
- ItemForCode.Location = new Point(0, 0);
- ItemForCode.MaxSize = new Size(195, 24);
- ItemForCode.MinSize = new Size(195, 24);
- ItemForCode.Name = "ItemForCode";
- ItemForCode.Size = new Size(195, 24);
- ItemForCode.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- ItemForCode.Text = "目标编码";
- ItemForCode.TextSize = new Size(48, 14);
- //
- // ItemForEmtType
- //
- ItemForEmtType.Control = EmtTypeImageComboBoxEdit;
- ItemForEmtType.Location = new Point(0, 24);
- ItemForEmtType.MaxSize = new Size(195, 24);
- ItemForEmtType.MinSize = new Size(195, 24);
- ItemForEmtType.Name = "ItemForEmtType";
- ItemForEmtType.Size = new Size(195, 27);
- ItemForEmtType.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- ItemForEmtType.Text = "目标类型";
- ItemForEmtType.TextSize = new Size(48, 14);
- //
- // ItemForName
- //
- ItemForName.Control = NameTextEdit;
- ItemForName.Location = new Point(195, 0);
- ItemForName.Name = "ItemForName";
- ItemForName.Size = new Size(538, 24);
- ItemForName.Text = "目标名称";
- ItemForName.TextSize = new Size(48, 14);
- //
- // ItemForLon
- //
- ItemForLon.Control = LonButtonEdit;
- ItemForLon.Location = new Point(195, 24);
- ItemForLon.Name = "ItemForLon";
- ItemForLon.Size = new Size(183, 27);
- ItemForLon.Text = "目标经度";
- ItemForLon.TextSize = new Size(48, 14);
- ItemForLon.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
- //
- // ItemForLat
- //
- ItemForLat.Control = LatButtonEdit;
- ItemForLat.Location = new Point(378, 24);
- ItemForLat.Name = "ItemForLat";
- ItemForLat.Size = new Size(184, 27);
- ItemForLat.Text = "目标纬度";
- ItemForLat.TextSize = new Size(48, 14);
- ItemForLat.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
- //
- // ItemForAlt
- //
- ItemForAlt.Control = AltButtonEdit;
- ItemForAlt.Location = new Point(562, 24);
- ItemForAlt.Name = "ItemForAlt";
- ItemForAlt.Size = new Size(167, 27);
- ItemForAlt.Text = "目标高度";
- ItemForAlt.TextSize = new Size(48, 14);
- //
- // ItemForEnable
- //
- ItemForEnable.Control = EnableCheckEdit;
- ItemForEnable.Location = new Point(808, 0);
- ItemForEnable.MaxSize = new Size(75, 24);
- ItemForEnable.MinSize = new Size(75, 24);
- ItemForEnable.Name = "ItemForEnable";
- ItemForEnable.Size = new Size(75, 24);
- ItemForEnable.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- ItemForEnable.Text = "启用";
- ItemForEnable.TextSize = new Size(0, 0);
- ItemForEnable.TextVisible = false;
- //
- // layoutControlItem2
- //
- layoutControlItem2.Control = btnSave;
- layoutControlItem2.Location = new Point(763, 311);
- layoutControlItem2.MaxSize = new Size(60, 26);
- layoutControlItem2.MinSize = new Size(60, 26);
- layoutControlItem2.Name = "layoutControlItem2";
- layoutControlItem2.Size = new Size(60, 26);
- layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- layoutControlItem2.TextSize = new Size(0, 0);
- layoutControlItem2.TextVisible = false;
- //
- // layoutControlItem3
- //
- layoutControlItem3.Control = btnCancel;
- layoutControlItem3.Location = new Point(823, 311);
- layoutControlItem3.MaxSize = new Size(60, 26);
- layoutControlItem3.MinSize = new Size(60, 26);
- layoutControlItem3.Name = "layoutControlItem3";
- layoutControlItem3.Size = new Size(60, 26);
- layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- layoutControlItem3.TextSize = new Size(0, 0);
- layoutControlItem3.TextVisible = false;
- //
- // emptySpaceItem1
- //
- emptySpaceItem1.AllowHotTrack = false;
- emptySpaceItem1.Location = new Point(0, 311);
- emptySpaceItem1.Name = "emptySpaceItem1";
- emptySpaceItem1.Size = new Size(763, 26);
- emptySpaceItem1.TextSize = new Size(0, 0);
- //
- // lcgSamples
- //
- buttonImageOptions1.ImageUri.Uri = "icon%20builder/actions_add";
- buttonImageOptions1.SvgImageSize = new Size(16, 16);
- buttonImageOptions2.ImageUri.Uri = "icon%20builder/actions_remove";
- buttonImageOptions2.SvgImageSize = new Size(16, 16);
- lcgSamples.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) });
- lcgSamples.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
- lcgSamples.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
- lcgSamples.Location = new Point(0, 101);
- lcgSamples.Name = "lcgSamples";
- lcgSamples.Padding = new DevExpress.XtraLayout.Utils.Padding(3, 3, 3, 3);
- lcgSamples.Size = new Size(883, 210);
- lcgSamples.Text = "信号样本";
- lcgSamples.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
- lcgSamples.CustomButtonClick += lcgSamples_CustomButtonClick;
- //
- // layoutControlItem1
- //
- layoutControlItem1.Control = grdEmtSampleList;
- layoutControlItem1.Location = new Point(0, 0);
- layoutControlItem1.Name = "layoutControlItem1";
- layoutControlItem1.Size = new Size(871, 177);
- layoutControlItem1.TextSize = new Size(0, 0);
- layoutControlItem1.TextVisible = false;
- //
- // ItemForRemark
- //
- ItemForRemark.Control = RemarkMemoEdit;
- ItemForRemark.Location = new Point(0, 51);
- ItemForRemark.Name = "ItemForRemark";
- ItemForRemark.Size = new Size(883, 50);
- ItemForRemark.Text = "备注";
- ItemForRemark.TextSize = new Size(48, 14);
- //
- // ItemForHasSample
- //
- ItemForHasSample.Control = HasSampleCheckEdit;
- ItemForHasSample.Location = new Point(733, 0);
- ItemForHasSample.MaxSize = new Size(75, 24);
- ItemForHasSample.MinSize = new Size(75, 24);
- ItemForHasSample.Name = "ItemForHasSample";
- ItemForHasSample.Size = new Size(75, 24);
- ItemForHasSample.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
- ItemForHasSample.Text = "有无样本";
- ItemForHasSample.TextSize = new Size(0, 0);
- ItemForHasSample.TextVisible = false;
- //
- // ItemForSpeed
- //
- ItemForSpeed.Control = SpeedButtonEdit;
- ItemForSpeed.Location = new Point(729, 24);
- ItemForSpeed.Name = "ItemForSpeed";
- ItemForSpeed.Size = new Size(154, 27);
- ItemForSpeed.Text = "最大速度";
- ItemForSpeed.TextSize = new Size(48, 14);
- //
- // EmtEditForm
- //
- AcceptButton = btnSave;
- AutoScaleDimensions = new SizeF(7F, 14F);
- AutoScaleMode = AutoScaleMode.Font;
- CancelButton = btnCancel;
- ClientSize = new Size(903, 357);
- Controls.Add(dataLayoutControl1);
- IconOptions.ShowIcon = false;
- Name = "EmtEditForm";
- ShowInTaskbar = false;
- StartPosition = FormStartPosition.CenterParent;
- Text = "目标信息";
- Load += EmtEditForm_Load;
- ((System.ComponentModel.ISupportInitialize)bsEmt).EndInit();
- ((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
- dataLayoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)grdEmtSampleList).EndInit();
- ((System.ComponentModel.ISupportInitialize)gvEmtSampleList).EndInit();
- ((System.ComponentModel.ISupportInitialize)sampleFileEdit).EndInit();
- ((System.ComponentModel.ISupportInitialize)enableEdit).EndInit();
- ((System.ComponentModel.ISupportInitialize)CodeTextEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)NameTextEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)EmtTypeImageComboBoxEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)EnableCheckEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)HasSampleCheckEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)SpeedButtonEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)LonButtonEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)LatButtonEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)AltButtonEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)RemarkMemoEdit.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)Root).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForCode).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForEmtType).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForName).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForLon).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForLat).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForAlt).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForEnable).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
- ((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)lcgSamples).EndInit();
- ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForRemark).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForHasSample).EndInit();
- ((System.ComponentModel.ISupportInitialize)ItemForSpeed).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.Xpo.XPBindingSource bsEmt;
- private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraEditors.TextEdit CodeTextEdit;
- private DevExpress.XtraEditors.TextEdit NameTextEdit;
- private DevExpress.XtraEditors.ImageComboBoxEdit EmtTypeImageComboBoxEdit;
- private DevExpress.XtraEditors.CheckEdit EnableCheckEdit;
- private DevExpress.XtraEditors.CheckEdit HasSampleCheckEdit;
- private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
- private DevExpress.XtraLayout.LayoutControlItem ItemForCode;
- private DevExpress.XtraLayout.LayoutControlItem ItemForName;
- private DevExpress.XtraLayout.LayoutControlItem ItemForEmtType;
- private DevExpress.XtraLayout.LayoutControlItem ItemForSpeed;
- private DevExpress.XtraLayout.LayoutControlItem ItemForLon;
- private DevExpress.XtraLayout.LayoutControlItem ItemForLat;
- private DevExpress.XtraLayout.LayoutControlItem ItemForAlt;
- private DevExpress.XtraLayout.LayoutControlItem ItemForRemark;
- private DevExpress.XtraLayout.LayoutControlItem ItemForEnable;
- private DevExpress.XtraLayout.LayoutControlItem ItemForHasSample;
- private DevExpress.XtraEditors.ButtonEdit SpeedButtonEdit;
- private DevExpress.XtraEditors.ButtonEdit LonButtonEdit;
- private DevExpress.XtraEditors.ButtonEdit LatButtonEdit;
- private DevExpress.XtraEditors.ButtonEdit AltButtonEdit;
- private DevExpress.XtraEditors.MemoEdit RemarkMemoEdit;
- private DevExpress.XtraEditors.SimpleButton btnCancel;
- private DevExpress.XtraEditors.SimpleButton btnSave;
- private DevExpress.XtraGrid.GridControl grdEmtSampleList;
- private DevExpress.XtraGrid.Views.Grid.GridView gvEmtSampleList;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
- private DevExpress.XtraLayout.LayoutControlGroup lcgSamples;
- private DevExpress.XtraGrid.Columns.GridColumn colOid;
- private DevExpress.XtraGrid.Columns.GridColumn colSigFreq;
- private DevExpress.XtraGrid.Columns.GridColumn colBandWidth;
- private DevExpress.XtraGrid.Columns.GridColumn colFs;
- private DevExpress.XtraGrid.Columns.GridColumn colStartSec;
- private DevExpress.XtraGrid.Columns.GridColumn colEndSec;
- private DevExpress.XtraGrid.Columns.GridColumn colSampleFile;
- private DevExpress.XtraGrid.Columns.GridColumn colEnable;
- private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit sampleFileEdit;
- private DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox enableEdit;
- }
- }
|