ab56a9bcf7
SVN-Revision: r240
171 lines
7.1 KiB
C#
171 lines
7.1 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class FrmSelectDownload
|
|
{
|
|
/// <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()
|
|
{
|
|
this.btnOpen = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnDownload = new DevExpress.XtraEditors.SimpleButton();
|
|
this.btnClose = new DevExpress.XtraEditors.SimpleButton();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.btnPreview = new DevExpress.XtraEditors.SimpleButton();
|
|
this.labAddress = new Lskj.Control.LabelTextEdit();
|
|
this.labUrl = new Lskj.Control.LabelTextEdit();
|
|
this.labName = new Lskj.Control.LabelTextEdit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnOpen
|
|
//
|
|
this.btnOpen.Location = new System.Drawing.Point(344, 113);
|
|
this.btnOpen.Name = "btnOpen";
|
|
this.btnOpen.Size = new System.Drawing.Size(64, 28);
|
|
this.btnOpen.TabIndex = 1;
|
|
this.btnOpen.Text = "直接打开";
|
|
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
|
|
//
|
|
// btnDownload
|
|
//
|
|
this.btnDownload.Appearance.Options.UseForeColor = true;
|
|
this.btnDownload.Location = new System.Drawing.Point(427, 113);
|
|
this.btnDownload.Name = "btnDownload";
|
|
this.btnDownload.Size = new System.Drawing.Size(64, 28);
|
|
this.btnDownload.TabIndex = 1;
|
|
this.btnDownload.Text = "下载";
|
|
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
|
|
//
|
|
// btnClose
|
|
//
|
|
this.btnClose.Location = new System.Drawing.Point(510, 113);
|
|
this.btnClose.Name = "btnClose";
|
|
this.btnClose.Size = new System.Drawing.Size(64, 28);
|
|
this.btnClose.TabIndex = 1;
|
|
this.btnClose.Text = "取消";
|
|
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btnPreview);
|
|
this.groupBox1.Controls.Add(this.labAddress);
|
|
this.groupBox1.Controls.Add(this.labUrl);
|
|
this.groupBox1.Controls.Add(this.labName);
|
|
this.groupBox1.Location = new System.Drawing.Point(10, 1);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(566, 106);
|
|
this.groupBox1.TabIndex = 3;
|
|
this.groupBox1.TabStop = false;
|
|
//
|
|
// btnPreview
|
|
//
|
|
this.btnPreview.Appearance.Options.UseForeColor = true;
|
|
this.btnPreview.Location = new System.Drawing.Point(490, 67);
|
|
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(17, 73);
|
|
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;
|
|
//
|
|
// labUrl
|
|
//
|
|
this.labUrl.BackColor = System.Drawing.Color.Transparent;
|
|
this.labUrl.EditText = "";
|
|
this.labUrl.FontSize = 0F;
|
|
this.labUrl.LabelText = "网址:";
|
|
this.labUrl.Location = new System.Drawing.Point(30, 9);
|
|
this.labUrl.Model = null;
|
|
this.labUrl.Name = "labUrl";
|
|
this.labUrl.NullText = "";
|
|
this.labUrl.ReadOnly = false;
|
|
this.labUrl.Required = false;
|
|
this.labUrl.Size = new System.Drawing.Size(516, 18);
|
|
this.labUrl.TabIndex = 3;
|
|
//
|
|
// labName
|
|
//
|
|
this.labName.BackColor = System.Drawing.Color.Transparent;
|
|
this.labName.EditText = "";
|
|
this.labName.FontSize = 0F;
|
|
this.labName.LabelText = "名称:";
|
|
this.labName.Location = new System.Drawing.Point(30, 40);
|
|
this.labName.Model = null;
|
|
this.labName.Name = "labName";
|
|
this.labName.NullText = "";
|
|
this.labName.ReadOnly = false;
|
|
this.labName.Required = false;
|
|
this.labName.Size = new System.Drawing.Size(516, 18);
|
|
this.labName.TabIndex = 4;
|
|
//
|
|
// FrmSelectDownload
|
|
//
|
|
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(600, 153);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.btnClose);
|
|
this.Controls.Add(this.btnDownload);
|
|
this.Controls.Add(this.btnOpen);
|
|
this.MaximizeBox = false;
|
|
this.Name = "FrmSelectDownload";
|
|
this.Opacity = 0D;
|
|
this.Text = "新建下载任务";
|
|
this.Load += new System.EventHandler(this.FrmSelectDownload_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SimpleButton btnOpen;
|
|
private DevExpress.XtraEditors.SimpleButton btnDownload;
|
|
private DevExpress.XtraEditors.SimpleButton btnClose;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private DevExpress.XtraEditors.SimpleButton btnPreview;
|
|
private LabelTextEdit labAddress;
|
|
private LabelTextEdit labUrl;
|
|
private LabelTextEdit labName;
|
|
|
|
}
|
|
} |