You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

435 lines
26 KiB

namespace CK.SCP.GrupUniApi
{
partial class FormMain
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.txtLog = new System.Windows.Forms.TextBox();
this.styleManager1 = new DevComponents.DotNetBar.StyleManager(this.components);
this.layoutControl1 = new DevComponents.DotNetBar.Layout.LayoutControl();
this.listLog = new System.Windows.Forms.ListView();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.expandableSplitter2 = new DevComponents.DotNetBar.ExpandableSplitter();
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.btnStart = new DevComponents.DotNetBar.ButtonX();
this.btnClose = new DevComponents.DotNetBar.ButtonX();
this.btnRefresh = new DevComponents.DotNetBar.ButtonX();
this.btnStop = new DevComponents.DotNetBar.ButtonX();
this.btnClearLog = new DevComponents.DotNetBar.ButtonX();
this.btnSetting = new DevComponents.DotNetBar.ButtonX();
this.pnlCtrl = new DevComponents.DotNetBar.PanelEx();
this.panelEx2 = new DevComponents.DotNetBar.PanelEx();
this.BtnErpPut = new CktUniApiButton();
this.BtnErpGet = new CktUniApiButton();
this.bar1 = new DevComponents.DotNetBar.Bar();
this.labelItem1 = new DevComponents.DotNetBar.LabelItem();
this.txtDomain = new DevComponents.DotNetBar.TextBoxItem();
this.labelItem2 = new DevComponents.DotNetBar.LabelItem();
this.txtSite = new DevComponents.DotNetBar.TextBoxItem();
this.labelItem4 = new DevComponents.DotNetBar.LabelItem();
this.txtVersion = new DevComponents.DotNetBar.TextBoxItem();
this.panelEx1.SuspendLayout();
this.pnlCtrl.SuspendLayout();
this.panelEx2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
this.SuspendLayout();
//
// txtLog
//
this.txtLog.Dock = System.Windows.Forms.DockStyle.Bottom;
this.txtLog.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLog.Location = new System.Drawing.Point(0, 512);
this.txtLog.Margin = new System.Windows.Forms.Padding(2);
this.txtLog.Multiline = true;
this.txtLog.Name = "txtLog";
this.txtLog.ReadOnly = true;
this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.txtLog.Size = new System.Drawing.Size(614, 139);
this.txtLog.TabIndex = 5;
//
// styleManager1
//
this.styleManager1.ManagerStyle = DevComponents.DotNetBar.eStyle.Office2010Blue;
this.styleManager1.MetroColorParameters = new DevComponents.DotNetBar.Metro.ColorTables.MetroColorGeneratorParameters(System.Drawing.Color.White, System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(87)))), ((int)(((byte)(154))))));
//
// layoutControl1
//
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.Size = new System.Drawing.Size(200, 200);
this.layoutControl1.TabIndex = 0;
//
// listLog
//
this.listLog.Dock = System.Windows.Forms.DockStyle.Fill;
this.listLog.Location = new System.Drawing.Point(0, 0);
this.listLog.Name = "listLog";
this.listLog.Size = new System.Drawing.Size(614, 508);
this.listLog.TabIndex = 9;
this.listLog.UseCompatibleStateImageBehavior = false;
this.listLog.View = System.Windows.Forms.View.Details;
this.listLog.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// toolTip1
//
this.toolTip1.AutomaticDelay = 100;
this.toolTip1.ShowAlways = true;
//
// expandableSplitter2
//
this.expandableSplitter2.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(108)))), ((int)(((byte)(122)))));
this.expandableSplitter2.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.expandableSplitter2.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.expandableSplitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.expandableSplitter2.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(108)))), ((int)(((byte)(122)))));
this.expandableSplitter2.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.expandableSplitter2.ExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
this.expandableSplitter2.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
this.expandableSplitter2.GripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
this.expandableSplitter2.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
this.expandableSplitter2.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
this.expandableSplitter2.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.expandableSplitter2.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(200)))), ((int)(((byte)(103)))));
this.expandableSplitter2.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(226)))), ((int)(((byte)(135)))));
this.expandableSplitter2.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
this.expandableSplitter2.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
this.expandableSplitter2.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(108)))), ((int)(((byte)(122)))));
this.expandableSplitter2.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.expandableSplitter2.HotExpandLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(57)))), ((int)(((byte)(120)))));
this.expandableSplitter2.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
this.expandableSplitter2.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(93)))), ((int)(((byte)(108)))), ((int)(((byte)(122)))));
this.expandableSplitter2.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.expandableSplitter2.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(232)))), ((int)(((byte)(246)))));
this.expandableSplitter2.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.expandableSplitter2.Location = new System.Drawing.Point(0, 508);
this.expandableSplitter2.Margin = new System.Windows.Forms.Padding(2);
this.expandableSplitter2.Name = "expandableSplitter2";
this.expandableSplitter2.Size = new System.Drawing.Size(614, 4);
this.expandableSplitter2.Style = DevComponents.DotNetBar.eSplitterStyle.Office2007;
this.expandableSplitter2.TabIndex = 59;
this.expandableSplitter2.TabStop = false;
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.panelEx1.Controls.Add(this.btnStart);
this.panelEx1.Controls.Add(this.btnClose);
this.panelEx1.Controls.Add(this.btnRefresh);
this.panelEx1.Controls.Add(this.btnStop);
this.panelEx1.Controls.Add(this.btnClearLog);
this.panelEx1.Controls.Add(this.btnSetting);
this.panelEx1.DisabledBackColor = System.Drawing.Color.Empty;
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelEx1.Location = new System.Drawing.Point(0, 495);
this.panelEx1.Margin = new System.Windows.Forms.Padding(2);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(170, 156);
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx1.Style.GradientAngle = 90;
this.panelEx1.TabIndex = 25;
this.panelEx1.Text = "panelEx1";
//
// btnStart
//
this.btnStart.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnStart.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStart.Location = new System.Drawing.Point(11, 10);
this.btnStart.Margin = new System.Windows.Forms.Padding(2);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(150, 45);
this.btnStart.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnStart.TabIndex = 0;
this.btnStart.Text = "启动";
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
//
// btnClose
//
this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnClose.Location = new System.Drawing.Point(89, 132);
this.btnClose.Margin = new System.Windows.Forms.Padding(2);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(72, 20);
this.btnClose.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnClose.TabIndex = 3;
this.btnClose.Text = "退出";
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnRefresh
//
this.btnRefresh.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnRefresh.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnRefresh.Location = new System.Drawing.Point(11, 133);
this.btnRefresh.Margin = new System.Windows.Forms.Padding(2);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(72, 20);
this.btnRefresh.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnRefresh.TabIndex = 23;
this.btnRefresh.Text = "更新数据";
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnStop
//
this.btnStop.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnStop.ColorTable = DevComponents.DotNetBar.eButtonColor.MagentaWithBackground;
this.btnStop.Font = new System.Drawing.Font("微软雅黑", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStop.Location = new System.Drawing.Point(11, 58);
this.btnStop.Margin = new System.Windows.Forms.Padding(2);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(150, 45);
this.btnStop.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnStop.TabIndex = 1;
this.btnStop.Text = "停止";
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnClearLog
//
this.btnClearLog.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnClearLog.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClearLog.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnClearLog.Location = new System.Drawing.Point(11, 108);
this.btnClearLog.Margin = new System.Windows.Forms.Padding(2);
this.btnClearLog.Name = "btnClearLog";
this.btnClearLog.Size = new System.Drawing.Size(72, 20);
this.btnClearLog.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnClearLog.TabIndex = 10;
this.btnClearLog.Text = "清空日志";
this.btnClearLog.Click += new System.EventHandler(this.btnClear_Click);
//
// btnSetting
//
this.btnSetting.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
this.btnSetting.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnSetting.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
this.btnSetting.Location = new System.Drawing.Point(89, 108);
this.btnSetting.Margin = new System.Windows.Forms.Padding(2);
this.btnSetting.Name = "btnSetting";
this.btnSetting.Size = new System.Drawing.Size(72, 20);
this.btnSetting.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.btnSetting.TabIndex = 2;
this.btnSetting.Text = "设置";
this.btnSetting.Click += new System.EventHandler(this.btnSetting_Click);
//
// pnlCtrl
//
this.pnlCtrl.CanvasColor = System.Drawing.SystemColors.Control;
this.pnlCtrl.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.pnlCtrl.Controls.Add(this.panelEx2);
this.pnlCtrl.Controls.Add(this.panelEx1);
this.pnlCtrl.DisabledBackColor = System.Drawing.Color.Empty;
this.pnlCtrl.Dock = System.Windows.Forms.DockStyle.Right;
this.pnlCtrl.Location = new System.Drawing.Point(614, 0);
this.pnlCtrl.Margin = new System.Windows.Forms.Padding(2);
this.pnlCtrl.Name = "pnlCtrl";
this.pnlCtrl.Size = new System.Drawing.Size(170, 651);
this.pnlCtrl.Style.Alignment = System.Drawing.StringAlignment.Center;
this.pnlCtrl.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.pnlCtrl.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.pnlCtrl.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.pnlCtrl.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.pnlCtrl.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.pnlCtrl.Style.GradientAngle = 90;
this.pnlCtrl.TabIndex = 1;
//
// panelEx2
//
this.panelEx2.AutoScroll = true;
this.panelEx2.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.panelEx2.Controls.Add(this.BtnErpPut);
this.panelEx2.Controls.Add(this.BtnErpGet);
this.panelEx2.DisabledBackColor = System.Drawing.Color.Empty;
this.panelEx2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelEx2.Location = new System.Drawing.Point(0, 0);
this.panelEx2.Margin = new System.Windows.Forms.Padding(2);
this.panelEx2.Name = "panelEx2";
this.panelEx2.Size = new System.Drawing.Size(170, 495);
this.panelEx2.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx2.Style.GradientAngle = 90;
this.panelEx2.TabIndex = 29;
//
// BtnErpPut
//
this.BtnErpPut.Count = 0;
this.BtnErpPut.Dock = System.Windows.Forms.DockStyle.Top;
this.BtnErpPut.EnableManual = true;
this.BtnErpPut.InitCount = 0;
this.BtnErpPut.Location = new System.Drawing.Point(0, 50);
this.BtnErpPut.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.BtnErpPut.Name = "BtnErpPut";
this.BtnErpPut.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.BtnErpPut.Size = new System.Drawing.Size(170, 50);
this.BtnErpPut.SwitchEnabled = false;
this.BtnErpPut.TabIndex = 40;
this.BtnErpPut.Title = "发送业务数据到ERP";
this.BtnErpPut.RunOnceExecute += new CktUniApiButton.RunOnceHandler(this.BtnErpPut_RunOnceExecute);
//
// BtnErpGet
//
this.BtnErpGet.Count = 0;
this.BtnErpGet.Dock = System.Windows.Forms.DockStyle.Top;
this.BtnErpGet.EnableManual = true;
this.BtnErpGet.InitCount = 0;
this.BtnErpGet.Location = new System.Drawing.Point(0, 0);
this.BtnErpGet.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.BtnErpGet.Name = "BtnErpGet";
this.BtnErpGet.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.BtnErpGet.Size = new System.Drawing.Size(170, 50);
this.BtnErpGet.SwitchEnabled = false;
this.BtnErpGet.TabIndex = 39;
this.BtnErpGet.Title = "从ERP接收基础数据";
this.BtnErpGet.RunOnceExecute += new CktUniApiButton.RunOnceHandler(this.BtnErpGet_RunOnceExecute);
//
// bar1
//
this.bar1.AntiAlias = true;
this.bar1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.bar1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.bar1.IsMaximized = false;
this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.labelItem1,
this.txtDomain,
this.labelItem2,
this.txtSite,
this.labelItem4,
this.txtVersion});
this.bar1.Location = new System.Drawing.Point(0, 651);
this.bar1.Margin = new System.Windows.Forms.Padding(2);
this.bar1.Name = "bar1";
this.bar1.Size = new System.Drawing.Size(784, 24);
this.bar1.Stretch = true;
this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
this.bar1.TabIndex = 87;
this.bar1.TabStop = false;
this.bar1.Text = "bar1";
//
// labelItem1
//
this.labelItem1.Name = "labelItem1";
this.labelItem1.Text = "QAD域";
//
// txtDomain
//
this.txtDomain.Name = "txtDomain";
this.txtDomain.TextBoxWidth = 80;
this.txtDomain.WatermarkColor = System.Drawing.SystemColors.GrayText;
//
// labelItem2
//
this.labelItem2.Name = "labelItem2";
this.labelItem2.Text = "QAD地点";
//
// txtSite
//
this.txtSite.Name = "txtSite";
this.txtSite.TextBoxWidth = 80;
this.txtSite.WatermarkColor = System.Drawing.SystemColors.GrayText;
//
// labelItem4
//
this.labelItem4.ItemAlignment = DevComponents.DotNetBar.eItemAlignment.Far;
this.labelItem4.Name = "labelItem4";
this.labelItem4.Text = "版本";
//
// txtVersion
//
this.txtVersion.Name = "txtVersion";
this.txtVersion.TextBoxWidth = 200;
this.txtVersion.WatermarkColor = System.Drawing.SystemColors.GrayText;
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(784, 675);
this.Controls.Add(this.listLog);
this.Controls.Add(this.expandableSplitter2);
this.Controls.Add(this.txtLog);
this.Controls.Add(this.pnlCtrl);
this.Controls.Add(this.bar1);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2);
this.MinimumSize = new System.Drawing.Size(800, 596);
this.Name = "FormMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "通用接口自动处理程序";
this.Load += new System.EventHandler(this.FormMain_Load);
this.panelEx1.ResumeLayout(false);
this.pnlCtrl.ResumeLayout(false);
this.panelEx2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtLog;
private DevComponents.DotNetBar.StyleManager styleManager1;
private DevComponents.DotNetBar.Layout.LayoutControl layoutControl1;
private System.Windows.Forms.ListView listLog;
private System.Windows.Forms.ToolTip toolTip1;
private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter2;
private DevComponents.DotNetBar.PanelEx panelEx1;
private DevComponents.DotNetBar.ButtonX btnStart;
private DevComponents.DotNetBar.ButtonX btnClose;
private DevComponents.DotNetBar.ButtonX btnRefresh;
private DevComponents.DotNetBar.ButtonX btnStop;
private DevComponents.DotNetBar.ButtonX btnClearLog;
private DevComponents.DotNetBar.ButtonX btnSetting;
private DevComponents.DotNetBar.PanelEx pnlCtrl;
private DevComponents.DotNetBar.PanelEx panelEx2;
private CktUniApiButton BtnErpPut;
private CktUniApiButton BtnErpGet;
private DevComponents.DotNetBar.Bar bar1;
private DevComponents.DotNetBar.LabelItem labelItem1;
private DevComponents.DotNetBar.TextBoxItem txtDomain;
private DevComponents.DotNetBar.LabelItem labelItem2;
private DevComponents.DotNetBar.TextBoxItem txtSite;
private DevComponents.DotNetBar.LabelItem labelItem4;
private DevComponents.DotNetBar.TextBoxItem txtVersion;
}
}