| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class PaymentForm2
|
|---|
| 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 dATA_ZAP£ATYLabel;
|
|---|
| 33 | System.Windows.Forms.Label sYMBOL_POTWIERDZENIALabel;
|
|---|
| 34 | System.Windows.Forms.Label rODZAJ_POTWIERDZENIALabel;
|
|---|
| 35 | System.Windows.Forms.Label reklamaIDLabel;
|
|---|
| 36 | System.Windows.Forms.Label bRUTTOLabel;
|
|---|
| 37 | System.Windows.Forms.Label suma_zaplatLabel;
|
|---|
| 38 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PaymentForm2));
|
|---|
| 39 | this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
|
|---|
| 40 | this.dATA_ZAP£ATYDateTimePicker = new System.Windows.Forms.DateTimePicker();
|
|---|
| 41 | this.wplatyBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 42 | this.sYMBOL_POTWIERDZENIATextBox = new System.Windows.Forms.TextBox();
|
|---|
| 43 | this.rODZAJ_POTWIERDZENIAComboBox = new System.Windows.Forms.ComboBox();
|
|---|
| 44 | this.bRUTTOTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 45 | this.zestawienieFakturNEWBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 46 | this.dodajButton = new System.Windows.Forms.Button();
|
|---|
| 47 | this.anulujButton = new System.Windows.Forms.Button();
|
|---|
| 48 | this.iD_REKLAMYTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 49 | this.suma_zaplatTextBox = new System.Windows.Forms.TextBox();
|
|---|
| 50 | this.wplatyTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter();
|
|---|
| 51 | this.zestawienieFakturNEWTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.ZestawienieFakturNEWTableAdapter();
|
|---|
| 52 | dATA_ZAP£ATYLabel = new System.Windows.Forms.Label();
|
|---|
| 53 | sYMBOL_POTWIERDZENIALabel = new System.Windows.Forms.Label();
|
|---|
| 54 | rODZAJ_POTWIERDZENIALabel = new System.Windows.Forms.Label();
|
|---|
| 55 | reklamaIDLabel = new System.Windows.Forms.Label();
|
|---|
| 56 | bRUTTOLabel = new System.Windows.Forms.Label();
|
|---|
| 57 | suma_zaplatLabel = new System.Windows.Forms.Label();
|
|---|
| 58 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
|
|---|
| 59 | ((System.ComponentModel.ISupportInitialize)(this.wplatyBindingSource)).BeginInit();
|
|---|
| 60 | ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturNEWBindingSource)).BeginInit();
|
|---|
| 61 | this.SuspendLayout();
|
|---|
| 62 | //
|
|---|
| 63 | // dATA_ZAP£ATYLabel
|
|---|
| 64 | //
|
|---|
| 65 | dATA_ZAP£ATYLabel.AutoSize = true;
|
|---|
| 66 | dATA_ZAP£ATYLabel.Location = new System.Drawing.Point(173, 21);
|
|---|
| 67 | dATA_ZAP£ATYLabel.Name = "dATA_ZAP£ATYLabel";
|
|---|
| 68 | dATA_ZAP£ATYLabel.Size = new System.Drawing.Size(71, 13);
|
|---|
| 69 | dATA_ZAP£ATYLabel.TabIndex = 1;
|
|---|
| 70 | dATA_ZAP£ATYLabel.Text = "Data zap³aty:";
|
|---|
| 71 | //
|
|---|
| 72 | // sYMBOL_POTWIERDZENIALabel
|
|---|
| 73 | //
|
|---|
| 74 | sYMBOL_POTWIERDZENIALabel.AutoSize = true;
|
|---|
| 75 | sYMBOL_POTWIERDZENIALabel.Location = new System.Drawing.Point(172, 121);
|
|---|
| 76 | sYMBOL_POTWIERDZENIALabel.Name = "sYMBOL_POTWIERDZENIALabel";
|
|---|
| 77 | sYMBOL_POTWIERDZENIALabel.Size = new System.Drawing.Size(112, 13);
|
|---|
| 78 | sYMBOL_POTWIERDZENIALabel.TabIndex = 3;
|
|---|
| 79 | sYMBOL_POTWIERDZENIALabel.Text = "Symbol potwierdzenia:";
|
|---|
| 80 | //
|
|---|
| 81 | // rODZAJ_POTWIERDZENIALabel
|
|---|
| 82 | //
|
|---|
| 83 | rODZAJ_POTWIERDZENIALabel.AutoSize = true;
|
|---|
| 84 | rODZAJ_POTWIERDZENIALabel.Location = new System.Drawing.Point(173, 71);
|
|---|
| 85 | rODZAJ_POTWIERDZENIALabel.Name = "rODZAJ_POTWIERDZENIALabel";
|
|---|
| 86 | rODZAJ_POTWIERDZENIALabel.Size = new System.Drawing.Size(111, 13);
|
|---|
| 87 | rODZAJ_POTWIERDZENIALabel.TabIndex = 5;
|
|---|
| 88 | rODZAJ_POTWIERDZENIALabel.Text = "Rodzaj potwierdzenia:";
|
|---|
| 89 | //
|
|---|
| 90 | // reklamaIDLabel
|
|---|
| 91 | //
|
|---|
| 92 | reklamaIDLabel.AutoSize = true;
|
|---|
| 93 | reklamaIDLabel.Location = new System.Drawing.Point(19, 21);
|
|---|
| 94 | reklamaIDLabel.Name = "reklamaIDLabel";
|
|---|
| 95 | reklamaIDLabel.Size = new System.Drawing.Size(56, 13);
|
|---|
| 96 | reklamaIDLabel.TabIndex = 6;
|
|---|
| 97 | reklamaIDLabel.Text = "Nr faktury:";
|
|---|
| 98 | //
|
|---|
| 99 | // bRUTTOLabel
|
|---|
| 100 | //
|
|---|
| 101 | bRUTTOLabel.AutoSize = true;
|
|---|
| 102 | bRUTTOLabel.Location = new System.Drawing.Point(19, 71);
|
|---|
| 103 | bRUTTOLabel.Name = "bRUTTOLabel";
|
|---|
| 104 | bRUTTOLabel.Size = new System.Drawing.Size(38, 13);
|
|---|
| 105 | bRUTTOLabel.TabIndex = 12;
|
|---|
| 106 | bRUTTOLabel.Text = "Brutto:";
|
|---|
| 107 | //
|
|---|
| 108 | // suma_zaplatLabel
|
|---|
| 109 | //
|
|---|
| 110 | suma_zaplatLabel.AutoSize = true;
|
|---|
| 111 | suma_zaplatLabel.Location = new System.Drawing.Point(19, 121);
|
|---|
| 112 | suma_zaplatLabel.Name = "suma_zaplatLabel";
|
|---|
| 113 | suma_zaplatLabel.Size = new System.Drawing.Size(70, 13);
|
|---|
| 114 | suma_zaplatLabel.TabIndex = 16;
|
|---|
| 115 | suma_zaplatLabel.Text = "Suma zap³at:";
|
|---|
| 116 | //
|
|---|
| 117 | // rEKLAMADataSet
|
|---|
| 118 | //
|
|---|
| 119 | this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
|
|---|
| 120 | this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 121 | //
|
|---|
| 122 | // dATA_ZAP£ATYDateTimePicker
|
|---|
| 123 | //
|
|---|
| 124 | this.dATA_ZAP£ATYDateTimePicker.DataBindings.Add(new System.Windows.Forms.Binding("Value", this.wplatyBindingSource, "dataWplaty", true));
|
|---|
| 125 | this.dATA_ZAP£ATYDateTimePicker.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|---|
| 126 | this.dATA_ZAP£ATYDateTimePicker.Location = new System.Drawing.Point(176, 37);
|
|---|
| 127 | this.dATA_ZAP£ATYDateTimePicker.Name = "dATA_ZAP£ATYDateTimePicker";
|
|---|
| 128 | this.dATA_ZAP£ATYDateTimePicker.Size = new System.Drawing.Size(120, 20);
|
|---|
| 129 | this.dATA_ZAP£ATYDateTimePicker.TabIndex = 2;
|
|---|
| 130 | //
|
|---|
| 131 | // wplatyBindingSource
|
|---|
| 132 | //
|
|---|
| 133 | this.wplatyBindingSource.DataMember = "Wplaty";
|
|---|
| 134 | this.wplatyBindingSource.DataSource = this.rEKLAMADataSet;
|
|---|
| 135 | //
|
|---|
| 136 | // sYMBOL_POTWIERDZENIATextBox
|
|---|
| 137 | //
|
|---|
| 138 | this.sYMBOL_POTWIERDZENIATextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.wplatyBindingSource, "symbolPotwierdzenia", true));
|
|---|
| 139 | this.sYMBOL_POTWIERDZENIATextBox.Location = new System.Drawing.Point(175, 137);
|
|---|
| 140 | this.sYMBOL_POTWIERDZENIATextBox.MaxLength = 25;
|
|---|
| 141 | this.sYMBOL_POTWIERDZENIATextBox.Name = "sYMBOL_POTWIERDZENIATextBox";
|
|---|
| 142 | this.sYMBOL_POTWIERDZENIATextBox.Size = new System.Drawing.Size(121, 20);
|
|---|
| 143 | this.sYMBOL_POTWIERDZENIATextBox.TabIndex = 4;
|
|---|
| 144 | //
|
|---|
| 145 | // rODZAJ_POTWIERDZENIAComboBox
|
|---|
| 146 | //
|
|---|
| 147 | this.rODZAJ_POTWIERDZENIAComboBox.DataBindings.Add(new System.Windows.Forms.Binding("SelectedItem", this.wplatyBindingSource, "rodzajPotwierdzenia", true));
|
|---|
| 148 | this.rODZAJ_POTWIERDZENIAComboBox.FormattingEnabled = true;
|
|---|
| 149 | this.rODZAJ_POTWIERDZENIAComboBox.Items.AddRange(new object[] {
|
|---|
| 150 | "FAX",
|
|---|
| 151 | "KP",
|
|---|
| 152 | "PRZ",
|
|---|
| 153 | "ECARD",
|
|---|
| 154 | "FV"});
|
|---|
| 155 | this.rODZAJ_POTWIERDZENIAComboBox.Location = new System.Drawing.Point(176, 87);
|
|---|
| 156 | this.rODZAJ_POTWIERDZENIAComboBox.Name = "rODZAJ_POTWIERDZENIAComboBox";
|
|---|
| 157 | this.rODZAJ_POTWIERDZENIAComboBox.Size = new System.Drawing.Size(120, 21);
|
|---|
| 158 | this.rODZAJ_POTWIERDZENIAComboBox.TabIndex = 6;
|
|---|
| 159 | //
|
|---|
| 160 | // bRUTTOTextBox
|
|---|
| 161 | //
|
|---|
| 162 | this.bRUTTOTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zestawienieFakturNEWBindingSource, "BRUTTO", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
|
|---|
| 163 | this.bRUTTOTextBox.Enabled = false;
|
|---|
| 164 | this.bRUTTOTextBox.Location = new System.Drawing.Point(22, 87);
|
|---|
| 165 | this.bRUTTOTextBox.Name = "bRUTTOTextBox";
|
|---|
| 166 | this.bRUTTOTextBox.Size = new System.Drawing.Size(120, 20);
|
|---|
| 167 | this.bRUTTOTextBox.TabIndex = 13;
|
|---|
| 168 | this.bRUTTOTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|---|
| 169 | //
|
|---|
| 170 | // zestawienieFakturNEWBindingSource
|
|---|
| 171 | //
|
|---|
| 172 | this.zestawienieFakturNEWBindingSource.DataMember = "ZestawienieFakturNEW";
|
|---|
| 173 | this.zestawienieFakturNEWBindingSource.DataSource = this.rEKLAMADataSet;
|
|---|
| 174 | //
|
|---|
| 175 | // dodajButton
|
|---|
| 176 | //
|
|---|
| 177 | this.dodajButton.Image = ((System.Drawing.Image)(resources.GetObject("dodajButton.Image")));
|
|---|
| 178 | this.dodajButton.Location = new System.Drawing.Point(175, 176);
|
|---|
| 179 | this.dodajButton.Name = "dodajButton";
|
|---|
| 180 | this.dodajButton.Size = new System.Drawing.Size(90, 32);
|
|---|
| 181 | this.dodajButton.TabIndex = 14;
|
|---|
| 182 | this.dodajButton.Text = "Zapisz";
|
|---|
| 183 | this.dodajButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|---|
| 184 | this.dodajButton.UseVisualStyleBackColor = true;
|
|---|
| 185 | this.dodajButton.Click += new System.EventHandler(this.dodajButton_Click);
|
|---|
| 186 | //
|
|---|
| 187 | // anulujButton
|
|---|
| 188 | //
|
|---|
| 189 | this.anulujButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|---|
| 190 | this.anulujButton.Image = ((System.Drawing.Image)(resources.GetObject("anulujButton.Image")));
|
|---|
| 191 | this.anulujButton.Location = new System.Drawing.Point(67, 176);
|
|---|
| 192 | this.anulujButton.Name = "anulujButton";
|
|---|
| 193 | this.anulujButton.Size = new System.Drawing.Size(75, 32);
|
|---|
| 194 | this.anulujButton.TabIndex = 15;
|
|---|
| 195 | this.anulujButton.Text = "Anuluj";
|
|---|
| 196 | this.anulujButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|---|
| 197 | this.anulujButton.UseVisualStyleBackColor = true;
|
|---|
| 198 | this.anulujButton.Click += new System.EventHandler(this.anulujButton_Click);
|
|---|
| 199 | //
|
|---|
| 200 | // iD_REKLAMYTextBox
|
|---|
| 201 | //
|
|---|
| 202 | this.iD_REKLAMYTextBox.BackColor = System.Drawing.Color.White;
|
|---|
| 203 | this.iD_REKLAMYTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zestawienieFakturNEWBindingSource, "NR_FK", true));
|
|---|
| 204 | this.iD_REKLAMYTextBox.Enabled = false;
|
|---|
| 205 | this.iD_REKLAMYTextBox.Location = new System.Drawing.Point(21, 37);
|
|---|
| 206 | this.iD_REKLAMYTextBox.Name = "iD_REKLAMYTextBox";
|
|---|
| 207 | this.iD_REKLAMYTextBox.ReadOnly = true;
|
|---|
| 208 | this.iD_REKLAMYTextBox.Size = new System.Drawing.Size(121, 20);
|
|---|
| 209 | this.iD_REKLAMYTextBox.TabIndex = 16;
|
|---|
| 210 | this.iD_REKLAMYTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|---|
| 211 | //
|
|---|
| 212 | // suma_zaplatTextBox
|
|---|
| 213 | //
|
|---|
| 214 | this.suma_zaplatTextBox.BackColor = System.Drawing.Color.WhiteSmoke;
|
|---|
| 215 | this.suma_zaplatTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.zestawienieFakturNEWBindingSource, "suma_zaplat", true, System.Windows.Forms.DataSourceUpdateMode.OnValidation, null, "C2"));
|
|---|
| 216 | this.suma_zaplatTextBox.Location = new System.Drawing.Point(22, 137);
|
|---|
| 217 | this.suma_zaplatTextBox.Name = "suma_zaplatTextBox";
|
|---|
| 218 | this.suma_zaplatTextBox.ReadOnly = true;
|
|---|
| 219 | this.suma_zaplatTextBox.Size = new System.Drawing.Size(120, 20);
|
|---|
| 220 | this.suma_zaplatTextBox.TabIndex = 17;
|
|---|
| 221 | this.suma_zaplatTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|---|
| 222 | //
|
|---|
| 223 | // wplatyTableAdapter
|
|---|
| 224 | //
|
|---|
| 225 | this.wplatyTableAdapter.ClearBeforeFill = true;
|
|---|
| 226 | //
|
|---|
| 227 | // zestawienieFakturNEWTableAdapter
|
|---|
| 228 | //
|
|---|
| 229 | this.zestawienieFakturNEWTableAdapter.ClearBeforeFill = true;
|
|---|
| 230 | //
|
|---|
| 231 | // PaymentForm2
|
|---|
| 232 | //
|
|---|
| 233 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 234 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 235 | this.ClientSize = new System.Drawing.Size(320, 218);
|
|---|
| 236 | this.Controls.Add(suma_zaplatLabel);
|
|---|
| 237 | this.Controls.Add(this.suma_zaplatTextBox);
|
|---|
| 238 | this.Controls.Add(this.iD_REKLAMYTextBox);
|
|---|
| 239 | this.Controls.Add(this.anulujButton);
|
|---|
| 240 | this.Controls.Add(this.dodajButton);
|
|---|
| 241 | this.Controls.Add(bRUTTOLabel);
|
|---|
| 242 | this.Controls.Add(this.bRUTTOTextBox);
|
|---|
| 243 | this.Controls.Add(reklamaIDLabel);
|
|---|
| 244 | this.Controls.Add(rODZAJ_POTWIERDZENIALabel);
|
|---|
| 245 | this.Controls.Add(this.rODZAJ_POTWIERDZENIAComboBox);
|
|---|
| 246 | this.Controls.Add(sYMBOL_POTWIERDZENIALabel);
|
|---|
| 247 | this.Controls.Add(this.sYMBOL_POTWIERDZENIATextBox);
|
|---|
| 248 | this.Controls.Add(dATA_ZAP£ATYLabel);
|
|---|
| 249 | this.Controls.Add(this.dATA_ZAP£ATYDateTimePicker);
|
|---|
| 250 | this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|---|
| 251 | this.Name = "PaymentForm2";
|
|---|
| 252 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|---|
| 253 | this.Text = "Wp³ata";
|
|---|
| 254 | this.Load += new System.EventHandler(this.PaymentForm_Load);
|
|---|
| 255 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
|
|---|
| 256 | ((System.ComponentModel.ISupportInitialize)(this.wplatyBindingSource)).EndInit();
|
|---|
| 257 | ((System.ComponentModel.ISupportInitialize)(this.zestawienieFakturNEWBindingSource)).EndInit();
|
|---|
| 258 | this.ResumeLayout(false);
|
|---|
| 259 | this.PerformLayout();
|
|---|
| 260 |
|
|---|
| 261 | }
|
|---|
| 262 |
|
|---|
| 263 | #endregion
|
|---|
| 264 |
|
|---|
| 265 | private REKLAMADataSet rEKLAMADataSet;
|
|---|
| 266 | private System.Windows.Forms.DateTimePicker dATA_ZAP£ATYDateTimePicker;
|
|---|
| 267 | private System.Windows.Forms.TextBox sYMBOL_POTWIERDZENIATextBox;
|
|---|
| 268 | private System.Windows.Forms.ComboBox rODZAJ_POTWIERDZENIAComboBox;
|
|---|
| 269 | private System.Windows.Forms.TextBox bRUTTOTextBox;
|
|---|
| 270 | private System.Windows.Forms.Button dodajButton;
|
|---|
| 271 | private System.Windows.Forms.Button anulujButton;
|
|---|
| 272 | private System.Windows.Forms.TextBox iD_REKLAMYTextBox;
|
|---|
| 273 | private System.Windows.Forms.TextBox suma_zaplatTextBox;
|
|---|
| 274 | private System.Windows.Forms.BindingSource wplatyBindingSource;
|
|---|
| 275 | private Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter wplatyTableAdapter;
|
|---|
| 276 | private System.Windows.Forms.BindingSource zestawienieFakturNEWBindingSource;
|
|---|
| 277 | private Baza_Reklam.REKLAMADataSetTableAdapters.ZestawienieFakturNEWTableAdapter zestawienieFakturNEWTableAdapter;
|
|---|
| 278 | }
|
|---|
| 279 | } |
|---|