NewTask.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. namespace Uninpho.Tools
  2. {
  3. partial class NewTask
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  29. this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
  30. this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
  31. this.lblShow = new DevExpress.XtraEditors.LabelControl();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.txtoutdir = new System.Windows.Forms.TextBox();
  34. this.txtindir = new System.Windows.Forms.TextBox();
  35. this.btnStart = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  37. this.chkRebuildLod = new DevExpress.XtraEditors.CheckEdit();
  38. this.txtLon = new System.Windows.Forms.TextBox();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.txtLat = new System.Windows.Forms.TextBox();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.txtAlt = new System.Windows.Forms.TextBox();
  43. this.label5 = new System.Windows.Forms.Label();
  44. this.groupBox3 = new System.Windows.Forms.GroupBox();
  45. this.marqueeProgressBarControl1 = new DevExpress.XtraEditors.MarqueeProgressBarControl();
  46. this.groupBox1.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.chkRebuildLod.Properties)).BeginInit();
  48. this.groupBox3.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).BeginInit();
  50. this.SuspendLayout();
  51. //
  52. // groupBox1
  53. //
  54. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  55. | System.Windows.Forms.AnchorStyles.Right)));
  56. this.groupBox1.Controls.Add(this.simpleButton3);
  57. this.groupBox1.Controls.Add(this.simpleButton2);
  58. this.groupBox1.Controls.Add(this.lblShow);
  59. this.groupBox1.Controls.Add(this.label2);
  60. this.groupBox1.Controls.Add(this.txtoutdir);
  61. this.groupBox1.Controls.Add(this.txtindir);
  62. this.groupBox1.ForeColor = System.Drawing.Color.MidnightBlue;
  63. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  64. this.groupBox1.Name = "groupBox1";
  65. this.groupBox1.Size = new System.Drawing.Size(683, 94);
  66. this.groupBox1.TabIndex = 13;
  67. this.groupBox1.TabStop = false;
  68. this.groupBox1.Text = "输入输出目录";
  69. //
  70. // simpleButton3
  71. //
  72. this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  73. this.simpleButton3.Location = new System.Drawing.Point(599, 61);
  74. this.simpleButton3.Name = "simpleButton3";
  75. this.simpleButton3.Size = new System.Drawing.Size(75, 23);
  76. this.simpleButton3.TabIndex = 7;
  77. this.simpleButton3.Text = "浏览...";
  78. //
  79. // simpleButton2
  80. //
  81. this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  82. this.simpleButton2.Location = new System.Drawing.Point(599, 22);
  83. this.simpleButton2.Name = "simpleButton2";
  84. this.simpleButton2.Size = new System.Drawing.Size(75, 23);
  85. this.simpleButton2.TabIndex = 7;
  86. this.simpleButton2.Text = "浏览...";
  87. //
  88. // lblShow
  89. //
  90. this.lblShow.Location = new System.Drawing.Point(22, 26);
  91. this.lblShow.Name = "lblShow";
  92. this.lblShow.Size = new System.Drawing.Size(54, 14);
  93. this.lblShow.TabIndex = 10;
  94. this.lblShow.Text = "osgb目录:";
  95. //
  96. // label2
  97. //
  98. this.label2.AutoSize = true;
  99. this.label2.Location = new System.Drawing.Point(19, 65);
  100. this.label2.Name = "label2";
  101. this.label2.Size = new System.Drawing.Size(81, 14);
  102. this.label2.TabIndex = 2;
  103. this.label2.Text = "3dTiels目录:";
  104. //
  105. // txtoutdir
  106. //
  107. this.txtoutdir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  108. | System.Windows.Forms.AnchorStyles.Right)));
  109. this.txtoutdir.Location = new System.Drawing.Point(106, 62);
  110. this.txtoutdir.Name = "txtoutdir";
  111. this.txtoutdir.Size = new System.Drawing.Size(487, 22);
  112. this.txtoutdir.TabIndex = 4;
  113. //
  114. // txtindir
  115. //
  116. this.txtindir.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  117. | System.Windows.Forms.AnchorStyles.Right)));
  118. this.txtindir.Location = new System.Drawing.Point(106, 23);
  119. this.txtindir.Name = "txtindir";
  120. this.txtindir.Size = new System.Drawing.Size(487, 22);
  121. this.txtindir.TabIndex = 4;
  122. //
  123. // btnStart
  124. //
  125. this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  126. this.btnStart.Location = new System.Drawing.Point(512, 232);
  127. this.btnStart.Name = "btnStart";
  128. this.btnStart.Size = new System.Drawing.Size(75, 23);
  129. this.btnStart.TabIndex = 7;
  130. this.btnStart.Text = "确定";
  131. //
  132. // btnClose
  133. //
  134. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  135. this.btnClose.Location = new System.Drawing.Point(611, 232);
  136. this.btnClose.Name = "btnClose";
  137. this.btnClose.Size = new System.Drawing.Size(75, 23);
  138. this.btnClose.TabIndex = 7;
  139. this.btnClose.Text = "关闭";
  140. //
  141. // chkRebuildLod
  142. //
  143. this.chkRebuildLod.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  144. this.chkRebuildLod.EditValue = true;
  145. this.chkRebuildLod.Location = new System.Drawing.Point(34, 195);
  146. this.chkRebuildLod.Name = "chkRebuildLod";
  147. this.chkRebuildLod.Properties.Caption = "重构LOD";
  148. this.chkRebuildLod.Size = new System.Drawing.Size(75, 19);
  149. this.chkRebuildLod.TabIndex = 13;
  150. //
  151. // txtLon
  152. //
  153. this.txtLon.Location = new System.Drawing.Point(106, 25);
  154. this.txtLon.Name = "txtLon";
  155. this.txtLon.Size = new System.Drawing.Size(134, 22);
  156. this.txtLon.TabIndex = 4;
  157. //
  158. // label1
  159. //
  160. this.label1.AutoSize = true;
  161. this.label1.Location = new System.Drawing.Point(19, 28);
  162. this.label1.Name = "label1";
  163. this.label1.Size = new System.Drawing.Size(43, 14);
  164. this.label1.TabIndex = 2;
  165. this.label1.Text = "经度:";
  166. //
  167. // txtLat
  168. //
  169. this.txtLat.Location = new System.Drawing.Point(322, 25);
  170. this.txtLat.Name = "txtLat";
  171. this.txtLat.Size = new System.Drawing.Size(134, 22);
  172. this.txtLat.TabIndex = 4;
  173. //
  174. // label4
  175. //
  176. this.label4.AutoSize = true;
  177. this.label4.Location = new System.Drawing.Point(260, 28);
  178. this.label4.Name = "label4";
  179. this.label4.Size = new System.Drawing.Size(43, 14);
  180. this.label4.TabIndex = 2;
  181. this.label4.Text = "纬度:";
  182. //
  183. // txtAlt
  184. //
  185. this.txtAlt.Location = new System.Drawing.Point(532, 25);
  186. this.txtAlt.Name = "txtAlt";
  187. this.txtAlt.Size = new System.Drawing.Size(134, 22);
  188. this.txtAlt.TabIndex = 4;
  189. this.txtAlt.Text = "0";
  190. //
  191. // label5
  192. //
  193. this.label5.AutoSize = true;
  194. this.label5.Location = new System.Drawing.Point(469, 28);
  195. this.label5.Name = "label5";
  196. this.label5.Size = new System.Drawing.Size(43, 14);
  197. this.label5.TabIndex = 2;
  198. this.label5.Text = "高度:";
  199. //
  200. // groupBox3
  201. //
  202. this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  203. | System.Windows.Forms.AnchorStyles.Right)));
  204. this.groupBox3.Controls.Add(this.label1);
  205. this.groupBox3.Controls.Add(this.label4);
  206. this.groupBox3.Controls.Add(this.txtLon);
  207. this.groupBox3.Controls.Add(this.label5);
  208. this.groupBox3.Controls.Add(this.txtLat);
  209. this.groupBox3.Controls.Add(this.txtAlt);
  210. this.groupBox3.ForeColor = System.Drawing.Color.MidnightBlue;
  211. this.groupBox3.Location = new System.Drawing.Point(12, 112);
  212. this.groupBox3.Name = "groupBox3";
  213. this.groupBox3.Size = new System.Drawing.Size(683, 73);
  214. this.groupBox3.TabIndex = 15;
  215. this.groupBox3.TabStop = false;
  216. this.groupBox3.Text = "中心点位置";
  217. //
  218. // marqueeProgressBarControl1
  219. //
  220. this.marqueeProgressBarControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  221. this.marqueeProgressBarControl1.EditValue = 0;
  222. this.marqueeProgressBarControl1.Location = new System.Drawing.Point(34, 230);
  223. this.marqueeProgressBarControl1.Name = "marqueeProgressBarControl1";
  224. this.marqueeProgressBarControl1.Size = new System.Drawing.Size(451, 23);
  225. this.marqueeProgressBarControl1.TabIndex = 16;
  226. this.marqueeProgressBarControl1.Visible = false;
  227. //
  228. // NewTask
  229. //
  230. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  231. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  232. this.ClientSize = new System.Drawing.Size(701, 271);
  233. this.Controls.Add(this.marqueeProgressBarControl1);
  234. this.Controls.Add(this.groupBox3);
  235. this.Controls.Add(this.chkRebuildLod);
  236. this.Controls.Add(this.groupBox1);
  237. this.Controls.Add(this.btnClose);
  238. this.Controls.Add(this.btnStart);
  239. this.MaximizeBox = false;
  240. this.MinimizeBox = false;
  241. this.MinimumSize = new System.Drawing.Size(717, 309);
  242. this.Name = "NewTask";
  243. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  244. this.Text = "OSGB转换工具";
  245. this.groupBox1.ResumeLayout(false);
  246. this.groupBox1.PerformLayout();
  247. ((System.ComponentModel.ISupportInitialize)(this.chkRebuildLod.Properties)).EndInit();
  248. this.groupBox3.ResumeLayout(false);
  249. this.groupBox3.PerformLayout();
  250. ((System.ComponentModel.ISupportInitialize)(this.marqueeProgressBarControl1.Properties)).EndInit();
  251. this.ResumeLayout(false);
  252. }
  253. #endregion
  254. private System.Windows.Forms.GroupBox groupBox1;
  255. private DevExpress.XtraEditors.LabelControl lblShow;
  256. private System.Windows.Forms.Label label2;
  257. private System.Windows.Forms.TextBox txtindir;
  258. private DevExpress.XtraEditors.SimpleButton btnStart;
  259. private DevExpress.XtraEditors.SimpleButton btnClose;
  260. private System.Windows.Forms.TextBox txtoutdir;
  261. private DevExpress.XtraEditors.CheckEdit chkRebuildLod;
  262. private DevExpress.XtraEditors.SimpleButton simpleButton3;
  263. private DevExpress.XtraEditors.SimpleButton simpleButton2;
  264. private System.Windows.Forms.Label label5;
  265. private System.Windows.Forms.Label label4;
  266. private System.Windows.Forms.TextBox txtAlt;
  267. private System.Windows.Forms.Label label1;
  268. private System.Windows.Forms.TextBox txtLat;
  269. private System.Windows.Forms.TextBox txtLon;
  270. private System.Windows.Forms.GroupBox groupBox3;
  271. private DevExpress.XtraEditors.MarqueeProgressBarControl marqueeProgressBarControl1;
  272. }
  273. }