root/trunk/BazaZamowien/Premie/UserAddFormPremie.Designer.cs @ 994

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

baza zamowien i premii 1.0.0.1

Line 
1namespace BazaZamowien
2{
3    partial class UserAddFormPremie
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 loginLabel;
33            System.Windows.Forms.Label iDEGrupaLabel;
34            this.groupBox1 = new System.Windows.Forms.GroupBox();
35            this.iDEGrupaComboBox = new System.Windows.Forms.ComboBox();
36            this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
37            this.pREMIEDataSet = new BazaZamowien.PREMIEDataSet();
38            this.loginTextBox = new System.Windows.Forms.TextBox();
39            this.CTUserComboBox = new System.Windows.Forms.ComboBox();
40            this.interfacePracownicy2BindingSource = new System.Windows.Forms.BindingSource(this.components);
41            this.label1 = new System.Windows.Forms.Label();
42            this.anulujButton = new System.Windows.Forms.Button();
43            this.zapiszButton = new System.Windows.Forms.Button();
44            this.usersTableAdapter = new BazaZamowien.PREMIEDataSetTableAdapters.UsersTableAdapter();
45            this.interface_Pracownicy2TableAdapter = new BazaZamowien.PREMIEDataSetTableAdapters.Interface_Pracownicy2TableAdapter();
46            loginLabel = new System.Windows.Forms.Label();
47            iDEGrupaLabel = new System.Windows.Forms.Label();
48            this.groupBox1.SuspendLayout();
49            ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
50            ((System.ComponentModel.ISupportInitialize)(this.pREMIEDataSet)).BeginInit();
51            ((System.ComponentModel.ISupportInitialize)(this.interfacePracownicy2BindingSource)).BeginInit();
52            this.SuspendLayout();
53            //
54            // loginLabel
55            //
56            loginLabel.AutoSize = true;
57            loginLabel.Location = new System.Drawing.Point(21, 91);
58            loginLabel.Name = "loginLabel";
59            loginLabel.Size = new System.Drawing.Size(44, 13);
60            loginLabel.TabIndex = 2;
61            loginLabel.Text = "Symbol:";
62            //
63            // iDEGrupaLabel
64            //
65            iDEGrupaLabel.AutoSize = true;
66            iDEGrupaLabel.Location = new System.Drawing.Point(144, 91);
67            iDEGrupaLabel.Name = "iDEGrupaLabel";
68            iDEGrupaLabel.Size = new System.Drawing.Size(39, 13);
69            iDEGrupaLabel.TabIndex = 4;
70            iDEGrupaLabel.Text = "Grupa:";
71            //
72            // groupBox1
73            //
74            this.groupBox1.Controls.Add(iDEGrupaLabel);
75            this.groupBox1.Controls.Add(this.iDEGrupaComboBox);
76            this.groupBox1.Controls.Add(loginLabel);
77            this.groupBox1.Controls.Add(this.loginTextBox);
78            this.groupBox1.Controls.Add(this.CTUserComboBox);
79            this.groupBox1.Controls.Add(this.label1);
80            this.groupBox1.Location = new System.Drawing.Point(12, 12);
81            this.groupBox1.Name = "groupBox1";
82            this.groupBox1.Size = new System.Drawing.Size(268, 146);
83            this.groupBox1.TabIndex = 0;
84            this.groupBox1.TabStop = false;
85            this.groupBox1.Text = "U¿ytkownik";
86            //
87            // iDEGrupaComboBox
88            //
89            this.iDEGrupaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.usersBindingSource, "IDEGrupa", true));
90            this.iDEGrupaComboBox.FormattingEnabled = true;
91            this.iDEGrupaComboBox.Location = new System.Drawing.Point(132, 106);
92            this.iDEGrupaComboBox.Name = "iDEGrupaComboBox";
93            this.iDEGrupaComboBox.Size = new System.Drawing.Size(121, 21);
94            this.iDEGrupaComboBox.TabIndex = 5;
95            //
96            // usersBindingSource
97            //
98            this.usersBindingSource.DataMember = "Users";
99            this.usersBindingSource.DataSource = this.pREMIEDataSet;
100            //
101            // pREMIEDataSet
102            //
103            this.pREMIEDataSet.DataSetName = "PREMIEDataSet";
104            this.pREMIEDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
105            //
106            // loginTextBox
107            //
108            this.loginTextBox.BackColor = System.Drawing.Color.White;
109            this.loginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Login", true));
110            this.loginTextBox.Location = new System.Drawing.Point(24, 107);
111            this.loginTextBox.Name = "loginTextBox";
112            this.loginTextBox.ReadOnly = true;
113            this.loginTextBox.Size = new System.Drawing.Size(101, 20);
114            this.loginTextBox.TabIndex = 3;
115            //
116            // CTUserComboBox
117            //
118            this.CTUserComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.usersBindingSource, "IDEPracownik", true));
119            this.CTUserComboBox.DataSource = this.interfacePracownicy2BindingSource;
120            this.CTUserComboBox.DisplayMember = "NAME";
121            this.CTUserComboBox.FormattingEnabled = true;
122            this.CTUserComboBox.Location = new System.Drawing.Point(24, 58);
123            this.CTUserComboBox.Name = "CTUserComboBox";
124            this.CTUserComboBox.Size = new System.Drawing.Size(229, 21);
125            this.CTUserComboBox.TabIndex = 1;
126            this.CTUserComboBox.ValueMember = "IDEPracownika";
127            //
128            // interfacePracownicy2BindingSource
129            //
130            this.interfacePracownicy2BindingSource.DataMember = "Interface_Pracownicy2";
131            this.interfacePracownicy2BindingSource.DataSource = this.pREMIEDataSet;
132            //
133            // label1
134            //
135            this.label1.AutoSize = true;
136            this.label1.Location = new System.Drawing.Point(21, 32);
137            this.label1.Name = "label1";
138            this.label1.Size = new System.Drawing.Size(112, 13);
139            this.label1.TabIndex = 0;
140            this.label1.Text = "U¿ytkownik z bazy CT";
141            //
142            // anulujButton
143            //
144            this.anulujButton.Location = new System.Drawing.Point(62, 179);
145            this.anulujButton.Name = "anulujButton";
146            this.anulujButton.Size = new System.Drawing.Size(75, 23);
147            this.anulujButton.TabIndex = 1;
148            this.anulujButton.Text = "Anuluj";
149            this.anulujButton.UseVisualStyleBackColor = true;
150            this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click);
151            //
152            // zapiszButton
153            //
154            this.zapiszButton.Location = new System.Drawing.Point(159, 179);
155            this.zapiszButton.Name = "zapiszButton";
156            this.zapiszButton.Size = new System.Drawing.Size(75, 23);
157            this.zapiszButton.TabIndex = 2;
158            this.zapiszButton.Text = "Zapisz";
159            this.zapiszButton.UseVisualStyleBackColor = true;
160            this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click);
161            //
162            // usersTableAdapter
163            //
164            this.usersTableAdapter.ClearBeforeFill = true;
165            //
166            // interface_Pracownicy2TableAdapter
167            //
168            this.interface_Pracownicy2TableAdapter.ClearBeforeFill = true;
169            //
170            // UserAddFormPremie
171            //
172            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
173            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
174            this.ClientSize = new System.Drawing.Size(299, 215);
175            this.Controls.Add(this.zapiszButton);
176            this.Controls.Add(this.anulujButton);
177            this.Controls.Add(this.groupBox1);
178            this.Name = "UserAddFormPremie";
179            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
180            this.Text = "U¿ytkownik";
181            this.groupBox1.ResumeLayout(false);
182            this.groupBox1.PerformLayout();
183            ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
184            ((System.ComponentModel.ISupportInitialize)(this.pREMIEDataSet)).EndInit();
185            ((System.ComponentModel.ISupportInitialize)(this.interfacePracownicy2BindingSource)).EndInit();
186            this.ResumeLayout(false);
187
188        }
189
190        #endregion
191
192        private System.Windows.Forms.GroupBox groupBox1;
193        private System.Windows.Forms.Button anulujButton;
194        private System.Windows.Forms.Button zapiszButton;
195        private System.Windows.Forms.ComboBox CTUserComboBox;
196        private System.Windows.Forms.Label label1;
197        private PREMIEDataSet pREMIEDataSet;
198        private System.Windows.Forms.BindingSource usersBindingSource;
199        private BazaZamowien.PREMIEDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
200        private System.Windows.Forms.ComboBox iDEGrupaComboBox;
201        private System.Windows.Forms.TextBox loginTextBox;
202        private System.Windows.Forms.BindingSource interfacePracownicy2BindingSource;
203        private BazaZamowien.PREMIEDataSetTableAdapters.Interface_Pracownicy2TableAdapter interface_Pracownicy2TableAdapter;
204    }
205}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.