123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- namespace Ips.Service.GpuServer
- {
- partial class DirectXForm1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DirectXForm1));
- DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
- DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
- directXFormContainerControl1 = new DevExpress.XtraEditors.DirectXFormContainerControl();
- groupControl1 = new DevExpress.XtraEditors.GroupControl();
- stackPanel1 = new DevExpress.Utils.Layout.StackPanel();
- labelControl1 = new DevExpress.XtraEditors.LabelControl();
- txtLocalPort = new DevExpress.XtraEditors.TextEdit();
- labNo = new DevExpress.XtraEditors.LabelControl();
- txtSvrNo = new DevExpress.XtraEditors.TextEdit();
- labelControl2 = new DevExpress.XtraEditors.LabelControl();
- txtRegistryAddr = new DevExpress.XtraEditors.TextEdit();
- txtUseTpdx = new DevExpress.XtraEditors.CheckEdit();
- txtUseCg = new DevExpress.XtraEditors.CheckEdit();
- btnStart = new DevExpress.XtraEditors.SimpleButton();
- btnShowApi = new DevExpress.XtraBars.BarButtonItem();
- directXFormContainerControl1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)groupControl1).BeginInit();
- ((System.ComponentModel.ISupportInitialize)stackPanel1).BeginInit();
- stackPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)txtLocalPort.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtRegistryAddr.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtUseTpdx.Properties).BeginInit();
- ((System.ComponentModel.ISupportInitialize)txtUseCg.Properties).BeginInit();
- SuspendLayout();
- //
- // directXFormContainerControl1
- //
- directXFormContainerControl1.Controls.Add(groupControl1);
- directXFormContainerControl1.Controls.Add(stackPanel1);
- directXFormContainerControl1.Location = new Point(1, 31);
- directXFormContainerControl1.Margin = new Padding(3, 4, 3, 4);
- directXFormContainerControl1.Name = "directXFormContainerControl1";
- directXFormContainerControl1.Size = new Size(1024, 306);
- directXFormContainerControl1.TabIndex = 0;
- //
- // groupControl1
- //
- groupControl1.Dock = DockStyle.Fill;
- groupControl1.Location = new Point(0, 39);
- groupControl1.Name = "groupControl1";
- groupControl1.Size = new Size(1024, 267);
- groupControl1.TabIndex = 1;
- groupControl1.Text = "日志信息";
- //
- // stackPanel1
- //
- stackPanel1.Controls.Add(labelControl1);
- stackPanel1.Controls.Add(txtLocalPort);
- stackPanel1.Controls.Add(labNo);
- stackPanel1.Controls.Add(txtSvrNo);
- stackPanel1.Controls.Add(labelControl2);
- stackPanel1.Controls.Add(txtRegistryAddr);
- stackPanel1.Controls.Add(txtUseTpdx);
- stackPanel1.Controls.Add(txtUseCg);
- stackPanel1.Controls.Add(btnStart);
- stackPanel1.Dock = DockStyle.Top;
- stackPanel1.Location = new Point(0, 0);
- stackPanel1.Margin = new Padding(3, 4, 3, 4);
- stackPanel1.Name = "stackPanel1";
- stackPanel1.Size = new Size(1024, 39);
- stackPanel1.TabIndex = 0;
- //
- // labelControl1
- //
- labelControl1.Location = new Point(3, 12);
- labelControl1.Margin = new Padding(3, 4, 3, 4);
- labelControl1.Name = "labelControl1";
- labelControl1.Size = new Size(48, 14);
- labelControl1.TabIndex = 0;
- labelControl1.Text = "本地端口";
- //
- // txtLocalPort
- //
- txtLocalPort.EditValue = "16002";
- txtLocalPort.Location = new Point(57, 7);
- txtLocalPort.Margin = new Padding(3, 4, 3, 4);
- txtLocalPort.Name = "txtLocalPort";
- txtLocalPort.Properties.AutoHeight = false;
- txtLocalPort.Size = new Size(100, 24);
- txtLocalPort.TabIndex = 2;
- txtLocalPort.ToolTip = "创建Http服务使用的本地端口,修改后需要重启软件";
- //
- // labNo
- //
- labNo.Location = new Point(163, 12);
- labNo.Margin = new Padding(3, 4, 3, 4);
- labNo.Name = "labNo";
- labNo.Size = new Size(48, 14);
- labNo.TabIndex = 0;
- labNo.Text = "服务编号";
- //
- // txtSvrNo
- //
- txtSvrNo.EditValue = "GPU020";
- txtSvrNo.Location = new Point(217, 7);
- txtSvrNo.Margin = new Padding(3, 4, 3, 4);
- txtSvrNo.Name = "txtSvrNo";
- txtSvrNo.Properties.AutoHeight = false;
- txtSvrNo.Size = new Size(100, 24);
- txtSvrNo.TabIndex = 1;
- txtSvrNo.ToolTip = "部署多个此程序时编号不能重复";
- //
- // labelControl2
- //
- labelControl2.Location = new Point(323, 12);
- labelControl2.Margin = new Padding(3, 4, 3, 4);
- labelControl2.Name = "labelControl2";
- labelControl2.Size = new Size(48, 14);
- labelControl2.TabIndex = 0;
- labelControl2.Text = "注册地址";
- //
- // txtRegistryAddr
- //
- txtRegistryAddr.EditValue = "http://127.0.0.1:16015";
- txtRegistryAddr.Location = new Point(377, 7);
- txtRegistryAddr.Margin = new Padding(3, 4, 3, 4);
- txtRegistryAddr.Name = "txtRegistryAddr";
- txtRegistryAddr.Properties.AutoHeight = false;
- txtRegistryAddr.Size = new Size(234, 24);
- txtRegistryAddr.TabIndex = 1;
- txtRegistryAddr.ToolTip = "多个地址用空格隔开";
- //
- // txtUseTpdx
- //
- txtUseTpdx.EditValue = true;
- txtUseTpdx.Location = new Point(617, 9);
- txtUseTpdx.Name = "txtUseTpdx";
- txtUseTpdx.Properties.Caption = "同频对消";
- txtUseTpdx.Size = new Size(80, 20);
- txtUseTpdx.TabIndex = 3;
- //
- // txtUseCg
- //
- txtUseCg.EditValue = true;
- txtUseCg.Location = new Point(703, 9);
- txtUseCg.Name = "txtUseCg";
- txtUseCg.Properties.Caption = "参数估计";
- txtUseCg.Size = new Size(80, 20);
- txtUseCg.TabIndex = 3;
- //
- // btnStart
- //
- btnStart.Location = new Point(789, 7);
- btnStart.Name = "btnStart";
- btnStart.Size = new Size(75, 24);
- btnStart.TabIndex = 4;
- btnStart.Text = "启动服务";
- btnStart.Click += btnStart_Click;
- //
- // btnShowApi
- //
- btnShowApi.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- btnShowApi.Caption = "barButtonItem1";
- btnShowApi.Id = 0;
- btnShowApi.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnShowApi.ImageOptions.SvgImage");
- btnShowApi.Name = "btnShowApi";
- toolTipItem1.Text = "查看Http接口文档";
- superToolTip1.Items.Add(toolTipItem1);
- btnShowApi.SuperTip = superToolTip1;
- btnShowApi.ItemClick += BtnShowApi_ItemClick;
- //
- // DirectXForm1
- //
- Appearance.Options.UseFont = true;
- AutoScaleDimensions = new SizeF(7F, 17F);
- AutoScaleMode = AutoScaleMode.Font;
- ChildControls.Add(directXFormContainerControl1);
- ClientSize = new Size(1026, 338);
- Font = new Font("微软雅黑", 9F, FontStyle.Regular, GraphicsUnit.Point);
- IconOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("DirectXForm1.IconOptions.SvgImage");
- Links.Add(btnShowApi);
- Margin = new Padding(3, 4, 3, 4);
- Name = "DirectXForm1";
- Text = "DirectXForm1";
- directXFormContainerControl1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)groupControl1).EndInit();
- ((System.ComponentModel.ISupportInitialize)stackPanel1).EndInit();
- stackPanel1.ResumeLayout(false);
- stackPanel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)txtLocalPort.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtRegistryAddr.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtUseTpdx.Properties).EndInit();
- ((System.ComponentModel.ISupportInitialize)txtUseCg.Properties).EndInit();
- ResumeLayout(false);
- }
- #endregion
- private DevExpress.XtraEditors.DirectXFormContainerControl directXFormContainerControl1;
- private DevExpress.XtraBars.BarButtonItem btnShowApi;
- private DevExpress.Utils.Layout.StackPanel stackPanel1;
- private DevExpress.XtraEditors.TextEdit txtSvrNo;
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private DevExpress.XtraEditors.TextEdit txtLocalPort;
- private DevExpress.XtraEditors.LabelControl labNo;
- private DevExpress.XtraEditors.LabelControl labelControl2;
- private DevExpress.XtraEditors.TextEdit txtRegistryAddr;
- private DevExpress.XtraEditors.GroupControl groupControl1;
- private DevExpress.XtraEditors.CheckEdit txtUseTpdx;
- private DevExpress.XtraEditors.CheckEdit txtUseCg;
- private DevExpress.XtraEditors.SimpleButton btnStart;
- }
- }
|