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