|
@@ -29,193 +29,191 @@
|
|
|
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();
|
|
|
- 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.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
|
- this.txtCardType = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
- this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
|
- this.txtCardNo = new DevExpress.XtraEditors.TextEdit();
|
|
|
- this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
|
- this.txtRptAddr = new DevExpress.XtraEditors.TextEdit();
|
|
|
- this.btnShowApi = new DevExpress.XtraBars.BarButtonItem();
|
|
|
- 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.txtCardType.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtCardNo.Properties)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtRptAddr.Properties)).BeginInit();
|
|
|
- this.SuspendLayout();
|
|
|
+ DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
|
|
|
+ DevExpress.Utils.ToolTipItem toolTipItem2 = 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();
|
|
|
+ labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ txtCardType = new DevExpress.XtraEditors.ComboBoxEdit();
|
|
|
+ labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ txtSvrNo = new DevExpress.XtraEditors.TextEdit();
|
|
|
+ labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
|
+ txtRptAddr = new DevExpress.XtraEditors.TextEdit();
|
|
|
+ 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)txtCardType.Properties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtRptAddr.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(845, 545);
|
|
|
- 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(957, 545);
|
|
|
+ directXFormContainerControl1.TabIndex = 0;
|
|
|
//
|
|
|
// groupControl1
|
|
|
//
|
|
|
- this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
- this.groupControl1.Location = new System.Drawing.Point(0, 39);
|
|
|
- this.groupControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.groupControl1.Name = "groupControl1";
|
|
|
- this.groupControl1.Size = new System.Drawing.Size(845, 506);
|
|
|
- this.groupControl1.TabIndex = 1;
|
|
|
- this.groupControl1.Text = "日志信息";
|
|
|
+ groupControl1.Dock = DockStyle.Fill;
|
|
|
+ groupControl1.Location = new Point(0, 39);
|
|
|
+ groupControl1.Margin = new Padding(3, 4, 3, 4);
|
|
|
+ groupControl1.Name = "groupControl1";
|
|
|
+ groupControl1.Size = new Size(957, 506);
|
|
|
+ groupControl1.TabIndex = 1;
|
|
|
+ groupControl1.Text = "日志信息";
|
|
|
//
|
|
|
// stackPanel1
|
|
|
//
|
|
|
- this.stackPanel1.Controls.Add(this.labelControl1);
|
|
|
- this.stackPanel1.Controls.Add(this.txtLocalPort);
|
|
|
- this.stackPanel1.Controls.Add(this.labelControl2);
|
|
|
- this.stackPanel1.Controls.Add(this.txtCardType);
|
|
|
- this.stackPanel1.Controls.Add(this.labelControl3);
|
|
|
- this.stackPanel1.Controls.Add(this.txtCardNo);
|
|
|
- this.stackPanel1.Controls.Add(this.labelControl4);
|
|
|
- this.stackPanel1.Controls.Add(this.txtRptAddr);
|
|
|
- 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(845, 39);
|
|
|
- this.stackPanel1.TabIndex = 0;
|
|
|
+ stackPanel1.Controls.Add(labelControl1);
|
|
|
+ stackPanel1.Controls.Add(txtLocalPort);
|
|
|
+ stackPanel1.Controls.Add(labelControl2);
|
|
|
+ stackPanel1.Controls.Add(txtCardType);
|
|
|
+ stackPanel1.Controls.Add(labelControl3);
|
|
|
+ stackPanel1.Controls.Add(txtSvrNo);
|
|
|
+ stackPanel1.Controls.Add(labelControl4);
|
|
|
+ stackPanel1.Controls.Add(txtRptAddr);
|
|
|
+ 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(957, 39);
|
|
|
+ stackPanel1.TabIndex = 0;
|
|
|
//
|
|
|
// labelControl1
|
|
|
//
|
|
|
- this.labelControl1.Location = new System.Drawing.Point(3, 12);
|
|
|
- this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.labelControl1.Name = "labelControl1";
|
|
|
- this.labelControl1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
|
- this.labelControl1.Size = new System.Drawing.Size(58, 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.Padding = new Padding(10, 0, 0, 0);
|
|
|
+ labelControl1.Size = new Size(58, 14);
|
|
|
+ labelControl1.TabIndex = 0;
|
|
|
+ labelControl1.Text = "本地端口";
|
|
|
//
|
|
|
// txtLocalPort
|
|
|
//
|
|
|
- this.txtLocalPort.Location = new System.Drawing.Point(67, 7);
|
|
|
- this.txtLocalPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.txtLocalPort.Name = "txtLocalPort";
|
|
|
- this.txtLocalPort.Properties.AutoHeight = false;
|
|
|
- this.txtLocalPort.Size = new System.Drawing.Size(70, 24);
|
|
|
- this.txtLocalPort.TabIndex = 2;
|
|
|
- this.txtLocalPort.ToolTip = "创建Http服务使用的本地端口,修改后需要重启软件";
|
|
|
- this.txtLocalPort.EditValueChanged += new System.EventHandler(this.Parms_TextChanged);
|
|
|
+ txtLocalPort.Location = new Point(67, 7);
|
|
|
+ txtLocalPort.Name = "txtLocalPort";
|
|
|
+ txtLocalPort.Properties.AutoHeight = false;
|
|
|
+ txtLocalPort.Size = new Size(70, 24);
|
|
|
+ txtLocalPort.TabIndex = 2;
|
|
|
+ txtLocalPort.ToolTip = "创建Http服务使用的本地端口,修改后需要重启软件";
|
|
|
//
|
|
|
// labelControl2
|
|
|
//
|
|
|
- this.labelControl2.Location = new System.Drawing.Point(143, 12);
|
|
|
- this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.labelControl2.Name = "labelControl2";
|
|
|
- this.labelControl2.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
|
- this.labelControl2.Size = new System.Drawing.Size(70, 14);
|
|
|
- this.labelControl2.TabIndex = 0;
|
|
|
- this.labelControl2.Text = "采集卡类型";
|
|
|
+ labelControl2.Location = new Point(143, 12);
|
|
|
+ labelControl2.Margin = new Padding(3, 4, 3, 4);
|
|
|
+ labelControl2.Name = "labelControl2";
|
|
|
+ labelControl2.Padding = new Padding(10, 0, 0, 0);
|
|
|
+ labelControl2.Size = new Size(70, 14);
|
|
|
+ labelControl2.TabIndex = 0;
|
|
|
+ labelControl2.Text = "采集卡类型";
|
|
|
//
|
|
|
// txtCardType
|
|
|
//
|
|
|
- this.txtCardType.EditValue = "华力采集";
|
|
|
- this.txtCardType.Location = new System.Drawing.Point(219, 7);
|
|
|
- this.txtCardType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.txtCardType.Name = "txtCardType";
|
|
|
- this.txtCardType.Properties.AutoHeight = false;
|
|
|
- this.txtCardType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
- this.txtCardType.Properties.Items.AddRange(new object[] {
|
|
|
- "华力采集",
|
|
|
- "前锋采集"});
|
|
|
- this.txtCardType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
- this.txtCardType.Size = new System.Drawing.Size(80, 24);
|
|
|
- this.txtCardType.TabIndex = 3;
|
|
|
- this.txtCardType.EditValueChanged += new System.EventHandler(this.Parms_TextChanged);
|
|
|
+ txtCardType.EditValue = "华力采集";
|
|
|
+ txtCardType.Location = new Point(219, 7);
|
|
|
+ txtCardType.Name = "txtCardType";
|
|
|
+ txtCardType.Properties.AutoHeight = false;
|
|
|
+ txtCardType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
|
|
+ txtCardType.Properties.Items.AddRange(new object[] { "华力采集", "前锋采集" });
|
|
|
+ txtCardType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
|
|
|
+ txtCardType.Size = new Size(80, 24);
|
|
|
+ txtCardType.TabIndex = 3;
|
|
|
//
|
|
|
// labelControl3
|
|
|
//
|
|
|
- this.labelControl3.Location = new System.Drawing.Point(305, 12);
|
|
|
- this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.labelControl3.Name = "labelControl3";
|
|
|
- this.labelControl3.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
|
- this.labelControl3.Size = new System.Drawing.Size(70, 14);
|
|
|
- this.labelControl3.TabIndex = 0;
|
|
|
- this.labelControl3.Text = "采集卡编号";
|
|
|
+ labelControl3.Location = new Point(305, 12);
|
|
|
+ labelControl3.Margin = new Padding(3, 4, 3, 4);
|
|
|
+ labelControl3.Name = "labelControl3";
|
|
|
+ labelControl3.Padding = new Padding(10, 0, 0, 0);
|
|
|
+ labelControl3.Size = new Size(58, 14);
|
|
|
+ labelControl3.TabIndex = 0;
|
|
|
+ labelControl3.Text = "服务编号";
|
|
|
//
|
|
|
- // txtCardNo
|
|
|
+ // txtSvrNo
|
|
|
//
|
|
|
- this.txtCardNo.Location = new System.Drawing.Point(381, 7);
|
|
|
- this.txtCardNo.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.txtCardNo.Name = "txtCardNo";
|
|
|
- this.txtCardNo.Properties.AutoHeight = false;
|
|
|
- this.txtCardNo.Size = new System.Drawing.Size(100, 24);
|
|
|
- this.txtCardNo.TabIndex = 1;
|
|
|
- this.txtCardNo.EditValueChanged += new System.EventHandler(this.Parms_TextChanged);
|
|
|
+ txtSvrNo.Location = new Point(369, 7);
|
|
|
+ txtSvrNo.Name = "txtSvrNo";
|
|
|
+ txtSvrNo.Properties.AutoHeight = false;
|
|
|
+ txtSvrNo.Size = new Size(100, 24);
|
|
|
+ txtSvrNo.TabIndex = 1;
|
|
|
//
|
|
|
// labelControl4
|
|
|
//
|
|
|
- this.labelControl4.Location = new System.Drawing.Point(487, 12);
|
|
|
- this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.labelControl4.Name = "labelControl4";
|
|
|
- this.labelControl4.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
|
|
|
- this.labelControl4.Size = new System.Drawing.Size(82, 14);
|
|
|
- this.labelControl4.TabIndex = 0;
|
|
|
- this.labelControl4.Text = "服务注册地址";
|
|
|
+ labelControl4.Location = new Point(475, 12);
|
|
|
+ labelControl4.Margin = new Padding(3, 4, 3, 4);
|
|
|
+ labelControl4.Name = "labelControl4";
|
|
|
+ labelControl4.Padding = new Padding(10, 0, 0, 0);
|
|
|
+ labelControl4.Size = new Size(82, 14);
|
|
|
+ labelControl4.TabIndex = 0;
|
|
|
+ labelControl4.Text = "服务注册地址";
|
|
|
//
|
|
|
// txtRptAddr
|
|
|
//
|
|
|
- this.txtRptAddr.EditValue = "";
|
|
|
- this.txtRptAddr.Location = new System.Drawing.Point(575, 7);
|
|
|
- this.txtRptAddr.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
- this.txtRptAddr.Name = "txtRptAddr";
|
|
|
- this.txtRptAddr.Properties.AutoHeight = false;
|
|
|
- this.txtRptAddr.Size = new System.Drawing.Size(234, 24);
|
|
|
- this.txtRptAddr.TabIndex = 2;
|
|
|
- this.txtRptAddr.ToolTip = "多个地址用空格隔开";
|
|
|
- this.txtRptAddr.EditValueChanged += new System.EventHandler(this.Parms_TextChanged);
|
|
|
+ txtRptAddr.EditValue = "";
|
|
|
+ txtRptAddr.Location = new Point(563, 7);
|
|
|
+ txtRptAddr.Name = "txtRptAddr";
|
|
|
+ txtRptAddr.Properties.AutoHeight = false;
|
|
|
+ txtRptAddr.Size = new Size(234, 24);
|
|
|
+ txtRptAddr.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // btnStart
|
|
|
+ //
|
|
|
+ btnStart.Location = new Point(803, 7);
|
|
|
+ btnStart.Name = "btnStart";
|
|
|
+ btnStart.Size = new Size(75, 24);
|
|
|
+ btnStart.TabIndex = 4;
|
|
|
+ btnStart.Text = "启动服务";
|
|
|
+ btnStart.Click += btnStart_Click;
|
|
|
//
|
|
|
// 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";
|
|
|
- toolTipItem1.Text = "查看Http接口";
|
|
|
- superToolTip1.Items.Add(toolTipItem1);
|
|
|
- this.btnShowApi.SuperTip = superToolTip1;
|
|
|
- this.btnShowApi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barbtnShowApi_ItemClick);
|
|
|
+ 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";
|
|
|
+ toolTipItem2.Text = "查看Http接口";
|
|
|
+ superToolTip2.Items.Add(toolTipItem2);
|
|
|
+ btnShowApi.SuperTip = superToolTip2;
|
|
|
+ btnShowApi.ItemClick += barbtnShowApi_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(847, 577);
|
|
|
- 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.txtCardType.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtCardNo.Properties)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.txtRptAddr.Properties)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
-
|
|
|
+ Appearance.Options.UseFont = true;
|
|
|
+ AutoScaleDimensions = new SizeF(7F, 17F);
|
|
|
+ AutoScaleMode = AutoScaleMode.Font;
|
|
|
+ ChildControls.Add(directXFormContainerControl1);
|
|
|
+ ClientSize = new Size(959, 577);
|
|
|
+ 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)txtCardType.Properties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtSvrNo.Properties).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)txtRptAddr.Properties).EndInit();
|
|
|
+ ResumeLayout(false);
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
@@ -225,12 +223,13 @@
|
|
|
private DevExpress.Utils.Layout.StackPanel stackPanel1;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
|
private DevExpress.XtraEditors.TextEdit txtLocalPort;
|
|
|
- private DevExpress.XtraEditors.TextEdit txtCardNo;
|
|
|
+ private DevExpress.XtraEditors.TextEdit txtSvrNo;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
|
private DevExpress.XtraEditors.ComboBoxEdit txtCardType;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
|
private DevExpress.XtraEditors.TextEdit txtRptAddr;
|
|
|
private DevExpress.XtraEditors.GroupControl groupControl1;
|
|
|
+ private DevExpress.XtraEditors.SimpleButton btnStart;
|
|
|
}
|
|
|
}
|