namespace Core.StlMes.Client.YdmStuffManage { partial class ctrlFileDown { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ctrlFileDown)); this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.panel1 = new System.Windows.Forms.Panel(); this.button5 = new System.Windows.Forms.Button(); this.button3 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel2 = new System.Windows.Forms.Panel(); this.button4 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // openFileDialog1 // this.openFileDialog1.FileName = "openFileDialog1"; this.openFileDialog1.Multiselect = true; // // panel1 // this.panel1.Controls.Add(this.button5); this.panel1.Controls.Add(this.button3); this.panel1.Controls.Add(this.button1); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.button2); this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom; this.panel1.Location = new System.Drawing.Point(0, 321); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(749, 41); this.panel1.TabIndex = 84; this.panel1.SizeChanged += new System.EventHandler(this.panel1_SizeChanged); // // button5 // this.button5.FlatAppearance.BorderSize = 0; this.button5.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.button5.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button5.ForeColor = System.Drawing.Color.Black; this.button5.Location = new System.Drawing.Point(591, 4); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(64, 32); this.button5.TabIndex = 88; this.button5.Text = "下载"; this.button5.UseVisualStyleBackColor = false; this.button5.Click += new System.EventHandler(this.button5_Click); // // button3 // this.button3.FlatAppearance.BorderSize = 0; this.button3.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.button3.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button3.ForeColor = System.Drawing.Color.Red; this.button3.Location = new System.Drawing.Point(668, 4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(64, 32); this.button3.TabIndex = 87; this.button3.Text = "删除"; this.button3.UseVisualStyleBackColor = false; this.button3.Click += new System.EventHandler(this.button3_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.Transparent; this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage"))); this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.FlatAppearance.BorderSize = 0; this.button1.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.ForeColor = System.Drawing.Color.Black; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(378, 6); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(38, 30); this.button1.TabIndex = 85; this.button1.UseVisualStyleBackColor = false; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(17, 9); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(46, 22); this.label1.TabIndex = 0; this.label1.Text = "0/0"; // // button2 // this.button2.BackColor = System.Drawing.Color.Transparent; this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage"))); this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button2.FlatAppearance.BorderSize = 0; this.button2.FlatAppearance.CheckedBackColor = System.Drawing.Color.Transparent; this.button2.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button2.ForeColor = System.Drawing.Color.Black; this.button2.Location = new System.Drawing.Point(287, 6); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(38, 30); this.button2.TabIndex = 86; this.button2.UseVisualStyleBackColor = false; this.button2.Visible = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // pictureBox1 // this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(749, 321); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; this.pictureBox1.SizeChanged += new System.EventHandler(this.pictureBox1_SizeChanged); // // panel2 // this.panel2.AutoScroll = true; this.panel2.Controls.Add(this.button4); this.panel2.Controls.Add(this.label2); this.panel2.Controls.Add(this.pictureBox1); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(0, 0); this.panel2.Margin = new System.Windows.Forms.Padding(2); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(749, 321); this.panel2.TabIndex = 85; // // button4 // this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(183)))), ((int)(((byte)(208)))), ((int)(((byte)(250))))); this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button4.Location = new System.Drawing.Point(318, 164); this.button4.Margin = new System.Windows.Forms.Padding(2); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(120, 35); this.button4.TabIndex = 2; this.button4.Text = "调用本地程序打开"; this.button4.UseVisualStyleBackColor = false; this.button4.Visible = false; this.button4.Click += new System.EventHandler(this.button4_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(284, 136); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(190, 16); this.label2.TabIndex = 1; this.label2.Text = "无法浏览文件:xxx.doc"; this.label2.Visible = false; // // ctrlFileDown // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "ctrlFileDown"; this.Size = new System.Drawing.Size(749, 362); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.OpenFileDialog openFileDialog1; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox1; public System.Windows.Forms.PictureBox PictureBox1 { get { return pictureBox1; } set { pictureBox1 = value; } } private System.Windows.Forms.Button button1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button3; public System.Windows.Forms.Button Button3 { get { return button3; } set { button3 = value; } } private System.Windows.Forms.Label label1; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button5; } }