CtrlSysSettings.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. 
  2. namespace XdCxRhDW.App.UserControl
  3. {
  4. partial class CtrlSysSettings
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Component Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  34. this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
  35. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  36. this.txtLayer = new DevExpress.XtraEditors.CheckedListBoxControl();
  37. this.txtMapType = new DevExpress.XtraEditors.RadioGroup();
  38. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  39. this.txtHttpPort = new DevExpress.XtraEditors.TextEdit();
  40. this.txtXLDirectory = new DevExpress.XtraEditors.TextEdit();
  41. this.txtYDPZThreshold = new DevExpress.XtraEditors.ButtonEdit();
  42. this.txtWmtsSource = new DevExpress.XtraEditors.RadioGroup();
  43. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  44. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  50. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. this.itemWmtsSource = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.itemMapLayer = new DevExpress.XtraLayout.LayoutControlItem();
  53. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
  54. this.tablePanel1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  56. this.layoutControl1.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.txtLayer)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtMapType.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.txtWmtsSource.Properties)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.itemWmtsSource)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // tablePanel1
  76. //
  77. this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
  78. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  79. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 400F),
  80. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  81. this.tablePanel1.Controls.Add(this.layoutControl1);
  82. this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  83. this.tablePanel1.Location = new System.Drawing.Point(0, 0);
  84. this.tablePanel1.Name = "tablePanel1";
  85. this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
  86. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  87. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 374F),
  88. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  89. this.tablePanel1.Size = new System.Drawing.Size(599, 466);
  90. this.tablePanel1.TabIndex = 0;
  91. this.tablePanel1.UseSkinIndents = true;
  92. //
  93. // layoutControl1
  94. //
  95. this.tablePanel1.SetColumn(this.layoutControl1, 1);
  96. this.layoutControl1.Controls.Add(this.txtLayer);
  97. this.layoutControl1.Controls.Add(this.txtMapType);
  98. this.layoutControl1.Controls.Add(this.btnSave);
  99. this.layoutControl1.Controls.Add(this.txtHttpPort);
  100. this.layoutControl1.Controls.Add(this.txtXLDirectory);
  101. this.layoutControl1.Controls.Add(this.txtYDPZThreshold);
  102. this.layoutControl1.Controls.Add(this.txtWmtsSource);
  103. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.layoutControl1.Location = new System.Drawing.Point(102, 48);
  105. this.layoutControl1.Name = "layoutControl1";
  106. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(941, 140, 650, 400);
  107. this.layoutControl1.Root = this.Root;
  108. this.tablePanel1.SetRow(this.layoutControl1, 1);
  109. this.layoutControl1.Size = new System.Drawing.Size(396, 370);
  110. this.layoutControl1.TabIndex = 0;
  111. this.layoutControl1.Text = "layoutControl1";
  112. //
  113. // txtLayer
  114. //
  115. this.txtLayer.CheckOnClick = true;
  116. this.txtLayer.Location = new System.Drawing.Point(12, 296);
  117. this.txtLayer.MultiColumn = true;
  118. this.txtLayer.Name = "txtLayer";
  119. this.txtLayer.SelectionMode = System.Windows.Forms.SelectionMode.None;
  120. this.txtLayer.Size = new System.Drawing.Size(372, 23);
  121. this.txtLayer.StyleController = this.layoutControl1;
  122. this.txtLayer.TabIndex = 12;
  123. //
  124. // txtMapType
  125. //
  126. this.txtMapType.EditValue = 0;
  127. this.txtMapType.Location = new System.Drawing.Point(12, 182);
  128. this.txtMapType.Name = "txtMapType";
  129. this.txtMapType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
  130. new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "本地地图"),
  131. new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "WMTS")});
  132. this.txtMapType.Size = new System.Drawing.Size(372, 25);
  133. this.txtMapType.StyleController = this.layoutControl1;
  134. this.txtMapType.TabIndex = 9;
  135. this.txtMapType.SelectedIndexChanged += new System.EventHandler(this.txtMapType_SelectedIndexChanged);
  136. //
  137. // btnSave
  138. //
  139. this.btnSave.Location = new System.Drawing.Point(137, 331);
  140. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  141. this.btnSave.MaximumSize = new System.Drawing.Size(0, 22);
  142. this.btnSave.MinimumSize = new System.Drawing.Size(0, 22);
  143. this.btnSave.Name = "btnSave";
  144. this.btnSave.Size = new System.Drawing.Size(121, 22);
  145. this.btnSave.StyleController = this.layoutControl1;
  146. this.btnSave.TabIndex = 4;
  147. this.btnSave.Text = "保存";
  148. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  149. //
  150. // txtHttpPort
  151. //
  152. this.txtHttpPort.EditValue = "";
  153. this.txtHttpPort.Location = new System.Drawing.Point(12, 29);
  154. this.txtHttpPort.Name = "txtHttpPort";
  155. this.txtHttpPort.Properties.AutoHeight = false;
  156. this.txtHttpPort.Size = new System.Drawing.Size(372, 22);
  157. this.txtHttpPort.StyleController = this.layoutControl1;
  158. this.txtHttpPort.TabIndex = 5;
  159. //
  160. // txtXLDirectory
  161. //
  162. this.txtXLDirectory.Location = new System.Drawing.Point(12, 79);
  163. this.txtXLDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  164. this.txtXLDirectory.Name = "txtXLDirectory";
  165. this.txtXLDirectory.Properties.AutoHeight = false;
  166. this.txtXLDirectory.Size = new System.Drawing.Size(372, 22);
  167. this.txtXLDirectory.StyleController = this.layoutControl1;
  168. this.txtXLDirectory.TabIndex = 6;
  169. //
  170. // txtYDPZThreshold
  171. //
  172. this.txtYDPZThreshold.Location = new System.Drawing.Point(12, 129);
  173. this.txtYDPZThreshold.Name = "txtYDPZThreshold";
  174. this.txtYDPZThreshold.Properties.AutoHeight = false;
  175. this.txtYDPZThreshold.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  176. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions2, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, serializableAppearanceObject6, serializableAppearanceObject7, serializableAppearanceObject8, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  177. this.txtYDPZThreshold.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  178. this.txtYDPZThreshold.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  179. this.txtYDPZThreshold.Properties.MaskSettings.Set("mask", "f0");
  180. this.txtYDPZThreshold.Size = new System.Drawing.Size(372, 22);
  181. this.txtYDPZThreshold.StyleController = this.layoutControl1;
  182. this.txtYDPZThreshold.TabIndex = 7;
  183. //
  184. // txtWmtsSource
  185. //
  186. this.txtWmtsSource.EditValue = 0;
  187. this.txtWmtsSource.Location = new System.Drawing.Point(12, 238);
  188. this.txtWmtsSource.Name = "txtWmtsSource";
  189. this.txtWmtsSource.Size = new System.Drawing.Size(372, 25);
  190. this.txtWmtsSource.StyleController = this.layoutControl1;
  191. this.txtWmtsSource.TabIndex = 7;
  192. //
  193. // Root
  194. //
  195. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  196. this.Root.GroupBordersVisible = false;
  197. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  198. this.layoutControlItem3,
  199. this.layoutControlItem4,
  200. this.layoutControlItem5,
  201. this.layoutControlItem1,
  202. this.layoutControlItem8,
  203. this.emptySpaceItem1,
  204. this.emptySpaceItem2,
  205. this.itemWmtsSource,
  206. this.itemMapLayer});
  207. this.Root.Name = "Root";
  208. this.Root.Size = new System.Drawing.Size(396, 370);
  209. this.Root.TextVisible = false;
  210. //
  211. // layoutControlItem3
  212. //
  213. this.layoutControlItem3.Control = this.btnSave;
  214. this.layoutControlItem3.Location = new System.Drawing.Point(125, 311);
  215. this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 27);
  216. this.layoutControlItem3.Name = "layoutControlItem3";
  217. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  218. this.layoutControlItem3.Size = new System.Drawing.Size(125, 39);
  219. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  220. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  221. this.layoutControlItem3.TextVisible = false;
  222. //
  223. // layoutControlItem4
  224. //
  225. this.layoutControlItem4.Control = this.txtHttpPort;
  226. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  227. this.layoutControlItem4.CustomizationFormText = "HTTP服务端口";
  228. this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
  229. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 43);
  230. this.layoutControlItem4.MinSize = new System.Drawing.Size(100, 43);
  231. this.layoutControlItem4.Name = "layoutControlItem4";
  232. this.layoutControlItem4.Size = new System.Drawing.Size(376, 43);
  233. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  234. this.layoutControlItem4.Text = "HTTP服务端口";
  235. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  236. this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 14);
  237. //
  238. // layoutControlItem5
  239. //
  240. this.layoutControlItem5.Control = this.txtXLDirectory;
  241. this.layoutControlItem5.CustomizationFormText = "星历自动导入目录";
  242. this.layoutControlItem5.Location = new System.Drawing.Point(0, 43);
  243. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 50);
  244. this.layoutControlItem5.MinSize = new System.Drawing.Size(100, 50);
  245. this.layoutControlItem5.Name = "layoutControlItem5";
  246. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  247. this.layoutControlItem5.Size = new System.Drawing.Size(376, 50);
  248. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  249. this.layoutControlItem5.Text = "星历自动导入目录";
  250. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  251. this.layoutControlItem5.TextSize = new System.Drawing.Size(96, 14);
  252. //
  253. // layoutControlItem1
  254. //
  255. this.layoutControlItem1.Control = this.txtYDPZThreshold;
  256. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  257. this.layoutControlItem1.CustomizationFormText = "运动判证阈值";
  258. this.layoutControlItem1.Location = new System.Drawing.Point(0, 93);
  259. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 50);
  260. this.layoutControlItem1.MinSize = new System.Drawing.Size(100, 50);
  261. this.layoutControlItem1.Name = "layoutControlItem1";
  262. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  263. this.layoutControlItem1.Size = new System.Drawing.Size(376, 50);
  264. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  265. this.layoutControlItem1.Text = "运动判证阈值";
  266. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  267. this.layoutControlItem1.TextSize = new System.Drawing.Size(96, 14);
  268. //
  269. // layoutControlItem8
  270. //
  271. this.layoutControlItem8.Control = this.txtMapType;
  272. this.layoutControlItem8.Location = new System.Drawing.Point(0, 143);
  273. this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 56);
  274. this.layoutControlItem8.MinSize = new System.Drawing.Size(54, 56);
  275. this.layoutControlItem8.Name = "layoutControlItem8";
  276. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  277. this.layoutControlItem8.Size = new System.Drawing.Size(376, 56);
  278. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  279. this.layoutControlItem8.Text = "地图图源";
  280. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  281. this.layoutControlItem8.TextSize = new System.Drawing.Size(96, 14);
  282. //
  283. // emptySpaceItem1
  284. //
  285. this.emptySpaceItem1.AllowHotTrack = false;
  286. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 311);
  287. this.emptySpaceItem1.Name = "emptySpaceItem1";
  288. this.emptySpaceItem1.Size = new System.Drawing.Size(125, 39);
  289. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  290. //
  291. // emptySpaceItem2
  292. //
  293. this.emptySpaceItem2.AllowHotTrack = false;
  294. this.emptySpaceItem2.Location = new System.Drawing.Point(250, 311);
  295. this.emptySpaceItem2.Name = "emptySpaceItem2";
  296. this.emptySpaceItem2.Size = new System.Drawing.Size(126, 39);
  297. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  298. //
  299. // itemWmtsSource
  300. //
  301. this.itemWmtsSource.Control = this.txtWmtsSource;
  302. this.itemWmtsSource.Location = new System.Drawing.Point(0, 199);
  303. this.itemWmtsSource.MaxSize = new System.Drawing.Size(0, 56);
  304. this.itemWmtsSource.MinSize = new System.Drawing.Size(50, 56);
  305. this.itemWmtsSource.Name = "itemWmtsSource";
  306. this.itemWmtsSource.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  307. this.itemWmtsSource.Size = new System.Drawing.Size(376, 56);
  308. this.itemWmtsSource.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  309. this.itemWmtsSource.Text = "地图来源";
  310. this.itemWmtsSource.TextLocation = DevExpress.Utils.Locations.Top;
  311. this.itemWmtsSource.TextSize = new System.Drawing.Size(96, 14);
  312. this.itemWmtsSource.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  313. //
  314. // itemMapLayer
  315. //
  316. this.itemMapLayer.Control = this.txtLayer;
  317. this.itemMapLayer.Location = new System.Drawing.Point(0, 255);
  318. this.itemMapLayer.MaxSize = new System.Drawing.Size(0, 56);
  319. this.itemMapLayer.MinSize = new System.Drawing.Size(50, 56);
  320. this.itemMapLayer.Name = "itemMapLayer";
  321. this.itemMapLayer.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  322. this.itemMapLayer.Size = new System.Drawing.Size(376, 56);
  323. this.itemMapLayer.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  324. this.itemMapLayer.Text = "图层类型";
  325. this.itemMapLayer.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  326. this.itemMapLayer.TextLocation = DevExpress.Utils.Locations.Top;
  327. this.itemMapLayer.TextSize = new System.Drawing.Size(48, 14);
  328. this.itemMapLayer.TextToControlDistance = 5;
  329. this.itemMapLayer.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  330. //
  331. // CtrlSysSettings
  332. //
  333. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  334. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  335. this.Controls.Add(this.tablePanel1);
  336. this.Name = "CtrlSysSettings";
  337. this.Size = new System.Drawing.Size(599, 466);
  338. this.Load += new System.EventHandler(this.CtrlSysSettings_Load);
  339. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
  340. this.tablePanel1.ResumeLayout(false);
  341. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  342. this.layoutControl1.ResumeLayout(false);
  343. ((System.ComponentModel.ISupportInitialize)(this.txtLayer)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.txtMapType.Properties)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.txtWmtsSource.Properties)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  356. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  357. ((System.ComponentModel.ISupportInitialize)(this.itemWmtsSource)).EndInit();
  358. ((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).EndInit();
  359. this.ResumeLayout(false);
  360. }
  361. #endregion
  362. private DevExpress.Utils.Layout.TablePanel tablePanel1;
  363. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  364. private DevExpress.XtraLayout.LayoutControlGroup Root;
  365. private DevExpress.XtraEditors.SimpleButton btnSave;
  366. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  367. private DevExpress.XtraEditors.TextEdit txtHttpPort;
  368. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  369. private DevExpress.XtraEditors.TextEdit txtXLDirectory;
  370. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  371. private DevExpress.XtraLayout.LayoutControlItem itemWmtsSource;
  372. private DevExpress.XtraEditors.ButtonEdit txtYDPZThreshold;
  373. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  374. private DevExpress.XtraEditors.RadioGroup txtMapType;
  375. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  376. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  377. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  378. private DevExpress.XtraEditors.RadioGroup txtWmtsSource;
  379. private DevExpress.XtraEditors.CheckedListBoxControl txtLayer;
  380. private DevExpress.XtraLayout.LayoutControlItem itemMapLayer;
  381. }
  382. }