namespace BazaZamowien
{
partial class UserAddFormPremie
{
///
/// 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 loginLabel;
System.Windows.Forms.Label iDEGrupaLabel;
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.iDEGrupaComboBox = new System.Windows.Forms.ComboBox();
this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.pREMIEDataSet = new BazaZamowien.PREMIEDataSet();
this.loginTextBox = new System.Windows.Forms.TextBox();
this.CTUserComboBox = new System.Windows.Forms.ComboBox();
this.interfacePracownicy2BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.label1 = new System.Windows.Forms.Label();
this.anulujButton = new System.Windows.Forms.Button();
this.zapiszButton = new System.Windows.Forms.Button();
this.usersTableAdapter = new BazaZamowien.PREMIEDataSetTableAdapters.UsersTableAdapter();
this.interface_Pracownicy2TableAdapter = new BazaZamowien.PREMIEDataSetTableAdapters.Interface_Pracownicy2TableAdapter();
loginLabel = new System.Windows.Forms.Label();
iDEGrupaLabel = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pREMIEDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.interfacePracownicy2BindingSource)).BeginInit();
this.SuspendLayout();
//
// loginLabel
//
loginLabel.AutoSize = true;
loginLabel.Location = new System.Drawing.Point(21, 91);
loginLabel.Name = "loginLabel";
loginLabel.Size = new System.Drawing.Size(44, 13);
loginLabel.TabIndex = 2;
loginLabel.Text = "Symbol:";
//
// iDEGrupaLabel
//
iDEGrupaLabel.AutoSize = true;
iDEGrupaLabel.Location = new System.Drawing.Point(144, 91);
iDEGrupaLabel.Name = "iDEGrupaLabel";
iDEGrupaLabel.Size = new System.Drawing.Size(39, 13);
iDEGrupaLabel.TabIndex = 4;
iDEGrupaLabel.Text = "Grupa:";
//
// groupBox1
//
this.groupBox1.Controls.Add(iDEGrupaLabel);
this.groupBox1.Controls.Add(this.iDEGrupaComboBox);
this.groupBox1.Controls.Add(loginLabel);
this.groupBox1.Controls.Add(this.loginTextBox);
this.groupBox1.Controls.Add(this.CTUserComboBox);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(268, 146);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Użytkownik";
//
// iDEGrupaComboBox
//
this.iDEGrupaComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.usersBindingSource, "IDEGrupa", true));
this.iDEGrupaComboBox.FormattingEnabled = true;
this.iDEGrupaComboBox.Location = new System.Drawing.Point(132, 106);
this.iDEGrupaComboBox.Name = "iDEGrupaComboBox";
this.iDEGrupaComboBox.Size = new System.Drawing.Size(121, 21);
this.iDEGrupaComboBox.TabIndex = 5;
//
// usersBindingSource
//
this.usersBindingSource.DataMember = "Users";
this.usersBindingSource.DataSource = this.pREMIEDataSet;
//
// pREMIEDataSet
//
this.pREMIEDataSet.DataSetName = "PREMIEDataSet";
this.pREMIEDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// loginTextBox
//
this.loginTextBox.BackColor = System.Drawing.Color.White;
this.loginTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Login", true));
this.loginTextBox.Location = new System.Drawing.Point(24, 107);
this.loginTextBox.Name = "loginTextBox";
this.loginTextBox.ReadOnly = true;
this.loginTextBox.Size = new System.Drawing.Size(101, 20);
this.loginTextBox.TabIndex = 3;
//
// CTUserComboBox
//
this.CTUserComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.usersBindingSource, "IDEPracownik", true));
this.CTUserComboBox.DataSource = this.interfacePracownicy2BindingSource;
this.CTUserComboBox.DisplayMember = "NAME";
this.CTUserComboBox.FormattingEnabled = true;
this.CTUserComboBox.Location = new System.Drawing.Point(24, 58);
this.CTUserComboBox.Name = "CTUserComboBox";
this.CTUserComboBox.Size = new System.Drawing.Size(229, 21);
this.CTUserComboBox.TabIndex = 1;
this.CTUserComboBox.ValueMember = "IDEPracownika";
//
// interfacePracownicy2BindingSource
//
this.interfacePracownicy2BindingSource.DataMember = "Interface_Pracownicy2";
this.interfacePracownicy2BindingSource.DataSource = this.pREMIEDataSet;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(112, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Użytkownik z bazy CT";
//
// anulujButton
//
this.anulujButton.Location = new System.Drawing.Point(62, 179);
this.anulujButton.Name = "anulujButton";
this.anulujButton.Size = new System.Drawing.Size(75, 23);
this.anulujButton.TabIndex = 1;
this.anulujButton.Text = "Anuluj";
this.anulujButton.UseVisualStyleBackColor = true;
this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click);
//
// zapiszButton
//
this.zapiszButton.Location = new System.Drawing.Point(159, 179);
this.zapiszButton.Name = "zapiszButton";
this.zapiszButton.Size = new System.Drawing.Size(75, 23);
this.zapiszButton.TabIndex = 2;
this.zapiszButton.Text = "Zapisz";
this.zapiszButton.UseVisualStyleBackColor = true;
this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click);
//
// usersTableAdapter
//
this.usersTableAdapter.ClearBeforeFill = true;
//
// interface_Pracownicy2TableAdapter
//
this.interface_Pracownicy2TableAdapter.ClearBeforeFill = true;
//
// UserAddFormPremie
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(299, 215);
this.Controls.Add(this.zapiszButton);
this.Controls.Add(this.anulujButton);
this.Controls.Add(this.groupBox1);
this.Name = "UserAddFormPremie";
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.pREMIEDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.interfacePracownicy2BindingSource)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button anulujButton;
private System.Windows.Forms.Button zapiszButton;
private System.Windows.Forms.ComboBox CTUserComboBox;
private System.Windows.Forms.Label label1;
private PREMIEDataSet pREMIEDataSet;
private System.Windows.Forms.BindingSource usersBindingSource;
private BazaZamowien.PREMIEDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
private System.Windows.Forms.ComboBox iDEGrupaComboBox;
private System.Windows.Forms.TextBox loginTextBox;
private System.Windows.Forms.BindingSource interfacePracownicy2BindingSource;
private BazaZamowien.PREMIEDataSetTableAdapters.Interface_Pracownicy2TableAdapter interface_Pracownicy2TableAdapter;
}
}