123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- namespace DW5S.App.EditForms
- {
- partial class RefEditor
- {
- /// <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 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();
- layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
- btnOk = new DevExpress.XtraEditors.SimpleButton();
- btnCancle = new DevExpress.XtraEditors.SimpleButton();
- txtRemark = new DevExpress.XtraEditors.TextEdit();
- txtRefTxName = new DevExpress.XtraEditors.TextEdit();
- txtLon = new DevExpress.XtraEditors.ButtonEdit();
- txtLat = new DevExpress.XtraEditors.ButtonEdit();
- 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();
- 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();
- ((System.ComponentModel.ISupportInitialize)txtRefTxName.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtLon.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtLat.Properties).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)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);
- layoutControl1.Controls.Add(txtRefTxName);
- layoutControl1.Controls.Add(txtLon);
- layoutControl1.Controls.Add(txtLat);
- 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, 352);
- layoutControl1.TabIndex = 0;
- layoutControl1.Text = "layoutControl1";
- //
- // btnOk
- //
- btnOk.Location = new System.Drawing.Point(124, 289);
- 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, 289);
- btnCancle.Name = "btnCancle";
- btnCancle.Size = new System.Drawing.Size(108, 22);
- btnCancle.StyleController = layoutControl1;
- btnCancle.TabIndex = 6;
- btnCancle.Text = "取消";
- btnCancle.Click += btnCancle_Click;
- //
- // txtRemark
- //
- txtRemark.Location = new System.Drawing.Point(12, 182);
- txtRemark.Name = "txtRemark";
- txtRemark.Size = new System.Drawing.Size(220, 20);
- txtRemark.StyleController = layoutControl1;
- txtRemark.TabIndex = 4;
- //
- // txtRefTxName
- //
- txtRefTxName.Location = new System.Drawing.Point(12, 29);
- txtRefTxName.Name = "txtRefTxName";
- txtRefTxName.Size = new System.Drawing.Size(220, 20);
- txtRefTxName.StyleController = layoutControl1;
- txtRefTxName.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, 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 = 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, 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 = 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, layoutControlItem4, emptySpaceItem3 });
- Root.Name = "Root";
- Root.Size = new System.Drawing.Size(244, 352);
- Root.TextVisible = false;
- //
- // layoutControlItem1
- //
- layoutControlItem1.Control = txtRefTxName;
- 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(60, 14);
- //
- // layoutControlItem2
- //
- layoutControlItem2.Control = txtLon;
- 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(60, 14);
- //
- // layoutControlItem3
- //
- layoutControlItem3.Control = txtLat;
- 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, 52);
- layoutControlItem3.Text = "纬度";
- layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
- layoutControlItem3.TextSize = new System.Drawing.Size(60, 14);
- //
- // layoutControlItem5
- //
- layoutControlItem5.Control = txtRemark;
- layoutControlItem5.Location = new System.Drawing.Point(0, 145);
- 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(60, 14);
- //
- // layoutControlItem6
- //
- layoutControlItem6.Control = btnCancle;
- layoutControlItem6.Location = new System.Drawing.Point(0, 277);
- 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, 277);
- 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, 194);
- emptySpaceItem1.Name = "emptySpaceItem1";
- 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, 303);
- emptySpaceItem2.Name = "emptySpaceItem2";
- emptySpaceItem2.Size = new System.Drawing.Size(224, 29);
- 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.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, 30);
- emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
- //
- // RefEditor
- //
- AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- ClientSize = new System.Drawing.Size(244, 352);
- Controls.Add(layoutControl1);
- FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- Name = "RefEditor";
- Text = "RecEditor";
- Load += RefEditor_Load;
- ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
- layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)txtRemark.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtRefTxName.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtLon.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtLat.Properties).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)checkEdit.Properties).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 txtRefTxName;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
- private DevExpress.XtraEditors.TextEdit txtRemark;
- 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 txtLon;
- private DevExpress.XtraEditors.ButtonEdit txtLat;
- private DevExpress.XtraEditors.CheckEdit checkEdit;
- private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
- private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
- }
- }
|