| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class AddKontoForm
|
|---|
| 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 idLabel;
|
|---|
| 33 | System.Windows.Forms.Label opisLabel;
|
|---|
| 34 | System.Windows.Forms.Label kONTOLabel;
|
|---|
| 35 | this.AnulujButton = new System.Windows.Forms.Button();
|
|---|
| 36 | this.ZapiszButton = new System.Windows.Forms.Button();
|
|---|
| 37 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|---|
| 38 | this.kONTOTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 39 | this.kONTABindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 40 | this.sLOWNIKDataSet = new Baza_Reklam.SLOWNIKDataSet();
|
|---|
| 41 | this.opisTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 42 | this.idTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 43 | this.kONTATableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter();
|
|---|
| 44 | idLabel = new System.Windows.Forms.Label();
|
|---|
| 45 | opisLabel = new System.Windows.Forms.Label();
|
|---|
| 46 | kONTOLabel = new System.Windows.Forms.Label();
|
|---|
| 47 | this.groupBox1.SuspendLayout();
|
|---|
| 48 | ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).BeginInit();
|
|---|
| 49 | ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).BeginInit();
|
|---|
| 50 | this.SuspendLayout();
|
|---|
| 51 | //
|
|---|
| 52 | // idLabel
|
|---|
| 53 | //
|
|---|
| 54 | idLabel.AutoSize = true;
|
|---|
| 55 | idLabel.Location = new System.Drawing.Point(10, 22);
|
|---|
| 56 | idLabel.Name = "idLabel";
|
|---|
| 57 | idLabel.Size = new System.Drawing.Size(49, 13);
|
|---|
| 58 | idLabel.TabIndex = 0;
|
|---|
| 59 | idLabel.Text = "Id konta:";
|
|---|
| 60 | //
|
|---|
| 61 | // opisLabel
|
|---|
| 62 | //
|
|---|
| 63 | opisLabel.AutoSize = true;
|
|---|
| 64 | opisLabel.Location = new System.Drawing.Point(28, 48);
|
|---|
| 65 | opisLabel.Name = "opisLabel";
|
|---|
| 66 | opisLabel.Size = new System.Drawing.Size(31, 13);
|
|---|
| 67 | opisLabel.TabIndex = 2;
|
|---|
| 68 | opisLabel.Text = "Opis:";
|
|---|
| 69 | //
|
|---|
| 70 | // kONTOLabel
|
|---|
| 71 | //
|
|---|
| 72 | kONTOLabel.AutoSize = true;
|
|---|
| 73 | kONTOLabel.Location = new System.Drawing.Point(19, 74);
|
|---|
| 74 | kONTOLabel.Name = "kONTOLabel";
|
|---|
| 75 | kONTOLabel.Size = new System.Drawing.Size(38, 13);
|
|---|
| 76 | kONTOLabel.TabIndex = 4;
|
|---|
| 77 | kONTOLabel.Text = "Konto:";
|
|---|
| 78 | //
|
|---|
| 79 | // AnulujButton
|
|---|
| 80 | //
|
|---|
| 81 | this.AnulujButton.Location = new System.Drawing.Point(96, 195);
|
|---|
| 82 | this.AnulujButton.Name = "AnulujButton";
|
|---|
| 83 | this.AnulujButton.Size = new System.Drawing.Size(75, 23);
|
|---|
| 84 | this.AnulujButton.TabIndex = 12;
|
|---|
| 85 | this.AnulujButton.Text = "Anuluj";
|
|---|
| 86 | this.AnulujButton.UseVisualStyleBackColor = true;
|
|---|
| 87 | this.AnulujButton.Click += new System.EventHandler(this.AnulujButton_Click);
|
|---|
| 88 | //
|
|---|
| 89 | // ZapiszButton
|
|---|
| 90 | //
|
|---|
| 91 | this.ZapiszButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|---|
| 92 | this.ZapiszButton.Location = new System.Drawing.Point(192, 195);
|
|---|
| 93 | this.ZapiszButton.Name = "ZapiszButton";
|
|---|
| 94 | this.ZapiszButton.Size = new System.Drawing.Size(75, 23);
|
|---|
| 95 | this.ZapiszButton.TabIndex = 11;
|
|---|
| 96 | this.ZapiszButton.Text = "Zapisz";
|
|---|
| 97 | this.ZapiszButton.UseVisualStyleBackColor = true;
|
|---|
| 98 | this.ZapiszButton.Click += new System.EventHandler(this.ZapiszButton_Click);
|
|---|
| 99 | //
|
|---|
| 100 | // groupBox1
|
|---|
| 101 | //
|
|---|
| 102 | this.groupBox1.Controls.Add(kONTOLabel);
|
|---|
| 103 | this.groupBox1.Controls.Add(this.kONTOTextBox);
|
|---|
| 104 | this.groupBox1.Controls.Add(opisLabel);
|
|---|
| 105 | this.groupBox1.Controls.Add(this.opisTextBox);
|
|---|
| 106 | this.groupBox1.Controls.Add(idLabel);
|
|---|
| 107 | this.groupBox1.Controls.Add(this.idTextBox);
|
|---|
| 108 | this.groupBox1.Location = new System.Drawing.Point(8, 2);
|
|---|
| 109 | this.groupBox1.Name = "groupBox1";
|
|---|
| 110 | this.groupBox1.Size = new System.Drawing.Size(340, 187);
|
|---|
| 111 | this.groupBox1.TabIndex = 13;
|
|---|
| 112 | this.groupBox1.TabStop = false;
|
|---|
| 113 | //
|
|---|
| 114 | // kONTOTextBox
|
|---|
| 115 | //
|
|---|
| 116 | this.kONTOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kONTABindingSource, "KONTO", true));
|
|---|
| 117 | this.kONTOTextBox.Location = new System.Drawing.Point(63, 71);
|
|---|
| 118 | this.kONTOTextBox.Multiline = true;
|
|---|
| 119 | this.kONTOTextBox.Name = "kONTOTextBox";
|
|---|
| 120 | this.kONTOTextBox.Size = new System.Drawing.Size(257, 100);
|
|---|
| 121 | this.kONTOTextBox.TabIndex = 5;
|
|---|
| 122 | //
|
|---|
| 123 | // kONTABindingSource
|
|---|
| 124 | //
|
|---|
| 125 | this.kONTABindingSource.DataMember = "KONTA";
|
|---|
| 126 | this.kONTABindingSource.DataSource = this.sLOWNIKDataSet;
|
|---|
| 127 | //
|
|---|
| 128 | // sLOWNIKDataSet
|
|---|
| 129 | //
|
|---|
| 130 | this.sLOWNIKDataSet.DataSetName = "SLOWNIKDataSet";
|
|---|
| 131 | this.sLOWNIKDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 132 | //
|
|---|
| 133 | // opisTextBox
|
|---|
| 134 | //
|
|---|
| 135 | this.opisTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kONTABindingSource, "opis", true));
|
|---|
| 136 | this.opisTextBox.Location = new System.Drawing.Point(63, 45);
|
|---|
| 137 | this.opisTextBox.Name = "opisTextBox";
|
|---|
| 138 | this.opisTextBox.Size = new System.Drawing.Size(257, 20);
|
|---|
| 139 | this.opisTextBox.TabIndex = 3;
|
|---|
| 140 | //
|
|---|
| 141 | // idTextBox
|
|---|
| 142 | //
|
|---|
| 143 | this.idTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.kONTABindingSource, "IdKonta", true));
|
|---|
| 144 | this.idTextBox.Location = new System.Drawing.Point(63, 19);
|
|---|
| 145 | this.idTextBox.Name = "idTextBox";
|
|---|
| 146 | this.idTextBox.Size = new System.Drawing.Size(82, 20);
|
|---|
| 147 | this.idTextBox.TabIndex = 1;
|
|---|
| 148 | //
|
|---|
| 149 | // kONTATableAdapter
|
|---|
| 150 | //
|
|---|
| 151 | this.kONTATableAdapter.ClearBeforeFill = true;
|
|---|
| 152 | //
|
|---|
| 153 | // AddKontoForm
|
|---|
| 154 | //
|
|---|
| 155 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 156 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 157 | this.ClientSize = new System.Drawing.Size(360, 228);
|
|---|
| 158 | this.Controls.Add(this.groupBox1);
|
|---|
| 159 | this.Controls.Add(this.AnulujButton);
|
|---|
| 160 | this.Controls.Add(this.ZapiszButton);
|
|---|
| 161 | this.Name = "AddKontoForm";
|
|---|
| 162 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|---|
| 163 | this.Text = "Konto";
|
|---|
| 164 | this.groupBox1.ResumeLayout(false);
|
|---|
| 165 | this.groupBox1.PerformLayout();
|
|---|
| 166 | ((System.ComponentModel.ISupportInitialize)(this.kONTABindingSource)).EndInit();
|
|---|
| 167 | ((System.ComponentModel.ISupportInitialize)(this.sLOWNIKDataSet)).EndInit();
|
|---|
| 168 | this.ResumeLayout(false);
|
|---|
| 169 |
|
|---|
| 170 | }
|
|---|
| 171 |
|
|---|
| 172 | #endregion
|
|---|
| 173 |
|
|---|
| 174 | private System.Windows.Forms.Button AnulujButton;
|
|---|
| 175 | private System.Windows.Forms.Button ZapiszButton;
|
|---|
| 176 | private System.Windows.Forms.GroupBox groupBox1;
|
|---|
| 177 | private SLOWNIKDataSet sLOWNIKDataSet;
|
|---|
| 178 | private System.Windows.Forms.BindingSource kONTABindingSource;
|
|---|
| 179 | private Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter kONTATableAdapter;
|
|---|
| 180 | private System.Windows.Forms.TextBox kONTOTextBox;
|
|---|
| 181 | private System.Windows.Forms.TextBox opisTextBox;
|
|---|
| 182 | private System.Windows.Forms.TextBox idTextBox;
|
|---|
| 183 | }
|
|---|
| 184 | } |
|---|