| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
-
- namespace ftpUploadDLL.Weblogic
- {
- partial class ProgressBar
- {
- /// <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.textBox1 = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.cancelbutton = new System.Windows.Forms.Button();
- this.myProgressBar1 = new 进度条显示百分比.MyProgressBar();
- this.SuspendLayout();
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(30, 69);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.textBox1.Size = new System.Drawing.Size(637, 324);
- this.textBox1.TabIndex = 1;
- this.textBox1.WordWrap = false;
- this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
- //
- // button1
- //
- this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.button1.Location = new System.Drawing.Point(374, 415);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(121, 34);
- this.button1.TabIndex = 2;
- this.button1.Text = "确定";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // cancelbutton
- //
- this.cancelbutton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.cancelbutton.Location = new System.Drawing.Point(178, 415);
- this.cancelbutton.Name = "cancelbutton";
- this.cancelbutton.Size = new System.Drawing.Size(121, 34);
- this.cancelbutton.TabIndex = 3;
- this.cancelbutton.Text = "取消";
- this.cancelbutton.UseVisualStyleBackColor = true;
- this.cancelbutton.Click += new System.EventHandler(this.cancelbutton_Click);
- //
- // myProgressBar1
- //
- this.myProgressBar1.Location = new System.Drawing.Point(30, 26);
- this.myProgressBar1.Name = "myProgressBar1";
- this.myProgressBar1.Size = new System.Drawing.Size(637, 23);
- this.myProgressBar1.TabIndex = 0;
- this.myProgressBar1.Click += new System.EventHandler(this.myProgressBar1_Click);
- //
- // ProgressBar
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(693, 470);
- this.ControlBox = false;
- this.Controls.Add(this.cancelbutton);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.textBox1);
- this.Controls.Add(this.myProgressBar1);
- this.Name = "ProgressBar";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "文件上传中";
- this.TopMost = true;
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private 进度条显示百分比.MyProgressBar myProgressBar1;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button cancelbutton;
- }
- }
|