CtrlSysSettings.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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. this.tablePanel1 = new DevExpress.Utils.Layout.TablePanel();
  30. this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
  31. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  32. this.txtPort = new DevExpress.XtraEditors.TextEdit();
  33. this.txtIp = new DevExpress.XtraEditors.ComboBoxEdit();
  34. this.txtHttpPort = new DevExpress.XtraEditors.TextEdit();
  35. this.txtXLDirectory = new DevExpress.XtraEditors.TextEdit();
  36. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  37. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  38. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  39. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  40. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  41. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  42. this.txtMapService = new DevExpress.XtraEditors.TextEdit();
  43. this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
  44. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).BeginInit();
  45. this.tablePanel1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
  47. this.layoutControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtPort.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtIp.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.txtMapService.Properties)).BeginInit();
  59. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
  60. this.SuspendLayout();
  61. //
  62. // tablePanel1
  63. //
  64. this.tablePanel1.Columns.AddRange(new DevExpress.Utils.Layout.TablePanelColumn[] {
  65. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  66. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 216.8001F),
  67. new DevExpress.Utils.Layout.TablePanelColumn(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  68. this.tablePanel1.Controls.Add(this.layoutControl1);
  69. this.tablePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  70. this.tablePanel1.Location = new System.Drawing.Point(0, 0);
  71. this.tablePanel1.Name = "tablePanel1";
  72. this.tablePanel1.Rows.AddRange(new DevExpress.Utils.Layout.TablePanelRow[] {
  73. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F),
  74. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Absolute, 473.1992F),
  75. new DevExpress.Utils.Layout.TablePanelRow(DevExpress.Utils.Layout.TablePanelEntityStyle.Relative, 1F)});
  76. this.tablePanel1.Size = new System.Drawing.Size(716, 628);
  77. this.tablePanel1.TabIndex = 0;
  78. this.tablePanel1.UseSkinIndents = true;
  79. //
  80. // layoutControl1
  81. //
  82. this.tablePanel1.SetColumn(this.layoutControl1, 1);
  83. this.layoutControl1.Controls.Add(this.txtMapService);
  84. this.layoutControl1.Controls.Add(this.btnSave);
  85. this.layoutControl1.Controls.Add(this.txtPort);
  86. this.layoutControl1.Controls.Add(this.txtIp);
  87. this.layoutControl1.Controls.Add(this.txtHttpPort);
  88. this.layoutControl1.Controls.Add(this.txtXLDirectory);
  89. this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.layoutControl1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  91. this.layoutControlItem2});
  92. this.layoutControl1.Location = new System.Drawing.Point(265, 131);
  93. this.layoutControl1.Name = "layoutControl1";
  94. this.layoutControl1.Root = this.Root;
  95. this.tablePanel1.SetRow(this.layoutControl1, 1);
  96. this.layoutControl1.Size = new System.Drawing.Size(186, 364);
  97. this.layoutControl1.TabIndex = 0;
  98. this.layoutControl1.Text = "layoutControl1";
  99. //
  100. // btnSave
  101. //
  102. this.btnSave.Location = new System.Drawing.Point(11, 330);
  103. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  104. this.btnSave.MaximumSize = new System.Drawing.Size(0, 22);
  105. this.btnSave.MinimumSize = new System.Drawing.Size(0, 22);
  106. this.btnSave.Name = "btnSave";
  107. this.btnSave.Size = new System.Drawing.Size(164, 22);
  108. this.btnSave.StyleController = this.layoutControl1;
  109. this.btnSave.TabIndex = 4;
  110. this.btnSave.Text = "保存";
  111. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  112. //
  113. // txtPort
  114. //
  115. this.txtPort.EditValue = "16010";
  116. this.txtPort.Location = new System.Drawing.Point(11, 133);
  117. this.txtPort.Name = "txtPort";
  118. this.txtPort.Size = new System.Drawing.Size(172, 20);
  119. this.txtPort.StyleController = this.layoutControl1;
  120. this.txtPort.TabIndex = 5;
  121. //
  122. // txtIp
  123. //
  124. this.txtIp.Location = new System.Drawing.Point(11, 27);
  125. this.txtIp.Name = "txtIp";
  126. this.txtIp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  127. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  128. this.txtIp.Size = new System.Drawing.Size(164, 20);
  129. this.txtIp.StyleController = this.layoutControl1;
  130. this.txtIp.TabIndex = 4;
  131. //
  132. // txtHttpPort
  133. //
  134. this.txtHttpPort.EditValue = "8091";
  135. this.txtHttpPort.Location = new System.Drawing.Point(11, 107);
  136. this.txtHttpPort.Name = "txtHttpPort";
  137. this.txtHttpPort.Size = new System.Drawing.Size(164, 20);
  138. this.txtHttpPort.StyleController = this.layoutControl1;
  139. this.txtHttpPort.TabIndex = 5;
  140. //
  141. // txtXLDirectory
  142. //
  143. this.txtXLDirectory.Location = new System.Drawing.Point(11, 187);
  144. this.txtXLDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  145. this.txtXLDirectory.Name = "txtXLDirectory";
  146. this.txtXLDirectory.Size = new System.Drawing.Size(164, 20);
  147. this.txtXLDirectory.StyleController = this.layoutControl1;
  148. this.txtXLDirectory.TabIndex = 6;
  149. //
  150. // layoutControlItem2
  151. //
  152. this.layoutControlItem2.Control = this.txtPort;
  153. this.layoutControlItem2.Location = new System.Drawing.Point(0, 107);
  154. this.layoutControlItem2.MinSize = new System.Drawing.Size(76, 61);
  155. this.layoutControlItem2.Name = "layoutControlItem2";
  156. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 22, 2);
  157. this.layoutControlItem2.Size = new System.Drawing.Size(201, 105);
  158. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  159. this.layoutControlItem2.Text = "TCP接口端口";
  160. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  161. this.layoutControlItem2.TextSize = new System.Drawing.Size(76, 14);
  162. //
  163. // Root
  164. //
  165. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  166. this.Root.GroupBordersVisible = false;
  167. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  168. this.layoutControlItem1,
  169. this.layoutControlItem3,
  170. this.layoutControlItem4,
  171. this.layoutControlItem5,
  172. this.layoutControlItem6});
  173. this.Root.Name = "Root";
  174. this.Root.Size = new System.Drawing.Size(186, 364);
  175. this.Root.TextVisible = false;
  176. //
  177. // layoutControlItem1
  178. //
  179. this.layoutControlItem1.Control = this.txtIp;
  180. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  181. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 80);
  182. this.layoutControlItem1.MinSize = new System.Drawing.Size(89, 80);
  183. this.layoutControlItem1.Name = "layoutControlItem1";
  184. this.layoutControlItem1.Size = new System.Drawing.Size(168, 80);
  185. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  186. this.layoutControlItem1.Text = "本机IP";
  187. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  188. this.layoutControlItem1.TextSize = new System.Drawing.Size(79, 14);
  189. //
  190. // layoutControlItem3
  191. //
  192. this.layoutControlItem3.Control = this.btnSave;
  193. this.layoutControlItem3.Location = new System.Drawing.Point(0, 320);
  194. this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 26);
  195. this.layoutControlItem3.Name = "layoutControlItem3";
  196. this.layoutControlItem3.Size = new System.Drawing.Size(168, 28);
  197. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  198. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  199. this.layoutControlItem3.TextVisible = false;
  200. //
  201. // layoutControlItem4
  202. //
  203. this.layoutControlItem4.Control = this.txtHttpPort;
  204. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  205. this.layoutControlItem4.CustomizationFormText = "HTTP接口端口";
  206. this.layoutControlItem4.Location = new System.Drawing.Point(0, 80);
  207. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 80);
  208. this.layoutControlItem4.MinSize = new System.Drawing.Size(89, 80);
  209. this.layoutControlItem4.Name = "layoutControlItem4";
  210. this.layoutControlItem4.Size = new System.Drawing.Size(168, 80);
  211. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  212. this.layoutControlItem4.Text = "HTTP接口端口";
  213. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  214. this.layoutControlItem4.TextSize = new System.Drawing.Size(79, 14);
  215. //
  216. // layoutControlItem5
  217. //
  218. this.layoutControlItem5.Control = this.txtXLDirectory;
  219. this.layoutControlItem5.CustomizationFormText = "星厉检测目录";
  220. this.layoutControlItem5.Location = new System.Drawing.Point(0, 160);
  221. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 80);
  222. this.layoutControlItem5.MinSize = new System.Drawing.Size(89, 80);
  223. this.layoutControlItem5.Name = "layoutControlItem5";
  224. this.layoutControlItem5.Size = new System.Drawing.Size(168, 80);
  225. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  226. this.layoutControlItem5.Text = "星厉检测目录";
  227. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  228. this.layoutControlItem5.TextSize = new System.Drawing.Size(79, 14);
  229. //
  230. // txtMapService
  231. //
  232. this.txtMapService.Location = new System.Drawing.Point(11, 267);
  233. this.txtMapService.Name = "txtMapService";
  234. this.txtMapService.Size = new System.Drawing.Size(164, 20);
  235. this.txtMapService.StyleController = this.layoutControl1;
  236. this.txtMapService.TabIndex = 7;
  237. //
  238. // layoutControlItem6
  239. //
  240. this.layoutControlItem6.Control = this.txtMapService;
  241. this.layoutControlItem6.Location = new System.Drawing.Point(0, 240);
  242. this.layoutControlItem6.MaxSize = new System.Drawing.Size(0, 80);
  243. this.layoutControlItem6.MinSize = new System.Drawing.Size(73, 80);
  244. this.layoutControlItem6.Name = "layoutControlItem6";
  245. this.layoutControlItem6.Size = new System.Drawing.Size(168, 80);
  246. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  247. this.layoutControlItem6.Text = "地图服务";
  248. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  249. this.layoutControlItem6.TextSize = new System.Drawing.Size(79, 14);
  250. //
  251. // CtrlSysSettings
  252. //
  253. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  254. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  255. this.Controls.Add(this.tablePanel1);
  256. this.Name = "CtrlSysSettings";
  257. this.Size = new System.Drawing.Size(716, 628);
  258. this.Load += new System.EventHandler(this.CtrlSysSettings_Load);
  259. ((System.ComponentModel.ISupportInitialize)(this.tablePanel1)).EndInit();
  260. this.tablePanel1.ResumeLayout(false);
  261. ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
  262. this.layoutControl1.ResumeLayout(false);
  263. ((System.ComponentModel.ISupportInitialize)(this.txtPort.Properties)).EndInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.txtIp.Properties)).EndInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.txtMapService.Properties)).EndInit();
  274. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
  275. this.ResumeLayout(false);
  276. }
  277. #endregion
  278. private DevExpress.Utils.Layout.TablePanel tablePanel1;
  279. private DevExpress.XtraLayout.LayoutControl layoutControl1;
  280. private DevExpress.XtraLayout.LayoutControlGroup Root;
  281. private DevExpress.XtraEditors.TextEdit txtPort;
  282. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
  283. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
  284. private DevExpress.XtraEditors.SimpleButton btnSave;
  285. private DevExpress.XtraEditors.ComboBoxEdit txtIp;
  286. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
  287. private DevExpress.XtraEditors.TextEdit txtHttpPort;
  288. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
  289. private DevExpress.XtraEditors.TextEdit txtXLDirectory;
  290. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
  291. private DevExpress.XtraEditors.TextEdit txtMapService;
  292. private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
  293. }
  294. }