DirectXForm1.Designer.cs 11 KB

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