ab56a9bcf7
SVN-Revision: r240
110 lines
4.3 KiB
C#
110 lines
4.3 KiB
C#
|
|
namespace Lskj.BatchUpload
|
|
{
|
|
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.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnPreview = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labAddress = new Lskj.Control.LabelTextEdit();
|
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btnPreview);
|
|
this.groupBox1.Controls.Add(this.labAddress);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(566, 63);
|
|
this.groupBox1.TabIndex = 4;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// btnPreview
|
|
//
|
|
this.btnPreview.Appearance.Options.UseForeColor = true;
|
|
this.btnPreview.Location = new System.Drawing.Point(489, 20);
|
|
this.btnPreview.Name = "btnPreview";
|
|
this.btnPreview.Size = new System.Drawing.Size(56, 28);
|
|
this.btnPreview.TabIndex = 6;
|
|
this.btnPreview.Text = "浏览";
|
|
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
|
|
//
|
|
// labAddress
|
|
//
|
|
this.labAddress.BackColor = System.Drawing.Color.Transparent;
|
|
this.labAddress.EditText = "";
|
|
this.labAddress.FontSize = 0F;
|
|
this.labAddress.LabelText = "上传文件路径:";
|
|
this.labAddress.Location = new System.Drawing.Point(16, 26);
|
|
this.labAddress.Model = null;
|
|
this.labAddress.Name = "labAddress";
|
|
this.labAddress.NullText = "";
|
|
this.labAddress.ReadOnly = false;
|
|
this.labAddress.Required = false;
|
|
this.labAddress.Size = new System.Drawing.Size(464, 18);
|
|
this.labAddress.TabIndex = 5;
|
|
//
|
|
// simpleButton1
|
|
//
|
|
this.simpleButton1.Appearance.Options.UseForeColor = true;
|
|
this.simpleButton1.Location = new System.Drawing.Point(501, 81);
|
|
this.simpleButton1.Name = "simpleButton1";
|
|
this.simpleButton1.Size = new System.Drawing.Size(68, 28);
|
|
this.simpleButton1.TabIndex = 7;
|
|
this.simpleButton1.Text = "确认上传";
|
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(590, 153);
|
|
this.Controls.Add(this.simpleButton1);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "FrmMain";
|
|
this.Text = "批量上传";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private DevExpress.XtraEditors.SimpleButton btnPreview;
|
|
private Control.LabelTextEdit labAddress;
|
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
|
}
|
|
}
|
|
|