| 1 | namespace BazaZamowien
|
|---|
| 2 | {
|
|---|
| 3 | partial class UserAddFormZamowienia
|
|---|
| 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 symbolLabel;
|
|---|
| 33 | System.Windows.Forms.Label imieLabel;
|
|---|
| 34 | System.Windows.Forms.Label nazwiskoLabel;
|
|---|
| 35 | System.Windows.Forms.Label eMAILLabel;
|
|---|
| 36 | System.Windows.Forms.Label grupaLabel;
|
|---|
| 37 | System.Windows.Forms.Label dzialLabel;
|
|---|
| 38 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|---|
| 39 | this.dzialComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 40 | this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 41 | this.zamowieniaDataSet = new BazaZamowien.zamowieniaDataSet();
|
|---|
| 42 | this.dzialyBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 43 | this.grupaComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 44 | this.grupyRoboczeBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 45 | this.eMAILTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 46 | this.nazwiskoTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 47 | this.imieTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 48 | this.symbolTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 49 | this.button1 = new System.Windows.Forms.Button();
|
|---|
| 50 | this.button2 = new System.Windows.Forms.Button();
|
|---|
| 51 | this.usersTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter();
|
|---|
| 52 | this.grupyRoboczeTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.GrupyRoboczeTableAdapter();
|
|---|
| 53 | this.dzialyTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter();
|
|---|
| 54 | symbolLabel = new System.Windows.Forms.Label();
|
|---|
| 55 | imieLabel = new System.Windows.Forms.Label();
|
|---|
| 56 | nazwiskoLabel = new System.Windows.Forms.Label();
|
|---|
| 57 | eMAILLabel = new System.Windows.Forms.Label();
|
|---|
| 58 | grupaLabel = new System.Windows.Forms.Label();
|
|---|
| 59 | dzialLabel = new System.Windows.Forms.Label();
|
|---|
| 60 | this.groupBox1.SuspendLayout();
|
|---|
| 61 | ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
|
|---|
| 62 | ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).BeginInit();
|
|---|
| 63 | ((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).BeginInit();
|
|---|
| 64 | ((System.ComponentModel.ISupportInitialize)(this.grupyRoboczeBindingSource)).BeginInit();
|
|---|
| 65 | this.SuspendLayout();
|
|---|
| 66 | //
|
|---|
| 67 | // symbolLabel
|
|---|
| 68 | //
|
|---|
| 69 | symbolLabel.AutoSize = true;
|
|---|
| 70 | symbolLabel.Location = new System.Drawing.Point(18, 26);
|
|---|
| 71 | symbolLabel.Name = "symbolLabel";
|
|---|
| 72 | symbolLabel.Size = new System.Drawing.Size(44, 13);
|
|---|
| 73 | symbolLabel.TabIndex = 0;
|
|---|
| 74 | symbolLabel.Text = "Symbol:";
|
|---|
| 75 | //
|
|---|
| 76 | // imieLabel
|
|---|
| 77 | //
|
|---|
| 78 | imieLabel.AutoSize = true;
|
|---|
| 79 | imieLabel.Location = new System.Drawing.Point(19, 71);
|
|---|
| 80 | imieLabel.Name = "imieLabel";
|
|---|
| 81 | imieLabel.Size = new System.Drawing.Size(29, 13);
|
|---|
| 82 | imieLabel.TabIndex = 2;
|
|---|
| 83 | imieLabel.Text = "Imie:";
|
|---|
| 84 | //
|
|---|
| 85 | // nazwiskoLabel
|
|---|
| 86 | //
|
|---|
| 87 | nazwiskoLabel.AutoSize = true;
|
|---|
| 88 | nazwiskoLabel.Location = new System.Drawing.Point(19, 120);
|
|---|
| 89 | nazwiskoLabel.Name = "nazwiskoLabel";
|
|---|
| 90 | nazwiskoLabel.Size = new System.Drawing.Size(56, 13);
|
|---|
| 91 | nazwiskoLabel.TabIndex = 3;
|
|---|
| 92 | nazwiskoLabel.Text = "Nazwisko:";
|
|---|
| 93 | //
|
|---|
| 94 | // eMAILLabel
|
|---|
| 95 | //
|
|---|
| 96 | eMAILLabel.AutoSize = true;
|
|---|
| 97 | eMAILLabel.Location = new System.Drawing.Point(18, 170);
|
|---|
| 98 | eMAILLabel.Name = "eMAILLabel";
|
|---|
| 99 | eMAILLabel.Size = new System.Drawing.Size(42, 13);
|
|---|
| 100 | eMAILLabel.TabIndex = 6;
|
|---|
| 101 | eMAILLabel.Text = "EMAIL:";
|
|---|
| 102 | //
|
|---|
| 103 | // grupaLabel
|
|---|
| 104 | //
|
|---|
| 105 | grupaLabel.AutoSize = true;
|
|---|
| 106 | grupaLabel.Location = new System.Drawing.Point(190, 26);
|
|---|
| 107 | grupaLabel.Name = "grupaLabel";
|
|---|
| 108 | grupaLabel.Size = new System.Drawing.Size(39, 13);
|
|---|
| 109 | grupaLabel.TabIndex = 8;
|
|---|
| 110 | grupaLabel.Text = "Grupa:";
|
|---|
| 111 | //
|
|---|
| 112 | // dzialLabel
|
|---|
| 113 | //
|
|---|
| 114 | dzialLabel.AutoSize = true;
|
|---|
| 115 | dzialLabel.Location = new System.Drawing.Point(190, 71);
|
|---|
| 116 | dzialLabel.Name = "dzialLabel";
|
|---|
| 117 | dzialLabel.Size = new System.Drawing.Size(33, 13);
|
|---|
| 118 | dzialLabel.TabIndex = 10;
|
|---|
| 119 | dzialLabel.Text = "Dzial:";
|
|---|
| 120 | //
|
|---|
| 121 | // groupBox1
|
|---|
| 122 | //
|
|---|
| 123 | this.groupBox1.Controls.Add(this.dzialComboBox);
|
|---|
| 124 | this.groupBox1.Controls.Add(dzialLabel);
|
|---|
| 125 | this.groupBox1.Controls.Add(grupaLabel);
|
|---|
| 126 | this.groupBox1.Controls.Add(this.grupaComboBox);
|
|---|
| 127 | this.groupBox1.Controls.Add(eMAILLabel);
|
|---|
| 128 | this.groupBox1.Controls.Add(this.eMAILTextBox);
|
|---|
| 129 | this.groupBox1.Controls.Add(nazwiskoLabel);
|
|---|
| 130 | this.groupBox1.Controls.Add(imieLabel);
|
|---|
| 131 | this.groupBox1.Controls.Add(this.nazwiskoTextBox);
|
|---|
| 132 | this.groupBox1.Controls.Add(this.imieTextBox);
|
|---|
| 133 | this.groupBox1.Controls.Add(symbolLabel);
|
|---|
| 134 | this.groupBox1.Controls.Add(this.symbolTextBox);
|
|---|
| 135 | this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|---|
| 136 | this.groupBox1.Name = "groupBox1";
|
|---|
| 137 | this.groupBox1.Size = new System.Drawing.Size(367, 238);
|
|---|
| 138 | this.groupBox1.TabIndex = 0;
|
|---|
| 139 | this.groupBox1.TabStop = false;
|
|---|
| 140 | this.groupBox1.Text = "U¿ytkownik";
|
|---|
| 141 | //
|
|---|
| 142 | // dzialComboBox
|
|---|
| 143 | //
|
|---|
| 144 | this.dzialComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.usersBindingSource, "Dzial", true));
|
|---|
| 145 | this.dzialComboBox.DataSource = this.dzialyBindingSource;
|
|---|
| 146 | this.dzialComboBox.DisplayMember = "Symbol";
|
|---|
| 147 | this.dzialComboBox.FormattingEnabled = true;
|
|---|
| 148 | this.dzialComboBox.Location = new System.Drawing.Point(193, 86);
|
|---|
| 149 | this.dzialComboBox.Name = "dzialComboBox";
|
|---|
| 150 | this.dzialComboBox.Size = new System.Drawing.Size(153, 21);
|
|---|
| 151 | this.dzialComboBox.TabIndex = 12;
|
|---|
| 152 | this.dzialComboBox.ValueMember = "IDE";
|
|---|
| 153 | //
|
|---|
| 154 | // usersBindingSource
|
|---|
| 155 | //
|
|---|
| 156 | this.usersBindingSource.DataMember = "Users";
|
|---|
| 157 | this.usersBindingSource.DataSource = this.zamowieniaDataSet;
|
|---|
| 158 | //
|
|---|
| 159 | // zamowieniaDataSet
|
|---|
| 160 | //
|
|---|
| 161 | this.zamowieniaDataSet.DataSetName = "zamowieniaDataSet";
|
|---|
| 162 | this.zamowieniaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 163 | //
|
|---|
| 164 | // dzialyBindingSource
|
|---|
| 165 | //
|
|---|
| 166 | this.dzialyBindingSource.DataMember = "Dzialy";
|
|---|
| 167 | this.dzialyBindingSource.DataSource = this.zamowieniaDataSet;
|
|---|
| 168 | //
|
|---|
| 169 | // grupaComboBox
|
|---|
| 170 | //
|
|---|
| 171 | this.grupaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.usersBindingSource, "Grupa", true));
|
|---|
| 172 | this.grupaComboBox.DataSource = this.grupyRoboczeBindingSource;
|
|---|
| 173 | this.grupaComboBox.DisplayMember = "Grupa";
|
|---|
| 174 | this.grupaComboBox.FormattingEnabled = true;
|
|---|
| 175 | this.grupaComboBox.Location = new System.Drawing.Point(193, 41);
|
|---|
| 176 | this.grupaComboBox.Name = "grupaComboBox";
|
|---|
| 177 | this.grupaComboBox.Size = new System.Drawing.Size(153, 21);
|
|---|
| 178 | this.grupaComboBox.TabIndex = 9;
|
|---|
| 179 | this.grupaComboBox.ValueMember = "IDE";
|
|---|
| 180 | //
|
|---|
| 181 | // grupyRoboczeBindingSource
|
|---|
| 182 | //
|
|---|
| 183 | this.grupyRoboczeBindingSource.DataMember = "GrupyRobocze";
|
|---|
| 184 | this.grupyRoboczeBindingSource.DataSource = this.zamowieniaDataSet;
|
|---|
| 185 | //
|
|---|
| 186 | // eMAILTextBox
|
|---|
| 187 | //
|
|---|
| 188 | this.eMAILTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "EMAIL", true));
|
|---|
| 189 | this.eMAILTextBox.Location = new System.Drawing.Point(21, 186);
|
|---|
| 190 | this.eMAILTextBox.Name = "eMAILTextBox";
|
|---|
| 191 | this.eMAILTextBox.Size = new System.Drawing.Size(157, 20);
|
|---|
| 192 | this.eMAILTextBox.TabIndex = 7;
|
|---|
| 193 | //
|
|---|
| 194 | // nazwiskoTextBox
|
|---|
| 195 | //
|
|---|
| 196 | this.nazwiskoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Nazwisko", true));
|
|---|
| 197 | this.nazwiskoTextBox.Location = new System.Drawing.Point(21, 136);
|
|---|
| 198 | this.nazwiskoTextBox.Name = "nazwiskoTextBox";
|
|---|
| 199 | this.nazwiskoTextBox.Size = new System.Drawing.Size(157, 20);
|
|---|
| 200 | this.nazwiskoTextBox.TabIndex = 4;
|
|---|
| 201 | //
|
|---|
| 202 | // imieTextBox
|
|---|
| 203 | //
|
|---|
| 204 | this.imieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Imie", true));
|
|---|
| 205 | this.imieTextBox.Location = new System.Drawing.Point(21, 87);
|
|---|
| 206 | this.imieTextBox.Name = "imieTextBox";
|
|---|
| 207 | this.imieTextBox.Size = new System.Drawing.Size(157, 20);
|
|---|
| 208 | this.imieTextBox.TabIndex = 3;
|
|---|
| 209 | //
|
|---|
| 210 | // symbolTextBox
|
|---|
| 211 | //
|
|---|
| 212 | this.symbolTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Symbol", true));
|
|---|
| 213 | this.symbolTextBox.Location = new System.Drawing.Point(21, 42);
|
|---|
| 214 | this.symbolTextBox.Name = "symbolTextBox";
|
|---|
| 215 | this.symbolTextBox.Size = new System.Drawing.Size(157, 20);
|
|---|
| 216 | this.symbolTextBox.TabIndex = 1;
|
|---|
| 217 | //
|
|---|
| 218 | // button1
|
|---|
| 219 | //
|
|---|
| 220 | this.button1.Location = new System.Drawing.Point(105, 267);
|
|---|
| 221 | this.button1.Name = "button1";
|
|---|
| 222 | this.button1.Size = new System.Drawing.Size(75, 23);
|
|---|
| 223 | this.button1.TabIndex = 1;
|
|---|
| 224 | this.button1.Text = "Anuluj";
|
|---|
| 225 | this.button1.UseVisualStyleBackColor = true;
|
|---|
| 226 | this.button1.Click += new System.EventHandler(this.button1_Click);
|
|---|
| 227 | //
|
|---|
| 228 | // button2
|
|---|
| 229 | //
|
|---|
| 230 | this.button2.Location = new System.Drawing.Point(205, 267);
|
|---|
| 231 | this.button2.Name = "button2";
|
|---|
| 232 | this.button2.Size = new System.Drawing.Size(75, 23);
|
|---|
| 233 | this.button2.TabIndex = 2;
|
|---|
| 234 | this.button2.Text = "Zapisz";
|
|---|
| 235 | this.button2.UseVisualStyleBackColor = true;
|
|---|
| 236 | this.button2.Click += new System.EventHandler(this.button2_Click);
|
|---|
| 237 | //
|
|---|
| 238 | // usersTableAdapter
|
|---|
| 239 | //
|
|---|
| 240 | this.usersTableAdapter.ClearBeforeFill = true;
|
|---|
| 241 | //
|
|---|
| 242 | // grupyRoboczeTableAdapter
|
|---|
| 243 | //
|
|---|
| 244 | this.grupyRoboczeTableAdapter.ClearBeforeFill = true;
|
|---|
| 245 | //
|
|---|
| 246 | // dzialyTableAdapter
|
|---|
| 247 | //
|
|---|
| 248 | this.dzialyTableAdapter.ClearBeforeFill = true;
|
|---|
| 249 | //
|
|---|
| 250 | // UserAddForm
|
|---|
| 251 | //
|
|---|
| 252 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 253 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 254 | this.ClientSize = new System.Drawing.Size(390, 304);
|
|---|
| 255 | this.Controls.Add(this.button2);
|
|---|
| 256 | this.Controls.Add(this.button1);
|
|---|
| 257 | this.Controls.Add(this.groupBox1);
|
|---|
| 258 | this.Name = "UserAddForm";
|
|---|
| 259 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|---|
| 260 | this.Text = "U¿ytkownik";
|
|---|
| 261 | this.groupBox1.ResumeLayout(false);
|
|---|
| 262 | this.groupBox1.PerformLayout();
|
|---|
| 263 | ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
|
|---|
| 264 | ((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).EndInit();
|
|---|
| 265 | ((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).EndInit();
|
|---|
| 266 | ((System.ComponentModel.ISupportInitialize)(this.grupyRoboczeBindingSource)).EndInit();
|
|---|
| 267 | this.ResumeLayout(false);
|
|---|
| 268 |
|
|---|
| 269 | }
|
|---|
| 270 |
|
|---|
| 271 | #endregion
|
|---|
| 272 |
|
|---|
| 273 | private System.Windows.Forms.GroupBox groupBox1;
|
|---|
| 274 | private System.Windows.Forms.Button button1;
|
|---|
| 275 | private System.Windows.Forms.Button button2;
|
|---|
| 276 | private zamowieniaDataSet zamowieniaDataSet;
|
|---|
| 277 | private System.Windows.Forms.BindingSource usersBindingSource;
|
|---|
| 278 | private BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
|
|---|
| 279 | private System.Windows.Forms.TextBox symbolTextBox;
|
|---|
| 280 | private System.Windows.Forms.ComboBox grupaComboBox;
|
|---|
| 281 | private System.Windows.Forms.TextBox eMAILTextBox;
|
|---|
| 282 | private System.Windows.Forms.TextBox nazwiskoTextBox;
|
|---|
| 283 | private System.Windows.Forms.TextBox imieTextBox;
|
|---|
| 284 | private System.Windows.Forms.ComboBox dzialComboBox;
|
|---|
| 285 | private System.Windows.Forms.BindingSource grupyRoboczeBindingSource;
|
|---|
| 286 | private BazaZamowien.zamowieniaDataSetTableAdapters.GrupyRoboczeTableAdapter grupyRoboczeTableAdapter;
|
|---|
| 287 | private System.Windows.Forms.BindingSource dzialyBindingSource;
|
|---|
| 288 | private BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter dzialyTableAdapter;
|
|---|
| 289 | }
|
|---|
| 290 | } |
|---|