namespace BazaZamowien
{
partial class DzialAddForm
{
///
/// 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 rozLabel;
System.Windows.Forms.Label opisLabel;
System.Windows.Forms.Label label1;
this.zapiszButton = new System.Windows.Forms.Button();
this.anulujButton = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.dzialyBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.zamowieniaDataSet = new BazaZamowien.zamowieniaDataSet();
this.dzialyTableAdapter = new BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter();
this.rozTextBox = new System.Windows.Forms.TextBox();
this.opisTextBox = new System.Windows.Forms.TextBox();
rozLabel = new System.Windows.Forms.Label();
opisLabel = new System.Windows.Forms.Label();
label1 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).BeginInit();
this.SuspendLayout();
//
// rozLabel
//
rozLabel.AutoSize = true;
rozLabel.Location = new System.Drawing.Point(177, 26);
rozLabel.Name = "rozLabel";
rozLabel.Size = new System.Drawing.Size(44, 13);
rozLabel.TabIndex = 5;
rozLabel.Text = "Symbol:";
//
// opisLabel
//
opisLabel.AutoSize = true;
opisLabel.Location = new System.Drawing.Point(21, 74);
opisLabel.Name = "opisLabel";
opisLabel.Size = new System.Drawing.Size(31, 13);
opisLabel.TabIndex = 6;
opisLabel.Text = "Opis:";
//
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(21, 26);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(43, 13);
label1.TabIndex = 8;
label1.Text = "Nazwa:";
//
// zapiszButton
//
this.zapiszButton.Location = new System.Drawing.Point(148, 151);
this.zapiszButton.Name = "zapiszButton";
this.zapiszButton.Size = new System.Drawing.Size(75, 23);
this.zapiszButton.TabIndex = 4;
this.zapiszButton.Text = "Zapisz";
this.zapiszButton.UseVisualStyleBackColor = true;
this.zapiszButton.Click += new System.EventHandler(this.zapiszButton_Click);
//
// anulujButton
//
this.anulujButton.Location = new System.Drawing.Point(51, 151);
this.anulujButton.Name = "anulujButton";
this.anulujButton.Size = new System.Drawing.Size(75, 23);
this.anulujButton.TabIndex = 3;
this.anulujButton.Text = "Anuluj";
this.anulujButton.UseVisualStyleBackColor = true;
this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click);
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dzialyBindingSource, "Symbol", true));
this.textBox1.Location = new System.Drawing.Point(21, 42);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(135, 20);
this.textBox1.TabIndex = 5;
//
// dzialyBindingSource
//
this.dzialyBindingSource.DataMember = "Dzialy";
this.dzialyBindingSource.DataSource = this.zamowieniaDataSet;
//
// zamowieniaDataSet
//
this.zamowieniaDataSet.DataSetName = "zamowieniaDataSet";
this.zamowieniaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// dzialyTableAdapter
//
this.dzialyTableAdapter.ClearBeforeFill = true;
//
// rozTextBox
//
this.rozTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dzialyBindingSource, "Roz", true));
this.rozTextBox.Location = new System.Drawing.Point(177, 42);
this.rozTextBox.Name = "rozTextBox";
this.rozTextBox.Size = new System.Drawing.Size(78, 20);
this.rozTextBox.TabIndex = 6;
//
// opisTextBox
//
this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.dzialyBindingSource, "Opis", true));
this.opisTextBox.Location = new System.Drawing.Point(21, 90);
this.opisTextBox.Multiline = true;
this.opisTextBox.Name = "opisTextBox";
this.opisTextBox.Size = new System.Drawing.Size(234, 44);
this.opisTextBox.TabIndex = 7;
//
// DzialAddForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(276, 187);
this.Controls.Add(label1);
this.Controls.Add(opisLabel);
this.Controls.Add(this.opisTextBox);
this.Controls.Add(rozLabel);
this.Controls.Add(this.rozTextBox);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.zapiszButton);
this.Controls.Add(this.anulujButton);
this.Name = "DzialAddForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Dział";
((System.ComponentModel.ISupportInitialize)(this.dzialyBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.zamowieniaDataSet)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button zapiszButton;
private System.Windows.Forms.Button anulujButton;
private System.Windows.Forms.TextBox textBox1;
private zamowieniaDataSet zamowieniaDataSet;
private System.Windows.Forms.BindingSource dzialyBindingSource;
private BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter dzialyTableAdapter;
private System.Windows.Forms.TextBox rozTextBox;
private System.Windows.Forms.TextBox opisTextBox;
}
}