| 1 | namespace ExportFaktur
|
|---|
| 2 | {
|
|---|
| 3 | partial class ExportForm
|
|---|
| 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(ExportForm));
|
|---|
| 33 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|---|
| 34 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|---|
| 35 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|---|
| 36 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|---|
| 37 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|---|
| 38 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|---|
| 39 | System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|---|
| 40 | this.exportFakturToolStrip = new System.Windows.Forms.ToolStrip();
|
|---|
| 41 | this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
|---|
| 42 | this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|---|
| 43 | this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 44 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|---|
| 45 | this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|---|
| 46 | this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
|
|---|
| 47 | this.statusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|---|
| 48 | this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|---|
| 49 | this.EXPORTED = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|---|
| 50 | this.ID_FAKTURY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 51 | this.pelnynumerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 52 | this.ID_NABYWCY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 53 | this.DATA_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 54 | this.MIEJSCOWOSC_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|---|
| 55 | this.exportujDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|---|
| 56 | this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|---|
| 57 | this.eXPODataSet = new ExportFaktur.EXPODataSet();
|
|---|
| 58 | this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
|
|---|
| 59 | this.cbSelectAll = new System.Windows.Forms.CheckBox();
|
|---|
| 60 | this.fAKTURYTableAdapter = new ExportFaktur.EXPODataSetTableAdapters.FAKTURYTableAdapter();
|
|---|
| 61 | this.exportFakturToolStrip.SuspendLayout();
|
|---|
| 62 | this.statusStrip1.SuspendLayout();
|
|---|
| 63 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|---|
| 64 | ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
|
|---|
| 65 | ((System.ComponentModel.ISupportInitialize)(this.eXPODataSet)).BeginInit();
|
|---|
| 66 | this.SuspendLayout();
|
|---|
| 67 | //
|
|---|
| 68 | // exportFakturToolStrip
|
|---|
| 69 | //
|
|---|
| 70 | this.exportFakturToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|---|
| 71 | this.exportFakturToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 72 | this.toolStripButton1,
|
|---|
| 73 | this.toolStripButton2,
|
|---|
| 74 | this.refreshToolStripButton,
|
|---|
| 75 | this.toolStripSeparator1});
|
|---|
| 76 | this.exportFakturToolStrip.Location = new System.Drawing.Point(0, 0);
|
|---|
| 77 | this.exportFakturToolStrip.Name = "exportFakturToolStrip";
|
|---|
| 78 | this.exportFakturToolStrip.Size = new System.Drawing.Size(876, 39);
|
|---|
| 79 | this.exportFakturToolStrip.TabIndex = 0;
|
|---|
| 80 | this.exportFakturToolStrip.Text = "Export faktur";
|
|---|
| 81 | //
|
|---|
| 82 | // toolStripButton1
|
|---|
| 83 | //
|
|---|
| 84 | this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
|
|---|
| 85 | this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 86 | this.toolStripButton1.Name = "toolStripButton1";
|
|---|
| 87 | this.toolStripButton1.Size = new System.Drawing.Size(107, 36);
|
|---|
| 88 | this.toolStripButton1.Text = "Export faktur";
|
|---|
| 89 | this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
|---|
| 90 | //
|
|---|
| 91 | // toolStripButton2
|
|---|
| 92 | //
|
|---|
| 93 | this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
|
|---|
| 94 | this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 95 | this.toolStripButton2.Name = "toolStripButton2";
|
|---|
| 96 | this.toolStripButton2.Size = new System.Drawing.Size(73, 36);
|
|---|
| 97 | this.toolStripButton2.Text = "Anuluj";
|
|---|
| 98 | this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
|
|---|
| 99 | //
|
|---|
| 100 | // refreshToolStripButton
|
|---|
| 101 | //
|
|---|
| 102 | this.refreshToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripButton.Image")));
|
|---|
| 103 | this.refreshToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 104 | this.refreshToolStripButton.Name = "refreshToolStripButton";
|
|---|
| 105 | this.refreshToolStripButton.Size = new System.Drawing.Size(83, 36);
|
|---|
| 106 | this.refreshToolStripButton.Text = "Odwie¿";
|
|---|
| 107 | this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click);
|
|---|
| 108 | //
|
|---|
| 109 | // toolStripSeparator1
|
|---|
| 110 | //
|
|---|
| 111 | this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|---|
| 112 | this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
|
|---|
| 113 | //
|
|---|
| 114 | // statusStrip1
|
|---|
| 115 | //
|
|---|
| 116 | this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 117 | this.toolStripProgressBar1,
|
|---|
| 118 | this.statusLabel1});
|
|---|
| 119 | this.statusStrip1.Location = new System.Drawing.Point(0, 538);
|
|---|
| 120 | this.statusStrip1.Name = "statusStrip1";
|
|---|
| 121 | this.statusStrip1.Size = new System.Drawing.Size(876, 22);
|
|---|
| 122 | this.statusStrip1.TabIndex = 1;
|
|---|
| 123 | this.statusStrip1.Text = "statusStrip1";
|
|---|
| 124 | //
|
|---|
| 125 | // toolStripProgressBar1
|
|---|
| 126 | //
|
|---|
| 127 | this.toolStripProgressBar1.Name = "toolStripProgressBar1";
|
|---|
| 128 | this.toolStripProgressBar1.Size = new System.Drawing.Size(500, 16);
|
|---|
| 129 | //
|
|---|
| 130 | // statusLabel1
|
|---|
| 131 | //
|
|---|
| 132 | this.statusLabel1.Name = "statusLabel1";
|
|---|
| 133 | this.statusLabel1.Size = new System.Drawing.Size(109, 17);
|
|---|
| 134 | this.statusLabel1.Text = "toolStripStatusLabel1";
|
|---|
| 135 | this.statusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|---|
| 136 | //
|
|---|
| 137 | // dataGridView1
|
|---|
| 138 | //
|
|---|
| 139 | this.dataGridView1.AllowUserToAddRows = false;
|
|---|
| 140 | this.dataGridView1.AllowUserToDeleteRows = false;
|
|---|
| 141 | dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
|
|---|
| 142 | this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|---|
| 143 | this.dataGridView1.AutoGenerateColumns = false;
|
|---|
| 144 | this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
|
|---|
| 145 | dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|---|
| 146 | dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
|
|---|
| 147 | dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
|
|---|
| 148 | dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
|
|---|
| 149 | dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|---|
| 150 | dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|---|
| 151 | dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|---|
| 152 | this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
|
|---|
| 153 | this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|---|
| 154 | this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|---|
| 155 | this.EXPORTED,
|
|---|
| 156 | this.ID_FAKTURY,
|
|---|
| 157 | this.pelnynumerDataGridViewTextBoxColumn,
|
|---|
| 158 | this.ID_NABYWCY,
|
|---|
| 159 | this.DATA_WYSTAWIENIA,
|
|---|
| 160 | this.MIEJSCOWOSC_WYSTAWIENIA,
|
|---|
| 161 | this.exportujDataGridViewCheckBoxColumn});
|
|---|
| 162 | this.dataGridView1.DataSource = this.fAKTURYBindingSource;
|
|---|
| 163 | this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|---|
| 164 | this.dataGridView1.Location = new System.Drawing.Point(0, 39);
|
|---|
| 165 | this.dataGridView1.Name = "dataGridView1";
|
|---|
| 166 | this.dataGridView1.RowHeadersWidth = 10;
|
|---|
| 167 | this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|---|
| 168 | this.dataGridView1.Size = new System.Drawing.Size(876, 499);
|
|---|
| 169 | this.dataGridView1.TabIndex = 4;
|
|---|
| 170 | this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
|
|---|
| 171 | //
|
|---|
| 172 | // EXPORTED
|
|---|
| 173 | //
|
|---|
| 174 | this.EXPORTED.DataPropertyName = "EXPORTED";
|
|---|
| 175 | this.EXPORTED.HeaderText = "EXPORTED";
|
|---|
| 176 | this.EXPORTED.Name = "EXPORTED";
|
|---|
| 177 | this.EXPORTED.ReadOnly = true;
|
|---|
| 178 | //
|
|---|
| 179 | // ID_FAKTURY
|
|---|
| 180 | //
|
|---|
| 181 | this.ID_FAKTURY.DataPropertyName = "ID_FAKTURY";
|
|---|
| 182 | dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|---|
| 183 | this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle3;
|
|---|
| 184 | this.ID_FAKTURY.HeaderText = "ID FAKTURY";
|
|---|
| 185 | this.ID_FAKTURY.Name = "ID_FAKTURY";
|
|---|
| 186 | this.ID_FAKTURY.ReadOnly = true;
|
|---|
| 187 | //
|
|---|
| 188 | // pelnynumerDataGridViewTextBoxColumn
|
|---|
| 189 | //
|
|---|
| 190 | this.pelnynumerDataGridViewTextBoxColumn.DataPropertyName = "Pelny_numer";
|
|---|
| 191 | dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|---|
| 192 | this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4;
|
|---|
| 193 | this.pelnynumerDataGridViewTextBoxColumn.HeaderText = "NUMER FAKTURY";
|
|---|
| 194 | this.pelnynumerDataGridViewTextBoxColumn.Name = "pelnynumerDataGridViewTextBoxColumn";
|
|---|
| 195 | this.pelnynumerDataGridViewTextBoxColumn.ReadOnly = true;
|
|---|
| 196 | //
|
|---|
| 197 | // ID_NABYWCY
|
|---|
| 198 | //
|
|---|
| 199 | this.ID_NABYWCY.DataPropertyName = "ID_NABYWCY";
|
|---|
| 200 | dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|---|
| 201 | this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle5;
|
|---|
| 202 | this.ID_NABYWCY.HeaderText = "ID NABYWCY";
|
|---|
| 203 | this.ID_NABYWCY.Name = "ID_NABYWCY";
|
|---|
| 204 | this.ID_NABYWCY.ReadOnly = true;
|
|---|
| 205 | //
|
|---|
| 206 | // DATA_WYSTAWIENIA
|
|---|
| 207 | //
|
|---|
| 208 | this.DATA_WYSTAWIENIA.DataPropertyName = "DATA_WYSTAWIENIA";
|
|---|
| 209 | dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|---|
| 210 | this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle6;
|
|---|
| 211 | this.DATA_WYSTAWIENIA.HeaderText = "DATA WYSTAWIENIA";
|
|---|
| 212 | this.DATA_WYSTAWIENIA.Name = "DATA_WYSTAWIENIA";
|
|---|
| 213 | this.DATA_WYSTAWIENIA.ReadOnly = true;
|
|---|
| 214 | //
|
|---|
| 215 | // MIEJSCOWOSC_WYSTAWIENIA
|
|---|
| 216 | //
|
|---|
| 217 | this.MIEJSCOWOSC_WYSTAWIENIA.DataPropertyName = "MIEJSCOWOSC_WYSTAWIENIA";
|
|---|
| 218 | dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|---|
| 219 | this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle7;
|
|---|
| 220 | this.MIEJSCOWOSC_WYSTAWIENIA.HeaderText = "MIEJSCE";
|
|---|
| 221 | this.MIEJSCOWOSC_WYSTAWIENIA.Name = "MIEJSCOWOSC_WYSTAWIENIA";
|
|---|
| 222 | this.MIEJSCOWOSC_WYSTAWIENIA.ReadOnly = true;
|
|---|
| 223 | //
|
|---|
| 224 | // exportujDataGridViewCheckBoxColumn
|
|---|
| 225 | //
|
|---|
| 226 | this.exportujDataGridViewCheckBoxColumn.DataPropertyName = "Exportuj";
|
|---|
| 227 | this.exportujDataGridViewCheckBoxColumn.HeaderText = "EXPORTUJ";
|
|---|
| 228 | this.exportujDataGridViewCheckBoxColumn.Name = "exportujDataGridViewCheckBoxColumn";
|
|---|
| 229 | //
|
|---|
| 230 | // fAKTURYBindingSource
|
|---|
| 231 | //
|
|---|
| 232 | this.fAKTURYBindingSource.DataMember = "FAKTURY";
|
|---|
| 233 | this.fAKTURYBindingSource.DataSource = this.eXPODataSet;
|
|---|
| 234 | //
|
|---|
| 235 | // eXPODataSet
|
|---|
| 236 | //
|
|---|
| 237 | this.eXPODataSet.DataSetName = "EXPODataSet";
|
|---|
| 238 | this.eXPODataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|---|
| 239 | //
|
|---|
| 240 | // backgroundWorker1
|
|---|
| 241 | //
|
|---|
| 242 | this.backgroundWorker1.WorkerReportsProgress = true;
|
|---|
| 243 | this.backgroundWorker1.WorkerSupportsCancellation = true;
|
|---|
| 244 | this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
|
|---|
| 245 | this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
|
|---|
| 246 | this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
|
|---|
| 247 | //
|
|---|
| 248 | // cbSelectAll
|
|---|
| 249 | //
|
|---|
| 250 | this.cbSelectAll.AutoSize = true;
|
|---|
| 251 | this.cbSelectAll.Checked = true;
|
|---|
| 252 | this.cbSelectAll.CheckState = System.Windows.Forms.CheckState.Checked;
|
|---|
| 253 | this.cbSelectAll.Location = new System.Drawing.Point(614, 12);
|
|---|
| 254 | this.cbSelectAll.Name = "cbSelectAll";
|
|---|
| 255 | this.cbSelectAll.Size = new System.Drawing.Size(114, 17);
|
|---|
| 256 | this.cbSelectAll.TabIndex = 5;
|
|---|
| 257 | this.cbSelectAll.Text = "Odznacz wszystko";
|
|---|
| 258 | this.cbSelectAll.UseVisualStyleBackColor = true;
|
|---|
| 259 | this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged);
|
|---|
| 260 | //
|
|---|
| 261 | // fAKTURYTableAdapter
|
|---|
| 262 | //
|
|---|
| 263 | this.fAKTURYTableAdapter.ClearBeforeFill = true;
|
|---|
| 264 | //
|
|---|
| 265 | // ExportForm
|
|---|
| 266 | //
|
|---|
| 267 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 268 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 269 | this.ClientSize = new System.Drawing.Size(876, 560);
|
|---|
| 270 | this.Controls.Add(this.cbSelectAll);
|
|---|
| 271 | this.Controls.Add(this.dataGridView1);
|
|---|
| 272 | this.Controls.Add(this.statusStrip1);
|
|---|
| 273 | this.Controls.Add(this.exportFakturToolStrip);
|
|---|
| 274 | this.Name = "ExportForm";
|
|---|
| 275 | this.Text = "Export faktur do CDN Optima";
|
|---|
| 276 | this.Load += new System.EventHandler(this.ExportForm_Load);
|
|---|
| 277 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExportForm_FormClosing);
|
|---|
| 278 | this.exportFakturToolStrip.ResumeLayout(false);
|
|---|
| 279 | this.exportFakturToolStrip.PerformLayout();
|
|---|
| 280 | this.statusStrip1.ResumeLayout(false);
|
|---|
| 281 | this.statusStrip1.PerformLayout();
|
|---|
| 282 | ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|---|
| 283 | ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
|
|---|
| 284 | ((System.ComponentModel.ISupportInitialize)(this.eXPODataSet)).EndInit();
|
|---|
| 285 | this.ResumeLayout(false);
|
|---|
| 286 | this.PerformLayout();
|
|---|
| 287 |
|
|---|
| 288 | }
|
|---|
| 289 |
|
|---|
| 290 | #endregion
|
|---|
| 291 |
|
|---|
| 292 | private System.Windows.Forms.ToolStrip exportFakturToolStrip;
|
|---|
| 293 | private System.Windows.Forms.ToolStripButton toolStripButton1;
|
|---|
| 294 | private System.Windows.Forms.StatusStrip statusStrip1;
|
|---|
| 295 | private EXPODataSet eXPODataSet;
|
|---|
| 296 | private ExportFaktur.EXPODataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
|
|---|
| 297 | private System.Windows.Forms.BindingSource fAKTURYBindingSource;
|
|---|
| 298 | private System.Windows.Forms.ToolStripButton toolStripButton2;
|
|---|
| 299 | private System.Windows.Forms.DataGridView dataGridView1;
|
|---|
| 300 | private System.ComponentModel.BackgroundWorker backgroundWorker1;
|
|---|
| 301 | private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
|
|---|
| 302 | private System.Windows.Forms.ToolStripStatusLabel statusLabel1;
|
|---|
| 303 | private System.Windows.Forms.ToolStripButton refreshToolStripButton;
|
|---|
| 304 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|---|
| 305 | private System.Windows.Forms.DataGridViewCheckBoxColumn EXPORTED;
|
|---|
| 306 | private System.Windows.Forms.DataGridViewTextBoxColumn ID_FAKTURY;
|
|---|
| 307 | private System.Windows.Forms.DataGridViewTextBoxColumn pelnynumerDataGridViewTextBoxColumn;
|
|---|
| 308 | private System.Windows.Forms.DataGridViewTextBoxColumn ID_NABYWCY;
|
|---|
| 309 | private System.Windows.Forms.DataGridViewTextBoxColumn DATA_WYSTAWIENIA;
|
|---|
| 310 | private System.Windows.Forms.DataGridViewTextBoxColumn MIEJSCOWOSC_WYSTAWIENIA;
|
|---|
| 311 | private System.Windows.Forms.DataGridViewCheckBoxColumn exportujDataGridViewCheckBoxColumn;
|
|---|
| 312 | private System.Windows.Forms.CheckBox cbSelectAll;
|
|---|
| 313 | }
|
|---|
| 314 | } |
|---|