Files
cyf ab56a9bcf7 基线 SVN r240
SVN-Revision: r240
2025-02-06 06:46:06 +00:00

243 lines
12 KiB
C#

namespace Lskj.PubMrpAnalyze
{
partial class FrmConfigLocal
{
/// <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(FrmConfigLocal));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtPort = new System.Windows.Forms.TextBox();
this.txtIP = new System.Windows.Forms.TextBox();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.label1 = new System.Windows.Forms.Label();
this.btnConnect = new DevExpress.XtraEditors.SimpleButton();
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
this.btnExit = new DevExpress.XtraEditors.SimpleButton();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.txtZTName = new System.Windows.Forms.TextBox();
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
this.txtZT = new DevExpress.XtraEditors.GridLookUpEdit();
this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtZT.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.txtZT);
this.groupBox1.Controls.Add(this.txtZTName);
this.groupBox1.Controls.Add(this.labelControl4);
this.groupBox1.Controls.Add(this.labelControl3);
this.groupBox1.Controls.Add(this.txtPort);
this.groupBox1.Controls.Add(this.txtIP);
this.groupBox1.Controls.Add(this.labelControl2);
this.groupBox1.Controls.Add(this.labelControl1);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(15, 13);
this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.groupBox1.Size = new System.Drawing.Size(291, 159);
this.groupBox1.TabIndex = 4;
this.groupBox1.TabStop = false;
//
// txtPort
//
this.txtPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtPort.Location = new System.Drawing.Point(66, 89);
this.txtPort.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtPort.MaxLength = 50;
this.txtPort.Name = "txtPort";
this.txtPort.Size = new System.Drawing.Size(210, 26);
this.txtPort.TabIndex = 7;
//
// txtIP
//
this.txtIP.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtIP.Location = new System.Drawing.Point(66, 53);
this.txtIP.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtIP.MaxLength = 50;
this.txtIP.Name = "txtIP";
this.txtIP.Size = new System.Drawing.Size(210, 26);
this.txtIP.TabIndex = 6;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(16, 94);
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(45, 18);
this.labelControl2.TabIndex = 5;
this.labelControl2.Text = "端口号";
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(16, 58);
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(44, 18);
this.labelControl1.TabIndex = 4;
this.labelControl1.Text = "IP地址";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 26);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 18);
this.label1.TabIndex = 0;
//
// btnConnect
//
this.btnConnect.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnConnect.Location = new System.Drawing.Point(28, 180);
this.btnConnect.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(71, 30);
this.btnConnect.TabIndex = 8;
this.btnConnect.Text = "测试连接";
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// btnSave
//
this.btnSave.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSave.Location = new System.Drawing.Point(126, 180);
this.btnSave.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(71, 30);
this.btnSave.TabIndex = 9;
this.btnSave.Text = "保存配置";
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnExit
//
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnExit.Location = new System.Drawing.Point(220, 180);
this.btnExit.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(71, 30);
this.btnExit.TabIndex = 10;
this.btnExit.Text = "退出";
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// labelControl3
//
this.labelControl3.Location = new System.Drawing.Point(16, 23);
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(30, 18);
this.labelControl3.TabIndex = 8;
this.labelControl3.Text = "账套";
//
// txtZTName
//
this.txtZTName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.txtZTName.Location = new System.Drawing.Point(66, 123);
this.txtZTName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtZTName.MaxLength = 50;
this.txtZTName.Name = "txtZTName";
this.txtZTName.Size = new System.Drawing.Size(210, 26);
this.txtZTName.TabIndex = 11;
//
// labelControl4
//
this.labelControl4.Location = new System.Drawing.Point(16, 128);
this.labelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl4.Name = "labelControl4";
this.labelControl4.Size = new System.Drawing.Size(45, 18);
this.labelControl4.TabIndex = 10;
this.labelControl4.Text = "账套名";
//
// txtZT
//
this.txtZT.EditValue = "";
this.txtZT.Location = new System.Drawing.Point(66, 20);
this.txtZT.Name = "txtZT";
this.txtZT.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9.5F);
this.txtZT.Properties.Appearance.Options.UseFont = true;
this.txtZT.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
this.txtZT.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtZT.Properties.View = this.gridLookUpEdit1View;
this.txtZT.Size = new System.Drawing.Size(210, 26);
this.txtZT.TabIndex = 12;
//
// gridLookUpEdit1View
//
this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
//
// FrmConfigLocal
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(318, 223);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.btnConnect);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FrmConfigLocal";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "服务器直连配置";
this.Load += new System.EventHandler(this.FrmConfig_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtZT.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.SimpleButton btnConnect;
private System.Windows.Forms.TextBox txtPort;
private System.Windows.Forms.TextBox txtIP;
private DevExpress.XtraEditors.SimpleButton btnSave;
private DevExpress.XtraEditors.SimpleButton btnExit;
private DevExpress.XtraEditors.LabelControl labelControl3;
private System.Windows.Forms.TextBox txtZTName;
private DevExpress.XtraEditors.LabelControl labelControl4;
private DevExpress.XtraEditors.GridLookUpEdit txtZT;
private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
}
}