DirectXForm1.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. namespace Ips.Service.CpuServer
  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 superToolTip3 = new DevExpress.Utils.SuperToolTip();
  30. DevExpress.Utils.ToolTipItem toolTipItem3 = 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. labNo = new DevExpress.XtraEditors.LabelControl();
  37. txtSvrNo = new DevExpress.XtraEditors.TextEdit();
  38. labelControl2 = new DevExpress.XtraEditors.LabelControl();
  39. txtRegistryAddr = new DevExpress.XtraEditors.TextEdit();
  40. txtUseTpdx = new DevExpress.XtraEditors.CheckEdit();
  41. txtUseCg = new DevExpress.XtraEditors.CheckEdit();
  42. txtUseCheck = new DevExpress.XtraEditors.CheckEdit();
  43. btnStart = new DevExpress.XtraEditors.SimpleButton();
  44. btnShowApi = new DevExpress.XtraBars.BarButtonItem();
  45. directXFormContainerControl1.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)stackPanel1).BeginInit();
  48. stackPanel1.SuspendLayout();
  49. ((System.ComponentModel.ISupportInitialize)txtLocalPort.Properties).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)txtRegistryAddr.Properties).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)txtUseTpdx.Properties).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)txtUseCg.Properties).BeginInit();
  54. ((System.ComponentModel.ISupportInitialize)txtUseCheck.Properties).BeginInit();
  55. SuspendLayout();
  56. //
  57. // directXFormContainerControl1
  58. //
  59. directXFormContainerControl1.Controls.Add(groupControl1);
  60. directXFormContainerControl1.Controls.Add(stackPanel1);
  61. directXFormContainerControl1.Location = new Point(1, 31);
  62. directXFormContainerControl1.Margin = new Padding(3, 4, 3, 4);
  63. directXFormContainerControl1.Name = "directXFormContainerControl1";
  64. directXFormContainerControl1.Size = new Size(1024, 306);
  65. directXFormContainerControl1.TabIndex = 0;
  66. //
  67. // groupControl1
  68. //
  69. groupControl1.Dock = DockStyle.Fill;
  70. groupControl1.Location = new Point(0, 39);
  71. groupControl1.Name = "groupControl1";
  72. groupControl1.Size = new Size(1024, 267);
  73. groupControl1.TabIndex = 1;
  74. groupControl1.Text = "日志信息";
  75. //
  76. // stackPanel1
  77. //
  78. stackPanel1.Controls.Add(labelControl1);
  79. stackPanel1.Controls.Add(txtLocalPort);
  80. stackPanel1.Controls.Add(labNo);
  81. stackPanel1.Controls.Add(txtSvrNo);
  82. stackPanel1.Controls.Add(labelControl2);
  83. stackPanel1.Controls.Add(txtRegistryAddr);
  84. stackPanel1.Controls.Add(txtUseTpdx);
  85. stackPanel1.Controls.Add(txtUseCg);
  86. stackPanel1.Controls.Add(txtUseCheck);
  87. stackPanel1.Controls.Add(btnStart);
  88. stackPanel1.Dock = DockStyle.Top;
  89. stackPanel1.Location = new Point(0, 0);
  90. stackPanel1.Margin = new Padding(3, 4, 3, 4);
  91. stackPanel1.Name = "stackPanel1";
  92. stackPanel1.Size = new Size(1024, 39);
  93. stackPanel1.TabIndex = 0;
  94. //
  95. // labelControl1
  96. //
  97. labelControl1.Location = new Point(3, 12);
  98. labelControl1.Margin = new Padding(3, 4, 3, 4);
  99. labelControl1.Name = "labelControl1";
  100. labelControl1.Size = new Size(48, 14);
  101. labelControl1.TabIndex = 0;
  102. labelControl1.Text = "本地端口";
  103. //
  104. // txtLocalPort
  105. //
  106. txtLocalPort.EditValue = "16002";
  107. txtLocalPort.Location = new Point(57, 7);
  108. txtLocalPort.Margin = new Padding(3, 4, 3, 4);
  109. txtLocalPort.Name = "txtLocalPort";
  110. txtLocalPort.Properties.AutoHeight = false;
  111. txtLocalPort.Size = new Size(100, 24);
  112. txtLocalPort.TabIndex = 2;
  113. txtLocalPort.ToolTip = "创建Http服务使用的本地端口,修改后需要重启软件";
  114. //
  115. // labNo
  116. //
  117. labNo.Location = new Point(163, 12);
  118. labNo.Margin = new Padding(3, 4, 3, 4);
  119. labNo.Name = "labNo";
  120. labNo.Size = new Size(48, 14);
  121. labNo.TabIndex = 0;
  122. labNo.Text = "服务编号";
  123. //
  124. // txtSvrNo
  125. //
  126. txtSvrNo.EditValue = "CPU010";
  127. txtSvrNo.Location = new Point(217, 7);
  128. txtSvrNo.Margin = new Padding(3, 4, 3, 4);
  129. txtSvrNo.Name = "txtSvrNo";
  130. txtSvrNo.Properties.AutoHeight = false;
  131. txtSvrNo.Size = new Size(100, 24);
  132. txtSvrNo.TabIndex = 1;
  133. txtSvrNo.ToolTip = "部署多个此程序时编号不能重复";
  134. //
  135. // labelControl2
  136. //
  137. labelControl2.Location = new Point(323, 12);
  138. labelControl2.Margin = new Padding(3, 4, 3, 4);
  139. labelControl2.Name = "labelControl2";
  140. labelControl2.Size = new Size(48, 14);
  141. labelControl2.TabIndex = 0;
  142. labelControl2.Text = "注册地址";
  143. //
  144. // txtRegistryAddr
  145. //
  146. txtRegistryAddr.EditValue = "http://127.0.0.1:16015";
  147. txtRegistryAddr.Location = new Point(377, 7);
  148. txtRegistryAddr.Margin = new Padding(3, 4, 3, 4);
  149. txtRegistryAddr.Name = "txtRegistryAddr";
  150. txtRegistryAddr.Properties.AutoHeight = false;
  151. txtRegistryAddr.Size = new Size(234, 24);
  152. txtRegistryAddr.TabIndex = 1;
  153. txtRegistryAddr.ToolTip = "多个地址用空格隔开";
  154. //
  155. // txtUseTpdx
  156. //
  157. txtUseTpdx.EditValue = true;
  158. txtUseTpdx.Location = new Point(617, 9);
  159. txtUseTpdx.Name = "txtUseTpdx";
  160. txtUseTpdx.Properties.Caption = "同频对消";
  161. txtUseTpdx.Size = new Size(80, 20);
  162. txtUseTpdx.TabIndex = 3;
  163. //
  164. // txtUseCg
  165. //
  166. txtUseCg.EditValue = true;
  167. txtUseCg.Location = new Point(703, 9);
  168. txtUseCg.Name = "txtUseCg";
  169. txtUseCg.Properties.Caption = "参数估计";
  170. txtUseCg.Size = new Size(80, 20);
  171. txtUseCg.TabIndex = 3;
  172. //
  173. // txtUseCheck
  174. //
  175. txtUseCheck.EditValue = true;
  176. txtUseCheck.Location = new Point(789, 9);
  177. txtUseCheck.Name = "txtUseCheck";
  178. txtUseCheck.Properties.Caption = "信号检测";
  179. txtUseCheck.Size = new Size(80, 20);
  180. txtUseCheck.TabIndex = 3;
  181. //
  182. // btnStart
  183. //
  184. btnStart.Location = new Point(875, 7);
  185. btnStart.Name = "btnStart";
  186. btnStart.Size = new Size(75, 24);
  187. btnStart.TabIndex = 4;
  188. btnStart.Text = "启动服务";
  189. btnStart.Click += btnStart_Click;
  190. //
  191. // btnShowApi
  192. //
  193. btnShowApi.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
  194. btnShowApi.Caption = "barButtonItem1";
  195. btnShowApi.Id = 0;
  196. btnShowApi.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnShowApi.ImageOptions.SvgImage");
  197. btnShowApi.Name = "btnShowApi";
  198. toolTipItem3.Text = "查看Http接口文档";
  199. superToolTip3.Items.Add(toolTipItem3);
  200. btnShowApi.SuperTip = superToolTip3;
  201. btnShowApi.ItemClick += BtnShowApi_ItemClick;
  202. //
  203. // DirectXForm1
  204. //
  205. Appearance.Options.UseFont = true;
  206. AutoScaleDimensions = new SizeF(7F, 17F);
  207. AutoScaleMode = AutoScaleMode.Font;
  208. ChildControls.Add(directXFormContainerControl1);
  209. ClientSize = new Size(1026, 338);
  210. Font = new Font("微软雅黑", 9F, FontStyle.Regular, GraphicsUnit.Point);
  211. IconOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("DirectXForm1.IconOptions.SvgImage");
  212. Links.Add(btnShowApi);
  213. Margin = new Padding(3, 4, 3, 4);
  214. Name = "DirectXForm1";
  215. Text = "DirectXForm1";
  216. directXFormContainerControl1.ResumeLayout(false);
  217. ((System.ComponentModel.ISupportInitialize)groupControl1).EndInit();
  218. ((System.ComponentModel.ISupportInitialize)stackPanel1).EndInit();
  219. stackPanel1.ResumeLayout(false);
  220. stackPanel1.PerformLayout();
  221. ((System.ComponentModel.ISupportInitialize)txtLocalPort.Properties).EndInit();
  222. ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).EndInit();
  223. ((System.ComponentModel.ISupportInitialize)txtRegistryAddr.Properties).EndInit();
  224. ((System.ComponentModel.ISupportInitialize)txtUseTpdx.Properties).EndInit();
  225. ((System.ComponentModel.ISupportInitialize)txtUseCg.Properties).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)txtUseCheck.Properties).EndInit();
  227. ResumeLayout(false);
  228. }
  229. #endregion
  230. private DevExpress.XtraEditors.DirectXFormContainerControl directXFormContainerControl1;
  231. private DevExpress.XtraBars.BarButtonItem btnShowApi;
  232. private DevExpress.Utils.Layout.StackPanel stackPanel1;
  233. private DevExpress.XtraEditors.TextEdit txtSvrNo;
  234. private DevExpress.XtraEditors.LabelControl labelControl1;
  235. private DevExpress.XtraEditors.TextEdit txtLocalPort;
  236. private DevExpress.XtraEditors.LabelControl labNo;
  237. private DevExpress.XtraEditors.LabelControl labelControl2;
  238. private DevExpress.XtraEditors.TextEdit txtRegistryAddr;
  239. private DevExpress.XtraEditors.GroupControl groupControl1;
  240. private DevExpress.XtraEditors.CheckEdit txtUseTpdx;
  241. private DevExpress.XtraEditors.CheckEdit txtUseCg;
  242. private DevExpress.XtraEditors.CheckEdit txtUseCheck;
  243. private DevExpress.XtraEditors.SimpleButton btnStart;
  244. }
  245. }