root/trunk/BazaZamowien/Zamowienia/RealizacjaForm.Designer.cs @ 991

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

baza zamowien i premii 1.0.0.1

Line 
1namespace BazaZamowien
2{
3    partial class RealizacjaForm
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 dataLabel;
33            System.Windows.Forms.Label opisLabel;
34            System.Windows.Forms.Label okresLabel;
35            System.Windows.Forms.Label wartoscLabel;
36            this.dataDateTimePicker = new System.Windows.Forms.DateTimePicker();
37            this.realizacjeBindingSource = new System.Windows.Forms.BindingSource(this.components);
38            this.zamowieniaDataSet = new BazaZamowien.zamowieniaDataSet();
39            this.opisTextBox = new System.Windows.Forms.TextBox();
40            this.okresTextBox = new System.Windows.Forms.TextBox();
41            this.wartoscTextBox = new System.Windows.Forms.TextBox();
42            this.button1 = new System.Windows.Forms.Button();
43            this.button2 = new System.Windows.Forms.Button();
44            this.realizacjeTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.RealizacjeTableAdapter();
45            this.iDETextBox = new System.Windows.Forms.TextBox();
46            this.iDEZamowienieTextBox = new System.Windows.Forms.TextBox();
47            dataLabel = new System.Windows.Forms.Label();
48            opisLabel = new System.Windows.Forms.Label();
49            okresLabel = new System.Windows.Forms.Label();
50            wartoscLabel = new System.Windows.Forms.Label();
51            ((System.ComponentModel.ISupportInitialize)(this.realizacjeBindingSource)).BeginInit();
52            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).BeginInit();
53            this.SuspendLayout();
54            //
55            // dataLabel
56            //
57            dataLabel.AutoSize = true;
58            dataLabel.Location = new System.Drawing.Point(14, 14);
59            dataLabel.Name = "dataLabel";
60            dataLabel.Size = new System.Drawing.Size(33, 13);
61            dataLabel.TabIndex = 1;
62            dataLabel.Text = "Data:";
63            //
64            // opisLabel
65            //
66            opisLabel.AutoSize = true;
67            opisLabel.Location = new System.Drawing.Point(14, 47);
68            opisLabel.Name = "opisLabel";
69            opisLabel.Size = new System.Drawing.Size(31, 13);
70            opisLabel.TabIndex = 2;
71            opisLabel.Text = "Opis:";
72            //
73            // okresLabel
74            //
75            okresLabel.AutoSize = true;
76            okresLabel.Location = new System.Drawing.Point(9, 114);
77            okresLabel.Name = "okresLabel";
78            okresLabel.Size = new System.Drawing.Size(38, 13);
79            okresLabel.TabIndex = 4;
80            okresLabel.Text = "Okres:";
81            //
82            // wartoscLabel
83            //
84            wartoscLabel.AutoSize = true;
85            wartoscLabel.Location = new System.Drawing.Point(182, 14);
86            wartoscLabel.Name = "wartoscLabel";
87            wartoscLabel.Size = new System.Drawing.Size(50, 13);
88            wartoscLabel.TabIndex = 6;
89            wartoscLabel.Text = "Wartoœæ:";
90            //
91            // dataDateTimePicker
92            //
93            this.dataDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.realizacjeBindingSource, "Data", true));
94            this.dataDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
95            this.dataDateTimePicker.Location = new System.Drawing.Point(63, 12);
96            this.dataDateTimePicker.Name = "dataDateTimePicker";
97            this.dataDateTimePicker.Size = new System.Drawing.Size(87, 20);
98            this.dataDateTimePicker.TabIndex = 2;
99            //
100            // realizacjeBindingSource
101            //
102            this.realizacjeBindingSource.DataMember = "Realizacje";
103            this.realizacjeBindingSource.DataSource = this.zamowieniaDataSet;
104            //
105            // zamowieniaDataSet
106            //
107            this.zamowieniaDataSet.DataSetName = "zamowieniaDataSet";
108            this.zamowieniaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
109            //
110            // opisTextBox
111            //
112            this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "Opis", true));
113            this.opisTextBox.Location = new System.Drawing.Point(63, 47);
114            this.opisTextBox.Multiline = true;
115            this.opisTextBox.Name = "opisTextBox";
116            this.opisTextBox.Size = new System.Drawing.Size(291, 53);
117            this.opisTextBox.TabIndex = 3;
118            //
119            // okresTextBox
120            //
121            this.okresTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "Okres", true));
122            this.okresTextBox.Location = new System.Drawing.Point(63, 114);
123            this.okresTextBox.MaxLength = 50;
124            this.okresTextBox.Name = "okresTextBox";
125            this.okresTextBox.Size = new System.Drawing.Size(291, 20);
126            this.okresTextBox.TabIndex = 5;
127            //
128            // wartoscTextBox
129            //
130            this.wartoscTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "Wartosc", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
131            this.wartoscTextBox.Location = new System.Drawing.Point(254, 11);
132            this.wartoscTextBox.Name = "wartoscTextBox";
133            this.wartoscTextBox.Size = new System.Drawing.Size(100, 20);
134            this.wartoscTextBox.TabIndex = 7;
135            //
136            // button1
137            //
138            this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
139            this.button1.Location = new System.Drawing.Point(113, 149);
140            this.button1.Name = "button1";
141            this.button1.Size = new System.Drawing.Size(75, 23);
142            this.button1.TabIndex = 8;
143            this.button1.Text = "OK";
144            this.button1.UseVisualStyleBackColor = true;
145            this.button1.Click += new System.EventHandler(this.button1_Click);
146            //
147            // button2
148            //
149            this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
150            this.button2.Location = new System.Drawing.Point(206, 149);
151            this.button2.Name = "button2";
152            this.button2.Size = new System.Drawing.Size(75, 23);
153            this.button2.TabIndex = 9;
154            this.button2.Text = "Anuluj";
155            this.button2.UseVisualStyleBackColor = true;
156            this.button2.Click += new System.EventHandler(this.button2_Click);
157            //
158            // realizacjeTableAdapter
159            //
160            this.realizacjeTableAdapter.ClearBeforeFill = true;
161            //
162            // iDETextBox
163            //
164            this.iDETextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "IDE", true));
165            this.iDETextBox.Location = new System.Drawing.Point(17, 152);
166            this.iDETextBox.Name = "iDETextBox";
167            this.iDETextBox.Size = new System.Drawing.Size(51, 20);
168            this.iDETextBox.TabIndex = 11;
169            //
170            // iDEZamowienieTextBox
171            //
172            this.iDEZamowienieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.realizacjeBindingSource, "IDEZamowienie", true));
173            this.iDEZamowienieTextBox.Location = new System.Drawing.Point(287, 151);
174            this.iDEZamowienieTextBox.Name = "iDEZamowienieTextBox";
175            this.iDEZamowienieTextBox.Size = new System.Drawing.Size(67, 20);
176            this.iDEZamowienieTextBox.TabIndex = 12;
177            //
178            // RealizacjaForm
179            //
180            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
181            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
182            this.ClientSize = new System.Drawing.Size(379, 185);
183            this.Controls.Add(this.iDEZamowienieTextBox);
184            this.Controls.Add(this.iDETextBox);
185            this.Controls.Add(this.button2);
186            this.Controls.Add(this.button1);
187            this.Controls.Add(wartoscLabel);
188            this.Controls.Add(this.wartoscTextBox);
189            this.Controls.Add(okresLabel);
190            this.Controls.Add(this.okresTextBox);
191            this.Controls.Add(opisLabel);
192            this.Controls.Add(this.opisTextBox);
193            this.Controls.Add(dataLabel);
194            this.Controls.Add(this.dataDateTimePicker);
195            this.Name = "RealizacjaForm";
196            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
197            this.Text = "Realizacja";
198            ((System.ComponentModel.ISupportInitialize)(this.realizacjeBindingSource)).EndInit();
199            ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).EndInit();
200            this.ResumeLayout(false);
201            this.PerformLayout();
202
203        }
204
205        #endregion
206
207        private zamowieniaDataSet zamowieniaDataSet;
208        private System.Windows.Forms.BindingSource realizacjeBindingSource;
209        private BazaZamowien.zamowieniaDataSetTableAdapters.RealizacjeTableAdapter realizacjeTableAdapter;
210        private System.Windows.Forms.DateTimePicker dataDateTimePicker;
211        private System.Windows.Forms.TextBox opisTextBox;
212        private System.Windows.Forms.TextBox okresTextBox;
213        private System.Windows.Forms.TextBox wartoscTextBox;
214        private System.Windows.Forms.Button button1;
215        private System.Windows.Forms.Button button2;
216        private System.Windows.Forms.TextBox iDETextBox;
217        private System.Windows.Forms.TextBox iDEZamowienieTextBox;
218    }
219}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.