namespace FileTransfer { partial class FileTransferAddin { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FileTransferAddin)); this.lvMain = new System.Windows.Forms.ListView(); this.chTime = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chFile = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.mnuLVContext = new System.Windows.Forms.ContextMenu(); this.mnuLVCOpen = new System.Windows.Forms.MenuItem(); this.mnuLVCSaveAs = new System.Windows.Forms.MenuItem(); this.ilMain = new System.Windows.Forms.ImageList(this.components); this.mnuHolder = new System.Windows.Forms.ContextMenu(); this.mnuHSend = new System.Windows.Forms.MenuItem(); this.pbMain = new System.Windows.Forms.ProgressBar(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.btSend = new System.Windows.Forms.Button(); this.mnuHAuto = new System.Windows.Forms.MenuItem(); this.SuspendLayout(); // // lvMain // this.lvMain.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chTime, this.chFile}); this.lvMain.ContextMenu = this.mnuLVContext; resources.ApplyResources(this.lvMain, "lvMain"); this.lvMain.FullRowSelect = true; this.lvMain.Name = "lvMain"; this.lvMain.SmallImageList = this.ilMain; this.lvMain.UseCompatibleStateImageBehavior = false; this.lvMain.View = System.Windows.Forms.View.Details; this.lvMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.lvMain_MouseDoubleClick); // // chTime // resources.ApplyResources(this.chTime, "chTime"); // // chFile // resources.ApplyResources(this.chFile, "chFile"); // // mnuLVContext // this.mnuLVContext.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuLVCOpen, this.mnuLVCSaveAs}); // // mnuLVCOpen // this.mnuLVCOpen.Index = 0; resources.ApplyResources(this.mnuLVCOpen, "mnuLVCOpen"); this.mnuLVCOpen.Click += new System.EventHandler(this.mnuLVCOpen_Click); // // mnuLVCSaveAs // this.mnuLVCSaveAs.Index = 1; resources.ApplyResources(this.mnuLVCSaveAs, "mnuLVCSaveAs"); this.mnuLVCSaveAs.Click += new System.EventHandler(this.mnuLVCSaveAs_Click); // // ilMain // this.ilMain.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; resources.ApplyResources(this.ilMain, "ilMain"); this.ilMain.TransparentColor = System.Drawing.Color.Transparent; // // mnuHolder // this.mnuHolder.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuHAuto, this.mnuHSend}); // // mnuHSend // this.mnuHSend.Index = 1; resources.ApplyResources(this.mnuHSend, "mnuHSend"); this.mnuHSend.Click += new System.EventHandler(this.mnuHSend_Click); // // pbMain // resources.ApplyResources(this.pbMain, "pbMain"); this.pbMain.Maximum = 10000; this.pbMain.Name = "pbMain"; // // openFileDialog // resources.ApplyResources(this.openFileDialog, "openFileDialog"); // // saveFileDialog // resources.ApplyResources(this.saveFileDialog, "saveFileDialog"); // // btSend // resources.ApplyResources(this.btSend, "btSend"); this.btSend.Name = "btSend"; this.btSend.UseVisualStyleBackColor = true; this.btSend.Click += new System.EventHandler(this.mnuHSend_Click); // // mnuHAuto // this.mnuHAuto.Index = 0; resources.ApplyResources(this.mnuHAuto, "mnuHAuto"); this.mnuHAuto.Click += new System.EventHandler(this.mnuHAuto_Click); // // FileTransferAddin // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.lvMain); this.Controls.Add(this.btSend); this.Controls.Add(this.pbMain); this.Name = "FileTransferAddin"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView lvMain; private System.Windows.Forms.ColumnHeader chTime; private System.Windows.Forms.ColumnHeader chFile; public System.Windows.Forms.ProgressBar pbMain; private System.Windows.Forms.ContextMenu mnuLVContext; private System.Windows.Forms.ContextMenu mnuHolder; private System.Windows.Forms.MenuItem mnuLVCOpen; private System.Windows.Forms.MenuItem mnuLVCSaveAs; internal System.Windows.Forms.ImageList ilMain; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.MenuItem mnuHSend; private System.Windows.Forms.Button btSend; private System.Windows.Forms.MenuItem mnuHAuto; } }