CtrlSysSettings.Designer.cs 23 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.txtMapUrl = new DevExpress.XtraEditors.TextEdit();
  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.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  43. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  44. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  45. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  46. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  47. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.itemLayer = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  50. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  51. this.itemUrl = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.txtLayer = new DevExpress.XtraEditors.TextEdit();
  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.txtMapUrl.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.Root)).BeginInit();
  63. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.itemLayer)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.itemUrl)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.txtLayer.Properties)).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, 370F),
  88. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  89. this.tablePanel1.Size = new System.Drawing.Size(690, 443);
  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.txtMapUrl);
  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.txtLayer);
  103. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  104. this.layoutControl1.Location = new System.Drawing.Point(147, 38);
  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, 366);
  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. new DevExpress.XtraEditors.Controls.RadioGroupItem(2, "WMS")});
  122. this.txtMapType.Size = new System.Drawing.Size(372, 25);
  123. this.txtMapType.StyleController = this.layoutControl1;
  124. this.txtMapType.TabIndex = 9;
  125. this.txtMapType.SelectedIndexChanged += new System.EventHandler(this.txtMapType_SelectedIndexChanged);
  126. //
  127. // txtMapUrl
  128. //
  129. this.txtMapUrl.Location = new System.Drawing.Point(12, 235);
  130. this.txtMapUrl.Name = "txtMapUrl";
  131. this.txtMapUrl.Properties.AutoHeight = false;
  132. this.txtMapUrl.Size = new System.Drawing.Size(372, 22);
  133. this.txtMapUrl.StyleController = this.layoutControl1;
  134. this.txtMapUrl.TabIndex = 7;
  135. this.txtMapUrl.ToolTip = "支持瓦片数据和wms";
  136. //
  137. // btnSave
  138. //
  139. this.btnSave.Location = new System.Drawing.Point(137, 319);
  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, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", 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. // Root
  185. //
  186. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  187. this.Root.GroupBordersVisible = false;
  188. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  189. this.layoutControlItem3,
  190. this.layoutControlItem4,
  191. this.layoutControlItem5,
  192. this.layoutControlItem1,
  193. this.layoutControlItem8,
  194. this.itemLayer,
  195. this.emptySpaceItem1,
  196. this.emptySpaceItem2,
  197. this.itemUrl});
  198. this.Root.Name = "Root";
  199. this.Root.Size = new System.Drawing.Size(396, 366);
  200. this.Root.TextVisible = false;
  201. //
  202. // layoutControlItem3
  203. //
  204. this.layoutControlItem3.Control = this.btnSave;
  205. this.layoutControlItem3.Location = new System.Drawing.Point(125, 299);
  206. this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 26);
  207. this.layoutControlItem3.Name = "layoutControlItem3";
  208. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  209. this.layoutControlItem3.Size = new System.Drawing.Size(125, 47);
  210. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  211. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  212. this.layoutControlItem3.TextVisible = false;
  213. //
  214. // layoutControlItem4
  215. //
  216. this.layoutControlItem4.Control = this.txtHttpPort;
  217. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  218. this.layoutControlItem4.CustomizationFormText = "HTTP服务端口";
  219. this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
  220. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 43);
  221. this.layoutControlItem4.MinSize = new System.Drawing.Size(100, 43);
  222. this.layoutControlItem4.Name = "layoutControlItem4";
  223. this.layoutControlItem4.Size = new System.Drawing.Size(376, 43);
  224. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  225. this.layoutControlItem4.Text = "HTTP服务端口";
  226. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  227. this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 14);
  228. //
  229. // layoutControlItem5
  230. //
  231. this.layoutControlItem5.Control = this.txtXLDirectory;
  232. this.layoutControlItem5.CustomizationFormText = "星历自动导入目录";
  233. this.layoutControlItem5.Location = new System.Drawing.Point(0, 43);
  234. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 50);
  235. this.layoutControlItem5.MinSize = new System.Drawing.Size(100, 50);
  236. this.layoutControlItem5.Name = "layoutControlItem5";
  237. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  238. this.layoutControlItem5.Size = new System.Drawing.Size(376, 50);
  239. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  240. this.layoutControlItem5.Text = "星历自动导入目录";
  241. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  242. this.layoutControlItem5.TextSize = new System.Drawing.Size(96, 14);
  243. //
  244. // layoutControlItem1
  245. //
  246. this.layoutControlItem1.Control = this.txtYDPZThreshold;
  247. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  248. this.layoutControlItem1.CustomizationFormText = "Wms地址";
  249. this.layoutControlItem1.Location = new System.Drawing.Point(0, 93);
  250. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 50);
  251. this.layoutControlItem1.MinSize = new System.Drawing.Size(100, 50);
  252. this.layoutControlItem1.Name = "layoutControlItem1";
  253. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  254. this.layoutControlItem1.Size = new System.Drawing.Size(376, 50);
  255. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  256. this.layoutControlItem1.Text = "运动判证阈值";
  257. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  258. this.layoutControlItem1.TextSize = new System.Drawing.Size(96, 14);
  259. //
  260. // layoutControlItem8
  261. //
  262. this.layoutControlItem8.Control = this.txtMapType;
  263. this.layoutControlItem8.Location = new System.Drawing.Point(0, 143);
  264. this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 56);
  265. this.layoutControlItem8.MinSize = new System.Drawing.Size(54, 56);
  266. this.layoutControlItem8.Name = "layoutControlItem8";
  267. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 12, 2);
  268. this.layoutControlItem8.Size = new System.Drawing.Size(376, 56);
  269. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  270. this.layoutControlItem8.Text = "地图图源";
  271. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  272. this.layoutControlItem8.TextSize = new System.Drawing.Size(96, 14);
  273. //
  274. // itemLayer
  275. //
  276. this.itemLayer.Control = this.txtLayer;
  277. this.itemLayer.Location = new System.Drawing.Point(0, 249);
  278. this.itemLayer.MinSize = new System.Drawing.Size(50, 25);
  279. this.itemLayer.Name = "itemLayer";
  280. this.itemLayer.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  281. this.itemLayer.Size = new System.Drawing.Size(376, 50);
  282. this.itemLayer.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  283. this.itemLayer.Text = "地图图层名称";
  284. this.itemLayer.TextLocation = DevExpress.Utils.Locations.Top;
  285. this.itemLayer.TextSize = new System.Drawing.Size(96, 14);
  286. this.itemLayer.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  287. //
  288. // emptySpaceItem1
  289. //
  290. this.emptySpaceItem1.AllowHotTrack = false;
  291. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 299);
  292. this.emptySpaceItem1.Name = "emptySpaceItem1";
  293. this.emptySpaceItem1.Size = new System.Drawing.Size(125, 47);
  294. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  295. //
  296. // emptySpaceItem2
  297. //
  298. this.emptySpaceItem2.AllowHotTrack = false;
  299. this.emptySpaceItem2.Location = new System.Drawing.Point(250, 299);
  300. this.emptySpaceItem2.Name = "emptySpaceItem2";
  301. this.emptySpaceItem2.Size = new System.Drawing.Size(126, 47);
  302. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  303. //
  304. // itemUrl
  305. //
  306. this.itemUrl.Control = this.txtMapUrl;
  307. this.itemUrl.Location = new System.Drawing.Point(0, 199);
  308. this.itemUrl.MaxSize = new System.Drawing.Size(0, 50);
  309. this.itemUrl.MinSize = new System.Drawing.Size(100, 50);
  310. this.itemUrl.Name = "itemUrl";
  311. this.itemUrl.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  312. this.itemUrl.Size = new System.Drawing.Size(376, 50);
  313. this.itemUrl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  314. this.itemUrl.Text = "地图URL地址";
  315. this.itemUrl.TextLocation = DevExpress.Utils.Locations.Top;
  316. this.itemUrl.TextSize = new System.Drawing.Size(96, 14);
  317. this.itemUrl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  318. //
  319. // txtLayer
  320. //
  321. this.txtLayer.Location = new System.Drawing.Point(12, 285);
  322. this.txtLayer.Name = "txtLayer";
  323. this.txtLayer.Properties.AutoHeight = false;
  324. this.txtLayer.Size = new System.Drawing.Size(372, 22);
  325. this.txtLayer.StyleController = this.layoutControl1;
  326. this.txtLayer.TabIndex = 10;
  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(690, 443);
  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.txtMapUrl.Properties)).EndInit();
  342. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).EndInit();
  343. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).EndInit();
  344. ((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).EndInit();
  345. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  346. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  347. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  348. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  349. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  350. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  351. ((System.ComponentModel.ISupportInitialize)(this.itemLayer)).EndInit();
  352. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  353. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  354. ((System.ComponentModel.ISupportInitialize)(this.itemUrl)).EndInit();
  355. ((System.ComponentModel.ISupportInitialize)(this.txtLayer.Properties)).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.XtraEditors.TextEdit txtMapUrl;
  369. private DevExpress.XtraLayout.LayoutControlItem itemUrl;
  370. private DevExpress.XtraEditors.ButtonEdit txtYDPZThreshold;
  371. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  372. private DevExpress.XtraEditors.RadioGroup txtMapType;
  373. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  374. private DevExpress.XtraLayout.LayoutControlItem itemLayer;
  375. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  376. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  377. private DevExpress.XtraEditors.TextEdit txtLayer;
  378. }
  379. }