root/Baza Reklam 2 - Faktury/KursyWalutPoznan.Designer.cs @ 65

Wersja 65, 2.7 KB (wprowadzona przez dorota, 17 years temu)
Line 
1namespace Baza_Reklam
2{
3    partial class KursyWalutPoznan
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            this.textBox1 = new System.Windows.Forms.TextBox();
32            this.button1 = new System.Windows.Forms.Button();
33            this.SuspendLayout();
34            //
35            // textBox1
36            //
37            this.textBox1.Location = new System.Drawing.Point(27, 24);
38            this.textBox1.Name = "textBox1";
39            this.textBox1.Size = new System.Drawing.Size(100, 20);
40            this.textBox1.TabIndex = 0;
41            //
42            // button1
43            //
44            this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
45            this.button1.Location = new System.Drawing.Point(146, 22);
46            this.button1.Name = "button1";
47            this.button1.Size = new System.Drawing.Size(75, 23);
48            this.button1.TabIndex = 1;
49            this.button1.Text = "OK";
50            this.button1.UseVisualStyleBackColor = true;
51            this.button1.Click += new System.EventHandler(this.button1_Click);
52            //
53            // KursyWalutPoznan
54            //
55            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
56            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
57            this.ClientSize = new System.Drawing.Size(243, 68);
58            this.Controls.Add(this.button1);
59            this.Controls.Add(this.textBox1);
60            this.Name = "KursyWalutPoznan";
61            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
62            this.Text = "Podaj kurs œredni";
63            this.ResumeLayout(false);
64            this.PerformLayout();
65
66        }
67
68        #endregion
69
70        private System.Windows.Forms.TextBox textBox1;
71        private System.Windows.Forms.Button button1;
72    }
73}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.