root/trunk/BazaZamowien/Zamowienia/DzialAddForm.Designer.cs @ 946

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

baza zamowien i premii 1.0.0.1

Line 
1namespace BazaZamowien
2{
3    partial class DzialAddForm
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.components = new System.ComponentModel.Container();
32            System.Windows.Forms.Label rozLabel;
33            System.Windows.Forms.Label opisLabel;
34            System.Windows.Forms.Label label1;
35            this.zapiszButton = new System.Windows.Forms.Button();
36            this.anulujButton = new System.Windows.Forms.Button();
37            this.textBox1 = new System.Windows.Forms.TextBox();
38            this.dzialyBindingSource = new System.Windows.Forms.BindingSource(this.components);
39            this.zamowieniaDataSet = new BazaZamowien.zamowieniaDataSet();
40            this.dzialyTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter();
41            this.rozTextBox = new System.Windows.Forms.TextBox();
42            this.opisTextBox = new System.Windows.Forms.TextBox();
43            rozLabel = new System.Windows.Forms.Label();
44            opisLabel = new System.Windows.Forms.Label();
45            label1 = new System.Windows.Forms.Label();
46            ((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).BeginInit();
47            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).BeginInit();
48            this.SuspendLayout();
49            //
50            // rozLabel
51            //
52            rozLabel.AutoSize = true;
53            rozLabel.Location = new System.Drawing.Point(177, 26);
54            rozLabel.Name = "rozLabel";
55            rozLabel.Size = new System.Drawing.Size(44, 13);
56            rozLabel.TabIndex = 5;
57            rozLabel.Text = "Symbol:";
58            //
59            // opisLabel
60            //
61            opisLabel.AutoSize = true;
62            opisLabel.Location = new System.Drawing.Point(21, 74);
63            opisLabel.Name = "opisLabel";
64            opisLabel.Size = new System.Drawing.Size(31, 13);
65            opisLabel.TabIndex = 6;
66            opisLabel.Text = "Opis:";
67            //
68            // label1
69            //
70            label1.AutoSize = true;
71            label1.Location = new System.Drawing.Point(21, 26);
72            label1.Name = "label1";
73            label1.Size = new System.Drawing.Size(43, 13);
74            label1.TabIndex = 8;
75            label1.Text = "Nazwa:";
76            //
77            // zapiszButton
78            //
79            this.zapiszButton.Location = new System.Drawing.Point(148, 151);
80            this.zapiszButton.Name = "zapiszButton";
81            this.zapiszButton.Size = new System.Drawing.Size(75, 23);
82            this.zapiszButton.TabIndex = 4;
83            this.zapiszButton.Text = "Zapisz";
84            this.zapiszButton.UseVisualStyleBackColor = true;
85            this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click);
86            //
87            // anulujButton
88            //
89            this.anulujButton.Location = new System.Drawing.Point(51, 151);
90            this.anulujButton.Name = "anulujButton";
91            this.anulujButton.Size = new System.Drawing.Size(75, 23);
92            this.anulujButton.TabIndex = 3;
93            this.anulujButton.Text = "Anuluj";
94            this.anulujButton.UseVisualStyleBackColor = true;
95            this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click);
96            //
97            // textBox1
98            //
99            this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dzialyBindingSource, "Symbol", true));
100            this.textBox1.Location = new System.Drawing.Point(21, 42);
101            this.textBox1.Name = "textBox1";
102            this.textBox1.Size = new System.Drawing.Size(135, 20);
103            this.textBox1.TabIndex = 5;
104            //
105            // dzialyBindingSource
106            //
107            this.dzialyBindingSource.DataMember = "Dzialy";
108            this.dzialyBindingSource.DataSource = this.zamowieniaDataSet;
109            //
110            // zamowieniaDataSet
111            //
112            this.zamowieniaDataSet.DataSetName = "zamowieniaDataSet";
113            this.zamowieniaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
114            //
115            // dzialyTableAdapter
116            //
117            this.dzialyTableAdapter.ClearBeforeFill = true;
118            //
119            // rozTextBox
120            //
121            this.rozTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dzialyBindingSource, "Roz", true));
122            this.rozTextBox.Location = new System.Drawing.Point(177, 42);
123            this.rozTextBox.Name = "rozTextBox";
124            this.rozTextBox.Size = new System.Drawing.Size(78, 20);
125            this.rozTextBox.TabIndex = 6;
126            //
127            // opisTextBox
128            //
129            this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dzialyBindingSource, "Opis", true));
130            this.opisTextBox.Location = new System.Drawing.Point(21, 90);
131            this.opisTextBox.Multiline = true;
132            this.opisTextBox.Name = "opisTextBox";
133            this.opisTextBox.Size = new System.Drawing.Size(234, 44);
134            this.opisTextBox.TabIndex = 7;
135            //
136            // DzialAddForm
137            //
138            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
139            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
140            this.ClientSize = new System.Drawing.Size(276, 187);
141            this.Controls.Add(label1);
142            this.Controls.Add(opisLabel);
143            this.Controls.Add(this.opisTextBox);
144            this.Controls.Add(rozLabel);
145            this.Controls.Add(this.rozTextBox);
146            this.Controls.Add(this.textBox1);
147            this.Controls.Add(this.zapiszButton);
148            this.Controls.Add(this.anulujButton);
149            this.Name = "DzialAddForm";
150            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
151            this.Text = "Dzia³";
152            ((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).EndInit();
153            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).EndInit();
154            this.ResumeLayout(false);
155            this.PerformLayout();
156
157        }
158
159        #endregion
160
161        private System.Windows.Forms.Button zapiszButton;
162        private System.Windows.Forms.Button anulujButton;
163        private System.Windows.Forms.TextBox textBox1;
164        private zamowieniaDataSet zamowieniaDataSet;
165        private System.Windows.Forms.BindingSource dzialyBindingSource;
166        private BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter dzialyTableAdapter;
167        private System.Windows.Forms.TextBox rozTextBox;
168        private System.Windows.Forms.TextBox opisTextBox;
169    }
170}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.