DirectXForm1.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. namespace Ips.Service.CapServer
  2. {
  3. partial class DirectXForm1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DirectXForm1));
  29. DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
  30. DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
  31. directXFormContainerControl1 = new DevExpress.XtraEditors.DirectXFormContainerControl();
  32. groupControl1 = new DevExpress.XtraEditors.GroupControl();
  33. stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
  34. labelControl1 = new DevExpress.XtraEditors.LabelControl();
  35. txtLocalPort = new DevExpress.XtraEditors.TextEdit();
  36. labelControl2 = new DevExpress.XtraEditors.LabelControl();
  37. txtCardType = new DevExpress.XtraEditors.ComboBoxEdit();
  38. labelControl3 = new DevExpress.XtraEditors.LabelControl();
  39. txtSvrNo = new DevExpress.XtraEditors.TextEdit();
  40. labelControl4 = new DevExpress.XtraEditors.LabelControl();
  41. txtRegistryAddr = new DevExpress.XtraEditors.TextEdit();
  42. btnStart = new DevExpress.XtraEditors.SimpleButton();
  43. btnShowApi = new DevExpress.XtraBars.BarButtonItem();
  44. directXFormContainerControl1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)stackPanel1).BeginInit();
  47. stackPanel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)txtLocalPort.Properties).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)txtCardType.Properties).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)txtRegistryAddr.Properties).BeginInit();
  52. SuspendLayout();
  53. //
  54. // directXFormContainerControl1
  55. //
  56. directXFormContainerControl1.Controls.Add(groupControl1);
  57. directXFormContainerControl1.Controls.Add(stackPanel1);
  58. directXFormContainerControl1.Location = new Point(1, 31);
  59. directXFormContainerControl1.Margin = new Padding(3, 4, 3, 4);
  60. directXFormContainerControl1.Name = "directXFormContainerControl1";
  61. directXFormContainerControl1.Size = new Size(957, 545);
  62. directXFormContainerControl1.TabIndex = 0;
  63. //
  64. // groupControl1
  65. //
  66. groupControl1.Dock = DockStyle.Fill;
  67. groupControl1.Location = new Point(0, 39);
  68. groupControl1.Margin = new Padding(3, 4, 3, 4);
  69. groupControl1.Name = "groupControl1";
  70. groupControl1.Size = new Size(957, 506);
  71. groupControl1.TabIndex = 1;
  72. groupControl1.Text = "日志信息";
  73. //
  74. // stackPanel1
  75. //
  76. stackPanel1.Controls.Add(labelControl1);
  77. stackPanel1.Controls.Add(txtLocalPort);
  78. stackPanel1.Controls.Add(labelControl2);
  79. stackPanel1.Controls.Add(txtCardType);
  80. stackPanel1.Controls.Add(labelControl3);
  81. stackPanel1.Controls.Add(txtSvrNo);
  82. stackPanel1.Controls.Add(labelControl4);
  83. stackPanel1.Controls.Add(txtRegistryAddr);
  84. stackPanel1.Controls.Add(btnStart);
  85. stackPanel1.Dock = DockStyle.Top;
  86. stackPanel1.Location = new Point(0, 0);
  87. stackPanel1.Margin = new Padding(3, 4, 3, 4);
  88. stackPanel1.Name = "stackPanel1";
  89. stackPanel1.Size = new Size(957, 39);
  90. stackPanel1.TabIndex = 0;
  91. //
  92. // labelControl1
  93. //
  94. labelControl1.Location = new Point(3, 12);
  95. labelControl1.Margin = new Padding(3, 4, 3, 4);
  96. labelControl1.Name = "labelControl1";
  97. labelControl1.Padding = new Padding(10, 0, 0, 0);
  98. labelControl1.Size = new Size(58, 14);
  99. labelControl1.TabIndex = 0;
  100. labelControl1.Text = "本地端口";
  101. //
  102. // txtLocalPort
  103. //
  104. txtLocalPort.Location = new Point(67, 7);
  105. txtLocalPort.Name = "txtLocalPort";
  106. txtLocalPort.Properties.AutoHeight = false;
  107. txtLocalPort.Size = new Size(70, 24);
  108. txtLocalPort.TabIndex = 2;
  109. txtLocalPort.ToolTip = "创建Http服务使用的本地端口,修改后需要重启软件";
  110. //
  111. // labelControl2
  112. //
  113. labelControl2.Location = new Point(143, 12);
  114. labelControl2.Margin = new Padding(3, 4, 3, 4);
  115. labelControl2.Name = "labelControl2";
  116. labelControl2.Padding = new Padding(10, 0, 0, 0);
  117. labelControl2.Size = new Size(70, 14);
  118. labelControl2.TabIndex = 0;
  119. labelControl2.Text = "采集卡类型";
  120. //
  121. // txtCardType
  122. //
  123. txtCardType.EditValue = "华力采集";
  124. txtCardType.Location = new Point(219, 7);
  125. txtCardType.Name = "txtCardType";
  126. txtCardType.Properties.AutoHeight = false;
  127. txtCardType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
  128. //txtCardType.Properties.Items.AddRange(new object[] { "华力采集", "前锋采集,能钠采集" });
  129. txtCardType.Properties.Items.AddRange(new object[] { "能钠采集" });
  130. txtCardType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  131. txtCardType.Size = new Size(80, 24);
  132. txtCardType.TabIndex = 3;
  133. //
  134. // labelControl3
  135. //
  136. labelControl3.Location = new Point(305, 12);
  137. labelControl3.Margin = new Padding(3, 4, 3, 4);
  138. labelControl3.Name = "labelControl3";
  139. labelControl3.Padding = new Padding(10, 0, 0, 0);
  140. labelControl3.Size = new Size(58, 14);
  141. labelControl3.TabIndex = 0;
  142. labelControl3.Text = "服务编号";
  143. //
  144. // txtSvrNo
  145. //
  146. txtSvrNo.Location = new Point(369, 7);
  147. txtSvrNo.Name = "txtSvrNo";
  148. txtSvrNo.Properties.AutoHeight = false;
  149. txtSvrNo.Size = new Size(100, 24);
  150. txtSvrNo.TabIndex = 1;
  151. //
  152. // labelControl4
  153. //
  154. labelControl4.Location = new Point(475, 12);
  155. labelControl4.Margin = new Padding(3, 4, 3, 4);
  156. labelControl4.Name = "labelControl4";
  157. labelControl4.Padding = new Padding(10, 0, 0, 0);
  158. labelControl4.Size = new Size(82, 14);
  159. labelControl4.TabIndex = 0;
  160. labelControl4.Text = "服务注册地址";
  161. //
  162. // txtRegistryAddr
  163. //
  164. txtRegistryAddr.EditValue = "";
  165. txtRegistryAddr.Location = new Point(563, 7);
  166. txtRegistryAddr.Name = "txtRegistryAddr";
  167. txtRegistryAddr.Properties.AutoHeight = false;
  168. txtRegistryAddr.Size = new Size(234, 24);
  169. txtRegistryAddr.TabIndex = 2;
  170. //
  171. // btnStart
  172. //
  173. btnStart.Location = new Point(803, 7);
  174. btnStart.Name = "btnStart";
  175. btnStart.Size = new Size(75, 24);
  176. btnStart.TabIndex = 4;
  177. btnStart.Text = "启动服务";
  178. btnStart.Click += btnStart_Click;
  179. //
  180. // btnShowApi
  181. //
  182. btnShowApi.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
  183. btnShowApi.Caption = "barButtonItem1";
  184. btnShowApi.Id = 0;
  185. btnShowApi.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnShowApi.ImageOptions.SvgImage");
  186. btnShowApi.Name = "btnShowApi";
  187. toolTipItem2.Text = "查看Http接口";
  188. superToolTip2.Items.Add(toolTipItem2);
  189. btnShowApi.SuperTip = superToolTip2;
  190. btnShowApi.ItemClick += BtnShowApi_ItemClick;
  191. //
  192. // DirectXForm1
  193. //
  194. Appearance.Options.UseFont = true;
  195. AutoScaleDimensions = new SizeF(7F, 17F);
  196. AutoScaleMode = AutoScaleMode.Font;
  197. ChildControls.Add(directXFormContainerControl1);
  198. ClientSize = new Size(959, 577);
  199. Font = new Font("微软雅黑", 9F, FontStyle.Regular, GraphicsUnit.Point);
  200. IconOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("DirectXForm1.IconOptions.SvgImage");
  201. Links.Add(btnShowApi);
  202. Margin = new Padding(3, 4, 3, 4);
  203. Name = "DirectXForm1";
  204. Text = "DirectXForm1";
  205. directXFormContainerControl1.ResumeLayout(false);
  206. ((System.ComponentModel.ISupportInitialize)groupControl1).EndInit();
  207. ((System.ComponentModel.ISupportInitialize)stackPanel1).EndInit();
  208. stackPanel1.ResumeLayout(false);
  209. stackPanel1.PerformLayout();
  210. ((System.ComponentModel.ISupportInitialize)txtLocalPort.Properties).EndInit();
  211. ((System.ComponentModel.ISupportInitialize)txtCardType.Properties).EndInit();
  212. ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).EndInit();
  213. ((System.ComponentModel.ISupportInitialize)txtRegistryAddr.Properties).EndInit();
  214. ResumeLayout(false);
  215. }
  216. #endregion
  217. private DevExpress.XtraEditors.DirectXFormContainerControl directXFormContainerControl1;
  218. private DevExpress.XtraBars.BarButtonItem btnShowApi;
  219. private DevExpress.Utils.Layout.StackPanel stackPanel1;
  220. private DevExpress.XtraEditors.LabelControl labelControl1;
  221. private DevExpress.XtraEditors.TextEdit txtLocalPort;
  222. private DevExpress.XtraEditors.TextEdit txtSvrNo;
  223. private DevExpress.XtraEditors.LabelControl labelControl2;
  224. private DevExpress.XtraEditors.ComboBoxEdit txtCardType;
  225. private DevExpress.XtraEditors.LabelControl labelControl3;
  226. private DevExpress.XtraEditors.LabelControl labelControl4;
  227. private DevExpress.XtraEditors.TextEdit txtRegistryAddr;
  228. private DevExpress.XtraEditors.GroupControl groupControl1;
  229. private DevExpress.XtraEditors.SimpleButton btnStart;
  230. }
  231. }