|
@@ -29,184 +29,192 @@
|
|
|
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();
|
|
|
+ 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
|
|
|
//
|
|
|
- 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;
|
|
|
+ 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
|
|
|
//
|
|
|
- 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 = "日志信息";
|
|
|
+ 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
|
|
|
//
|
|
|
- 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;
|
|
|
+ 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
|
|
|
//
|
|
|
- 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 = "本地端口";
|
|
|
+ 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
|
|
|
//
|
|
|
- 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);
|
|
|
+ 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
|
|
|
//
|
|
|
- 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 = "服务编号";
|
|
|
+ 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
|
|
|
//
|
|
|
- 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);
|
|
|
+ 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
|
|
|
//
|
|
|
- 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 = "注册地址";
|
|
|
+ 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
|
|
|
//
|
|
|
- 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;
|
|
|
+ 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
|
|
|
//
|
|
|
- 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);
|
|
|
+ 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
|
|
|
//
|
|
|
- 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);
|
|
|
+ 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
|
|
|
//
|
|
|
- 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);
|
|
|
-
|
|
|
+ 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
|
|
|
|
|
@@ -222,5 +230,6 @@
|
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
|
private DevExpress.XtraEditors.CheckEdit txtUseTpdx;
|
|
|
private DevExpress.XtraEditors.CheckEdit txtUseCg;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnStart;
|
|
|
}
|
|
|
}
|