namespace BazaZamowien
{
partial class UserAddFormZamowienia
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label symbolLabel;
System.Windows.Forms.Label imieLabel;
System.Windows.Forms.Label nazwiskoLabel;
System.Windows.Forms.Label eMAILLabel;
System.Windows.Forms.Label grupaLabel;
System.Windows.Forms.Label dzialLabel;
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dzialComboBox = new System.Windows.Forms.ComboBox();
this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.zamowieniaDataSet = new BazaZamowien.zamowieniaDataSet();
this.dzialyBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.grupaComboBox = new System.Windows.Forms.ComboBox();
this.grupyRoboczeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.eMAILTextBox = new System.Windows.Forms.TextBox();
this.nazwiskoTextBox = new System.Windows.Forms.TextBox();
this.imieTextBox = new System.Windows.Forms.TextBox();
this.symbolTextBox = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.usersTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter();
this.grupyRoboczeTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.GrupyRoboczeTableAdapter();
this.dzialyTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter();
symbolLabel = new System.Windows.Forms.Label();
imieLabel = new System.Windows.Forms.Label();
nazwiskoLabel = new System.Windows.Forms.Label();
eMAILLabel = new System.Windows.Forms.Label();
grupaLabel = new System.Windows.Forms.Label();
dzialLabel = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.grupyRoboczeBindingSource)).BeginInit();
this.SuspendLayout();
//
// symbolLabel
//
symbolLabel.AutoSize = true;
symbolLabel.Location = new System.Drawing.Point(18, 26);
symbolLabel.Name = "symbolLabel";
symbolLabel.Size = new System.Drawing.Size(44, 13);
symbolLabel.TabIndex = 0;
symbolLabel.Text = "Symbol:";
//
// imieLabel
//
imieLabel.AutoSize = true;
imieLabel.Location = new System.Drawing.Point(19, 71);
imieLabel.Name = "imieLabel";
imieLabel.Size = new System.Drawing.Size(29, 13);
imieLabel.TabIndex = 2;
imieLabel.Text = "Imie:";
//
// nazwiskoLabel
//
nazwiskoLabel.AutoSize = true;
nazwiskoLabel.Location = new System.Drawing.Point(19, 120);
nazwiskoLabel.Name = "nazwiskoLabel";
nazwiskoLabel.Size = new System.Drawing.Size(56, 13);
nazwiskoLabel.TabIndex = 3;
nazwiskoLabel.Text = "Nazwisko:";
//
// eMAILLabel
//
eMAILLabel.AutoSize = true;
eMAILLabel.Location = new System.Drawing.Point(18, 170);
eMAILLabel.Name = "eMAILLabel";
eMAILLabel.Size = new System.Drawing.Size(42, 13);
eMAILLabel.TabIndex = 6;
eMAILLabel.Text = "EMAIL:";
//
// grupaLabel
//
grupaLabel.AutoSize = true;
grupaLabel.Location = new System.Drawing.Point(190, 26);
grupaLabel.Name = "grupaLabel";
grupaLabel.Size = new System.Drawing.Size(39, 13);
grupaLabel.TabIndex = 8;
grupaLabel.Text = "Grupa:";
//
// dzialLabel
//
dzialLabel.AutoSize = true;
dzialLabel.Location = new System.Drawing.Point(190, 71);
dzialLabel.Name = "dzialLabel";
dzialLabel.Size = new System.Drawing.Size(33, 13);
dzialLabel.TabIndex = 10;
dzialLabel.Text = "Dzial:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dzialComboBox);
this.groupBox1.Controls.Add(dzialLabel);
this.groupBox1.Controls.Add(grupaLabel);
this.groupBox1.Controls.Add(this.grupaComboBox);
this.groupBox1.Controls.Add(eMAILLabel);
this.groupBox1.Controls.Add(this.eMAILTextBox);
this.groupBox1.Controls.Add(nazwiskoLabel);
this.groupBox1.Controls.Add(imieLabel);
this.groupBox1.Controls.Add(this.nazwiskoTextBox);
this.groupBox1.Controls.Add(this.imieTextBox);
this.groupBox1.Controls.Add(symbolLabel);
this.groupBox1.Controls.Add(this.symbolTextBox);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(367, 238);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Użytkownik";
//
// dzialComboBox
//
this.dzialComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.usersBindingSource, "Dzial", true));
this.dzialComboBox.DataSource = this.dzialyBindingSource;
this.dzialComboBox.DisplayMember = "Symbol";
this.dzialComboBox.FormattingEnabled = true;
this.dzialComboBox.Location = new System.Drawing.Point(193, 86);
this.dzialComboBox.Name = "dzialComboBox";
this.dzialComboBox.Size = new System.Drawing.Size(153, 21);
this.dzialComboBox.TabIndex = 12;
this.dzialComboBox.ValueMember = "IDE";
//
// usersBindingSource
//
this.usersBindingSource.DataMember = "Users";
this.usersBindingSource.DataSource = this.zamowieniaDataSet;
//
// zamowieniaDataSet
//
this.zamowieniaDataSet.DataSetName = "zamowieniaDataSet";
this.zamowieniaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// dzialyBindingSource
//
this.dzialyBindingSource.DataMember = "Dzialy";
this.dzialyBindingSource.DataSource = this.zamowieniaDataSet;
//
// grupaComboBox
//
this.grupaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.usersBindingSource, "Grupa", true));
this.grupaComboBox.DataSource = this.grupyRoboczeBindingSource;
this.grupaComboBox.DisplayMember = "Grupa";
this.grupaComboBox.FormattingEnabled = true;
this.grupaComboBox.Location = new System.Drawing.Point(193, 41);
this.grupaComboBox.Name = "grupaComboBox";
this.grupaComboBox.Size = new System.Drawing.Size(153, 21);
this.grupaComboBox.TabIndex = 9;
this.grupaComboBox.ValueMember = "IDE";
//
// grupyRoboczeBindingSource
//
this.grupyRoboczeBindingSource.DataMember = "GrupyRobocze";
this.grupyRoboczeBindingSource.DataSource = this.zamowieniaDataSet;
//
// eMAILTextBox
//
this.eMAILTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "EMAIL", true));
this.eMAILTextBox.Location = new System.Drawing.Point(21, 186);
this.eMAILTextBox.Name = "eMAILTextBox";
this.eMAILTextBox.Size = new System.Drawing.Size(157, 20);
this.eMAILTextBox.TabIndex = 7;
//
// nazwiskoTextBox
//
this.nazwiskoTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Nazwisko", true));
this.nazwiskoTextBox.Location = new System.Drawing.Point(21, 136);
this.nazwiskoTextBox.Name = "nazwiskoTextBox";
this.nazwiskoTextBox.Size = new System.Drawing.Size(157, 20);
this.nazwiskoTextBox.TabIndex = 4;
//
// imieTextBox
//
this.imieTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Imie", true));
this.imieTextBox.Location = new System.Drawing.Point(21, 87);
this.imieTextBox.Name = "imieTextBox";
this.imieTextBox.Size = new System.Drawing.Size(157, 20);
this.imieTextBox.TabIndex = 3;
//
// symbolTextBox
//
this.symbolTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Symbol", true));
this.symbolTextBox.Location = new System.Drawing.Point(21, 42);
this.symbolTextBox.Name = "symbolTextBox";
this.symbolTextBox.Size = new System.Drawing.Size(157, 20);
this.symbolTextBox.TabIndex = 1;
//
// button1
//
this.button1.Location = new System.Drawing.Point(105, 267);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "Anuluj";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(205, 267);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Zapisz";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// usersTableAdapter
//
this.usersTableAdapter.ClearBeforeFill = true;
//
// grupyRoboczeTableAdapter
//
this.grupyRoboczeTableAdapter.ClearBeforeFill = true;
//
// dzialyTableAdapter
//
this.dzialyTableAdapter.ClearBeforeFill = true;
//
// UserAddForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(390, 304);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Name = "UserAddForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Użytkownik";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.grupyRoboczeBindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private zamowieniaDataSet zamowieniaDataSet;
private System.Windows.Forms.BindingSource usersBindingSource;
private BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
private System.Windows.Forms.TextBox symbolTextBox;
private System.Windows.Forms.ComboBox grupaComboBox;
private System.Windows.Forms.TextBox eMAILTextBox;
private System.Windows.Forms.TextBox nazwiskoTextBox;
private System.Windows.Forms.TextBox imieTextBox;
private System.Windows.Forms.ComboBox dzialComboBox;
private System.Windows.Forms.BindingSource grupyRoboczeBindingSource;
private BazaZamowien.zamowieniaDataSetTableAdapters.GrupyRoboczeTableAdapter grupyRoboczeTableAdapter;
private System.Windows.Forms.BindingSource dzialyBindingSource;
private BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter dzialyTableAdapter;
}
}