namespace ExportFaktur
{
partial class ExportForm
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExportForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
this.exportFakturToolStrip = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.refreshToolStripButton = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.statusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
this.EXPORTED = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.ID_FAKTURY = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ID_NABYWCY = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DATA_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MIEJSCOWOSC_WYSTAWIENIA = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.pelnynumerDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.exportujDataGridViewCheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.eXPODataSet = new ExportFaktur.EXPODataSet();
this.fAKTURYTableAdapter = new ExportFaktur.EXPODataSetTableAdapters.FAKTURYTableAdapter();
this.exportFakturToolStrip.SuspendLayout();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.eXPODataSet)).BeginInit();
this.SuspendLayout();
//
// exportFakturToolStrip
//
this.exportFakturToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
this.exportFakturToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton2,
this.refreshToolStripButton,
this.toolStripSeparator1});
this.exportFakturToolStrip.Location = new System.Drawing.Point(0, 0);
this.exportFakturToolStrip.Name = "exportFakturToolStrip";
this.exportFakturToolStrip.Size = new System.Drawing.Size(876, 39);
this.exportFakturToolStrip.TabIndex = 0;
this.exportFakturToolStrip.Text = "Export faktur";
//
// toolStripButton1
//
this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Size = new System.Drawing.Size(110, 36);
this.toolStripButton1.Text = "Export faktur";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripButton2
//
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(78, 36);
this.toolStripButton2.Text = "Anuluj";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// refreshToolStripButton
//
this.refreshToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshToolStripButton.Image")));
this.refreshToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
this.refreshToolStripButton.Name = "refreshToolStripButton";
this.refreshToolStripButton.Size = new System.Drawing.Size(87, 36);
this.refreshToolStripButton.Text = "Odœwie¿";
this.refreshToolStripButton.Click += new System.EventHandler(this.refreshToolStripButton_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 39);
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripProgressBar1,
this.statusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 538);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(876, 22);
this.statusStrip1.TabIndex = 1;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(500, 16);
//
// statusLabel1
//
this.statusLabel1.Name = "statusLabel1";
this.statusLabel1.Size = new System.Drawing.Size(118, 17);
this.statusLabel1.Text = "toolStripStatusLabel1";
this.statusLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
this.dataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.BackgroundColor = System.Drawing.Color.White;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.EXPORTED,
this.ID_FAKTURY,
this.pelnynumerDataGridViewTextBoxColumn,
this.ID_NABYWCY,
this.DATA_WYSTAWIENIA,
this.MIEJSCOWOSC_WYSTAWIENIA,
this.exportujDataGridViewCheckBoxColumn});
this.dataGridView1.DataSource = this.fAKTURYBindingSource;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 39);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 10;
this.dataGridView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
this.dataGridView1.Size = new System.Drawing.Size(876, 499);
this.dataGridView1.TabIndex = 4;
this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError);
//
// backgroundWorker1
//
this.backgroundWorker1.WorkerReportsProgress = true;
this.backgroundWorker1.WorkerSupportsCancellation = true;
this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
this.backgroundWorker1.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.backgroundWorker1_RunWorkerCompleted);
this.backgroundWorker1.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.backgroundWorker1_ProgressChanged);
//
// EXPORTED
//
this.EXPORTED.DataPropertyName = "EXPORTED";
this.EXPORTED.HeaderText = "EXPORTED";
this.EXPORTED.Name = "EXPORTED";
this.EXPORTED.ReadOnly = true;
//
// ID_FAKTURY
//
this.ID_FAKTURY.DataPropertyName = "ID_FAKTURY";
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.ID_FAKTURY.DefaultCellStyle = dataGridViewCellStyle3;
this.ID_FAKTURY.HeaderText = "ID FAKTURY";
this.ID_FAKTURY.Name = "ID_FAKTURY";
this.ID_FAKTURY.ReadOnly = true;
//
// ID_NABYWCY
//
this.ID_NABYWCY.DataPropertyName = "ID_NABYWCY";
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.ID_NABYWCY.DefaultCellStyle = dataGridViewCellStyle5;
this.ID_NABYWCY.HeaderText = "ID NABYWCY";
this.ID_NABYWCY.Name = "ID_NABYWCY";
this.ID_NABYWCY.ReadOnly = true;
//
// DATA_WYSTAWIENIA
//
this.DATA_WYSTAWIENIA.DataPropertyName = "DATA_WYSTAWIENIA";
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.DATA_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle6;
this.DATA_WYSTAWIENIA.HeaderText = "DATA WYSTAWIENIA";
this.DATA_WYSTAWIENIA.Name = "DATA_WYSTAWIENIA";
this.DATA_WYSTAWIENIA.ReadOnly = true;
//
// MIEJSCOWOSC_WYSTAWIENIA
//
this.MIEJSCOWOSC_WYSTAWIENIA.DataPropertyName = "MIEJSCOWOSC_WYSTAWIENIA";
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.MIEJSCOWOSC_WYSTAWIENIA.DefaultCellStyle = dataGridViewCellStyle7;
this.MIEJSCOWOSC_WYSTAWIENIA.HeaderText = "MIEJSCE";
this.MIEJSCOWOSC_WYSTAWIENIA.Name = "MIEJSCOWOSC_WYSTAWIENIA";
this.MIEJSCOWOSC_WYSTAWIENIA.ReadOnly = true;
//
// pelnynumerDataGridViewTextBoxColumn
//
this.pelnynumerDataGridViewTextBoxColumn.DataPropertyName = "Pelny_numer";
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.pelnynumerDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle4;
this.pelnynumerDataGridViewTextBoxColumn.HeaderText = "NUMER FAKTURY";
this.pelnynumerDataGridViewTextBoxColumn.Name = "pelnynumerDataGridViewTextBoxColumn";
this.pelnynumerDataGridViewTextBoxColumn.ReadOnly = true;
//
// exportujDataGridViewCheckBoxColumn
//
this.exportujDataGridViewCheckBoxColumn.DataPropertyName = "Exportuj";
this.exportujDataGridViewCheckBoxColumn.HeaderText = "EXPORTUJ";
this.exportujDataGridViewCheckBoxColumn.Name = "exportujDataGridViewCheckBoxColumn";
//
// fAKTURYBindingSource
//
this.fAKTURYBindingSource.DataMember = "FAKTURY";
this.fAKTURYBindingSource.DataSource = this.eXPODataSet;
//
// eXPODataSet
//
this.eXPODataSet.DataSetName = "EXPODataSet";
this.eXPODataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// fAKTURYTableAdapter
//
this.fAKTURYTableAdapter.ClearBeforeFill = true;
//
// ExportForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(876, 560);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.exportFakturToolStrip);
this.Name = "ExportForm";
this.Text = "Export faktur do CDN Optima";
this.Load += new System.EventHandler(this.ExportForm_Load);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ExportForm_FormClosing);
this.exportFakturToolStrip.ResumeLayout(false);
this.exportFakturToolStrip.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.eXPODataSet)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ToolStrip exportFakturToolStrip;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.StatusStrip statusStrip1;
private EXPODataSet eXPODataSet;
private ExportFaktur.EXPODataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
private System.Windows.Forms.BindingSource fAKTURYBindingSource;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.ComponentModel.BackgroundWorker backgroundWorker1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripStatusLabel statusLabel1;
private System.Windows.Forms.ToolStripButton refreshToolStripButton;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.DataGridViewCheckBoxColumn EXPORTED;
private System.Windows.Forms.DataGridViewTextBoxColumn ID_FAKTURY;
private System.Windows.Forms.DataGridViewTextBoxColumn pelnynumerDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn ID_NABYWCY;
private System.Windows.Forms.DataGridViewTextBoxColumn DATA_WYSTAWIENIA;
private System.Windows.Forms.DataGridViewTextBoxColumn MIEJSCOWOSC_WYSTAWIENIA;
private System.Windows.Forms.DataGridViewCheckBoxColumn exportujDataGridViewCheckBoxColumn;
}
}