DirectXForm1.Designer.cs 12 KB

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