namespace Baza_Reklam
{
partial class AddKontoForm
{
///
/// 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 idLabel;
System.Windows.Forms.Label opisLabel;
System.Windows.Forms.Label kONTOLabel;
this.AnulujButton = new System.Windows.Forms.Button();
this.ZapiszButton = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.kONTOTextBox = new System.Windows.Forms.TextBox();
this.kONTABindingSource = new System.Windows.Forms.BindingSource(this.components);
this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
this.opisTextBox = new System.Windows.Forms.TextBox();
this.idTextBox = new System.Windows.Forms.TextBox();
this.kONTATableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter();
idLabel = new System.Windows.Forms.Label();
opisLabel = new System.Windows.Forms.Label();
kONTOLabel = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
this.SuspendLayout();
//
// idLabel
//
idLabel.AutoSize = true;
idLabel.Location = new System.Drawing.Point(10, 22);
idLabel.Name = "idLabel";
idLabel.Size = new System.Drawing.Size(49, 13);
idLabel.TabIndex = 0;
idLabel.Text = "Id konta:";
//
// opisLabel
//
opisLabel.AutoSize = true;
opisLabel.Location = new System.Drawing.Point(28, 48);
opisLabel.Name = "opisLabel";
opisLabel.Size = new System.Drawing.Size(31, 13);
opisLabel.TabIndex = 2;
opisLabel.Text = "Opis:";
//
// kONTOLabel
//
kONTOLabel.AutoSize = true;
kONTOLabel.Location = new System.Drawing.Point(19, 74);
kONTOLabel.Name = "kONTOLabel";
kONTOLabel.Size = new System.Drawing.Size(38, 13);
kONTOLabel.TabIndex = 4;
kONTOLabel.Text = "Konto:";
//
// AnulujButton
//
this.AnulujButton.Location = new System.Drawing.Point(96, 195);
this.AnulujButton.Name = "AnulujButton";
this.AnulujButton.Size = new System.Drawing.Size(75, 23);
this.AnulujButton.TabIndex = 12;
this.AnulujButton.Text = "Anuluj";
this.AnulujButton.UseVisualStyleBackColor = true;
this.AnulujButton.Click += new System.EventHandler(this.AnulujButton_Click);
//
// ZapiszButton
//
this.ZapiszButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.ZapiszButton.Location = new System.Drawing.Point(192, 195);
this.ZapiszButton.Name = "ZapiszButton";
this.ZapiszButton.Size = new System.Drawing.Size(75, 23);
this.ZapiszButton.TabIndex = 11;
this.ZapiszButton.Text = "Zapisz";
this.ZapiszButton.UseVisualStyleBackColor = true;
this.ZapiszButton.Click += new System.EventHandler(this.ZapiszButton_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(kONTOLabel);
this.groupBox1.Controls.Add(this.kONTOTextBox);
this.groupBox1.Controls.Add(opisLabel);
this.groupBox1.Controls.Add(this.opisTextBox);
this.groupBox1.Controls.Add(idLabel);
this.groupBox1.Controls.Add(this.idTextBox);
this.groupBox1.Location = new System.Drawing.Point(8, 2);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(340, 187);
this.groupBox1.TabIndex = 13;
this.groupBox1.TabStop = false;
//
// kONTOTextBox
//
this.kONTOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kONTABindingSource, "KONTO", true));
this.kONTOTextBox.Location = new System.Drawing.Point(63, 71);
this.kONTOTextBox.Multiline = true;
this.kONTOTextBox.Name = "kONTOTextBox";
this.kONTOTextBox.Size = new System.Drawing.Size(257, 100);
this.kONTOTextBox.TabIndex = 5;
//
// kONTABindingSource
//
this.kONTABindingSource.DataMember = "KONTA";
this.kONTABindingSource.DataSource = this.sLOWNIKDataSet;
//
// sLOWNIKDataSet
//
this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// opisTextBox
//
this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kONTABindingSource, "opis", true));
this.opisTextBox.Location = new System.Drawing.Point(63, 45);
this.opisTextBox.Name = "opisTextBox";
this.opisTextBox.Size = new System.Drawing.Size(257, 20);
this.opisTextBox.TabIndex = 3;
//
// idTextBox
//
this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kONTABindingSource, "IdKonta", true));
this.idTextBox.Location = new System.Drawing.Point(63, 19);
this.idTextBox.Name = "idTextBox";
this.idTextBox.Size = new System.Drawing.Size(82, 20);
this.idTextBox.TabIndex = 1;
//
// kONTATableAdapter
//
this.kONTATableAdapter.ClearBeforeFill = true;
//
// AddKontoForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(360, 228);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.AnulujButton);
this.Controls.Add(this.ZapiszButton);
this.Name = "AddKontoForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Konto";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button AnulujButton;
private System.Windows.Forms.Button ZapiszButton;
private System.Windows.Forms.GroupBox groupBox1;
private SLOWNIKDataSet sLOWNIKDataSet;
private System.Windows.Forms.BindingSource kONTABindingSource;
private Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter kONTATableAdapter;
private System.Windows.Forms.TextBox kONTOTextBox;
private System.Windows.Forms.TextBox opisTextBox;
private System.Windows.Forms.TextBox idTextBox;
}
}