FormSaveAs.Designer.cs 26 KB

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