namespace DW5S.App.EditForms { partial class CxEditor { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }