namespace Updater { partial class UpdateForm { #region Fields (5)  private System.ComponentModel.BackgroundWorker backgroundWorker1; private System.Windows.Forms.Button buttonCancel; /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; private System.Windows.Forms.Label label1; private System.Windows.Forms.ProgressBar progressBar1; #endregion Fields  #region Methods (1)  // Protected Methods (1)  /// /// 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); } #endregion Methods  #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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateForm)); this.buttonCancel = new System.Windows.Forms.Button(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonCancel // this.buttonCancel.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonCancel.Image = ((System.Drawing.Image)(resources.GetObject("buttonCancel.Image"))); this.buttonCancel.Location = new System.Drawing.Point(200, 93); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(121, 40); this.buttonCancel.TabIndex = 11; this.buttonCancel.Text = "Anuluj"; this.buttonCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // progressBar1 // this.progressBar1.Location = new System.Drawing.Point(25, 31); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(470, 23); this.progressBar1.TabIndex = 10; // // backgroundWorker1 // this.backgroundWorker1.WorkerReportsProgress = true; this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork); this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted); this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 68); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 12; this.label1.Text = "label1"; // // UpdateForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(524, 155); this.Controls.Add(this.label1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.progressBar1); this.Name = "UpdateForm"; this.Text = "Aktualizcja - Baza zamówień | Baza premii"; this.Shown += new System.EventHandler(this.UpdateForm_Shown); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpdateForm_FormClosing); this.ResumeLayout(false); this.PerformLayout(); } #endregion } }