123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- namespace DW5S.App.EditForms
- {
- partial class CxEditor
- {
- /// <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 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();
- txtRemark = new DevExpress.XtraEditors.TextEdit();
- txtCxTxName = 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();
- ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
- layoutControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)txtRemark.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtCxTxName.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();
- SuspendLayout();
- //
- // layoutControl1
- //
- layoutControl1.Controls.Add(btnOk);
- layoutControl1.Controls.Add(btnCancle);
- layoutControl1.Controls.Add(txtRemark);
- layoutControl1.Controls.Add(txtCxTxName);
- 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, 304);
- layoutControl1.TabIndex = 0;
- layoutControl1.Text = "layoutControl1";
- //
- // btnOk
- //
- btnOk.Location = new System.Drawing.Point(124, 239);
- btnOk.Name = "btnOk";
- btnOk.Size = new System.Drawing.Size(108, 22);
- btnOk.StyleController = layoutControl1;
- btnOk.TabIndex = 10;
- btnOk.Text = "确定";
- btnOk.Click += btnOk_Click;
- //
- // btnCancle
- //
- btnCancle.Location = new System.Drawing.Point(12, 239);
- btnCancle.Name = "btnCancle";
- btnCancle.Size = new System.Drawing.Size(108, 22);
- btnCancle.StyleController = layoutControl1;
- btnCancle.TabIndex = 9;
- 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 = 8;
- //
- // txtCxTxName
- //
- txtCxTxName.Location = new System.Drawing.Point(12, 29);
- txtCxTxName.Name = "txtCxTxName";
- txtCxTxName.Size = new System.Drawing.Size(220, 20);
- txtCxTxName.StyleController = layoutControl1;
- txtCxTxName.TabIndex = 4;
- //
- // 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.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;
- //
- // 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.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;
- //
- // 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.Name = "Root";
- Root.Size = new System.Drawing.Size(244, 304);
- Root.TextVisible = false;
- //
- // layoutControlItem1
- //
- layoutControlItem1.Control = txtCxTxName;
- 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(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, 227);
- 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, 227);
- 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, 33);
- emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
- //
- // emptySpaceItem2
- //
- emptySpaceItem2.AllowHotTrack = false;
- emptySpaceItem2.Location = new System.Drawing.Point(0, 253);
- emptySpaceItem2.Name = "emptySpaceItem2";
- emptySpaceItem2.Size = new System.Drawing.Size(224, 31);
- emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
- //
- // CxEditor
- //
- AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- ClientSize = new System.Drawing.Size(244, 304);
- Controls.Add(layoutControl1);
- FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
- Name = "CxEditor";
- Text = "RecEditor";
- Load += CxEditor_Load;
- ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
- layoutControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)txtRemark.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtCxTxName.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();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraLayout.LayoutControl layoutControl1;
- private DevExpress.XtraLayout.LayoutControlGroup Root;
- private DevExpress.XtraEditors.TextEdit txtCxTxName;
- 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;
- }
- }
|