namespace MSNPSharpClient { partial class FileTransferForm { /// /// 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 Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblFile = new System.Windows.Forms.Label(); this.txtFilePath = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.button1 = new System.Windows.Forms.Button(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.label1 = new System.Windows.Forms.Label(); this.lblSize = new System.Windows.Forms.Label(); this.SuspendLayout(); // // lblFile // this.lblFile.AutoSize = true; this.lblFile.Location = new System.Drawing.Point(18, 8); this.lblFile.Name = "lblFile"; this.lblFile.Size = new System.Drawing.Size(29, 12); this.lblFile.TabIndex = 0; this.lblFile.Text = "File"; // // txtFilePath // this.txtFilePath.Location = new System.Drawing.Point(64, 6); this.txtFilePath.Name = "txtFilePath"; this.txtFilePath.Size = new System.Drawing.Size(270, 21); this.txtFilePath.TabIndex = 3; this.txtFilePath.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // btnOK // this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Location = new System.Drawing.Point(64, 94); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(164, 37); this.btnOK.TabIndex = 6; this.btnOK.Tag = "OK"; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(237, 94); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(97, 37); this.btnCancel.TabIndex = 7; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // progressBar // this.progressBar.Location = new System.Drawing.Point(64, 56); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(270, 21); this.progressBar.Step = 1; this.progressBar.TabIndex = 8; this.progressBar.Visible = false; // // button1 // this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.button1.Location = new System.Drawing.Point(254, 30); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(80, 21); this.button1.TabIndex = 9; this.button1.Text = "Browse..."; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // saveFileDialog // this.saveFileDialog.Filter = "*.*|*.*"; this.saveFileDialog.RestoreDirectory = true; this.saveFileDialog.Title = "Save as..."; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 34); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 12); this.label1.TabIndex = 10; this.label1.Text = "Size"; // // lblSize // this.lblSize.AutoSize = true; this.lblSize.Location = new System.Drawing.Point(61, 34); this.lblSize.Name = "lblSize"; this.lblSize.Size = new System.Drawing.Size(35, 12); this.lblSize.TabIndex = 11; this.lblSize.Text = "bytes"; // // FileTransferForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(345, 142); this.ControlBox = false; this.Controls.Add(this.lblSize); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.progressBar); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.txtFilePath); this.Controls.Add(this.lblFile); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FileTransferForm"; this.Text = "File Transfer"; this.Load += new System.EventHandler(this.FileTransferForm_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FileTransferForm_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblFile; private System.Windows.Forms.TextBox txtFilePath; private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Button button1; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblSize; } }