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.txtMapService = new DevExpress.XtraEditors.TextEdit();
  32. this.btnSave = new DevExpress.XtraEditors.SimpleButton();
  33. this.txtPort = new DevExpress.XtraEditors.TextEdit();
  34. this.txtIp = new DevExpress.XtraEditors.ComboBoxEdit();
  35. this.txtHttpPort = new DevExpress.XtraEditors.TextEdit();
  36. this.txtXLDirectory = new DevExpress.XtraEditors.TextEdit();
  37. this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
  38. this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
  39. this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
  40. this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
  41. this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
  42. this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
  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.txtMapService.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.txtPort.Properties)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.txtIp.Properties)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
  55. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
  56. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).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(252, 79);
  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(213, 469);
  97. this.layoutControl1.TabIndex = 0;
  98. this.layoutControl1.Text = "layoutControl1";
  99. //
  100. // txtMapService
  101. //
  102. this.txtMapService.Location = new System.Drawing.Point(12, 270);
  103. this.txtMapService.Name = "txtMapService";
  104. this.txtMapService.Size = new System.Drawing.Size(189, 22);
  105. this.txtMapService.StyleController = this.layoutControl1;
  106. this.txtMapService.TabIndex = 7;
  107. //
  108. // btnSave
  109. //
  110. this.btnSave.Location = new System.Drawing.Point(12, 332);
  111. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  112. this.btnSave.MaximumSize = new System.Drawing.Size(0, 22);
  113. this.btnSave.MinimumSize = new System.Drawing.Size(0, 22);
  114. this.btnSave.Name = "btnSave";
  115. this.btnSave.Size = new System.Drawing.Size(189, 22);
  116. this.btnSave.StyleController = this.layoutControl1;
  117. this.btnSave.TabIndex = 4;
  118. this.btnSave.Text = "保存";
  119. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  120. //
  121. // txtPort
  122. //
  123. this.txtPort.EditValue = "16010";
  124. this.txtPort.Location = new System.Drawing.Point(11, 133);
  125. this.txtPort.Name = "txtPort";
  126. this.txtPort.Size = new System.Drawing.Size(172, 22);
  127. this.txtPort.StyleController = this.layoutControl1;
  128. this.txtPort.TabIndex = 5;
  129. //
  130. // txtIp
  131. //
  132. this.txtIp.Location = new System.Drawing.Point(12, 30);
  133. this.txtIp.Name = "txtIp";
  134. this.txtIp.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  135. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  136. this.txtIp.Size = new System.Drawing.Size(189, 22);
  137. this.txtIp.StyleController = this.layoutControl1;
  138. this.txtIp.TabIndex = 4;
  139. //
  140. // txtHttpPort
  141. //
  142. this.txtHttpPort.EditValue = "8091";
  143. this.txtHttpPort.Location = new System.Drawing.Point(12, 110);
  144. this.txtHttpPort.Name = "txtHttpPort";
  145. this.txtHttpPort.Size = new System.Drawing.Size(189, 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, 190);
  152. this.txtXLDirectory.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  153. this.txtXLDirectory.Name = "txtXLDirectory";
  154. this.txtXLDirectory.Size = new System.Drawing.Size(189, 22);
  155. this.txtXLDirectory.StyleController = this.layoutControl1;
  156. this.txtXLDirectory.TabIndex = 6;
  157. //
  158. // layoutControlItem2
  159. //
  160. this.layoutControlItem2.Control = this.txtPort;
  161. this.layoutControlItem2.Location = new System.Drawing.Point(0, 107);
  162. this.layoutControlItem2.MinSize = new System.Drawing.Size(76, 61);
  163. this.layoutControlItem2.Name = "layoutControlItem2";
  164. this.layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 22, 2);
  165. this.layoutControlItem2.Size = new System.Drawing.Size(201, 105);
  166. this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  167. this.layoutControlItem2.Text = "TCP接口端口";
  168. this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
  169. this.layoutControlItem2.TextSize = new System.Drawing.Size(76, 14);
  170. //
  171. // Root
  172. //
  173. this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
  174. this.Root.GroupBordersVisible = false;
  175. this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
  176. this.layoutControlItem1,
  177. this.layoutControlItem3,
  178. this.layoutControlItem4,
  179. this.layoutControlItem5,
  180. this.layoutControlItem6});
  181. this.Root.Name = "Root";
  182. this.Root.Size = new System.Drawing.Size(213, 469);
  183. this.Root.TextVisible = false;
  184. //
  185. // layoutControlItem1
  186. //
  187. this.layoutControlItem1.Control = this.txtIp;
  188. this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
  189. this.layoutControlItem1.MaxSize = new System.Drawing.Size(0, 80);
  190. this.layoutControlItem1.MinSize = new System.Drawing.Size(89, 80);
  191. this.layoutControlItem1.Name = "layoutControlItem1";
  192. this.layoutControlItem1.Size = new System.Drawing.Size(193, 80);
  193. this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  194. this.layoutControlItem1.Text = "本机IP";
  195. this.layoutControlItem1.TextLocation = DevExpress.Utils.Locations.Top;
  196. this.layoutControlItem1.TextSize = new System.Drawing.Size(96, 14);
  197. //
  198. // layoutControlItem3
  199. //
  200. this.layoutControlItem3.Control = this.btnSave;
  201. this.layoutControlItem3.Location = new System.Drawing.Point(0, 320);
  202. this.layoutControlItem3.MinSize = new System.Drawing.Size(36, 26);
  203. this.layoutControlItem3.Name = "layoutControlItem3";
  204. this.layoutControlItem3.Size = new System.Drawing.Size(193, 129);
  205. this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  206. this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
  207. this.layoutControlItem3.TextVisible = false;
  208. //
  209. // layoutControlItem4
  210. //
  211. this.layoutControlItem4.Control = this.txtHttpPort;
  212. this.layoutControlItem4.ControlAlignment = System.Drawing.ContentAlignment.TopLeft;
  213. this.layoutControlItem4.CustomizationFormText = "HTTP服务端口";
  214. this.layoutControlItem4.Location = new System.Drawing.Point(0, 80);
  215. this.layoutControlItem4.MaxSize = new System.Drawing.Size(0, 80);
  216. this.layoutControlItem4.MinSize = new System.Drawing.Size(89, 80);
  217. this.layoutControlItem4.Name = "layoutControlItem4";
  218. this.layoutControlItem4.Size = new System.Drawing.Size(193, 80);
  219. this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  220. this.layoutControlItem4.Text = "HTTP服务端口";
  221. this.layoutControlItem4.TextLocation = DevExpress.Utils.Locations.Top;
  222. this.layoutControlItem4.TextSize = new System.Drawing.Size(96, 14);
  223. //
  224. // layoutControlItem5
  225. //
  226. this.layoutControlItem5.Control = this.txtXLDirectory;
  227. this.layoutControlItem5.CustomizationFormText = "星历自动导入目录";
  228. this.layoutControlItem5.Location = new System.Drawing.Point(0, 160);
  229. this.layoutControlItem5.MaxSize = new System.Drawing.Size(0, 80);
  230. this.layoutControlItem5.MinSize = new System.Drawing.Size(89, 80);
  231. this.layoutControlItem5.Name = "layoutControlItem5";
  232. this.layoutControlItem5.Size = new System.Drawing.Size(193, 80);
  233. this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  234. this.layoutControlItem5.Text = "星历自动导入目录";
  235. this.layoutControlItem5.TextLocation = DevExpress.Utils.Locations.Top;
  236. this.layoutControlItem5.TextSize = new System.Drawing.Size(96, 14);
  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(193, 80);
  246. this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
  247. this.layoutControlItem6.Text = "Wms地址";
  248. this.layoutControlItem6.TextLocation = DevExpress.Utils.Locations.Top;
  249. this.layoutControlItem6.TextSize = new System.Drawing.Size(96, 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.txtMapService.Properties)).EndInit();
  264. ((System.ComponentModel.ISupportInitialize)(this.txtPort.Properties)).EndInit();
  265. ((System.ComponentModel.ISupportInitialize)(this.txtIp.Properties)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.txtHttpPort.Properties)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.txtXLDirectory.Properties)).EndInit();
  268. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
  269. ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
  270. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
  271. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
  272. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
  273. ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).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. }