| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- namespace Pur.Pop_upWindow
- {
- partial class FrmPopFileShow
- {
- /// <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(FrmPopFileShow));
- 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 = ((System.Collections.Generic.List<Core.Mes.Client.Comm.Server.FileBean>)(resources.GetObject("ctrlFileDown1.List")));
- this.ctrlFileDown1.Location = new System.Drawing.Point(0, 0);
- this.ctrlFileDown1.Name = "ctrlFileDown1";
- this.ctrlFileDown1.Size = new System.Drawing.Size(736, 479);
- this.ctrlFileDown1.TabIndex = 0;
- //
- // FrmPopFileShow
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.ClientSize = new System.Drawing.Size(736, 479);
- this.Controls.Add(this.ctrlFileDown1);
- this.Name = "FrmPopFileShow";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Load += new System.EventHandler(this.FrmPopFileShow_Load);
- this.ResumeLayout(false);
- }
- #endregion
-
- private Core.Mes.Client.Comm.Control.ctrlFileDown ctrlFileDown1;
- }
- }
|