namespace Community.Excel
|
{
|
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.lblXls = new System.Windows.Forms.Label();
|
this.txtXls = new System.Windows.Forms.TextBox();
|
this.btnReadXls = new System.Windows.Forms.Button();
|
this.txtName = new System.Windows.Forms.TextBox();
|
this.lblPre = new System.Windows.Forms.Label();
|
this.txtSplit = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtSheet = new System.Windows.Forms.TextBox();
|
this.SuspendLayout();
|
//
|
// lblXls
|
//
|
this.lblXls.AutoSize = true;
|
this.lblXls.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblXls.Location = new System.Drawing.Point(27, 29);
|
this.lblXls.Margin = new System.Windows.Forms.Padding(0);
|
this.lblXls.Name = "lblXls";
|
this.lblXls.Size = new System.Drawing.Size(49, 14);
|
this.lblXls.TabIndex = 0;
|
this.lblXls.Text = "路径:";
|
//
|
// txtXls
|
//
|
this.txtXls.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtXls.Location = new System.Drawing.Point(82, 24);
|
this.txtXls.Margin = new System.Windows.Forms.Padding(0);
|
this.txtXls.Name = "txtXls";
|
this.txtXls.Size = new System.Drawing.Size(573, 23);
|
this.txtXls.TabIndex = 1;
|
this.txtXls.Text = "E:\\data\\26.LuoZhuang\\2022罗庄居民信息\\";
|
//
|
// btnReadXls
|
//
|
this.btnReadXls.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.btnReadXls.Location = new System.Drawing.Point(30, 162);
|
this.btnReadXls.Margin = new System.Windows.Forms.Padding(0);
|
this.btnReadXls.Name = "btnReadXls";
|
this.btnReadXls.Size = new System.Drawing.Size(625, 31);
|
this.btnReadXls.TabIndex = 2;
|
this.btnReadXls.Text = "读 取";
|
this.btnReadXls.UseVisualStyleBackColor = true;
|
this.btnReadXls.Click += new System.EventHandler(this.btnReadXls_Click);
|
//
|
// txtName
|
//
|
this.txtName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtName.Location = new System.Drawing.Point(82, 68);
|
this.txtName.Margin = new System.Windows.Forms.Padding(0);
|
this.txtName.Name = "txtName";
|
this.txtName.Size = new System.Drawing.Size(198, 23);
|
this.txtName.TabIndex = 4;
|
this.txtName.Text = "罗庄";
|
//
|
// lblPre
|
//
|
this.lblPre.AutoSize = true;
|
this.lblPre.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.lblPre.Location = new System.Drawing.Point(27, 71);
|
this.lblPre.Margin = new System.Windows.Forms.Padding(0);
|
this.lblPre.Name = "lblPre";
|
this.lblPre.Size = new System.Drawing.Size(49, 14);
|
this.lblPre.TabIndex = 3;
|
this.lblPre.Text = "楼宇:";
|
//
|
// txtSplit
|
//
|
this.txtSplit.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtSplit.Location = new System.Drawing.Point(82, 114);
|
this.txtSplit.Margin = new System.Windows.Forms.Padding(0);
|
this.txtSplit.Name = "txtSplit";
|
this.txtSplit.Size = new System.Drawing.Size(573, 23);
|
this.txtSplit.TabIndex = 6;
|
this.txtSplit.Text = "罗庄南里,号楼,单元,室";
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.Location = new System.Drawing.Point(27, 117);
|
this.label1.Margin = new System.Windows.Forms.Padding(0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(49, 14);
|
this.label1.TabIndex = 5;
|
this.label1.Text = "前缀:";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label2.Location = new System.Drawing.Point(380, 73);
|
this.label2.Margin = new System.Windows.Forms.Padding(0);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(70, 14);
|
this.label2.TabIndex = 7;
|
this.label2.Text = "Sheet号:";
|
//
|
// txtSheet
|
//
|
this.txtSheet.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.txtSheet.Location = new System.Drawing.Point(457, 68);
|
this.txtSheet.Margin = new System.Windows.Forms.Padding(0);
|
this.txtSheet.Name = "txtSheet";
|
this.txtSheet.Size = new System.Drawing.Size(198, 23);
|
this.txtSheet.TabIndex = 8;
|
this.txtSheet.Text = "1";
|
//
|
// FrmMain
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(682, 220);
|
this.Controls.Add(this.txtSheet);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.txtSplit);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.txtName);
|
this.Controls.Add(this.lblPre);
|
this.Controls.Add(this.btnReadXls);
|
this.Controls.Add(this.txtXls);
|
this.Controls.Add(this.lblXls);
|
this.Name = "FrmMain";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "罗庄南里Excel读取";
|
this.Load += new System.EventHandler(this.FrmMain_Load);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label lblXls;
|
private System.Windows.Forms.TextBox txtXls;
|
private System.Windows.Forms.Button btnReadXls;
|
private System.Windows.Forms.TextBox txtName;
|
private System.Windows.Forms.Label lblPre;
|
private System.Windows.Forms.TextBox txtSplit;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox txtSheet;
|
}
|
}
|