FormAutoAdjust.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. namespace Tofly.GISUI.RasterAdjust.Win
  2. {
  3. partial class FormAutoAdjust
  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.lstFiles = new Tofly.CoreUI.Win.Control.ListBoxClass();
  29. this.btnOpenFiles = new Tofly.CoreUI.Win.Control.ButtonClass();
  30. this.btnDeleteFiles = new Tofly.CoreUI.Win.Control.ButtonClass();
  31. this.btnOpenFromList = new Tofly.CoreUI.Win.Control.ButtonClass();
  32. this.btnSaveToList = new Tofly.CoreUI.Win.Control.ButtonClass();
  33. this.rdoSpatialReference = new Tofly.CoreUI.Win.Control.RadioGroupClass();
  34. this.rdoSelectType = new Tofly.CoreUI.Win.Control.RadioGroupClass();
  35. this.btnAdjust = new Tofly.CoreUI.Win.Control.ButtonClass();
  36. this.btnExit = new Tofly.CoreUI.Win.Control.ButtonClass();
  37. this.cboAdjustType = new Tofly.CoreUI.Win.Control.ComboBoxClass();
  38. this.btnSaveReport = new Tofly.CoreUI.Win.Control.ButtonClass();
  39. this.lstReport = new Tofly.CoreUI.Win.Control.ListBoxClass();
  40. ((System.ComponentModel.ISupportInitialize)(this.lstFiles)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.rdoSpatialReference.Properties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.rdoSelectType.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.cboAdjustType.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.lstReport)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // lstFiles
  48. //
  49. this.lstFiles.AllowNull = true;
  50. this.lstFiles.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  51. this.lstFiles.ControlCursor = null;
  52. this.lstFiles.DataTableName = null;
  53. this.lstFiles.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  54. this.lstFiles.GroupName = null;
  55. this.lstFiles.GUID = null;
  56. this.lstFiles.Height = 201;
  57. this.lstFiles.IsMemory = false;
  58. this.lstFiles.Location = new System.Drawing.Point(12, 12);
  59. this.lstFiles.LocationLeft = 12;
  60. this.lstFiles.LocationTop = 12;
  61. this.lstFiles.Margins = "3,3,3,3";
  62. this.lstFiles.Name = "lstFiles";
  63. this.lstFiles.Security = "";
  64. this.lstFiles.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  65. this.lstFiles.SecurityValue = true;
  66. this.lstFiles.Size = new System.Drawing.Size(328, 201);
  67. this.lstFiles.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  68. this.lstFiles.States = "";
  69. this.lstFiles.StateValue = true;
  70. this.lstFiles.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  71. this.lstFiles.TabIndex = 0;
  72. this.lstFiles.Tip = null;
  73. this.lstFiles.Width = 328;
  74. //
  75. // btnOpenFiles
  76. //
  77. this.btnOpenFiles.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  78. this.btnOpenFiles.ControlCursor = null;
  79. this.btnOpenFiles.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  80. this.btnOpenFiles.GroupName = "";
  81. this.btnOpenFiles.GUID = null;
  82. this.btnOpenFiles.Height = 31;
  83. this.btnOpenFiles.IsMemory = false;
  84. this.btnOpenFiles.Location = new System.Drawing.Point(350, 12);
  85. this.btnOpenFiles.LocationLeft = 350;
  86. this.btnOpenFiles.LocationTop = 12;
  87. this.btnOpenFiles.Margins = "3,3,3,3";
  88. this.btnOpenFiles.Name = "btnOpenFiles";
  89. this.btnOpenFiles.Security = "";
  90. this.btnOpenFiles.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  91. this.btnOpenFiles.SecurityValue = true;
  92. this.btnOpenFiles.Size = new System.Drawing.Size(77, 31);
  93. this.btnOpenFiles.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  94. this.btnOpenFiles.States = "";
  95. this.btnOpenFiles.StateValue = true;
  96. this.btnOpenFiles.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  97. this.btnOpenFiles.TabIndex = 3;
  98. this.btnOpenFiles.Text = "添加文件";
  99. this.btnOpenFiles.Width = 77;
  100. //
  101. // btnDeleteFiles
  102. //
  103. this.btnDeleteFiles.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  104. this.btnDeleteFiles.ControlCursor = null;
  105. this.btnDeleteFiles.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  106. this.btnDeleteFiles.GroupName = "";
  107. this.btnDeleteFiles.GUID = null;
  108. this.btnDeleteFiles.Height = 31;
  109. this.btnDeleteFiles.IsMemory = false;
  110. this.btnDeleteFiles.Location = new System.Drawing.Point(350, 49);
  111. this.btnDeleteFiles.LocationLeft = 350;
  112. this.btnDeleteFiles.LocationTop = 49;
  113. this.btnDeleteFiles.Margins = "3,3,3,3";
  114. this.btnDeleteFiles.Name = "btnDeleteFiles";
  115. this.btnDeleteFiles.Security = "";
  116. this.btnDeleteFiles.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  117. this.btnDeleteFiles.SecurityValue = true;
  118. this.btnDeleteFiles.Size = new System.Drawing.Size(77, 31);
  119. this.btnDeleteFiles.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  120. this.btnDeleteFiles.States = "";
  121. this.btnDeleteFiles.StateValue = true;
  122. this.btnDeleteFiles.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  123. this.btnDeleteFiles.TabIndex = 4;
  124. this.btnDeleteFiles.Text = "删除文件";
  125. this.btnDeleteFiles.Width = 77;
  126. //
  127. // btnOpenFromList
  128. //
  129. this.btnOpenFromList.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  130. this.btnOpenFromList.ControlCursor = null;
  131. this.btnOpenFromList.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  132. this.btnOpenFromList.GroupName = "";
  133. this.btnOpenFromList.GUID = null;
  134. this.btnOpenFromList.Height = 31;
  135. this.btnOpenFromList.IsMemory = false;
  136. this.btnOpenFromList.Location = new System.Drawing.Point(350, 119);
  137. this.btnOpenFromList.LocationLeft = 350;
  138. this.btnOpenFromList.LocationTop = 119;
  139. this.btnOpenFromList.Margins = "3,3,3,3";
  140. this.btnOpenFromList.Name = "btnOpenFromList";
  141. this.btnOpenFromList.Security = "";
  142. this.btnOpenFromList.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  143. this.btnOpenFromList.SecurityValue = true;
  144. this.btnOpenFromList.Size = new System.Drawing.Size(77, 31);
  145. this.btnOpenFromList.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  146. this.btnOpenFromList.States = "";
  147. this.btnOpenFromList.StateValue = true;
  148. this.btnOpenFromList.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  149. this.btnOpenFromList.TabIndex = 5;
  150. this.btnOpenFromList.Text = "方案添加";
  151. this.btnOpenFromList.Width = 77;
  152. //
  153. // btnSaveToList
  154. //
  155. this.btnSaveToList.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  156. this.btnSaveToList.ControlCursor = null;
  157. this.btnSaveToList.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  158. this.btnSaveToList.GroupName = "";
  159. this.btnSaveToList.GUID = null;
  160. this.btnSaveToList.Height = 31;
  161. this.btnSaveToList.IsMemory = false;
  162. this.btnSaveToList.Location = new System.Drawing.Point(350, 156);
  163. this.btnSaveToList.LocationLeft = 350;
  164. this.btnSaveToList.LocationTop = 156;
  165. this.btnSaveToList.Margins = "3,3,3,3";
  166. this.btnSaveToList.Name = "btnSaveToList";
  167. this.btnSaveToList.Security = "";
  168. this.btnSaveToList.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  169. this.btnSaveToList.SecurityValue = true;
  170. this.btnSaveToList.Size = new System.Drawing.Size(77, 31);
  171. this.btnSaveToList.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  172. this.btnSaveToList.States = "";
  173. this.btnSaveToList.StateValue = true;
  174. this.btnSaveToList.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  175. this.btnSaveToList.TabIndex = 6;
  176. this.btnSaveToList.Text = "保存方案";
  177. this.btnSaveToList.Width = 77;
  178. //
  179. // rdoSpatialReference
  180. //
  181. this.rdoSpatialReference.AllowNull = true;
  182. this.rdoSpatialReference.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  183. this.rdoSpatialReference.CodeFieldName = null;
  184. this.rdoSpatialReference.ControlCursor = null;
  185. this.rdoSpatialReference.DataTableName = null;
  186. this.rdoSpatialReference.DisplayFieldName = null;
  187. this.rdoSpatialReference.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  188. this.rdoSpatialReference.GroupName = "";
  189. this.rdoSpatialReference.GUID = null;
  190. this.rdoSpatialReference.Height = 54;
  191. this.rdoSpatialReference.IsMemory = false;
  192. this.rdoSpatialReference.Location = new System.Drawing.Point(12, 257);
  193. this.rdoSpatialReference.LocationLeft = 12;
  194. this.rdoSpatialReference.LocationTop = 257;
  195. this.rdoSpatialReference.Margins = "3,3,3,3";
  196. this.rdoSpatialReference.Name = "rdoSpatialReference";
  197. this.rdoSpatialReference.Properties.Appearance.BackColor = System.Drawing.Color.White;
  198. this.rdoSpatialReference.Properties.Appearance.Options.UseBackColor = true;
  199. this.rdoSpatialReference.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
  200. new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "北京54坐标系"),
  201. new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "西安80坐标系")});
  202. this.rdoSpatialReference.Security = "";
  203. this.rdoSpatialReference.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  204. this.rdoSpatialReference.SecurityValue = true;
  205. this.rdoSpatialReference.Size = new System.Drawing.Size(145, 54);
  206. this.rdoSpatialReference.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  207. this.rdoSpatialReference.States = "";
  208. this.rdoSpatialReference.StateValue = true;
  209. this.rdoSpatialReference.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  210. this.rdoSpatialReference.TabIndex = 14;
  211. this.rdoSpatialReference.TextFieldName = null;
  212. this.rdoSpatialReference.Tip = null;
  213. this.rdoSpatialReference.ValueFieldName = null;
  214. this.rdoSpatialReference.Width = 145;
  215. //
  216. // rdoSelectType
  217. //
  218. this.rdoSelectType.AllowNull = true;
  219. this.rdoSelectType.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  220. this.rdoSelectType.CodeFieldName = null;
  221. this.rdoSelectType.ControlCursor = null;
  222. this.rdoSelectType.DataTableName = null;
  223. this.rdoSelectType.DisplayFieldName = null;
  224. this.rdoSelectType.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  225. this.rdoSelectType.GroupName = "";
  226. this.rdoSelectType.GUID = null;
  227. this.rdoSelectType.Height = 32;
  228. this.rdoSelectType.IsMemory = false;
  229. this.rdoSelectType.Location = new System.Drawing.Point(12, 219);
  230. this.rdoSelectType.LocationLeft = 12;
  231. this.rdoSelectType.LocationTop = 219;
  232. this.rdoSelectType.Margins = "3,3,3,3";
  233. this.rdoSelectType.Name = "rdoSelectType";
  234. this.rdoSelectType.Properties.Appearance.BackColor = System.Drawing.Color.White;
  235. this.rdoSelectType.Properties.Appearance.Options.UseBackColor = true;
  236. this.rdoSelectType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
  237. new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "从DRG中获取控制点(标准图号)"),
  238. new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "从*.pnt 文件中获取控制点")});
  239. this.rdoSelectType.Security = "";
  240. this.rdoSelectType.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  241. this.rdoSelectType.SecurityValue = true;
  242. this.rdoSelectType.Size = new System.Drawing.Size(415, 32);
  243. this.rdoSelectType.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  244. this.rdoSelectType.States = "";
  245. this.rdoSelectType.StateValue = true;
  246. this.rdoSelectType.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  247. this.rdoSelectType.TabIndex = 15;
  248. this.rdoSelectType.TextFieldName = null;
  249. this.rdoSelectType.Tip = null;
  250. this.rdoSelectType.ValueFieldName = null;
  251. this.rdoSelectType.Width = 415;
  252. //
  253. // btnAdjust
  254. //
  255. this.btnAdjust.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  256. this.btnAdjust.ControlCursor = null;
  257. this.btnAdjust.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  258. this.btnAdjust.GroupName = "";
  259. this.btnAdjust.GUID = null;
  260. this.btnAdjust.Height = 31;
  261. this.btnAdjust.IsMemory = false;
  262. this.btnAdjust.Location = new System.Drawing.Point(263, 257);
  263. this.btnAdjust.LocationLeft = 263;
  264. this.btnAdjust.LocationTop = 257;
  265. this.btnAdjust.Margins = "3,3,3,3";
  266. this.btnAdjust.Name = "btnAdjust";
  267. this.btnAdjust.Security = "";
  268. this.btnAdjust.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  269. this.btnAdjust.SecurityValue = true;
  270. this.btnAdjust.Size = new System.Drawing.Size(77, 31);
  271. this.btnAdjust.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  272. this.btnAdjust.States = "";
  273. this.btnAdjust.StateValue = true;
  274. this.btnAdjust.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  275. this.btnAdjust.TabIndex = 16;
  276. this.btnAdjust.Text = "纠正";
  277. this.btnAdjust.Width = 77;
  278. //
  279. // btnExit
  280. //
  281. this.btnExit.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  282. this.btnExit.ControlCursor = null;
  283. this.btnExit.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  284. this.btnExit.GroupName = "";
  285. this.btnExit.GUID = null;
  286. this.btnExit.Height = 31;
  287. this.btnExit.IsMemory = false;
  288. this.btnExit.Location = new System.Drawing.Point(350, 257);
  289. this.btnExit.LocationLeft = 350;
  290. this.btnExit.LocationTop = 257;
  291. this.btnExit.Margins = "3,3,3,3";
  292. this.btnExit.Name = "btnExit";
  293. this.btnExit.Security = "";
  294. this.btnExit.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  295. this.btnExit.SecurityValue = true;
  296. this.btnExit.Size = new System.Drawing.Size(77, 31);
  297. this.btnExit.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  298. this.btnExit.States = "";
  299. this.btnExit.StateValue = true;
  300. this.btnExit.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  301. this.btnExit.TabIndex = 17;
  302. this.btnExit.Text = "退出";
  303. this.btnExit.Width = 77;
  304. //
  305. // cboAdjustType
  306. //
  307. this.cboAdjustType.AddCaptionField = false;
  308. this.cboAdjustType.AddNullRow = false;
  309. this.cboAdjustType.AllowNull = true;
  310. this.cboAdjustType.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  311. this.cboAdjustType.AutoExpandFirstNode = true;
  312. this.cboAdjustType.AutoLoad = true;
  313. this.cboAdjustType.CanSelectRoot = true;
  314. this.cboAdjustType.CodeFieldName = null;
  315. this.cboAdjustType.ColorSetWhere = null;
  316. this.cboAdjustType.ControlCursor = null;
  317. this.cboAdjustType.DataFilter = null;
  318. this.cboAdjustType.DataTableName = null;
  319. this.cboAdjustType.DisplayFieldName = null;
  320. this.cboAdjustType.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  321. this.cboAdjustType.EditValue = "";
  322. this.cboAdjustType.FilterFields = null;
  323. this.cboAdjustType.FocusedNode = null;
  324. this.cboAdjustType.GroupBy = null;
  325. this.cboAdjustType.GroupName = null;
  326. this.cboAdjustType.GUID = null;
  327. this.cboAdjustType.Height = 20;
  328. this.cboAdjustType.IDFieldName = null;
  329. this.cboAdjustType.IsEdit = false;
  330. this.cboAdjustType.IsMemory = false;
  331. this.cboAdjustType.LinkGroup = null;
  332. this.cboAdjustType.LinkIndex = 0;
  333. this.cboAdjustType.Location = new System.Drawing.Point(263, 294);
  334. this.cboAdjustType.LocationLeft = 263;
  335. this.cboAdjustType.LocationTop = 294;
  336. this.cboAdjustType.Margins = "3,3,3,3";
  337. this.cboAdjustType.Name = "cboAdjustType";
  338. this.cboAdjustType.ObjectFactory = null;
  339. this.cboAdjustType.OrderBy = null;
  340. this.cboAdjustType.PIDFieldName = null;
  341. this.cboAdjustType.PinYinFieldName = "C_PINYIN";
  342. this.cboAdjustType.Properties.Appearance.BackColor = System.Drawing.Color.White;
  343. this.cboAdjustType.Properties.Appearance.Options.UseBackColor = true;
  344. this.cboAdjustType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  345. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  346. this.cboAdjustType.Security = "";
  347. this.cboAdjustType.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  348. this.cboAdjustType.SecurityValue = true;
  349. this.cboAdjustType.SelectedFields = null;
  350. this.cboAdjustType.ShowCheckbox = false;
  351. this.cboAdjustType.ShowCodeString = false;
  352. this.cboAdjustType.ShowMoreRowName = "【显示更多】";
  353. this.cboAdjustType.ShowRowNum = 0;
  354. this.cboAdjustType.Size = new System.Drawing.Size(164, 20);
  355. this.cboAdjustType.SplitString = ",";
  356. this.cboAdjustType.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  357. this.cboAdjustType.States = "";
  358. this.cboAdjustType.StateValue = true;
  359. this.cboAdjustType.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  360. this.cboAdjustType.TabIndex = 18;
  361. this.cboAdjustType.TextFieldName = null;
  362. this.cboAdjustType.Tip = null;
  363. this.cboAdjustType.ValueFieldName = null;
  364. this.cboAdjustType.ValueFilter = null;
  365. this.cboAdjustType.ValueGetScript = null;
  366. this.cboAdjustType.ValueMatchingField = null;
  367. this.cboAdjustType.ValueSetScript = null;
  368. this.cboAdjustType.Width = 164;
  369. //
  370. // btnSaveReport
  371. //
  372. this.btnSaveReport.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  373. this.btnSaveReport.ControlCursor = null;
  374. this.btnSaveReport.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  375. this.btnSaveReport.GroupName = "";
  376. this.btnSaveReport.GUID = null;
  377. this.btnSaveReport.Height = 31;
  378. this.btnSaveReport.IsMemory = false;
  379. this.btnSaveReport.Location = new System.Drawing.Point(350, 384);
  380. this.btnSaveReport.LocationLeft = 350;
  381. this.btnSaveReport.LocationTop = 384;
  382. this.btnSaveReport.Margins = "3,3,3,3";
  383. this.btnSaveReport.Name = "btnSaveReport";
  384. this.btnSaveReport.Security = "";
  385. this.btnSaveReport.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  386. this.btnSaveReport.SecurityValue = true;
  387. this.btnSaveReport.Size = new System.Drawing.Size(77, 31);
  388. this.btnSaveReport.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  389. this.btnSaveReport.States = "";
  390. this.btnSaveReport.StateValue = true;
  391. this.btnSaveReport.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  392. this.btnSaveReport.TabIndex = 20;
  393. this.btnSaveReport.Text = "保存报告";
  394. this.btnSaveReport.Width = 77;
  395. //
  396. // lstReport
  397. //
  398. this.lstReport.AllowNull = true;
  399. this.lstReport.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  400. this.lstReport.ControlCursor = null;
  401. this.lstReport.DataTableName = null;
  402. this.lstReport.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  403. this.lstReport.GroupName = null;
  404. this.lstReport.GUID = null;
  405. this.lstReport.Height = 95;
  406. this.lstReport.IsMemory = false;
  407. this.lstReport.Location = new System.Drawing.Point(12, 320);
  408. this.lstReport.LocationLeft = 12;
  409. this.lstReport.LocationTop = 320;
  410. this.lstReport.Margins = "3,3,3,3";
  411. this.lstReport.Name = "lstReport";
  412. this.lstReport.Security = "";
  413. this.lstReport.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  414. this.lstReport.SecurityValue = true;
  415. this.lstReport.Size = new System.Drawing.Size(328, 95);
  416. this.lstReport.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  417. this.lstReport.States = "";
  418. this.lstReport.StateValue = true;
  419. this.lstReport.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  420. this.lstReport.TabIndex = 21;
  421. this.lstReport.Tip = null;
  422. this.lstReport.Width = 328;
  423. //
  424. // FormAutoAdjust
  425. //
  426. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  427. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  428. this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedDialog;
  429. this.ClientSize = new System.Drawing.Size(437, 427);
  430. this.Controls.Add(this.lstReport);
  431. this.Controls.Add(this.btnSaveReport);
  432. this.Controls.Add(this.cboAdjustType);
  433. this.Controls.Add(this.btnExit);
  434. this.Controls.Add(this.btnAdjust);
  435. this.Controls.Add(this.rdoSelectType);
  436. this.Controls.Add(this.rdoSpatialReference);
  437. this.Controls.Add(this.btnSaveToList);
  438. this.Controls.Add(this.btnOpenFromList);
  439. this.Controls.Add(this.btnDeleteFiles);
  440. this.Controls.Add(this.btnOpenFiles);
  441. this.Controls.Add(this.lstFiles);
  442. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  443. this.Height = 455;
  444. this.MaximizeBox = false;
  445. this.MinimizeBox = false;
  446. this.Name = "FormAutoAdjust";
  447. this.Text = "批量纠正";
  448. this.Width = 443;
  449. ((System.ComponentModel.ISupportInitialize)(this.lstFiles)).EndInit();
  450. ((System.ComponentModel.ISupportInitialize)(this.rdoSpatialReference.Properties)).EndInit();
  451. ((System.ComponentModel.ISupportInitialize)(this.rdoSelectType.Properties)).EndInit();
  452. ((System.ComponentModel.ISupportInitialize)(this.cboAdjustType.Properties)).EndInit();
  453. ((System.ComponentModel.ISupportInitialize)(this.lstReport)).EndInit();
  454. this.ResumeLayout(false);
  455. }
  456. #endregion
  457. private CoreUI.Win.Control.ListBoxClass lstFiles;
  458. private CoreUI.Win.Control.ButtonClass btnOpenFiles;
  459. private CoreUI.Win.Control.ButtonClass btnDeleteFiles;
  460. private CoreUI.Win.Control.ButtonClass btnOpenFromList;
  461. private CoreUI.Win.Control.ButtonClass btnSaveToList;
  462. private CoreUI.Win.Control.RadioGroupClass rdoSpatialReference;
  463. private CoreUI.Win.Control.RadioGroupClass rdoSelectType;
  464. private CoreUI.Win.Control.ButtonClass btnAdjust;
  465. private CoreUI.Win.Control.ButtonClass btnExit;
  466. private CoreUI.Win.Control.ComboBoxClass cboAdjustType;
  467. private CoreUI.Win.Control.ButtonClass btnSaveReport;
  468. private CoreUI.Win.Control.ListBoxClass lstReport;
  469. }
  470. }