| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class FakturowaniePoznanKatowice
|
|---|
| 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FakturowaniePoznanKatowice));
|
|---|
| 33 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|---|
| 34 | this.fakturaButton = new System.Windows.Forms.Button();
|
|---|
| 35 | this.korektaButton = new System.Windows.Forms.Button();
|
|---|
| 36 | this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
|
|---|
| 37 | this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 38 | this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter();
|
|---|
| 39 | this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|---|
| 40 | this.dtpZmianaDaty = new System.Windows.Forms.DateTimePicker();
|
|---|
| 41 | this.nrTygodniaUpDown = new System.Windows.Forms.NumericUpDown();
|
|---|
| 42 | this.usunFaktureButton = new System.Windows.Forms.Button();
|
|---|
| 43 | this.wplataButton = new System.Windows.Forms.Button();
|
|---|
| 44 | this.fAKTURYDataGridView = new System.Windows.Forms.DataGridView();
|
|---|
| 45 | this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 46 | this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 47 | this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 48 | this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 49 | this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|---|
| 50 | this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 51 | this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|---|
| 52 | this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 53 | this.EKSPORT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|---|
| 54 | this.wydrukButton = new System.Windows.Forms.Button();
|
|---|
| 55 | this.agencjaListBox = new System.Windows.Forms.ListBox();
|
|---|
| 56 | this.klienciTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter();
|
|---|
| 57 | this.fakturA_DETAILSTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURA_DETAILSTableAdapter();
|
|---|
| 58 | this.agencjeTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCJETableAdapter();
|
|---|
| 59 | this.kontaTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter();
|
|---|
| 60 | this.wplatyTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter();
|
|---|
| 61 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
|
|---|
| 62 | ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
|
|---|
| 63 | this.groupBox3.SuspendLayout();
|
|---|
| 64 | ((System.ComponentModel.ISupportInitialize)(this.nrTygodniaUpDown)).BeginInit();
|
|---|
| 65 | ((System.ComponentModel.ISupportInitialize)(this.fAKTURYDataGridView)).BeginInit();
|
|---|
| 66 | this.SuspendLayout();
|
|---|
| 67 | //
|
|---|
| 68 | // fakturaButton
|
|---|
| 69 | //
|
|---|
| 70 | this.fakturaButton.Location = new System.Drawing.Point(102, 290);
|
|---|
| 71 | this.fakturaButton.Name = "fakturaButton";
|
|---|
| 72 | this.fakturaButton.Size = new System.Drawing.Size(91, 37);
|
|---|
| 73 | this.fakturaButton.TabIndex = 0;
|
|---|
| 74 | this.fakturaButton.Text = "Wystaw fakturê";
|
|---|
| 75 | this.fakturaButton.UseVisualStyleBackColor = true;
|
|---|
| 76 | this.fakturaButton.Click += new System.EventHandler(this.fakturaButton_Click);
|
|---|
| 77 | //
|
|---|
| 78 | // korektaButton
|
|---|
| 79 | //
|
|---|
| 80 | this.korektaButton.Location = new System.Drawing.Point(199, 290);
|
|---|
| 81 | this.korektaButton.Name = "korektaButton";
|
|---|
| 82 | this.korektaButton.Size = new System.Drawing.Size(85, 37);
|
|---|
| 83 | this.korektaButton.TabIndex = 1;
|
|---|
| 84 | this.korektaButton.Text = "Wystaw korektê";
|
|---|
| 85 | this.korektaButton.UseVisualStyleBackColor = true;
|
|---|
| 86 | this.korektaButton.Click += new System.EventHandler(this.korektaButton_Click);
|
|---|
| 87 | //
|
|---|
| 88 | // rEKLAMADataSet
|
|---|
| 89 | //
|
|---|
| 90 | this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
|
|---|
| 91 | this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 92 | //
|
|---|
| 93 | // fAKTURYBindingSource
|
|---|
| 94 | //
|
|---|
| 95 | this.fAKTURYBindingSource.DataMember = "FAKTURY";
|
|---|
| 96 | this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet;
|
|---|
| 97 | //
|
|---|
| 98 | // fAKTURYTableAdapter
|
|---|
| 99 | //
|
|---|
| 100 | this.fAKTURYTableAdapter.ClearBeforeFill = true;
|
|---|
| 101 | //
|
|---|
| 102 | // groupBox3
|
|---|
| 103 | //
|
|---|
| 104 | this.groupBox3.Controls.Add(this.dtpZmianaDaty);
|
|---|
| 105 | this.groupBox3.Controls.Add(this.nrTygodniaUpDown);
|
|---|
| 106 | this.groupBox3.Controls.Add(this.usunFaktureButton);
|
|---|
| 107 | this.groupBox3.Controls.Add(this.wplataButton);
|
|---|
| 108 | this.groupBox3.Controls.Add(this.fakturaButton);
|
|---|
| 109 | this.groupBox3.Controls.Add(this.korektaButton);
|
|---|
| 110 | this.groupBox3.Controls.Add(this.fAKTURYDataGridView);
|
|---|
| 111 | this.groupBox3.Controls.Add(this.wydrukButton);
|
|---|
| 112 | this.groupBox3.Location = new System.Drawing.Point(117, 12);
|
|---|
| 113 | this.groupBox3.Name = "groupBox3";
|
|---|
| 114 | this.groupBox3.Size = new System.Drawing.Size(479, 338);
|
|---|
| 115 | this.groupBox3.TabIndex = 15;
|
|---|
| 116 | this.groupBox3.TabStop = false;
|
|---|
| 117 | this.groupBox3.Text = "Faktury";
|
|---|
| 118 | //
|
|---|
| 119 | // dtpZmianaDaty
|
|---|
| 120 | //
|
|---|
| 121 | this.dtpZmianaDaty.Format = System.Windows.Forms.DateTimePickerFormat.Short;
|
|---|
| 122 | this.dtpZmianaDaty.Location = new System.Drawing.Point(15, 314);
|
|---|
| 123 | this.dtpZmianaDaty.Name = "dtpZmianaDaty";
|
|---|
| 124 | this.dtpZmianaDaty.Size = new System.Drawing.Size(80, 20);
|
|---|
| 125 | this.dtpZmianaDaty.TabIndex = 14;
|
|---|
| 126 | //
|
|---|
| 127 | // nrTygodniaUpDown
|
|---|
| 128 | //
|
|---|
| 129 | this.nrTygodniaUpDown.Location = new System.Drawing.Point(15, 291);
|
|---|
| 130 | this.nrTygodniaUpDown.Name = "nrTygodniaUpDown";
|
|---|
| 131 | this.nrTygodniaUpDown.Size = new System.Drawing.Size(80, 20);
|
|---|
| 132 | this.nrTygodniaUpDown.TabIndex = 13;
|
|---|
| 133 | //
|
|---|
| 134 | // usunFaktureButton
|
|---|
| 135 | //
|
|---|
| 136 | this.usunFaktureButton.Image = ((System.Drawing.Image)(resources.GetObject("usunFaktureButton.Image")));
|
|---|
| 137 | this.usunFaktureButton.Location = new System.Drawing.Point(290, 291);
|
|---|
| 138 | this.usunFaktureButton.Name = "usunFaktureButton";
|
|---|
| 139 | this.usunFaktureButton.Size = new System.Drawing.Size(44, 37);
|
|---|
| 140 | this.usunFaktureButton.TabIndex = 12;
|
|---|
| 141 | this.usunFaktureButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 142 | this.usunFaktureButton.UseVisualStyleBackColor = true;
|
|---|
| 143 | this.usunFaktureButton.Click += new System.EventHandler(this.usunFaktureButton_Click);
|
|---|
| 144 | //
|
|---|
| 145 | // wplataButton
|
|---|
| 146 | //
|
|---|
| 147 | this.wplataButton.Image = ((System.Drawing.Image)(resources.GetObject("wplataButton.Image")));
|
|---|
| 148 | this.wplataButton.Location = new System.Drawing.Point(340, 291);
|
|---|
| 149 | this.wplataButton.Name = "wplataButton";
|
|---|
| 150 | this.wplataButton.Size = new System.Drawing.Size(81, 36);
|
|---|
| 151 | this.wplataButton.TabIndex = 11;
|
|---|
| 152 | this.wplataButton.Text = "Wp³ata";
|
|---|
| 153 | this.wplataButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
|
|---|
| 154 | this.wplataButton.UseVisualStyleBackColor = true;
|
|---|
| 155 | //
|
|---|
| 156 | // fAKTURYDataGridView
|
|---|
| 157 | //
|
|---|
| 158 | this.fAKTURYDataGridView.AllowUserToAddRows = false;
|
|---|
| 159 | this.fAKTURYDataGridView.AllowUserToDeleteRows = false;
|
|---|
| 160 | dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
|
|---|
| 161 | this.fAKTURYDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|---|
| 162 | this.fAKTURYDataGridView.AutoGenerateColumns = false;
|
|---|
| 163 | this.fAKTURYDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|---|
| 164 | this.fAKTURYDataGridView.BackgroundColor = System.Drawing.Color.White;
|
|---|
| 165 | this.fAKTURYDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|---|
| 166 | this.dataGridViewTextBoxColumn2,
|
|---|
| 167 | this.dataGridViewTextBoxColumn6,
|
|---|
| 168 | this.dataGridViewTextBoxColumn7,
|
|---|
| 169 | this.dataGridViewTextBoxColumn8,
|
|---|
| 170 | this.dataGridViewCheckBoxColumn2,
|
|---|
| 171 | this.dataGridViewTextBoxColumn29,
|
|---|
| 172 | this.dataGridViewTextBoxColumn31,
|
|---|
| 173 | this.dataGridViewTextBoxColumn37,
|
|---|
| 174 | this.EKSPORT});
|
|---|
| 175 | this.fAKTURYDataGridView.DataSource = this.fAKTURYBindingSource;
|
|---|
| 176 | this.fAKTURYDataGridView.Location = new System.Drawing.Point(15, 19);
|
|---|
| 177 | this.fAKTURYDataGridView.MultiSelect = false;
|
|---|
| 178 | this.fAKTURYDataGridView.Name = "fAKTURYDataGridView";
|
|---|
| 179 | this.fAKTURYDataGridView.ReadOnly = true;
|
|---|
| 180 | this.fAKTURYDataGridView.RowHeadersWidth = 10;
|
|---|
| 181 | this.fAKTURYDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|---|
| 182 | this.fAKTURYDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|---|
| 183 | this.fAKTURYDataGridView.Size = new System.Drawing.Size(451, 266);
|
|---|
| 184 | this.fAKTURYDataGridView.TabIndex = 8;
|
|---|
| 185 | //
|
|---|
| 186 | // dataGridViewTextBoxColumn2
|
|---|
| 187 | //
|
|---|
| 188 | this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|---|
| 189 | this.dataGridViewTextBoxColumn2.DataPropertyName = "NUMER";
|
|---|
| 190 | this.dataGridViewTextBoxColumn2.HeaderText = "Nr";
|
|---|
| 191 | this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|---|
| 192 | this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|---|
| 193 | this.dataGridViewTextBoxColumn2.Width = 50;
|
|---|
| 194 | //
|
|---|
| 195 | // dataGridViewTextBoxColumn6
|
|---|
| 196 | //
|
|---|
| 197 | this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|---|
| 198 | this.dataGridViewTextBoxColumn6.DataPropertyName = "NUMER_ROZ";
|
|---|
| 199 | this.dataGridViewTextBoxColumn6.HeaderText = "Agent";
|
|---|
| 200 | this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|---|
| 201 | this.dataGridViewTextBoxColumn6.ReadOnly = true;
|
|---|
| 202 | this.dataGridViewTextBoxColumn6.Width = 65;
|
|---|
| 203 | //
|
|---|
| 204 | // dataGridViewTextBoxColumn7
|
|---|
| 205 | //
|
|---|
| 206 | this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|---|
| 207 | this.dataGridViewTextBoxColumn7.DataPropertyName = "NUMER_ROK";
|
|---|
| 208 | this.dataGridViewTextBoxColumn7.HeaderText = "Rok";
|
|---|
| 209 | this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|---|
| 210 | this.dataGridViewTextBoxColumn7.ReadOnly = true;
|
|---|
| 211 | this.dataGridViewTextBoxColumn7.Width = 65;
|
|---|
| 212 | //
|
|---|
| 213 | // dataGridViewTextBoxColumn8
|
|---|
| 214 | //
|
|---|
| 215 | this.dataGridViewTextBoxColumn8.DataPropertyName = "DATA_WYSTAWIENIA";
|
|---|
| 216 | this.dataGridViewTextBoxColumn8.HeaderText = "Data wystawienia";
|
|---|
| 217 | this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
|
|---|
| 218 | this.dataGridViewTextBoxColumn8.ReadOnly = true;
|
|---|
| 219 | //
|
|---|
| 220 | // dataGridViewCheckBoxColumn2
|
|---|
| 221 | //
|
|---|
| 222 | this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|---|
| 223 | this.dataGridViewCheckBoxColumn2.DataPropertyName = "ZAPLACONO";
|
|---|
| 224 | this.dataGridViewCheckBoxColumn2.HeaderText = "ZP";
|
|---|
| 225 | this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
|
|---|
| 226 | this.dataGridViewCheckBoxColumn2.ReadOnly = true;
|
|---|
| 227 | this.dataGridViewCheckBoxColumn2.Width = 30;
|
|---|
| 228 | //
|
|---|
| 229 | // dataGridViewTextBoxColumn29
|
|---|
| 230 | //
|
|---|
| 231 | this.dataGridViewTextBoxColumn29.DataPropertyName = "suma_zaplat";
|
|---|
| 232 | this.dataGridViewTextBoxColumn29.HeaderText = "Suma zap³at";
|
|---|
| 233 | this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
|
|---|
| 234 | this.dataGridViewTextBoxColumn29.ReadOnly = true;
|
|---|
| 235 | //
|
|---|
| 236 | // dataGridViewTextBoxColumn31
|
|---|
| 237 | //
|
|---|
| 238 | this.dataGridViewTextBoxColumn31.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|---|
| 239 | this.dataGridViewTextBoxColumn31.DataPropertyName = "KOREKTA";
|
|---|
| 240 | this.dataGridViewTextBoxColumn31.HeaderText = "Kor.";
|
|---|
| 241 | this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
|
|---|
| 242 | this.dataGridViewTextBoxColumn31.ReadOnly = true;
|
|---|
| 243 | this.dataGridViewTextBoxColumn31.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|---|
| 244 | this.dataGridViewTextBoxColumn31.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|---|
| 245 | this.dataGridViewTextBoxColumn31.Width = 25;
|
|---|
| 246 | //
|
|---|
| 247 | // dataGridViewTextBoxColumn37
|
|---|
| 248 | //
|
|---|
| 249 | this.dataGridViewTextBoxColumn37.DataPropertyName = "waluta_miano";
|
|---|
| 250 | this.dataGridViewTextBoxColumn37.HeaderText = "Waluta";
|
|---|
| 251 | this.dataGridViewTextBoxColumn37.Name = "dataGridViewTextBoxColumn37";
|
|---|
| 252 | this.dataGridViewTextBoxColumn37.ReadOnly = true;
|
|---|
| 253 | //
|
|---|
| 254 | // EKSPORT
|
|---|
| 255 | //
|
|---|
| 256 | this.EKSPORT.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|---|
| 257 | this.EKSPORT.DataPropertyName = "EKSPORT";
|
|---|
| 258 | this.EKSPORT.FalseValue = "";
|
|---|
| 259 | this.EKSPORT.HeaderText = "EXP";
|
|---|
| 260 | this.EKSPORT.Name = "EKSPORT";
|
|---|
| 261 | this.EKSPORT.ReadOnly = true;
|
|---|
| 262 | this.EKSPORT.TrueValue = "";
|
|---|
| 263 | this.EKSPORT.Width = 30;
|
|---|
| 264 | //
|
|---|
| 265 | // wydrukButton
|
|---|
| 266 | //
|
|---|
| 267 | this.wydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("wydrukButton.Image")));
|
|---|
| 268 | this.wydrukButton.Location = new System.Drawing.Point(427, 291);
|
|---|
| 269 | this.wydrukButton.Name = "wydrukButton";
|
|---|
| 270 | this.wydrukButton.Size = new System.Drawing.Size(39, 36);
|
|---|
| 271 | this.wydrukButton.TabIndex = 7;
|
|---|
| 272 | this.wydrukButton.UseVisualStyleBackColor = true;
|
|---|
| 273 | this.wydrukButton.Click += new System.EventHandler(this.wydrukButton_Click);
|
|---|
| 274 | //
|
|---|
| 275 | // agencjaListBox
|
|---|
| 276 | //
|
|---|
| 277 | this.agencjaListBox.FormattingEnabled = true;
|
|---|
| 278 | this.agencjaListBox.Items.AddRange(new object[] {
|
|---|
| 279 | "POZ",
|
|---|
| 280 | "KAT",
|
|---|
| 281 | "D2D"});
|
|---|
| 282 | this.agencjaListBox.Location = new System.Drawing.Point(23, 22);
|
|---|
| 283 | this.agencjaListBox.Name = "agencjaListBox";
|
|---|
| 284 | this.agencjaListBox.Size = new System.Drawing.Size(64, 95);
|
|---|
| 285 | this.agencjaListBox.TabIndex = 16;
|
|---|
| 286 | this.agencjaListBox.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
|
|---|
| 287 | //
|
|---|
| 288 | // klienciTableAdapter
|
|---|
| 289 | //
|
|---|
| 290 | this.klienciTableAdapter.ClearBeforeFill = true;
|
|---|
| 291 | //
|
|---|
| 292 | // fakturA_DETAILSTableAdapter
|
|---|
| 293 | //
|
|---|
| 294 | this.fakturA_DETAILSTableAdapter.ClearBeforeFill = true;
|
|---|
| 295 | //
|
|---|
| 296 | // agencjeTableAdapter
|
|---|
| 297 | //
|
|---|
| 298 | this.agencjeTableAdapter.ClearBeforeFill = true;
|
|---|
| 299 | //
|
|---|
| 300 | // kontaTableAdapter
|
|---|
| 301 | //
|
|---|
| 302 | this.kontaTableAdapter.ClearBeforeFill = true;
|
|---|
| 303 | //
|
|---|
| 304 | // wplatyTableAdapter
|
|---|
| 305 | //
|
|---|
| 306 | this.wplatyTableAdapter.ClearBeforeFill = true;
|
|---|
| 307 | //
|
|---|
| 308 | // FakturowaniePoznanKatowice
|
|---|
| 309 | //
|
|---|
| 310 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 311 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 312 | this.ClientSize = new System.Drawing.Size(611, 358);
|
|---|
| 313 | this.Controls.Add(this.agencjaListBox);
|
|---|
| 314 | this.Controls.Add(this.groupBox3);
|
|---|
| 315 | this.Name = "FakturowaniePoznanKatowice";
|
|---|
| 316 | this.Text = "Fakturowanie - Poznañ - Katowice";
|
|---|
| 317 | this.Load += new System.EventHandler(this.FakturowaniePoznanKatowice_Load);
|
|---|
| 318 | ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
|
|---|
| 319 | ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
|
|---|
| 320 | this.groupBox3.ResumeLayout(false);
|
|---|
| 321 | ((System.ComponentModel.ISupportInitialize)(this.nrTygodniaUpDown)).EndInit();
|
|---|
| 322 | ((System.ComponentModel.ISupportInitialize)(this.fAKTURYDataGridView)).EndInit();
|
|---|
| 323 | this.ResumeLayout(false);
|
|---|
| 324 |
|
|---|
| 325 | }
|
|---|
| 326 |
|
|---|
| 327 | #endregion
|
|---|
| 328 |
|
|---|
| 329 | private System.Windows.Forms.Button fakturaButton;
|
|---|
| 330 | private System.Windows.Forms.Button korektaButton;
|
|---|
| 331 | private REKLAMADataSet rEKLAMADataSet;
|
|---|
| 332 | private System.Windows.Forms.BindingSource fAKTURYBindingSource;
|
|---|
| 333 | private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
|
|---|
| 334 | private System.Windows.Forms.GroupBox groupBox3;
|
|---|
| 335 | private System.Windows.Forms.Button usunFaktureButton;
|
|---|
| 336 | private System.Windows.Forms.Button wplataButton;
|
|---|
| 337 | private System.Windows.Forms.DataGridView fAKTURYDataGridView;
|
|---|
| 338 | private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|---|
| 339 | private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|---|
| 340 | private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|---|
| 341 | private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
|
|---|
| 342 | private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
|
|---|
| 343 | private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
|
|---|
| 344 | private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewTextBoxColumn31;
|
|---|
| 345 | private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn37;
|
|---|
| 346 | private System.Windows.Forms.DataGridViewCheckBoxColumn EKSPORT;
|
|---|
| 347 | private System.Windows.Forms.Button wydrukButton;
|
|---|
| 348 | private System.Windows.Forms.ListBox agencjaListBox;
|
|---|
| 349 | private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter klienciTableAdapter;
|
|---|
| 350 | private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURA_DETAILSTableAdapter fakturA_DETAILSTableAdapter;
|
|---|
| 351 | private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCJETableAdapter agencjeTableAdapter;
|
|---|
| 352 | private Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter kontaTableAdapter;
|
|---|
| 353 | private System.Windows.Forms.NumericUpDown nrTygodniaUpDown;
|
|---|
| 354 | private System.Windows.Forms.DateTimePicker dtpZmianaDaty;
|
|---|
| 355 | private Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter wplatyTableAdapter;
|
|---|
| 356 | }
|
|---|
| 357 | } |
|---|