namespace FastReport.Forms { partial class ProgressForm { /// /// 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.lblProgress = new System.Windows.Forms.Label(); this.btnCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // lblProgress // this.lblProgress.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblProgress.Location = new System.Drawing.Point(12, 30); this.lblProgress.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblProgress.Name = "lblProgress"; this.lblProgress.Size = new System.Drawing.Size(378, 34); this.lblProgress.TabIndex = 0; this.lblProgress.Text = "label1"; this.lblProgress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btnCancel // this.btnCancel.Location = new System.Drawing.Point(144, 84); this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(112, 34); this.btnCancel.TabIndex = 2; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // ProgressForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Window; this.ClientSize = new System.Drawing.Size(402, 136); this.Controls.Add(this.btnCancel); this.Controls.Add(this.lblProgress); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "ProgressForm"; this.Text = "ProgressForm"; this.TopMost = true; this.Shown += new System.EventHandler(this.ProgressForm_Shown); this.Paint += new System.Windows.Forms.PaintEventHandler(this.ProgressForm_Paint); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblProgress; private System.Windows.Forms.Button btnCancel; } }