namespace TweetDuck.Updates { partial class FormUpdateDownload { /// <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() { this.components = new System.ComponentModel.Container(); this.btnCancel = new System.Windows.Forms.Button(); this.labelDescription = new System.Windows.Forms.Label(); this.timerDownloadCheck = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.AutoSize = true; this.btnCancel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular); this.btnCancel.Location = new System.Drawing.Point(180, 32); this.btnCancel.Name = "btnCancel"; this.btnCancel.Padding = new System.Windows.Forms.Padding(2, 0, 2, 0); this.btnCancel.Size = new System.Drawing.Size(57, 25); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // labelDescription // this.labelDescription.AutoSize = true; this.labelDescription.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular); this.labelDescription.Location = new System.Drawing.Point(9, 13); this.labelDescription.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); this.labelDescription.Name = "labelDescription"; this.labelDescription.Size = new System.Drawing.Size(0, 15); this.labelDescription.TabIndex = 2; // // timerDownloadCheck // this.timerDownloadCheck.Interval = 500; this.timerDownloadCheck.Tick += new System.EventHandler(this.timerDownloadCheck_Tick); // // FormUpdateDownload // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(249, 69); this.Controls.Add(this.labelDescription); this.Controls.Add(this.btnCancel); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = global::TweetDuck.Properties.Resources.icon; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormUpdateDownload"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Label labelDescription; private System.Windows.Forms.Timer timerDownloadCheck; } }