CtrlSysSettings.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. 
  2. namespace DW5S.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. this.components = new System.ComponentModel.Container();
  30. DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions2 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
  31. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
  32. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
  33. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject7 = new DevExpress.Utils.SerializableAppearanceObject();
  34. DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject8 = new DevExpress.Utils.SerializableAppearanceObject();
  35. this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
  36. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  37. this.txtTimeZone = new DevExpress.XtraScheduler.UI.TimeZoneEdit();
  38. this.txtLayer = new DevExpress.XtraEditors.CheckedListBoxControl();
  39. this.txtMapType = new DevExpress.XtraEditors.RadioGroup();
  40. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  41. this.txtHttpPort = new DevExpress.XtraEditors.TextEdit();
  42. this.txtXLDirectory = new DevExpress.XtraEditors.TextEdit();
  43. this.txtYDPZThreshold = new DevExpress.XtraEditors.ButtonEdit();
  44. this.txtWmtsSource = new DevExpress.XtraEditors.RadioGroup();
  45. this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
  46. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  47. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  48. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  49. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  50. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  51. this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
  52. this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
  53. this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
  54. this.itemWmtsSource = new DevExpress.XtraLayout.LayoutControlItem();
  55. this.itemMapLayer = new DevExpress.XtraLayout.LayoutControlItem();
  56. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  57. this.txtSampleDire = new DevExpress.XtraEditors.TextEdit();
  58. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  59. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
  60. this.tablePanel1.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  62. this.layoutControl1.SuspendLayout();
  63. ((System.ComponentModel.ISupportInitialize)(this.txtTimeZone.Properties)).BeginInit();
  64. ((System.ComponentModel.ISupportInitialize)(this.txtLayer)).BeginInit();
  65. ((System.ComponentModel.ISupportInitialize)(this.txtMapType.Properties)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).BeginInit();
  68. ((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).BeginInit();
  69. ((System.ComponentModel.ISupportInitialize)(this.txtWmtsSource.Properties)).BeginInit();
  70. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  72. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  75. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.itemWmtsSource)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).BeginInit();
  80. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  81. ((System.ComponentModel.ISupportInitialize)(this.txtSampleDire.Properties)).BeginInit();
  82. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  83. this.SuspendLayout();
  84. //
  85. // tablePanel1
  86. //
  87. this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
  88. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  89. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 405F),
  90. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  91. this.tablePanel1.Controls.Add(this.layoutControl1);
  92. this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.tablePanel1.Location = new System.Drawing.Point(0, 0);
  94. this.tablePanel1.Name = "tablePanel1";
  95. this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
  96. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  97. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 469F),
  98. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  99. this.tablePanel1.Size = new System.Drawing.Size(619, 557);
  100. this.tablePanel1.TabIndex = 0;
  101. this.tablePanel1.UseSkinIndents = true;
  102. //
  103. // layoutControl1
  104. //
  105. this.tablePanel1.SetColumn(this.layoutControl1, 1);
  106. this.layoutControl1.Controls.Add(this.txtTimeZone);
  107. this.layoutControl1.Controls.Add(this.txtLayer);
  108. this.layoutControl1.Controls.Add(this.txtMapType);
  109. this.layoutControl1.Controls.Add(this.btnSave);
  110. this.layoutControl1.Controls.Add(this.txtHttpPort);
  111. this.layoutControl1.Controls.Add(this.txtXLDirectory);
  112. this.layoutControl1.Controls.Add(this.txtYDPZThreshold);
  113. this.layoutControl1.Controls.Add(this.txtWmtsSource);
  114. this.layoutControl1.Controls.Add(this.txtSampleDire);
  115. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  116. this.layoutControl1.Location = new System.Drawing.Point(109, 46);
  117. this.layoutControl1.Name = "layoutControl1";
  118. this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(941, 140, 650, 400);
  119. this.layoutControl1.Root = this.Root;
  120. this.tablePanel1.SetRow(this.layoutControl1, 1);
  121. this.layoutControl1.Size = new System.Drawing.Size(401, 465);
  122. this.layoutControl1.TabIndex = 0;
  123. this.layoutControl1.Text = "layoutControl1";
  124. //
  125. // txtTimeZone
  126. //
  127. this.txtTimeZone.Location = new System.Drawing.Point(12, 29);
  128. this.txtTimeZone.Name = "txtTimeZone";
  129. this.txtTimeZone.Properties.AutoHeight = false;
  130. this.txtTimeZone.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  131. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  132. this.txtTimeZone.Size = new System.Drawing.Size(377, 22);
  133. this.txtTimeZone.StyleController = this.layoutControl1;
  134. this.txtTimeZone.TabIndex = 13;
  135. //
  136. // txtLayer
  137. //
  138. this.txtLayer.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  139. this.txtLayer.CheckOnClick = true;
  140. this.txtLayer.Location = new System.Drawing.Point(12, 387);
  141. this.txtLayer.MultiColumn = true;
  142. this.txtLayer.Name = "txtLayer";
  143. this.txtLayer.SelectionMode = System.Windows.Forms.SelectionMode.None;
  144. this.txtLayer.Size = new System.Drawing.Size(377, 25);
  145. this.txtLayer.StyleController = this.layoutControl1;
  146. this.txtLayer.TabIndex = 12;
  147. //
  148. // txtMapType
  149. //
  150. this.txtMapType.EditValue = 0;
  151. this.txtMapType.Location = new System.Drawing.Point(12, 279);
  152. this.txtMapType.Name = "txtMapType";
  153. this.txtMapType.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  154. this.txtMapType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
  155. new DevExpress.XtraEditors.Controls.RadioGroupItem(0, "本地地图"),
  156. new DevExpress.XtraEditors.Controls.RadioGroupItem(1, "WMTS")});
  157. this.txtMapType.Size = new System.Drawing.Size(377, 25);
  158. this.txtMapType.StyleController = this.layoutControl1;
  159. this.txtMapType.TabIndex = 9;
  160. this.txtMapType.SelectedIndexChanged += new System.EventHandler(this.txtMapType_SelectedIndexChanged);
  161. //
  162. // btnSave
  163. //
  164. this.btnSave.Location = new System.Drawing.Point(138, 424);
  165. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  166. this.btnSave.MaximumSize = new System.Drawing.Size(0, 22);
  167. this.btnSave.MinimumSize = new System.Drawing.Size(0, 22);
  168. this.btnSave.Name = "btnSave";
  169. this.btnSave.Size = new System.Drawing.Size(123, 22);
  170. this.btnSave.StyleController = this.layoutControl1;
  171. this.btnSave.TabIndex = 4;
  172. this.btnSave.Text = "保存";
  173. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  174. //
  175. // txtHttpPort
  176. //
  177. this.txtHttpPort.EditValue = "";
  178. this.txtHttpPort.Location = new System.Drawing.Point(12, 79);
  179. this.txtHttpPort.Name = "txtHttpPort";
  180. this.txtHttpPort.Properties.AutoHeight = false;
  181. this.txtHttpPort.Size = new System.Drawing.Size(377, 22);
  182. this.txtHttpPort.StyleController = this.layoutControl1;
  183. this.txtHttpPort.TabIndex = 5;
  184. //
  185. // txtXLDirectory
  186. //
  187. this.txtXLDirectory.Location = new System.Drawing.Point(12, 129);
  188. this.txtXLDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  189. this.txtXLDirectory.Name = "txtXLDirectory";
  190. this.txtXLDirectory.Properties.AutoHeight = false;
  191. this.txtXLDirectory.Size = new System.Drawing.Size(377, 22);
  192. this.txtXLDirectory.StyleController = this.layoutControl1;
  193. this.txtXLDirectory.TabIndex = 6;
  194. //
  195. // txtYDPZThreshold
  196. //
  197. this.txtYDPZThreshold.Location = new System.Drawing.Point(12, 229);
  198. this.txtYDPZThreshold.Name = "txtYDPZThreshold";
  199. this.txtYDPZThreshold.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
  200. this.txtYDPZThreshold.Properties.AutoHeight = false;
  201. this.txtYDPZThreshold.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  202. 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)});
  203. this.txtYDPZThreshold.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
  204. this.txtYDPZThreshold.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
  205. this.txtYDPZThreshold.Properties.MaskSettings.Set("mask", "f0");
  206. this.txtYDPZThreshold.Size = new System.Drawing.Size(377, 22);
  207. this.txtYDPZThreshold.StyleController = this.layoutControl1;
  208. this.txtYDPZThreshold.TabIndex = 7;
  209. //
  210. // txtWmtsSource
  211. //
  212. this.txtWmtsSource.EditValue = 0;
  213. this.txtWmtsSource.Location = new System.Drawing.Point(12, 332);
  214. this.txtWmtsSource.Name = "txtWmtsSource";
  215. this.txtWmtsSource.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  216. this.txtWmtsSource.Size = new System.Drawing.Size(377, 25);
  217. this.txtWmtsSource.StyleController = this.layoutControl1;
  218. this.txtWmtsSource.TabIndex = 7;
  219. this.txtWmtsSource.ToolTipController = this.toolTipController1;
  220. //
  221. // toolTipController1
  222. //
  223. this.toolTipController1.GetActiveObjectInfo += new DevExpress.Utils.ToolTipControllerGetActiveObjectInfoEventHandler(this.toolTipController1_GetActiveObjectInfo);
  224. //
  225. // Root
  226. //
  227. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  228. this.Root.GroupBordersVisible = false;
  229. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  230. this.layoutControlItem3,
  231. this.layoutControlItem4,
  232. this.layoutControlItem5,
  233. this.layoutControlItem1,
  234. this.layoutControlItem8,
  235. this.emptySpaceItem1,
  236. this.emptySpaceItem2,
  237. this.itemWmtsSource,
  238. this.itemMapLayer,
  239. this.layoutControlItem6,
  240. this.layoutControlItem2});
  241. this.Root.Name = "Root";
  242. this.Root.Size = new System.Drawing.Size(401, 465);
  243. this.Root.TextVisible = false;
  244. //
  245. // layoutControlItem3
  246. //
  247. this.layoutControlItem3.Control = this.btnSave;
  248. this.layoutControlItem3.Location = new System.Drawing.Point(126, 404);
  249. this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 27);
  250. this.layoutControlItem3.Name = "layoutControlItem3";
  251. this.layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 10, 2);
  252. this.layoutControlItem3.Size = new System.Drawing.Size(127, 41);
  253. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  254. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  255. this.layoutControlItem3.TextVisible = false;
  256. //
  257. // layoutControlItem4
  258. //
  259. this.layoutControlItem4.Control = this.txtHttpPort;
  260. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  261. this.layoutControlItem4.CustomizationFormText = "HTTP服务端口";
  262. this.layoutControlItem4.Location = new System.Drawing.Point(0, 43);
  263. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 50);
  264. this.layoutControlItem4.MinSize = new System.Drawing.Size(100, 50);
  265. this.layoutControlItem4.Name = "layoutControlItem4";
  266. this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  267. this.layoutControlItem4.Size = new System.Drawing.Size(381, 50);
  268. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  269. this.layoutControlItem4.Text = "HTTP服务端口";
  270. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  271. this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 14);
  272. //
  273. // layoutControlItem5
  274. //
  275. this.layoutControlItem5.Control = this.txtXLDirectory;
  276. this.layoutControlItem5.CustomizationFormText = "星历自动导入目录";
  277. this.layoutControlItem5.Location = new System.Drawing.Point(0, 93);
  278. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 50);
  279. this.layoutControlItem5.MinSize = new System.Drawing.Size(100, 50);
  280. this.layoutControlItem5.Name = "layoutControlItem5";
  281. this.layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  282. this.layoutControlItem5.Size = new System.Drawing.Size(381, 50);
  283. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  284. this.layoutControlItem5.Text = "星历自动导入目录";
  285. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  286. this.layoutControlItem5.TextSize = new System.Drawing.Size(96, 14);
  287. //
  288. // layoutControlItem1
  289. //
  290. this.layoutControlItem1.Control = this.txtYDPZThreshold;
  291. this.layoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  292. this.layoutControlItem1.CustomizationFormText = "运动判证阈值";
  293. this.layoutControlItem1.Location = new System.Drawing.Point(0, 193);
  294. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 50);
  295. this.layoutControlItem1.MinSize = new System.Drawing.Size(100, 50);
  296. this.layoutControlItem1.Name = "layoutControlItem1";
  297. this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  298. this.layoutControlItem1.Size = new System.Drawing.Size(381, 50);
  299. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  300. this.layoutControlItem1.Text = "运动判证阈值";
  301. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  302. this.layoutControlItem1.TextSize = new System.Drawing.Size(96, 14);
  303. //
  304. // layoutControlItem8
  305. //
  306. this.layoutControlItem8.Control = this.txtMapType;
  307. this.layoutControlItem8.Location = new System.Drawing.Point(0, 243);
  308. this.layoutControlItem8.MaxSize = new System.Drawing.Size(0, 53);
  309. this.layoutControlItem8.MinSize = new System.Drawing.Size(54, 53);
  310. this.layoutControlItem8.Name = "layoutControlItem8";
  311. this.layoutControlItem8.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  312. this.layoutControlItem8.Size = new System.Drawing.Size(381, 53);
  313. this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  314. this.layoutControlItem8.Text = "地图图源";
  315. this.layoutControlItem8.TextLocation = DevExpress.Utils.Locations.Top;
  316. this.layoutControlItem8.TextSize = new System.Drawing.Size(96, 14);
  317. //
  318. // emptySpaceItem1
  319. //
  320. this.emptySpaceItem1.AllowHotTrack = false;
  321. this.emptySpaceItem1.Location = new System.Drawing.Point(0, 404);
  322. this.emptySpaceItem1.Name = "emptySpaceItem1";
  323. this.emptySpaceItem1.Size = new System.Drawing.Size(126, 41);
  324. this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
  325. //
  326. // emptySpaceItem2
  327. //
  328. this.emptySpaceItem2.AllowHotTrack = false;
  329. this.emptySpaceItem2.Location = new System.Drawing.Point(253, 404);
  330. this.emptySpaceItem2.Name = "emptySpaceItem2";
  331. this.emptySpaceItem2.Size = new System.Drawing.Size(128, 41);
  332. this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
  333. //
  334. // itemWmtsSource
  335. //
  336. this.itemWmtsSource.Control = this.txtWmtsSource;
  337. this.itemWmtsSource.Location = new System.Drawing.Point(0, 296);
  338. this.itemWmtsSource.MaxSize = new System.Drawing.Size(0, 53);
  339. this.itemWmtsSource.MinSize = new System.Drawing.Size(50, 53);
  340. this.itemWmtsSource.Name = "itemWmtsSource";
  341. this.itemWmtsSource.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  342. this.itemWmtsSource.Size = new System.Drawing.Size(381, 53);
  343. this.itemWmtsSource.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  344. this.itemWmtsSource.Text = "地图来源";
  345. this.itemWmtsSource.TextLocation = DevExpress.Utils.Locations.Top;
  346. this.itemWmtsSource.TextSize = new System.Drawing.Size(96, 14);
  347. this.itemWmtsSource.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  348. //
  349. // itemMapLayer
  350. //
  351. this.itemMapLayer.Control = this.txtLayer;
  352. this.itemMapLayer.Location = new System.Drawing.Point(0, 349);
  353. this.itemMapLayer.MaxSize = new System.Drawing.Size(0, 55);
  354. this.itemMapLayer.MinSize = new System.Drawing.Size(54, 55);
  355. this.itemMapLayer.Name = "itemMapLayer";
  356. this.itemMapLayer.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  357. this.itemMapLayer.Size = new System.Drawing.Size(381, 55);
  358. this.itemMapLayer.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  359. this.itemMapLayer.Text = "图层类型";
  360. this.itemMapLayer.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
  361. this.itemMapLayer.TextLocation = DevExpress.Utils.Locations.Top;
  362. this.itemMapLayer.TextSize = new System.Drawing.Size(48, 14);
  363. this.itemMapLayer.TextToControlDistance = 5;
  364. this.itemMapLayer.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
  365. //
  366. // layoutControlItem6
  367. //
  368. this.layoutControlItem6.Control = this.txtTimeZone;
  369. this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
  370. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 43);
  371. this.layoutControlItem6.MinSize = new System.Drawing.Size(100, 43);
  372. this.layoutControlItem6.Name = "layoutControlItem6";
  373. this.layoutControlItem6.Size = new System.Drawing.Size(381, 43);
  374. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  375. this.layoutControlItem6.Text = "系统时区";
  376. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  377. this.layoutControlItem6.TextSize = new System.Drawing.Size(96, 14);
  378. //
  379. // txtSampleDire
  380. //
  381. this.txtSampleDire.Location = new System.Drawing.Point(12, 179);
  382. this.txtSampleDire.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  383. this.txtSampleDire.Name = "txtSampleDire";
  384. this.txtSampleDire.Properties.AutoHeight = false;
  385. this.txtSampleDire.Size = new System.Drawing.Size(377, 22);
  386. this.txtSampleDire.StyleController = this.layoutControl1;
  387. this.txtSampleDire.TabIndex = 6;
  388. //
  389. // layoutControlItem2
  390. //
  391. this.layoutControlItem2.Control = this.txtSampleDire;
  392. this.layoutControlItem2.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  393. this.layoutControlItem2.CustomizationFormText = "样本存储目录";
  394. this.layoutControlItem2.Location = new System.Drawing.Point(0, 143);
  395. this.layoutControlItem2.MaxSize = new System.Drawing.Size(0, 50);
  396. this.layoutControlItem2.MinSize = new System.Drawing.Size(100, 50);
  397. this.layoutControlItem2.Name = "layoutControlItem2";
  398. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 9, 2);
  399. this.layoutControlItem2.Size = new System.Drawing.Size(381, 50);
  400. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  401. this.layoutControlItem2.Text = "样本存储目录";
  402. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  403. this.layoutControlItem2.TextSize = new System.Drawing.Size(96, 14);
  404. //
  405. // CtrlSysSettings
  406. //
  407. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  408. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  409. this.Controls.Add(this.tablePanel1);
  410. this.Name = "CtrlSysSettings";
  411. this.Size = new System.Drawing.Size(619, 557);
  412. this.Load += new System.EventHandler(this.CtrlSysSettings_Load);
  413. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
  414. this.tablePanel1.ResumeLayout(false);
  415. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  416. this.layoutControl1.ResumeLayout(false);
  417. ((System.ComponentModel.ISupportInitialize)(this.txtTimeZone.Properties)).EndInit();
  418. ((System.ComponentModel.ISupportInitialize)(this.txtLayer)).EndInit();
  419. ((System.ComponentModel.ISupportInitialize)(this.txtMapType.Properties)).EndInit();
  420. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).EndInit();
  421. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).EndInit();
  422. ((System.ComponentModel.ISupportInitialize)(this.txtYDPZThreshold.Properties)).EndInit();
  423. ((System.ComponentModel.ISupportInitialize)(this.txtWmtsSource.Properties)).EndInit();
  424. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  425. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  426. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  427. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  428. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  429. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
  430. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
  431. ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
  432. ((System.ComponentModel.ISupportInitialize)(this.itemWmtsSource)).EndInit();
  433. ((System.ComponentModel.ISupportInitialize)(this.itemMapLayer)).EndInit();
  434. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  435. ((System.ComponentModel.ISupportInitialize)(this.txtSampleDire.Properties)).EndInit();
  436. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  437. this.ResumeLayout(false);
  438. }
  439. #endregion
  440. private DevExpress.Utils.Layout.TablePanel tablePanel1;
  441. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  442. private DevExpress.XtraLayout.LayoutControlGroup Root;
  443. private DevExpress.XtraEditors.SimpleButton btnSave;
  444. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  445. private DevExpress.XtraEditors.TextEdit txtHttpPort;
  446. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  447. private DevExpress.XtraEditors.TextEdit txtXLDirectory;
  448. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  449. private DevExpress.XtraLayout.LayoutControlItem itemWmtsSource;
  450. private DevExpress.XtraEditors.ButtonEdit txtYDPZThreshold;
  451. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  452. private DevExpress.XtraEditors.RadioGroup txtMapType;
  453. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
  454. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
  455. private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
  456. private DevExpress.XtraEditors.RadioGroup txtWmtsSource;
  457. private DevExpress.XtraEditors.CheckedListBoxControl txtLayer;
  458. private DevExpress.XtraLayout.LayoutControlItem itemMapLayer;
  459. private DevExpress.Utils.ToolTipController toolTipController1;
  460. private DevExpress.XtraScheduler.UI.TimeZoneEdit txtTimeZone;
  461. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  462. private DevExpress.XtraEditors.TextEdit txtSampleDire;
  463. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  464. }
  465. }