| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- namespace Lecall
- {
- partial class FrmDownLoad
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.txtPath = new System.Windows.Forms.TextBox();
- this.btnScan = new System.Windows.Forms.Button();
- this.btnDownLoad = new System.Windows.Forms.Button();
- this.btnCancel = new System.Windows.Forms.Button();
- this.prog = new System.Windows.Forms.ProgressBar();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(11, 26);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(83, 17);
- this.label1.TabIndex = 0;
- this.label1.Text = "文件保存路径:";
- //
- // txtPath
- //
- this.txtPath.Location = new System.Drawing.Point(100, 24);
- this.txtPath.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.txtPath.Name = "txtPath";
- this.txtPath.Size = new System.Drawing.Size(352, 23);
- this.txtPath.TabIndex = 1;
- //
- // btnScan
- //
- this.btnScan.Location = new System.Drawing.Point(463, 22);
- this.btnScan.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btnScan.Name = "btnScan";
- this.btnScan.Size = new System.Drawing.Size(51, 27);
- this.btnScan.TabIndex = 2;
- this.btnScan.Text = "浏览...";
- this.btnScan.UseVisualStyleBackColor = true;
- this.btnScan.Click += new System.EventHandler(this.btnScan_Click);
- //
- // btnDownLoad
- //
- this.btnDownLoad.Location = new System.Drawing.Point(181, 66);
- this.btnDownLoad.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btnDownLoad.Name = "btnDownLoad";
- this.btnDownLoad.Size = new System.Drawing.Size(66, 28);
- this.btnDownLoad.TabIndex = 3;
- this.btnDownLoad.Text = "下载";
- this.btnDownLoad.UseVisualStyleBackColor = true;
- this.btnDownLoad.Click += new System.EventHandler(this.btnDownLoad_Click);
- //
- // btnCancel
- //
- this.btnCancel.Location = new System.Drawing.Point(281, 66);
- this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(66, 28);
- this.btnCancel.TabIndex = 4;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // prog
- //
- this.prog.Location = new System.Drawing.Point(0, 111);
- this.prog.Name = "prog";
- this.prog.Size = new System.Drawing.Size(530, 15);
- this.prog.TabIndex = 5;
- //
- // FrmDownLoad
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(530, 126);
- this.Controls.Add(this.prog);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnDownLoad);
- this.Controls.Add(this.btnScan);
- this.Controls.Add(this.txtPath);
- this.Controls.Add(this.label1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FrmDownLoad";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "下载页面";
- this.TopMost = true;
- this.Load += new System.EventHandler(this.FrmDownLoad_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox txtPath;
- private System.Windows.Forms.Button btnScan;
- private System.Windows.Forms.Button btnDownLoad;
- private System.Windows.Forms.Button btnCancel;
- private System.Windows.Forms.ProgressBar prog;
- }
- }
|