FormGetGrid.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351
  1. namespace Tofly.GISUI.RasterAdjust.Win
  2. {
  3. partial class FormGetGrid
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.labelClass3 = new Tofly.CoreUI.Win.Control.LabelClass();
  29. this.txtSheetNumber = new Tofly.CoreUI.Win.Control.TextBoxClass();
  30. this.lblSheetNumber = new Tofly.CoreUI.Win.Control.LabelClass();
  31. this.rdoSpatialReference = new Tofly.CoreUI.Win.Control.RadioGroupClass();
  32. this.chkNumber = new Tofly.CoreUI.Win.Control.CheckBoxClass();
  33. this.lblSpacing = new Tofly.CoreUI.Win.Control.LabelClass();
  34. this.spEdSpacing = new Tofly.CoreUI.Win.Control.SpinEditClass();
  35. this.btnCancel = new Tofly.CoreUI.Win.Control.ButtonClass();
  36. this.btnOK = new Tofly.CoreUI.Win.Control.ButtonClass();
  37. ((System.ComponentModel.ISupportInitialize)(this.txtSheetNumber.Properties)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.rdoSpatialReference.Properties)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.chkNumber.Properties)).BeginInit();
  40. ((System.ComponentModel.ISupportInitialize)(this.spEdSpacing.Properties)).BeginInit();
  41. this.SuspendLayout();
  42. //
  43. // labelClass3
  44. //
  45. this.labelClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  46. this.labelClass3.ControlCursor = null;
  47. this.labelClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  48. this.labelClass3.GUID = null;
  49. this.labelClass3.Height = 14;
  50. this.labelClass3.IsMemory = false;
  51. this.labelClass3.Location = new System.Drawing.Point(12, 15);
  52. this.labelClass3.LocationLeft = 12;
  53. this.labelClass3.LocationTop = 15;
  54. this.labelClass3.Margins = "3,3,3,3";
  55. this.labelClass3.Name = "labelClass3";
  56. this.labelClass3.Security = "";
  57. this.labelClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  58. this.labelClass3.SecurityValue = true;
  59. this.labelClass3.Size = new System.Drawing.Size(60, 14);
  60. this.labelClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  61. this.labelClass3.States = "";
  62. this.labelClass3.StateValue = true;
  63. this.labelClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  64. this.labelClass3.TabIndex = 9;
  65. this.labelClass3.Text = "标准图号:";
  66. this.labelClass3.TextFieldName = null;
  67. this.labelClass3.Width = 60;
  68. //
  69. // txtSheetNumber
  70. //
  71. this.txtSheetNumber.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  72. this.txtSheetNumber.CheckType = Tofly.CoreUI.Control.ValidateType.String;
  73. this.txtSheetNumber.ControlCursor = null;
  74. this.txtSheetNumber.DecimalDigits = 0;
  75. this.txtSheetNumber.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  76. this.txtSheetNumber.GroupName = "";
  77. this.txtSheetNumber.GUID = null;
  78. this.txtSheetNumber.Height = 20;
  79. this.txtSheetNumber.IsMemory = false;
  80. this.txtSheetNumber.Location = new System.Drawing.Point(78, 12);
  81. this.txtSheetNumber.LocationLeft = 78;
  82. this.txtSheetNumber.LocationTop = 12;
  83. this.txtSheetNumber.LogicWhere = "";
  84. this.txtSheetNumber.Margins = "3,3,3,3";
  85. this.txtSheetNumber.Name = "txtSheetNumber";
  86. this.txtSheetNumber.Security = "";
  87. this.txtSheetNumber.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  88. this.txtSheetNumber.SecurityValue = true;
  89. this.txtSheetNumber.Size = new System.Drawing.Size(129, 20);
  90. this.txtSheetNumber.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  91. this.txtSheetNumber.States = "";
  92. this.txtSheetNumber.StateValue = true;
  93. this.txtSheetNumber.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  94. this.txtSheetNumber.TabIndex = 10;
  95. this.txtSheetNumber.TextFieldName = null;
  96. this.txtSheetNumber.Tip = null;
  97. this.txtSheetNumber.Width = 129;
  98. //
  99. // lblSheetNumber
  100. //
  101. this.lblSheetNumber.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  102. this.lblSheetNumber.ControlCursor = null;
  103. this.lblSheetNumber.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  104. this.lblSheetNumber.GUID = null;
  105. this.lblSheetNumber.Height = 14;
  106. this.lblSheetNumber.IsMemory = false;
  107. this.lblSheetNumber.Location = new System.Drawing.Point(213, 15);
  108. this.lblSheetNumber.LocationLeft = 213;
  109. this.lblSheetNumber.LocationTop = 15;
  110. this.lblSheetNumber.Margins = "3,3,3,3";
  111. this.lblSheetNumber.Name = "lblSheetNumber";
  112. this.lblSheetNumber.Security = "";
  113. this.lblSheetNumber.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  114. this.lblSheetNumber.SecurityValue = true;
  115. this.lblSheetNumber.Size = new System.Drawing.Size(36, 14);
  116. this.lblSheetNumber.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  117. this.lblSheetNumber.States = "";
  118. this.lblSheetNumber.StateValue = true;
  119. this.lblSheetNumber.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  120. this.lblSheetNumber.TabIndex = 12;
  121. this.lblSheetNumber.Text = "比例尺";
  122. this.lblSheetNumber.TextFieldName = null;
  123. this.lblSheetNumber.Width = 36;
  124. //
  125. // rdoSpatialReference
  126. //
  127. this.rdoSpatialReference.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  128. this.rdoSpatialReference.CodeFieldName = null;
  129. this.rdoSpatialReference.ControlCursor = null;
  130. this.rdoSpatialReference.DataTableName = null;
  131. this.rdoSpatialReference.DisplayFieldName = null;
  132. this.rdoSpatialReference.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  133. this.rdoSpatialReference.GroupName = "";
  134. this.rdoSpatialReference.GUID = null;
  135. this.rdoSpatialReference.Height = 54;
  136. this.rdoSpatialReference.IsMemory = false;
  137. this.rdoSpatialReference.Location = new System.Drawing.Point(12, 38);
  138. this.rdoSpatialReference.LocationLeft = 12;
  139. this.rdoSpatialReference.LocationTop = 38;
  140. this.rdoSpatialReference.Margins = "3,3,3,3";
  141. this.rdoSpatialReference.Name = "rdoSpatialReference";
  142. this.rdoSpatialReference.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
  143. new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "北京54坐标系"),
  144. new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "西安80坐标系")});
  145. this.rdoSpatialReference.Security = "";
  146. this.rdoSpatialReference.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  147. this.rdoSpatialReference.SecurityValue = true;
  148. this.rdoSpatialReference.Size = new System.Drawing.Size(280, 54);
  149. this.rdoSpatialReference.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  150. this.rdoSpatialReference.States = "";
  151. this.rdoSpatialReference.StateValue = true;
  152. this.rdoSpatialReference.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  153. this.rdoSpatialReference.TabIndex = 13;
  154. this.rdoSpatialReference.TextFieldName = null;
  155. this.rdoSpatialReference.Tip = null;
  156. this.rdoSpatialReference.ValueFieldName = null;
  157. this.rdoSpatialReference.Width = 280;
  158. //
  159. // chkNumber
  160. //
  161. this.chkNumber.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  162. this.chkNumber.ControlCursor = null;
  163. this.chkNumber.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  164. this.chkNumber.FalseValue = "0";
  165. this.chkNumber.GUID = null;
  166. this.chkNumber.Height = 19;
  167. this.chkNumber.IsMemory = false;
  168. this.chkNumber.Location = new System.Drawing.Point(222, 56);
  169. this.chkNumber.LocationLeft = 222;
  170. this.chkNumber.LocationTop = 56;
  171. this.chkNumber.Margins = "3,3,3,3";
  172. this.chkNumber.Name = "chkNumber";
  173. this.chkNumber.Properties.Caption = "加带号";
  174. this.chkNumber.Security = "";
  175. this.chkNumber.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  176. this.chkNumber.SecurityValue = true;
  177. this.chkNumber.Size = new System.Drawing.Size(61, 19);
  178. this.chkNumber.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  179. this.chkNumber.States = "";
  180. this.chkNumber.StateValue = true;
  181. this.chkNumber.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  182. this.chkNumber.TabIndex = 14;
  183. this.chkNumber.TextFieldName = null;
  184. this.chkNumber.TrueValue = "1";
  185. this.chkNumber.ValueFieldName = null;
  186. this.chkNumber.Width = 61;
  187. //
  188. // lblSpacing
  189. //
  190. this.lblSpacing.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  191. this.lblSpacing.ControlCursor = null;
  192. this.lblSpacing.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  193. this.lblSpacing.GUID = null;
  194. this.lblSpacing.Height = 14;
  195. this.lblSpacing.IsMemory = false;
  196. this.lblSpacing.Location = new System.Drawing.Point(12, 107);
  197. this.lblSpacing.LocationLeft = 12;
  198. this.lblSpacing.LocationTop = 107;
  199. this.lblSpacing.Margins = "3,3,3,3";
  200. this.lblSpacing.Name = "lblSpacing";
  201. this.lblSpacing.Security = "";
  202. this.lblSpacing.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  203. this.lblSpacing.SecurityValue = true;
  204. this.lblSpacing.Size = new System.Drawing.Size(84, 14);
  205. this.lblSpacing.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  206. this.lblSpacing.States = "";
  207. this.lblSpacing.StateValue = true;
  208. this.lblSpacing.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  209. this.lblSpacing.TabIndex = 15;
  210. this.lblSpacing.Text = "自动采集间距:";
  211. this.lblSpacing.TextFieldName = null;
  212. this.lblSpacing.Width = 84;
  213. //
  214. // spEdSpacing
  215. //
  216. this.spEdSpacing.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  217. this.spEdSpacing.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
  218. this.spEdSpacing.ControlCursor = null;
  219. this.spEdSpacing.DecimalDigits = 0;
  220. this.spEdSpacing.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  221. this.spEdSpacing.EditValue = new decimal(new int[] {
  222. 0,
  223. 0,
  224. 0,
  225. 0});
  226. this.spEdSpacing.GroupName = "";
  227. this.spEdSpacing.GUID = null;
  228. this.spEdSpacing.Height = 20;
  229. this.spEdSpacing.IsMemory = false;
  230. this.spEdSpacing.Location = new System.Drawing.Point(102, 104);
  231. this.spEdSpacing.LocationLeft = 102;
  232. this.spEdSpacing.LocationTop = 104;
  233. this.spEdSpacing.LogicWhere = "";
  234. this.spEdSpacing.Margins = "3,3,3,3";
  235. this.spEdSpacing.Name = "spEdSpacing";
  236. this.spEdSpacing.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  237. new DevExpress.XtraEditors.Controls.EditorButton()});
  238. this.spEdSpacing.Security = "";
  239. this.spEdSpacing.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  240. this.spEdSpacing.SecurityValue = true;
  241. this.spEdSpacing.Size = new System.Drawing.Size(62, 20);
  242. this.spEdSpacing.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  243. this.spEdSpacing.States = "";
  244. this.spEdSpacing.StateValue = true;
  245. this.spEdSpacing.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  246. this.spEdSpacing.TabIndex = 16;
  247. this.spEdSpacing.TextFieldName = null;
  248. this.spEdSpacing.Tip = null;
  249. this.spEdSpacing.Value = new decimal(new int[] {
  250. 0,
  251. 0,
  252. 0,
  253. 0});
  254. this.spEdSpacing.Width = 62;
  255. //
  256. // btnCancel
  257. //
  258. this.btnCancel.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  259. this.btnCancel.ControlCursor = null;
  260. this.btnCancel.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  261. this.btnCancel.GroupName = "";
  262. this.btnCancel.GUID = null;
  263. this.btnCancel.Height = 31;
  264. this.btnCancel.IsMemory = false;
  265. this.btnCancel.Location = new System.Drawing.Point(234, 98);
  266. this.btnCancel.LocationLeft = 234;
  267. this.btnCancel.LocationTop = 98;
  268. this.btnCancel.Margins = "3,3,3,3";
  269. this.btnCancel.Name = "btnCancel";
  270. this.btnCancel.Security = "";
  271. this.btnCancel.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  272. this.btnCancel.SecurityValue = true;
  273. this.btnCancel.Size = new System.Drawing.Size(58, 31);
  274. this.btnCancel.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  275. this.btnCancel.States = "";
  276. this.btnCancel.StateValue = true;
  277. this.btnCancel.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  278. this.btnCancel.TabIndex = 18;
  279. this.btnCancel.Text = "取消";
  280. this.btnCancel.Width = 58;
  281. //
  282. // btnOK
  283. //
  284. this.btnOK.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  285. this.btnOK.ControlCursor = null;
  286. this.btnOK.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  287. this.btnOK.GroupName = "";
  288. this.btnOK.GUID = null;
  289. this.btnOK.Height = 31;
  290. this.btnOK.IsMemory = false;
  291. this.btnOK.Location = new System.Drawing.Point(170, 98);
  292. this.btnOK.LocationLeft = 170;
  293. this.btnOK.LocationTop = 98;
  294. this.btnOK.Margins = "3,3,3,3";
  295. this.btnOK.Name = "btnOK";
  296. this.btnOK.Security = "";
  297. this.btnOK.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  298. this.btnOK.SecurityValue = true;
  299. this.btnOK.Size = new System.Drawing.Size(58, 31);
  300. this.btnOK.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  301. this.btnOK.States = "";
  302. this.btnOK.StateValue = true;
  303. this.btnOK.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  304. this.btnOK.TabIndex = 17;
  305. this.btnOK.Text = "确定";
  306. this.btnOK.Width = 58;
  307. //
  308. // FormGetGrid
  309. //
  310. this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedDialog;
  311. this.ClientSize = new System.Drawing.Size(303, 141);
  312. this.Controls.Add(this.btnCancel);
  313. this.Controls.Add(this.btnOK);
  314. this.Controls.Add(this.spEdSpacing);
  315. this.Controls.Add(this.lblSpacing);
  316. this.Controls.Add(this.chkNumber);
  317. this.Controls.Add(this.rdoSpatialReference);
  318. this.Controls.Add(this.lblSheetNumber);
  319. this.Controls.Add(this.txtSheetNumber);
  320. this.Controls.Add(this.labelClass3);
  321. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  322. this.Height = 169;
  323. this.MaximizeBox = false;
  324. this.MinimizeBox = false;
  325. this.Name = "FormGetGrid";
  326. this.Width = 309;
  327. ((System.ComponentModel.ISupportInitialize)(this.txtSheetNumber.Properties)).EndInit();
  328. ((System.ComponentModel.ISupportInitialize)(this.rdoSpatialReference.Properties)).EndInit();
  329. ((System.ComponentModel.ISupportInitialize)(this.chkNumber.Properties)).EndInit();
  330. ((System.ComponentModel.ISupportInitialize)(this.spEdSpacing.Properties)).EndInit();
  331. this.ResumeLayout(false);
  332. this.PerformLayout();
  333. }
  334. #endregion
  335. private CoreUI.Win.Control.LabelClass labelClass3;
  336. private CoreUI.Win.Control.TextBoxClass txtSheetNumber;
  337. private CoreUI.Win.Control.LabelClass lblSheetNumber;
  338. private CoreUI.Win.Control.RadioGroupClass rdoSpatialReference;
  339. private CoreUI.Win.Control.CheckBoxClass chkNumber;
  340. private CoreUI.Win.Control.LabelClass lblSpacing;
  341. private CoreUI.Win.Control.SpinEditClass spEdSpacing;
  342. private CoreUI.Win.Control.ButtonClass btnCancel;
  343. private CoreUI.Win.Control.ButtonClass btnOK;
  344. }
  345. }