| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- namespace Core.Mes.Client.Comm.Control
- {
- partial class FormFileDown
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFileDown));
- this.ctrlFileDown1 = new Core.Mes.Client.Comm.Control.ctrlFileDown();
- this.SuspendLayout();
- //
- // ctrlFileDown1
- //
- this.ctrlFileDown1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ctrlFileDown1.FilePath = "";
- this.ctrlFileDown1.List = null;
- this.ctrlFileDown1.Location = new System.Drawing.Point(0, 0);
- this.ctrlFileDown1.Name = "ctrlFileDown1";
- this.ctrlFileDown1.Size = new System.Drawing.Size(912, 497);
- this.ctrlFileDown1.TabIndex = 0;
- //
- // FormFileDown
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(912, 497);
- this.Controls.Add(this.ctrlFileDown1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormFileDown";
- this.Text = "文件浏览";
- this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
- this.Load += new System.EventHandler(this.dlgOrderAskDown_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private ctrlFileDown ctrlFileDown1;
- public ctrlFileDown CtrlFileDown1
- {
- get { return ctrlFileDown1; }
- set { ctrlFileDown1 = value; }
- }
- }
- }
|