root/trunk/Updater/FormUpdate.Designer.cs @ 597

Wersja 597, 4.3 KB (wprowadzona przez marek, 17 years temu)

re #165

RevLine 
[597]1namespace Updater
2{
3    partial class FormUpdate
4    {
5        /// <summary>
6        /// Required designer variable.
7        /// </summary>
8        private System.ComponentModel.IContainer components = null;
9
10        /// <summary>
11        /// Clean up any resources being used.
12        /// </summary>
13        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14        protected override void Dispose(bool disposing)
15        {
16            if (disposing && (components != null))
17            {
18                components.Dispose();
19            }
20            base.Dispose(disposing);
21        }
22
23        #region Windows Form Designer generated code
24
25        /// <summary>
26        /// Required method for Designer support - do not modify
27        /// the contents of this method with the code editor.
28        /// </summary>
29        private void InitializeComponent()
30        {
31            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUpdate));
32            this.progressBar1 = new System.Windows.Forms.ProgressBar();
33            this.buttonCancel = new System.Windows.Forms.Button();
34            this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
35            this.SuspendLayout();
36            //
37            // progressBar1
38            //
39            this.progressBar1.Location = new System.Drawing.Point(12, 33);
40            this.progressBar1.Name = "progressBar1";
41            this.progressBar1.Size = new System.Drawing.Size(470, 23);
42            this.progressBar1.TabIndex = 1;
43            //
44            // buttonCancel
45            //
46            this.buttonCancel.Cursor = System.Windows.Forms.Cursors.Hand;
47            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
48            this.buttonCancel.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
49            this.buttonCancel.Image = ((System.Drawing.Image)(resources.GetObject("buttonCancel.Image")));
50            this.buttonCancel.Location = new System.Drawing.Point(187, 76);
51            this.buttonCancel.Name = "buttonCancel";
52            this.buttonCancel.Size = new System.Drawing.Size(121, 40);
53            this.buttonCancel.TabIndex = 9;
54            this.buttonCancel.Text = "Anuluj";
55            this.buttonCancel.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
56            this.buttonCancel.UseVisualStyleBackColor = true;
57            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
58            //
59            // backgroundWorker1
60            //
61            this.backgroundWorker1.WorkerReportsProgress = true;
62            this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
63            this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
64            this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
65            //
66            // FormUpdate
67            //
68            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
69            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
70            this.ClientSize = new System.Drawing.Size(494, 138);
71            this.Controls.Add(this.buttonCancel);
72            this.Controls.Add(this.progressBar1);
73            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
74            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
75            this.MaximizeBox = false;
76            this.Name = "FormUpdate";
77            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
78            this.Text = "Aktualizacja oprogramowania";
79            this.Shown += new System.EventHandler(this.Form1_Shown);
80            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
81            this.ResumeLayout(false);
82
83        }
84
85        #endregion
86
87        private System.Windows.Forms.ProgressBar progressBar1;
88        private System.Windows.Forms.Button buttonCancel;
89        private System.ComponentModel.BackgroundWorker backgroundWorker1;
90    }
91}
92
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.