ab56a9bcf7
SVN-Revision: r240
276 lines
14 KiB
C#
276 lines
14 KiB
C#
using System.Windows.Forms;
|
|
namespace Lskj.TxtFileRead
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.txtServerName = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtDataBase = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.txt_ftpAddress = new DevExpress.XtraEditors.TextEdit();
|
|
this.lab_ftp = new DevExpress.XtraEditors.LabelControl();
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
|
this.txtPassword = new DevExpress.XtraEditors.TextEdit();
|
|
this.txt_Username = new DevExpress.XtraEditors.TextEdit();
|
|
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
|
|
this.btnSave = new DevExpress.XtraEditors.SimpleButton();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
this.show_txt = new DevExpress.XtraEditors.MemoEdit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
this.panelControl1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtServerName.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDataBase.Properties)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_ftpAddress.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Username.Properties)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.show_txt.Properties)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelControl1
|
|
//
|
|
this.panelControl1.AutoSize = true;
|
|
this.panelControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl1.Controls.Add(this.groupBox2);
|
|
this.panelControl1.Controls.Add(this.groupBox1);
|
|
this.panelControl1.Controls.Add(this.btnSave);
|
|
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl1.Name = "panelControl1";
|
|
this.panelControl1.Size = new System.Drawing.Size(811, 113);
|
|
this.panelControl1.TabIndex = 0;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.txtServerName);
|
|
this.groupBox2.Controls.Add(this.labelControl4);
|
|
this.groupBox2.Controls.Add(this.txtDataBase);
|
|
this.groupBox2.Controls.Add(this.labelControl3);
|
|
this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.groupBox2.Location = new System.Drawing.Point(389, 9);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(285, 101);
|
|
this.groupBox2.TabIndex = 12;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "服务器信息";
|
|
//
|
|
// txtServerName
|
|
//
|
|
this.txtServerName.Location = new System.Drawing.Point(114, 30);
|
|
this.txtServerName.Name = "txtServerName";
|
|
this.txtServerName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.txtServerName.Properties.Appearance.Options.UseFont = true;
|
|
this.txtServerName.Size = new System.Drawing.Size(135, 22);
|
|
this.txtServerName.TabIndex = 12;
|
|
//
|
|
// labelControl4
|
|
//
|
|
this.labelControl4.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.labelControl4.Location = new System.Drawing.Point(31, 32);
|
|
this.labelControl4.Name = "labelControl4";
|
|
this.labelControl4.Size = new System.Drawing.Size(84, 20);
|
|
this.labelControl4.TabIndex = 11;
|
|
this.labelControl4.Text = "服务器地址:";
|
|
//
|
|
// txtDataBase
|
|
//
|
|
this.txtDataBase.Location = new System.Drawing.Point(114, 64);
|
|
this.txtDataBase.Name = "txtDataBase";
|
|
this.txtDataBase.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.txtDataBase.Properties.Appearance.Options.UseFont = true;
|
|
this.txtDataBase.Size = new System.Drawing.Size(135, 22);
|
|
this.txtDataBase.TabIndex = 10;
|
|
//
|
|
// labelControl3
|
|
//
|
|
this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.labelControl3.Location = new System.Drawing.Point(31, 66);
|
|
this.labelControl3.Name = "labelControl3";
|
|
this.labelControl3.Size = new System.Drawing.Size(82, 20);
|
|
this.labelControl3.TabIndex = 9;
|
|
this.labelControl3.Text = "数 据 库 名:";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.txt_ftpAddress);
|
|
this.groupBox1.Controls.Add(this.lab_ftp);
|
|
this.groupBox1.Controls.Add(this.labelControl1);
|
|
this.groupBox1.Controls.Add(this.txtPassword);
|
|
this.groupBox1.Controls.Add(this.txt_Username);
|
|
this.groupBox1.Controls.Add(this.labelControl2);
|
|
this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 9);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(371, 101);
|
|
this.groupBox1.TabIndex = 11;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "基本信息";
|
|
//
|
|
// txt_ftpAddress
|
|
//
|
|
this.txt_ftpAddress.Location = new System.Drawing.Point(92, 30);
|
|
this.txt_ftpAddress.Name = "txt_ftpAddress";
|
|
this.txt_ftpAddress.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.txt_ftpAddress.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_ftpAddress.Size = new System.Drawing.Size(218, 22);
|
|
this.txt_ftpAddress.TabIndex = 3;
|
|
//
|
|
// lab_ftp
|
|
//
|
|
this.lab_ftp.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.lab_ftp.Location = new System.Drawing.Point(26, 32);
|
|
this.lab_ftp.Name = "lab_ftp";
|
|
this.lab_ftp.Size = new System.Drawing.Size(63, 20);
|
|
this.lab_ftp.TabIndex = 2;
|
|
this.lab_ftp.Text = "Ftp地址:";
|
|
//
|
|
// labelControl1
|
|
//
|
|
this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.labelControl1.Location = new System.Drawing.Point(26, 66);
|
|
this.labelControl1.Name = "labelControl1";
|
|
this.labelControl1.Size = new System.Drawing.Size(64, 20);
|
|
this.labelControl1.TabIndex = 5;
|
|
this.labelControl1.Text = "用 户 名:";
|
|
//
|
|
// txtPassword
|
|
//
|
|
this.txtPassword.Location = new System.Drawing.Point(234, 66);
|
|
this.txtPassword.Name = "txtPassword";
|
|
this.txtPassword.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.txtPassword.Properties.Appearance.Options.UseFont = true;
|
|
this.txtPassword.Properties.PasswordChar = '*';
|
|
this.txtPassword.Size = new System.Drawing.Size(76, 22);
|
|
this.txtPassword.TabIndex = 8;
|
|
//
|
|
// txt_Username
|
|
//
|
|
this.txt_Username.Location = new System.Drawing.Point(92, 66);
|
|
this.txt_Username.Name = "txt_Username";
|
|
this.txt_Username.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
|
|
this.txt_Username.Properties.Appearance.Options.UseFont = true;
|
|
this.txt_Username.Size = new System.Drawing.Size(81, 22);
|
|
this.txt_Username.TabIndex = 6;
|
|
//
|
|
// labelControl2
|
|
//
|
|
this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
this.labelControl2.Location = new System.Drawing.Point(177, 66);
|
|
this.labelControl2.Name = "labelControl2";
|
|
this.labelControl2.Size = new System.Drawing.Size(54, 20);
|
|
this.labelControl2.TabIndex = 7;
|
|
this.labelControl2.Text = "密 码:";
|
|
//
|
|
// btnSave
|
|
//
|
|
this.btnSave.Location = new System.Drawing.Point(708, 42);
|
|
this.btnSave.Name = "btnSave";
|
|
this.btnSave.Size = new System.Drawing.Size(79, 29);
|
|
this.btnSave.TabIndex = 1;
|
|
this.btnSave.Text = "执行";
|
|
this.btnSave.Click += new System.EventHandler(this.OnSaveClick);
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl2.Controls.Add(this.show_txt);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 113);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(811, 403);
|
|
this.panelControl2.TabIndex = 1;
|
|
//
|
|
// show_txt
|
|
//
|
|
this.show_txt.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.show_txt.EditValue = "";
|
|
this.show_txt.Location = new System.Drawing.Point(0, 0);
|
|
this.show_txt.Name = "show_txt";
|
|
this.show_txt.Properties.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.show_txt.Properties.Appearance.Options.UseFont = true;
|
|
this.show_txt.Size = new System.Drawing.Size(811, 403);
|
|
this.show_txt.TabIndex = 0;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ClientSize = new System.Drawing.Size(811, 516);
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Controls.Add(this.panelControl1);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
|
|
this.Name = "FrmMain";
|
|
this.Text = "Ftp文件导入";
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
this.panelControl1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtServerName.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtDataBase.Properties)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_ftpAddress.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.txt_Username.Properties)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
this.panelControl2.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.show_txt.Properties)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.PanelControl panelControl1;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
|
private DevExpress.XtraEditors.TextEdit txt_ftpAddress;
|
|
private DevExpress.XtraEditors.LabelControl lab_ftp;
|
|
private DevExpress.XtraEditors.MemoEdit show_txt;
|
|
private DevExpress.XtraEditors.TextEdit txtPassword;
|
|
private DevExpress.XtraEditors.LabelControl labelControl2;
|
|
private DevExpress.XtraEditors.TextEdit txt_Username;
|
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
|
private DevExpress.XtraEditors.TextEdit txtDataBase;
|
|
private DevExpress.XtraEditors.LabelControl labelControl3;
|
|
private GroupBox groupBox2;
|
|
private DevExpress.XtraEditors.TextEdit txtServerName;
|
|
private DevExpress.XtraEditors.LabelControl labelControl4;
|
|
private GroupBox groupBox1;
|
|
}
|
|
}
|
|
|