|
@@ -28,16 +28,16 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ 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 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();
|
|
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
|
|
btnOk = new DevExpress.XtraEditors.SimpleButton();
|
|
|
btnCancle = new DevExpress.XtraEditors.SimpleButton();
|
|
@@ -54,6 +54,9 @@
|
|
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
+ checkEdit = new DevExpress.XtraEditors.CheckEdit();
|
|
|
+ layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
|
+ emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
|
|
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
|
|
layoutControl1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)txtRemark.Properties).BeginInit();
|
|
@@ -69,10 +72,14 @@
|
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItem7).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)checkEdit.Properties).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(txtRemark);
|
|
@@ -83,27 +90,27 @@
|
|
|
layoutControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
layoutControl1.Name = "layoutControl1";
|
|
|
layoutControl1.Root = Root;
|
|
|
- layoutControl1.Size = new System.Drawing.Size(244, 298);
|
|
|
+ layoutControl1.Size = new System.Drawing.Size(244, 351);
|
|
|
layoutControl1.TabIndex = 0;
|
|
|
layoutControl1.Text = "layoutControl1";
|
|
|
//
|
|
|
// btnOk
|
|
|
//
|
|
|
- btnOk.Location = new System.Drawing.Point(124, 237);
|
|
|
+ btnOk.Location = new System.Drawing.Point(124, 286);
|
|
|
btnOk.Name = "btnOk";
|
|
|
btnOk.Size = new System.Drawing.Size(108, 22);
|
|
|
btnOk.StyleController = layoutControl1;
|
|
|
- btnOk.TabIndex = 10;
|
|
|
+ btnOk.TabIndex = 7;
|
|
|
btnOk.Text = "确定";
|
|
|
btnOk.Click += btnOk_Click;
|
|
|
//
|
|
|
// btnCancle
|
|
|
//
|
|
|
- btnCancle.Location = new System.Drawing.Point(12, 237);
|
|
|
+ btnCancle.Location = new System.Drawing.Point(12, 286);
|
|
|
btnCancle.Name = "btnCancle";
|
|
|
btnCancle.Size = new System.Drawing.Size(108, 22);
|
|
|
btnCancle.StyleController = layoutControl1;
|
|
|
- btnCancle.TabIndex = 9;
|
|
|
+ btnCancle.TabIndex = 6;
|
|
|
btnCancle.Text = "取消";
|
|
|
btnCancle.Click += btnCancle_Click;
|
|
|
//
|
|
@@ -113,7 +120,7 @@
|
|
|
txtRemark.Name = "txtRemark";
|
|
|
txtRemark.Size = new System.Drawing.Size(220, 20);
|
|
|
txtRemark.StyleController = layoutControl1;
|
|
|
- txtRemark.TabIndex = 8;
|
|
|
+ txtRemark.TabIndex = 4;
|
|
|
//
|
|
|
// txtRecTxName
|
|
|
//
|
|
@@ -121,37 +128,37 @@
|
|
|
txtRecTxName.Name = "txtRecTxName";
|
|
|
txtRecTxName.Size = new System.Drawing.Size(220, 20);
|
|
|
txtRecTxName.StyleController = layoutControl1;
|
|
|
- txtRecTxName.TabIndex = 4;
|
|
|
+ txtRecTxName.TabIndex = 0;
|
|
|
//
|
|
|
// txtLon
|
|
|
//
|
|
|
txtLon.Location = new System.Drawing.Point(12, 78);
|
|
|
txtLon.Name = "txtLon";
|
|
|
- txtLon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "° ", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
|
|
+ txtLon.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(System.Windows.Forms.Keys.None), serializableAppearanceObject9, serializableAppearanceObject10, serializableAppearanceObject11, serializableAppearanceObject12, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
|
|
txtLon.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
txtLon.Properties.MaskSettings.Set("mask", "f3");
|
|
|
txtLon.Size = new System.Drawing.Size(220, 23);
|
|
|
txtLon.StyleController = layoutControl1;
|
|
|
- txtLon.TabIndex = 5;
|
|
|
+ txtLon.TabIndex = 2;
|
|
|
//
|
|
|
// txtLat
|
|
|
//
|
|
|
txtLat.Location = new System.Drawing.Point(12, 130);
|
|
|
txtLat.Name = "txtLat";
|
|
|
- txtLat.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) });
|
|
|
+ txtLat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "° ", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default) });
|
|
|
txtLat.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
|
|
|
txtLat.Properties.MaskSettings.Set("mask", "f3");
|
|
|
txtLat.Size = new System.Drawing.Size(220, 23);
|
|
|
txtLat.StyleController = layoutControl1;
|
|
|
- txtLat.TabIndex = 6;
|
|
|
+ txtLat.TabIndex = 3;
|
|
|
//
|
|
|
// 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 });
|
|
|
+ Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem5, layoutControlItem6, layoutControlItem7, emptySpaceItem2, layoutControlItem4, emptySpaceItem3, emptySpaceItem1 });
|
|
|
Root.Name = "Root";
|
|
|
- Root.Size = new System.Drawing.Size(244, 298);
|
|
|
+ Root.Size = new System.Drawing.Size(244, 351);
|
|
|
Root.TextVisible = false;
|
|
|
//
|
|
|
// layoutControlItem1
|
|
@@ -200,7 +207,7 @@
|
|
|
// layoutControlItem6
|
|
|
//
|
|
|
layoutControlItem6.Control = btnCancle;
|
|
|
- layoutControlItem6.Location = new System.Drawing.Point(0, 225);
|
|
|
+ layoutControlItem6.Location = new System.Drawing.Point(0, 274);
|
|
|
layoutControlItem6.Name = "layoutControlItem6";
|
|
|
layoutControlItem6.Size = new System.Drawing.Size(112, 26);
|
|
|
layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
|
@@ -209,7 +216,7 @@
|
|
|
// layoutControlItem7
|
|
|
//
|
|
|
layoutControlItem7.Control = btnOk;
|
|
|
- layoutControlItem7.Location = new System.Drawing.Point(112, 225);
|
|
|
+ layoutControlItem7.Location = new System.Drawing.Point(112, 274);
|
|
|
layoutControlItem7.Name = "layoutControlItem7";
|
|
|
layoutControlItem7.Size = new System.Drawing.Size(112, 26);
|
|
|
layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
|
@@ -220,22 +227,50 @@
|
|
|
emptySpaceItem1.AllowHotTrack = false;
|
|
|
emptySpaceItem1.Location = new System.Drawing.Point(0, 194);
|
|
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
|
|
- emptySpaceItem1.Size = new System.Drawing.Size(224, 31);
|
|
|
+ emptySpaceItem1.Size = new System.Drawing.Size(224, 29);
|
|
|
emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
// emptySpaceItem2
|
|
|
//
|
|
|
emptySpaceItem2.AllowHotTrack = false;
|
|
|
- emptySpaceItem2.Location = new System.Drawing.Point(0, 251);
|
|
|
+ emptySpaceItem2.Location = new System.Drawing.Point(0, 300);
|
|
|
emptySpaceItem2.Name = "emptySpaceItem2";
|
|
|
- emptySpaceItem2.Size = new System.Drawing.Size(224, 27);
|
|
|
+ emptySpaceItem2.Size = new System.Drawing.Size(224, 31);
|
|
|
emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
|
|
|
//
|
|
|
+ // checkEdit
|
|
|
+ //
|
|
|
+ checkEdit.Location = new System.Drawing.Point(12, 235);
|
|
|
+ checkEdit.Name = "checkEdit";
|
|
|
+ checkEdit.Properties.Caption = "是否启用";
|
|
|
+ checkEdit.Size = new System.Drawing.Size(220, 20);
|
|
|
+ checkEdit.StyleController = layoutControl1;
|
|
|
+ checkEdit.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // layoutControlItem4
|
|
|
+ //
|
|
|
+ layoutControlItem4.Control = checkEdit;
|
|
|
+ layoutControlItem4.Location = new System.Drawing.Point(0, 223);
|
|
|
+ layoutControlItem4.Name = "layoutControlItem4";
|
|
|
+ layoutControlItem4.Size = new System.Drawing.Size(224, 24);
|
|
|
+ layoutControlItem4.Text = "是否启用";
|
|
|
+ layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
|
|
|
+ layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ layoutControlItem4.TextVisible = false;
|
|
|
+ //
|
|
|
+ // emptySpaceItem3
|
|
|
+ //
|
|
|
+ emptySpaceItem3.AllowHotTrack = false;
|
|
|
+ emptySpaceItem3.Location = new System.Drawing.Point(0, 247);
|
|
|
+ emptySpaceItem3.Name = "emptySpaceItem3";
|
|
|
+ emptySpaceItem3.Size = new System.Drawing.Size(224, 27);
|
|
|
+ emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
|
|
|
+ //
|
|
|
// RecEditor
|
|
|
//
|
|
|
AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- ClientSize = new System.Drawing.Size(244, 298);
|
|
|
+ ClientSize = new System.Drawing.Size(244, 351);
|
|
|
Controls.Add(layoutControl1);
|
|
|
FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
Name = "RecEditor";
|
|
@@ -256,6 +291,9 @@
|
|
|
((System.ComponentModel.ISupportInitialize)layoutControlItem7).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem1).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)emptySpaceItem2).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)checkEdit.Properties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)emptySpaceItem3).EndInit();
|
|
|
ResumeLayout(false);
|
|
|
}
|
|
|
|
|
@@ -277,5 +315,8 @@
|
|
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
|
|
|
private DevExpress.XtraEditors.ButtonEdit txtLon;
|
|
|
private DevExpress.XtraEditors.ButtonEdit txtLat;
|
|
|
+ private DevExpress.XtraEditors.CheckEdit checkEdit;
|
|
|
+ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
|
|
+ private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
|
|
|
}
|
|
|
}
|