| 1 | namespace Updater
|
|---|
| 2 | {
|
|---|
| 3 | partial class UpdateForm
|
|---|
| 4 | {
|
|---|
| 5 |
|
|---|
| 6 | #region Fields (5)
|
|---|
| 7 |
|
|---|
| 8 | private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|---|
| 9 | private System.Windows.Forms.Button buttonCancel;
|
|---|
| 10 | /// <summary>
|
|---|
| 11 | /// Required designer variable.
|
|---|
| 12 | /// </summary>
|
|---|
| 13 | private System.ComponentModel.IContainer components = null;
|
|---|
| 14 | private System.Windows.Forms.Label label1;
|
|---|
| 15 | private System.Windows.Forms.ProgressBar progressBar1;
|
|---|
| 16 |
|
|---|
| 17 | #endregion Fields
|
|---|
| 18 |
|
|---|
| 19 | #region Methods (1)
|
|---|
| 20 |
|
|---|
| 21 |
|
|---|
| 22 | // Protected Methods (1)
|
|---|
| 23 |
|
|---|
| 24 | /// <summary>
|
|---|
| 25 | /// Clean up any resources being used.
|
|---|
| 26 | /// </summary>
|
|---|
| 27 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|---|
| 28 | protected override void Dispose(bool disposing)
|
|---|
| 29 | {
|
|---|
| 30 | if (disposing && (components != null))
|
|---|
| 31 | {
|
|---|
| 32 | components.Dispose();
|
|---|
| 33 | }
|
|---|
| 34 | base.Dispose(disposing);
|
|---|
| 35 | }
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 | #endregion Methods
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | #region Windows Form Designer generated code
|
|---|
| 42 |
|
|---|
| 43 | /// <summary>
|
|---|
| 44 | /// Required method for Designer support - do not modify
|
|---|
| 45 | /// the contents of this method with the code editor.
|
|---|
| 46 | /// </summary>
|
|---|
| 47 | private void InitializeComponent()
|
|---|
| 48 | {
|
|---|
| 49 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateForm));
|
|---|
| 50 | this.buttonCancel = new System.Windows.Forms.Button();
|
|---|
| 51 | this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|---|
| 52 | this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|---|
| 53 | this.label1 = new System.Windows.Forms.Label();
|
|---|
| 54 | this.SuspendLayout();
|
|---|
| 55 | //
|
|---|
| 56 | // buttonCancel
|
|---|
| 57 | //
|
|---|
| 58 | this.buttonCancel.Cursor = System.Windows.Forms.Cursors.Hand;
|
|---|
| 59 | this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|---|
| 60 | this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|---|
| 61 | this.buttonCancel.Image = ((System.Drawing.Image)(resources.GetObject("buttonCancel.Image")));
|
|---|
| 62 | this.buttonCancel.Location = new System.Drawing.Point(200, 93);
|
|---|
| 63 | this.buttonCancel.Name = "buttonCancel";
|
|---|
| 64 | this.buttonCancel.Size = new System.Drawing.Size(121, 40);
|
|---|
| 65 | this.buttonCancel.TabIndex = 11;
|
|---|
| 66 | this.buttonCancel.Text = "Anuluj";
|
|---|
| 67 | this.buttonCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|---|
| 68 | this.buttonCancel.UseVisualStyleBackColor = true;
|
|---|
| 69 | this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|---|
| 70 | //
|
|---|
| 71 | // progressBar1
|
|---|
| 72 | //
|
|---|
| 73 | this.progressBar1.Location = new System.Drawing.Point(25, 31);
|
|---|
| 74 | this.progressBar1.Name = "progressBar1";
|
|---|
| 75 | this.progressBar1.Size = new System.Drawing.Size(470, 23);
|
|---|
| 76 | this.progressBar1.TabIndex = 10;
|
|---|
| 77 | //
|
|---|
| 78 | // backgroundWorker1
|
|---|
| 79 | //
|
|---|
| 80 | this.backgroundWorker1.WorkerReportsProgress = true;
|
|---|
| 81 | this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
|---|
| 82 | this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
|
|---|
| 83 | this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
|
|---|
| 84 | //
|
|---|
| 85 | // label1
|
|---|
| 86 | //
|
|---|
| 87 | this.label1.AutoSize = true;
|
|---|
| 88 | this.label1.Location = new System.Drawing.Point(22, 68);
|
|---|
| 89 | this.label1.Name = "label1";
|
|---|
| 90 | this.label1.Size = new System.Drawing.Size(35, 13);
|
|---|
| 91 | this.label1.TabIndex = 12;
|
|---|
| 92 | this.label1.Text = "label1";
|
|---|
| 93 | //
|
|---|
| 94 | // UpdateForm
|
|---|
| 95 | //
|
|---|
| 96 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 97 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 98 | this.ClientSize = new System.Drawing.Size(524, 155);
|
|---|
| 99 | this.Controls.Add(this.label1);
|
|---|
| 100 | this.Controls.Add(this.buttonCancel);
|
|---|
| 101 | this.Controls.Add(this.progressBar1);
|
|---|
| 102 | this.Name = "UpdateForm";
|
|---|
| 103 | this.Text = "Aktualizcja - Baza zamówieñ | Baza premii";
|
|---|
| 104 | this.Shown += new System.EventHandler(this.UpdateForm_Shown);
|
|---|
| 105 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.UpdateForm_FormClosing);
|
|---|
| 106 | this.ResumeLayout(false);
|
|---|
| 107 | this.PerformLayout();
|
|---|
| 108 |
|
|---|
| 109 | }
|
|---|
| 110 |
|
|---|
| 111 | #endregion
|
|---|
| 112 | }
|
|---|
| 113 | } |
|---|