123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351 |
- namespace Tofly.GISUI.RasterAdjust.Win
- {
- partial class FormGetGrid
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- this.labelClass3 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.txtSheetNumber = new Tofly.CoreUI.Win.Control.TextBoxClass();
- this.lblSheetNumber = new Tofly.CoreUI.Win.Control.LabelClass();
- this.rdoSpatialReference = new Tofly.CoreUI.Win.Control.RadioGroupClass();
- this.chkNumber = new Tofly.CoreUI.Win.Control.CheckBoxClass();
- this.lblSpacing = new Tofly.CoreUI.Win.Control.LabelClass();
- this.spEdSpacing = new Tofly.CoreUI.Win.Control.SpinEditClass();
- this.btnCancel = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.btnOK = new Tofly.CoreUI.Win.Control.ButtonClass();
- ((System.ComponentModel.ISupportInitialize)(this.txtSheetNumber.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.rdoSpatialReference.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkNumber.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.spEdSpacing.Properties)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.labelClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass3.ControlCursor = null;
- this.labelClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass3.GUID = null;
- this.labelClass3.Height = 14;
- this.labelClass3.IsMemory = false;
- this.labelClass3.Location = new System.Drawing.Point(12, 15);
- this.labelClass3.LocationLeft = 12;
- this.labelClass3.LocationTop = 15;
- this.labelClass3.Margins = "3,3,3,3";
- this.labelClass3.Name = "labelClass3";
- this.labelClass3.Security = "";
- this.labelClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass3.SecurityValue = true;
- this.labelClass3.Size = new System.Drawing.Size(60, 14);
- this.labelClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass3.States = "";
- this.labelClass3.StateValue = true;
- this.labelClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass3.TabIndex = 9;
- this.labelClass3.Text = "标准图号:";
- this.labelClass3.TextFieldName = null;
- this.labelClass3.Width = 60;
-
-
-
- this.txtSheetNumber.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.txtSheetNumber.CheckType = Tofly.CoreUI.Control.ValidateType.String;
- this.txtSheetNumber.ControlCursor = null;
- this.txtSheetNumber.DecimalDigits = 0;
- this.txtSheetNumber.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.txtSheetNumber.GroupName = "";
- this.txtSheetNumber.GUID = null;
- this.txtSheetNumber.Height = 20;
- this.txtSheetNumber.IsMemory = false;
- this.txtSheetNumber.Location = new System.Drawing.Point(78, 12);
- this.txtSheetNumber.LocationLeft = 78;
- this.txtSheetNumber.LocationTop = 12;
- this.txtSheetNumber.LogicWhere = "";
- this.txtSheetNumber.Margins = "3,3,3,3";
- this.txtSheetNumber.Name = "txtSheetNumber";
- this.txtSheetNumber.Security = "";
- this.txtSheetNumber.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.txtSheetNumber.SecurityValue = true;
- this.txtSheetNumber.Size = new System.Drawing.Size(129, 20);
- this.txtSheetNumber.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.txtSheetNumber.States = "";
- this.txtSheetNumber.StateValue = true;
- this.txtSheetNumber.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.txtSheetNumber.TabIndex = 10;
- this.txtSheetNumber.TextFieldName = null;
- this.txtSheetNumber.Tip = null;
- this.txtSheetNumber.Width = 129;
-
-
-
- this.lblSheetNumber.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.lblSheetNumber.ControlCursor = null;
- this.lblSheetNumber.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.lblSheetNumber.GUID = null;
- this.lblSheetNumber.Height = 14;
- this.lblSheetNumber.IsMemory = false;
- this.lblSheetNumber.Location = new System.Drawing.Point(213, 15);
- this.lblSheetNumber.LocationLeft = 213;
- this.lblSheetNumber.LocationTop = 15;
- this.lblSheetNumber.Margins = "3,3,3,3";
- this.lblSheetNumber.Name = "lblSheetNumber";
- this.lblSheetNumber.Security = "";
- this.lblSheetNumber.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.lblSheetNumber.SecurityValue = true;
- this.lblSheetNumber.Size = new System.Drawing.Size(36, 14);
- this.lblSheetNumber.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.lblSheetNumber.States = "";
- this.lblSheetNumber.StateValue = true;
- this.lblSheetNumber.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.lblSheetNumber.TabIndex = 12;
- this.lblSheetNumber.Text = "比例尺";
- this.lblSheetNumber.TextFieldName = null;
- this.lblSheetNumber.Width = 36;
-
-
-
- this.rdoSpatialReference.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.rdoSpatialReference.CodeFieldName = null;
- this.rdoSpatialReference.ControlCursor = null;
- this.rdoSpatialReference.DataTableName = null;
- this.rdoSpatialReference.DisplayFieldName = null;
- this.rdoSpatialReference.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.rdoSpatialReference.GroupName = "";
- this.rdoSpatialReference.GUID = null;
- this.rdoSpatialReference.Height = 54;
- this.rdoSpatialReference.IsMemory = false;
- this.rdoSpatialReference.Location = new System.Drawing.Point(12, 38);
- this.rdoSpatialReference.LocationLeft = 12;
- this.rdoSpatialReference.LocationTop = 38;
- this.rdoSpatialReference.Margins = "3,3,3,3";
- this.rdoSpatialReference.Name = "rdoSpatialReference";
- this.rdoSpatialReference.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
- new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "北京54坐标系"),
- new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "西安80坐标系")});
- this.rdoSpatialReference.Security = "";
- this.rdoSpatialReference.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.rdoSpatialReference.SecurityValue = true;
- this.rdoSpatialReference.Size = new System.Drawing.Size(280, 54);
- this.rdoSpatialReference.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.rdoSpatialReference.States = "";
- this.rdoSpatialReference.StateValue = true;
- this.rdoSpatialReference.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.rdoSpatialReference.TabIndex = 13;
- this.rdoSpatialReference.TextFieldName = null;
- this.rdoSpatialReference.Tip = null;
- this.rdoSpatialReference.ValueFieldName = null;
- this.rdoSpatialReference.Width = 280;
-
-
-
- this.chkNumber.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.chkNumber.ControlCursor = null;
- this.chkNumber.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.chkNumber.FalseValue = "0";
- this.chkNumber.GUID = null;
- this.chkNumber.Height = 19;
- this.chkNumber.IsMemory = false;
- this.chkNumber.Location = new System.Drawing.Point(222, 56);
- this.chkNumber.LocationLeft = 222;
- this.chkNumber.LocationTop = 56;
- this.chkNumber.Margins = "3,3,3,3";
- this.chkNumber.Name = "chkNumber";
- this.chkNumber.Properties.Caption = "加带号";
- this.chkNumber.Security = "";
- this.chkNumber.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.chkNumber.SecurityValue = true;
- this.chkNumber.Size = new System.Drawing.Size(61, 19);
- this.chkNumber.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.chkNumber.States = "";
- this.chkNumber.StateValue = true;
- this.chkNumber.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.chkNumber.TabIndex = 14;
- this.chkNumber.TextFieldName = null;
- this.chkNumber.TrueValue = "1";
- this.chkNumber.ValueFieldName = null;
- this.chkNumber.Width = 61;
-
-
-
- this.lblSpacing.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.lblSpacing.ControlCursor = null;
- this.lblSpacing.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.lblSpacing.GUID = null;
- this.lblSpacing.Height = 14;
- this.lblSpacing.IsMemory = false;
- this.lblSpacing.Location = new System.Drawing.Point(12, 107);
- this.lblSpacing.LocationLeft = 12;
- this.lblSpacing.LocationTop = 107;
- this.lblSpacing.Margins = "3,3,3,3";
- this.lblSpacing.Name = "lblSpacing";
- this.lblSpacing.Security = "";
- this.lblSpacing.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.lblSpacing.SecurityValue = true;
- this.lblSpacing.Size = new System.Drawing.Size(84, 14);
- this.lblSpacing.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.lblSpacing.States = "";
- this.lblSpacing.StateValue = true;
- this.lblSpacing.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.lblSpacing.TabIndex = 15;
- this.lblSpacing.Text = "自动采集间距:";
- this.lblSpacing.TextFieldName = null;
- this.lblSpacing.Width = 84;
-
-
-
- this.spEdSpacing.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.spEdSpacing.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
- this.spEdSpacing.ControlCursor = null;
- this.spEdSpacing.DecimalDigits = 0;
- this.spEdSpacing.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.spEdSpacing.EditValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.spEdSpacing.GroupName = "";
- this.spEdSpacing.GUID = null;
- this.spEdSpacing.Height = 20;
- this.spEdSpacing.IsMemory = false;
- this.spEdSpacing.Location = new System.Drawing.Point(102, 104);
- this.spEdSpacing.LocationLeft = 102;
- this.spEdSpacing.LocationTop = 104;
- this.spEdSpacing.LogicWhere = "";
- this.spEdSpacing.Margins = "3,3,3,3";
- this.spEdSpacing.Name = "spEdSpacing";
- this.spEdSpacing.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton()});
- this.spEdSpacing.Security = "";
- this.spEdSpacing.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.spEdSpacing.SecurityValue = true;
- this.spEdSpacing.Size = new System.Drawing.Size(62, 20);
- this.spEdSpacing.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.spEdSpacing.States = "";
- this.spEdSpacing.StateValue = true;
- this.spEdSpacing.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.spEdSpacing.TabIndex = 16;
- this.spEdSpacing.TextFieldName = null;
- this.spEdSpacing.Tip = null;
- this.spEdSpacing.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.spEdSpacing.Width = 62;
-
-
-
- this.btnCancel.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.btnCancel.ControlCursor = null;
- this.btnCancel.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.btnCancel.GroupName = "";
- this.btnCancel.GUID = null;
- this.btnCancel.Height = 31;
- this.btnCancel.IsMemory = false;
- this.btnCancel.Location = new System.Drawing.Point(234, 98);
- this.btnCancel.LocationLeft = 234;
- this.btnCancel.LocationTop = 98;
- this.btnCancel.Margins = "3,3,3,3";
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Security = "";
- this.btnCancel.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnCancel.SecurityValue = true;
- this.btnCancel.Size = new System.Drawing.Size(58, 31);
- this.btnCancel.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnCancel.States = "";
- this.btnCancel.StateValue = true;
- this.btnCancel.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.btnCancel.TabIndex = 18;
- this.btnCancel.Text = "取消";
- this.btnCancel.Width = 58;
-
-
-
- this.btnOK.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.btnOK.ControlCursor = null;
- this.btnOK.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.btnOK.GroupName = "";
- this.btnOK.GUID = null;
- this.btnOK.Height = 31;
- this.btnOK.IsMemory = false;
- this.btnOK.Location = new System.Drawing.Point(170, 98);
- this.btnOK.LocationLeft = 170;
- this.btnOK.LocationTop = 98;
- this.btnOK.Margins = "3,3,3,3";
- this.btnOK.Name = "btnOK";
- this.btnOK.Security = "";
- this.btnOK.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnOK.SecurityValue = true;
- this.btnOK.Size = new System.Drawing.Size(58, 31);
- this.btnOK.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnOK.States = "";
- this.btnOK.StateValue = true;
- this.btnOK.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.btnOK.TabIndex = 17;
- this.btnOK.Text = "确定";
- this.btnOK.Width = 58;
-
-
-
- this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedDialog;
- this.ClientSize = new System.Drawing.Size(303, 141);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.spEdSpacing);
- this.Controls.Add(this.lblSpacing);
- this.Controls.Add(this.chkNumber);
- this.Controls.Add(this.rdoSpatialReference);
- this.Controls.Add(this.lblSheetNumber);
- this.Controls.Add(this.txtSheetNumber);
- this.Controls.Add(this.labelClass3);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Height = 169;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FormGetGrid";
- this.Width = 309;
- ((System.ComponentModel.ISupportInitialize)(this.txtSheetNumber.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.rdoSpatialReference.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.chkNumber.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.spEdSpacing.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CoreUI.Win.Control.LabelClass labelClass3;
- private CoreUI.Win.Control.TextBoxClass txtSheetNumber;
- private CoreUI.Win.Control.LabelClass lblSheetNumber;
- private CoreUI.Win.Control.RadioGroupClass rdoSpatialReference;
- private CoreUI.Win.Control.CheckBoxClass chkNumber;
- private CoreUI.Win.Control.LabelClass lblSpacing;
- private CoreUI.Win.Control.SpinEditClass spEdSpacing;
- private CoreUI.Win.Control.ButtonClass btnCancel;
- private CoreUI.Win.Control.ButtonClass btnOK;
- }
- }
|