root/trunk/BazaZamowien/FormBadVer.Designer.cs @ 991

Wersja 710, 5.8 KB (wprowadzona przez dorota, 18 years temu)

baza zamowien i premii 1.0.0.1

Line 
1namespace BazaZamowien
2{
3    partial class FormBadVer
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(FormBadVer));
32            this.pictureBox1 = new System.Windows.Forms.PictureBox();
33            this.label3 = new System.Windows.Forms.Label();
34            this.labelSrvVer = new System.Windows.Forms.Label();
35            this.labelVer = new System.Windows.Forms.Label();
36            this.label1 = new System.Windows.Forms.Label();
37            this.button1 = new System.Windows.Forms.Button();
38            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
39            this.SuspendLayout();
40            //
41            // pictureBox1
42            //
43            this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
44            this.pictureBox1.Location = new System.Drawing.Point(40, 38);
45            this.pictureBox1.Name = "pictureBox1";
46            this.pictureBox1.Size = new System.Drawing.Size(32, 32);
47            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
48            this.pictureBox1.TabIndex = 6;
49            this.pictureBox1.TabStop = false;
50            //
51            // label3
52            //
53            this.label3.AutoSize = true;
54            this.label3.ForeColor = System.Drawing.Color.Red;
55            this.label3.Location = new System.Drawing.Point(110, 38);
56            this.label3.Name = "label3";
57            this.label3.Size = new System.Drawing.Size(147, 13);
58            this.label3.TabIndex = 9;
59            this.label3.Text = "Nieaktualna wersja programu.";
60            //
61            // labelSrvVer
62            //
63            this.labelSrvVer.AutoSize = true;
64            this.labelSrvVer.Location = new System.Drawing.Point(110, 77);
65            this.labelSrvVer.Name = "labelSrvVer";
66            this.labelSrvVer.Size = new System.Drawing.Size(131, 13);
67            this.labelSrvVer.TabIndex = 8;
68            this.labelSrvVer.Text = "Bie¿¹ca wersja programu: ";
69            //
70            // labelVer
71            //
72            this.labelVer.AutoSize = true;
73            this.labelVer.Location = new System.Drawing.Point(110, 57);
74            this.labelVer.Name = "labelVer";
75            this.labelVer.Size = new System.Drawing.Size(122, 13);
76            this.labelVer.TabIndex = 7;
77            this.labelVer.Text = "Twoja wersja programu: ";
78            //
79            // label1
80            //
81            this.label1.AutoSize = true;
82            this.label1.Location = new System.Drawing.Point(110, 102);
83            this.label1.Name = "label1";
84            this.label1.Size = new System.Drawing.Size(237, 13);
85            this.label1.TabIndex = 12;
86            this.label1.Text = "Program zostanie automatycznie zaktualizowany.";
87            //
88            // button1
89            //
90            this.button1.Cursor = System.Windows.Forms.Cursors.Hand;
91            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
92            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
93            this.button1.Location = new System.Drawing.Point(130, 136);
94            this.button1.Name = "button1";
95            this.button1.Size = new System.Drawing.Size(127, 47);
96            this.button1.TabIndex = 11;
97            this.button1.Text = "Ok";
98            this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
99            this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
100            this.button1.UseVisualStyleBackColor = true;
101            this.button1.Click += new System.EventHandler(this.button1_Click);
102            //
103            // FormBadVer
104            //
105            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
106            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
107            this.ClientSize = new System.Drawing.Size(383, 201);
108            this.Controls.Add(this.label1);
109            this.Controls.Add(this.button1);
110            this.Controls.Add(this.label3);
111            this.Controls.Add(this.labelSrvVer);
112            this.Controls.Add(this.labelVer);
113            this.Controls.Add(this.pictureBox1);
114            this.Name = "FormBadVer";
115            this.Text = "Baza zamówieñ | Baza premii";
116            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
117            this.ResumeLayout(false);
118            this.PerformLayout();
119
120        }
121
122        #endregion
123
124        private System.Windows.Forms.PictureBox pictureBox1;
125        private System.Windows.Forms.Label label3;
126        public System.Windows.Forms.Label labelSrvVer;
127        public System.Windows.Forms.Label labelVer;
128        private System.Windows.Forms.Label label1;
129        private System.Windows.Forms.Button button1;
130    }
131}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.