namespace Lskj.MyControl
{
partial class FrmSelectDownload
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.labAddress = new Lskj.MyControl.LabelTextEx();
this.labName = new Lskj.MyControl.LabelTextEx();
this.labUrl = new Lskj.MyControl.LabelTextEx();
this.btnPreview = new System.Windows.Forms.Button();
this.btnOpen = new System.Windows.Forms.Button();
this.btnDownload = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.labAddress);
this.groupBox1.Controls.Add(this.labName);
this.groupBox1.Controls.Add(this.labUrl);
this.groupBox1.Controls.Add(this.btnPreview);
this.groupBox1.Location = new System.Drawing.Point(8, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(580, 115);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// labAddress
//
this.labAddress.DefaultString = null;
this.labAddress.IsEmpt = false;
this.labAddress.LabelText = "下载到:";
this.labAddress.Location = new System.Drawing.Point(0, 88);
this.labAddress.Name = "labAddress";
this.labAddress.Size = new System.Drawing.Size(512, 21);
this.labAddress.TabIndex = 6;
this.labAddress.TipMsg = null;
this.labAddress.UnionFields = null;
this.labAddress.UnionValue = null;
//
// labName
//
this.labName.DefaultString = null;
this.labName.IsEmpt = false;
this.labName.LabelText = "名称:";
this.labName.Location = new System.Drawing.Point(12, 54);
this.labName.Name = "labName";
this.labName.Size = new System.Drawing.Size(559, 21);
this.labName.TabIndex = 5;
this.labName.TipMsg = null;
this.labName.UnionFields = null;
this.labName.UnionValue = null;
//
// labUrl
//
this.labUrl.DefaultString = null;
this.labUrl.IsEmpt = false;
this.labUrl.LabelText = "网址:";
this.labUrl.Location = new System.Drawing.Point(12, 20);
this.labUrl.Name = "labUrl";
this.labUrl.Size = new System.Drawing.Size(561, 21);
this.labUrl.TabIndex = 4;
this.labUrl.TipMsg = null;
this.labUrl.UnionFields = null;
this.labUrl.UnionValue = null;
//
// btnPreview
//
this.btnPreview.Location = new System.Drawing.Point(518, 88);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(55, 23);
this.btnPreview.TabIndex = 3;
this.btnPreview.Text = "浏览";
this.btnPreview.UseVisualStyleBackColor = true;
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// btnOpen
//
this.btnOpen.Location = new System.Drawing.Point(347, 123);
this.btnOpen.Name = "btnOpen";
this.btnOpen.Size = new System.Drawing.Size(64, 28);
this.btnOpen.TabIndex = 4;
this.btnOpen.Text = "直接打开";
this.btnOpen.UseVisualStyleBackColor = true;
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// btnDownload
//
this.btnDownload.Location = new System.Drawing.Point(437, 123);
this.btnDownload.Name = "btnDownload";
this.btnDownload.Size = new System.Drawing.Size(64, 28);
this.btnDownload.TabIndex = 5;
this.btnDownload.Text = "下载";
this.btnDownload.UseVisualStyleBackColor = true;
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(526, 123);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(64, 28);
this.btnClose.TabIndex = 6;
this.btnClose.Text = "取消";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// FrmSelectDownload
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(600, 153);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnDownload);
this.Controls.Add(this.btnOpen);
this.Controls.Add(this.groupBox1);
this.Name = "FrmSelectDownload";
this.Text = "新建下载任务";
this.Load += new System.EventHandler(this.FrmSelectDownload_Load);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnPreview;
private System.Windows.Forms.Button btnOpen;
private System.Windows.Forms.Button btnDownload;
private System.Windows.Forms.Button btnClose;
private LabelTextEx labUrl;
private LabelTextEx labAddress;
private LabelTextEx labName;
}
}