CtrlSysSettings.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  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 editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  30. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
  34. this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
  35. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  36. this.txtMapType = new DevExpress.XtraEditors.RadioGroup();
  37. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  38. this.txtHttpPort = new DevExpress.XtraEditors.TextEdit();
  39. this.txtXLDirectory = new DevExpress.XtraEditors.TextEdit();
  40. this.txtYDPZThreshold = new DevExpress.XtraEditors.ButtonEdit();
  41. this.txtLayer = new DevExpress.XtraEditors.RadioGroup();
  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.itemMapLayer = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  52. this.itemWmtsSource = 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.txtMapType.Properties)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.txtLayer.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.itemMapLayer)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.itemWmtsSource)).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.txtMapType);
  97. this.layoutControl1.Controls.Add(this.btnSave);
  98. this.layoutControl1.Controls.Add(this.txtHttpPort);
  99. this.layoutControl1.Controls.Add(this.txtXLDirectory);
  100. this.layoutControl1.Controls.Add(this.txtYDPZThreshold);
  101. this.layoutControl1.Controls.Add(this.txtLayer);
  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. // txtMapType
  114. //
  115. this.txtMapType.EditValue = 0;
  116. this.txtMapType.Location = new System.Drawing.Point(12, 182);
  117. this.txtMapType.Name = "txtMapType";
  118. this.txtMapType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
  119. new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "本地地图"),
  120. new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "WMTS")});
  121. this.txtMapType.Size = new System.Drawing.Size(372, 25);
  122. this.txtMapType.StyleController = this.layoutControl1;
  123. this.txtMapType.TabIndex = 9;
  124. this.txtMapType.SelectedIndexChanged += new System.EventHandler(this.txtMapType_SelectedIndexChanged);
  125. //
  126. // btnSave
  127. //
  128. this.btnSave.Location = new System.Drawing.Point(137, 331);
  129. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  130. this.btnSave.MaximumSize = new System.Drawing.Size(0, 22);
  131. this.btnSave.MinimumSize = new System.Drawing.Size(0, 22);
  132. this.btnSave.Name = "btnSave";
  133. this.btnSave.Size = new System.Drawing.Size(121, 22);
  134. this.btnSave.StyleController = this.layoutControl1;
  135. this.btnSave.TabIndex = 4;
  136. this.btnSave.Text = "保存";
  137. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  138. //
  139. // txtHttpPort
  140. //
  141. this.txtHttpPort.EditValue = "";
  142. this.txtHttpPort.Location = new System.Drawing.Point(12, 29);
  143. this.txtHttpPort.Name = "txtHttpPort";
  144. this.txtHttpPort.Properties.AutoHeight = false;
  145. this.txtHttpPort.Size = new System.Drawing.Size(372, 22);
  146. this.txtHttpPort.StyleController = this.layoutControl1;
  147. this.txtHttpPort.TabIndex = 5;
  148. //
  149. // txtXLDirectory
  150. //
  151. this.txtXLDirectory.Location = new System.Drawing.Point(12, 79);
  152. this.txtXLDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  153. this.txtXLDirectory.Name = "txtXLDirectory";
  154. this.txtXLDirectory.Properties.AutoHeight = false;
  155. this.txtXLDirectory.Size = new System.Drawing.Size(372, 22);
  156. this.txtXLDirectory.StyleController = this.layoutControl1;
  157. this.txtXLDirectory.TabIndex = 6;
  158. //
  159. // txtYDPZThreshold
  160. //
  161. this.txtYDPZThreshold.Location = new System.Drawing.Point(12, 129);
  162. this.txtYDPZThreshold.Name = "txtYDPZThreshold";
  163. this.txtYDPZThreshold.Properties.AutoHeight = false;
  164. this.txtYDPZThreshold.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  165. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Hz", -1, false, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
  166. this.txtYDPZThreshold.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  167. this.txtYDPZThreshold.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  168. this.txtYDPZThreshold.Properties.MaskSettings.Set("mask", "f0");
  169. this.txtYDPZThreshold.Size = new System.Drawing.Size(372, 22);
  170. this.txtYDPZThreshold.StyleController = this.layoutControl1;
  171. this.txtYDPZThreshold.TabIndex = 7;
  172. //
  173. // txtLayer
  174. //
  175. this.txtLayer.EditValue = 0;
  176. this.txtLayer.Location = new System.Drawing.Point(12, 294);
  177. this.txtLayer.Name = "txtLayer";
  178. this.txtLayer.Properties.Columns = 3;
  179. this.txtLayer.Size = new System.Drawing.Size(372, 25);
  180. this.txtLayer.StyleController = this.layoutControl1;
  181. this.txtLayer.TabIndex = 10;
  182. //
  183. // txtWmtsSource
  184. //
  185. this.txtWmtsSource.EditValue = 0;
  186. this.txtWmtsSource.Location = new System.Drawing.Point(12, 238);
  187. this.txtWmtsSource.Name = "txtWmtsSource";
  188. this.txtWmtsSource.Size = new System.Drawing.Size(372, 25);
  189. this.txtWmtsSource.StyleController = this.layoutControl1;
  190. this.txtWmtsSource.TabIndex = 7;
  191. //
  192. // Root
  193. //
  194. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  195. this.Root.GroupBordersVisible = false;
  196. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  197. this.layoutControlItem3,
  198. this.layoutControlItem4,
  199. this.layoutControlItem5,
  200. this.layoutControlItem1,
  201. this.layoutControlItem8,
  202. this.itemMapLayer,
  203. this.emptySpaceItem1,
  204. this.emptySpaceItem2,
  205. this.itemWmtsSource});
  206. this.Root.Name = "Root";
  207. this.Root.Size = new System.Drawing.Size(396, 370);
  208. this.Root.TextVisible = false;
  209. //
  210. // layoutControlItem3
  211. //
  212. this.layoutControlItem3.Control = this.btnSave;
  213. this.layoutControlItem3.Location = new System.Drawing.Point(125, 311);
  214. this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 27);
  215. this.layoutControlItem3.Name = "layoutControlItem3";
  216. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  217. this.layoutControlItem3.Size = new System.Drawing.Size(125, 39);
  218. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  219. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  220. this.layoutControlItem3.TextVisible = false;
  221. //
  222. // layoutControlItem4
  223. //
  224. this.layoutControlItem4.Control = this.txtHttpPort;
  225. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  226. this.layoutControlItem4.CustomizationFormText = "HTTP服务端口";
  227. this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
  228. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 43);
  229. this.layoutControlItem4.MinSize = new System.Drawing.Size(100, 43);
  230. this.layoutControlItem4.Name = "layoutControlItem4";
  231. this.layoutControlItem4.Size = new System.Drawing.Size(376, 43);
  232. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  233. this.layoutControlItem4.Text = "HTTP服务端口";
  234. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  235. this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 14);
  236. //
  237. // layoutControlItem5
  238. //
  239. this.layoutControlItem5.Control = this.txtXLDirectory;
  240. this.layoutControlItem5.CustomizationFormText = "星历自动导入目录";
  241. this.layoutControlItem5.Location = new System.Drawing.Point(0, 43);
  242. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 50);
  243. this.layoutControlItem5.MinSize = new System.Drawing.Size(100, 50);
  244. this.layoutControlItem5.Name = "layoutControlItem5";
  245. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  246. this.layoutControlItem5.Size = new System.Drawing.Size(376, 50);
  247. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  248. this.layoutControlItem5.Text = "星历自动导入目录";
  249. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  250. this.layoutControlItem5.TextSize = new System.Drawing.Size(96, 14);
  251. //
  252. // layoutControlItem1
  253. //
  254. this.layoutControlItem1.Control = this.txtYDPZThreshold;
  255. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  256. this.layoutControlItem1.CustomizationFormText = "运动判证阈值";
  257. this.layoutControlItem1.Location = new System.Drawing.Point(0, 93);
  258. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 50);
  259. this.layoutControlItem1.MinSize = new System.Drawing.Size(100, 50);
  260. this.layoutControlItem1.Name = "layoutControlItem1";
  261. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  262. this.layoutControlItem1.Size = new System.Drawing.Size(376, 50);
  263. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  264. this.layoutControlItem1.Text = "运动判证阈值";
  265. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  266. this.layoutControlItem1.TextSize = new System.Drawing.Size(96, 14);
  267. //
  268. // layoutControlItem8
  269. //
  270. this.layoutControlItem8.Control = this.txtMapType;
  271. this.layoutControlItem8.Location = new System.Drawing.Point(0, 143);
  272. this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 56);
  273. this.layoutControlItem8.MinSize = new System.Drawing.Size(54, 56);
  274. this.layoutControlItem8.Name = "layoutControlItem8";
  275. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  276. this.layoutControlItem8.Size = new System.Drawing.Size(376, 56);
  277. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  278. this.layoutControlItem8.Text = "地图图源";
  279. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  280. this.layoutControlItem8.TextSize = new System.Drawing.Size(96, 14);
  281. //
  282. // itemMapLayer
  283. //
  284. this.itemMapLayer.Control = this.txtLayer;
  285. this.itemMapLayer.Location = new System.Drawing.Point(0, 255);
  286. this.itemMapLayer.MaxSize = new System.Drawing.Size(0, 56);
  287. this.itemMapLayer.MinSize = new System.Drawing.Size(50, 56);
  288. this.itemMapLayer.Name = "itemMapLayer";
  289. this.itemMapLayer.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  290. this.itemMapLayer.Size = new System.Drawing.Size(376, 56);
  291. this.itemMapLayer.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  292. this.itemMapLayer.Text = "图层类型";
  293. this.itemMapLayer.TextLocation = DevExpress.Utils.Locations.Top;
  294. this.itemMapLayer.TextSize = new System.Drawing.Size(96, 14);
  295. this.itemMapLayer.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  296. //
  297. // emptySpaceItem1
  298. //
  299. this.emptySpaceItem1.AllowHotTrack = false;
  300. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 311);
  301. this.emptySpaceItem1.Name = "emptySpaceItem1";
  302. this.emptySpaceItem1.Size = new System.Drawing.Size(125, 39);
  303. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  304. //
  305. // emptySpaceItem2
  306. //
  307. this.emptySpaceItem2.AllowHotTrack = false;
  308. this.emptySpaceItem2.Location = new System.Drawing.Point(250, 311);
  309. this.emptySpaceItem2.Name = "emptySpaceItem2";
  310. this.emptySpaceItem2.Size = new System.Drawing.Size(126, 39);
  311. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  312. //
  313. // itemWmtsSource
  314. //
  315. this.itemWmtsSource.Control = this.txtWmtsSource;
  316. this.itemWmtsSource.Location = new System.Drawing.Point(0, 199);
  317. this.itemWmtsSource.MaxSize = new System.Drawing.Size(0, 56);
  318. this.itemWmtsSource.MinSize = new System.Drawing.Size(50, 56);
  319. this.itemWmtsSource.Name = "itemWmtsSource";
  320. this.itemWmtsSource.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  321. this.itemWmtsSource.Size = new System.Drawing.Size(376, 56);
  322. this.itemWmtsSource.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  323. this.itemWmtsSource.Text = "地图来源";
  324. this.itemWmtsSource.TextLocation = DevExpress.Utils.Locations.Top;
  325. this.itemWmtsSource.TextSize = new System.Drawing.Size(96, 14);
  326. this.itemWmtsSource.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  327. //
  328. // CtrlSysSettings
  329. //
  330. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  331. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  332. this.Controls.Add(this.tablePanel1);
  333. this.Name = "CtrlSysSettings";
  334. this.Size = new System.Drawing.Size(599, 466);
  335. this.Load += new System.EventHandler(this.CtrlSysSettings_Load);
  336. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
  337. this.tablePanel1.ResumeLayout(false);
  338. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  339. this.layoutControl1.ResumeLayout(false);
  340. ((System.ComponentModel.ISupportInitialize)(this.txtMapType.Properties)).EndInit();
  341. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.txtLayer.Properties)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.txtWmtsSource.Properties)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.itemWmtsSource)).EndInit();
  356. this.ResumeLayout(false);
  357. }
  358. #endregion
  359. private DevExpress.Utils.Layout.TablePanel tablePanel1;
  360. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  361. private DevExpress.XtraLayout.LayoutControlGroup Root;
  362. private DevExpress.XtraEditors.SimpleButton btnSave;
  363. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  364. private DevExpress.XtraEditors.TextEdit txtHttpPort;
  365. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  366. private DevExpress.XtraEditors.TextEdit txtXLDirectory;
  367. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  368. private DevExpress.XtraLayout.LayoutControlItem itemWmtsSource;
  369. private DevExpress.XtraEditors.ButtonEdit txtYDPZThreshold;
  370. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  371. private DevExpress.XtraEditors.RadioGroup txtMapType;
  372. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  373. private DevExpress.XtraLayout.LayoutControlItem itemMapLayer;
  374. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  375. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  376. private DevExpress.XtraEditors.RadioGroup txtLayer;
  377. private DevExpress.XtraEditors.RadioGroup txtWmtsSource;
  378. }
  379. }