namespace Baza_Reklam
{
    partial class FakturowaniePoznanKatowice
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FakturowaniePoznanKatowice));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            this.fakturaButton = new System.Windows.Forms.Button();
            this.korektaButton = new System.Windows.Forms.Button();
            this.rEKLAMADataSet = new Baza_Reklam.REKLAMADataSet();
            this.fAKTURYBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.fAKTURYTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.dtpZmianaDaty = new System.Windows.Forms.DateTimePicker();
            this.nrTygodniaUpDown = new System.Windows.Forms.NumericUpDown();
            this.usunFaktureButton = new System.Windows.Forms.Button();
            this.wplataButton = new System.Windows.Forms.Button();
            this.fAKTURYDataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.EKSPORT = new System.Windows.Forms.DataGridViewCheckBoxColumn();
            this.wydrukButton = new System.Windows.Forms.Button();
            this.agencjaListBox = new System.Windows.Forms.ListBox();
            this.klienciTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter();
            this.fakturA_DETAILSTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURA_DETAILSTableAdapter();
            this.agencjeTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCJETableAdapter();
            this.kontaTableAdapter = new Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter();
            this.wplatyTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).BeginInit();
            this.groupBox3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nrTygodniaUpDown)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYDataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // fakturaButton
            // 
            this.fakturaButton.Location = new System.Drawing.Point(102, 290);
            this.fakturaButton.Name = "fakturaButton";
            this.fakturaButton.Size = new System.Drawing.Size(91, 37);
            this.fakturaButton.TabIndex = 0;
            this.fakturaButton.Text = "Wystaw fakturę";
            this.fakturaButton.UseVisualStyleBackColor = true;
            this.fakturaButton.Click += new System.EventHandler(this.fakturaButton_Click);
            // 
            // korektaButton
            // 
            this.korektaButton.Location = new System.Drawing.Point(199, 290);
            this.korektaButton.Name = "korektaButton";
            this.korektaButton.Size = new System.Drawing.Size(85, 37);
            this.korektaButton.TabIndex = 1;
            this.korektaButton.Text = "Wystaw korektę";
            this.korektaButton.UseVisualStyleBackColor = true;
            this.korektaButton.Click += new System.EventHandler(this.korektaButton_Click);
            // 
            // rEKLAMADataSet
            // 
            this.rEKLAMADataSet.DataSetName = "REKLAMADataSet";
            this.rEKLAMADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // fAKTURYBindingSource
            // 
            this.fAKTURYBindingSource.DataMember = "FAKTURY";
            this.fAKTURYBindingSource.DataSource = this.rEKLAMADataSet;
            // 
            // fAKTURYTableAdapter
            // 
            this.fAKTURYTableAdapter.ClearBeforeFill = true;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.dtpZmianaDaty);
            this.groupBox3.Controls.Add(this.nrTygodniaUpDown);
            this.groupBox3.Controls.Add(this.usunFaktureButton);
            this.groupBox3.Controls.Add(this.wplataButton);
            this.groupBox3.Controls.Add(this.fakturaButton);
            this.groupBox3.Controls.Add(this.korektaButton);
            this.groupBox3.Controls.Add(this.fAKTURYDataGridView);
            this.groupBox3.Controls.Add(this.wydrukButton);
            this.groupBox3.Location = new System.Drawing.Point(117, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(479, 338);
            this.groupBox3.TabIndex = 15;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "Faktury";
            // 
            // dtpZmianaDaty
            // 
            this.dtpZmianaDaty.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dtpZmianaDaty.Location = new System.Drawing.Point(15, 314);
            this.dtpZmianaDaty.Name = "dtpZmianaDaty";
            this.dtpZmianaDaty.Size = new System.Drawing.Size(80, 20);
            this.dtpZmianaDaty.TabIndex = 14;
            // 
            // nrTygodniaUpDown
            // 
            this.nrTygodniaUpDown.Location = new System.Drawing.Point(15, 291);
            this.nrTygodniaUpDown.Name = "nrTygodniaUpDown";
            this.nrTygodniaUpDown.Size = new System.Drawing.Size(80, 20);
            this.nrTygodniaUpDown.TabIndex = 13;
            // 
            // usunFaktureButton
            // 
            this.usunFaktureButton.Image = ((System.Drawing.Image)(resources.GetObject("usunFaktureButton.Image")));
            this.usunFaktureButton.Location = new System.Drawing.Point(290, 291);
            this.usunFaktureButton.Name = "usunFaktureButton";
            this.usunFaktureButton.Size = new System.Drawing.Size(44, 37);
            this.usunFaktureButton.TabIndex = 12;
            this.usunFaktureButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.usunFaktureButton.UseVisualStyleBackColor = true;
            this.usunFaktureButton.Click += new System.EventHandler(this.usunFaktureButton_Click);
            // 
            // wplataButton
            // 
            this.wplataButton.Image = ((System.Drawing.Image)(resources.GetObject("wplataButton.Image")));
            this.wplataButton.Location = new System.Drawing.Point(340, 291);
            this.wplataButton.Name = "wplataButton";
            this.wplataButton.Size = new System.Drawing.Size(81, 36);
            this.wplataButton.TabIndex = 11;
            this.wplataButton.Text = "Wpłata";
            this.wplataButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
            this.wplataButton.UseVisualStyleBackColor = true;
            // 
            // fAKTURYDataGridView
            // 
            this.fAKTURYDataGridView.AllowUserToAddRows = false;
            this.fAKTURYDataGridView.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.MintCream;
            this.fAKTURYDataGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.fAKTURYDataGridView.AutoGenerateColumns = false;
            this.fAKTURYDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.fAKTURYDataGridView.BackgroundColor = System.Drawing.Color.White;
            this.fAKTURYDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn2,
            this.dataGridViewTextBoxColumn6,
            this.dataGridViewTextBoxColumn7,
            this.dataGridViewTextBoxColumn8,
            this.dataGridViewCheckBoxColumn2,
            this.dataGridViewTextBoxColumn29,
            this.dataGridViewTextBoxColumn31,
            this.dataGridViewTextBoxColumn37,
            this.EKSPORT});
            this.fAKTURYDataGridView.DataSource = this.fAKTURYBindingSource;
            this.fAKTURYDataGridView.Location = new System.Drawing.Point(15, 19);
            this.fAKTURYDataGridView.MultiSelect = false;
            this.fAKTURYDataGridView.Name = "fAKTURYDataGridView";
            this.fAKTURYDataGridView.ReadOnly = true;
            this.fAKTURYDataGridView.RowHeadersWidth = 10;
            this.fAKTURYDataGridView.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
            this.fAKTURYDataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.fAKTURYDataGridView.Size = new System.Drawing.Size(451, 266);
            this.fAKTURYDataGridView.TabIndex = 8;
            // 
            // dataGridViewTextBoxColumn2
            // 
            this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.dataGridViewTextBoxColumn2.DataPropertyName = "NUMER";
            this.dataGridViewTextBoxColumn2.HeaderText = "Nr";
            this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
            this.dataGridViewTextBoxColumn2.ReadOnly = true;
            this.dataGridViewTextBoxColumn2.Width = 50;
            // 
            // dataGridViewTextBoxColumn6
            // 
            this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.dataGridViewTextBoxColumn6.DataPropertyName = "NUMER_ROZ";
            this.dataGridViewTextBoxColumn6.HeaderText = "Agent";
            this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
            this.dataGridViewTextBoxColumn6.ReadOnly = true;
            this.dataGridViewTextBoxColumn6.Width = 65;
            // 
            // dataGridViewTextBoxColumn7
            // 
            this.dataGridViewTextBoxColumn7.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.dataGridViewTextBoxColumn7.DataPropertyName = "NUMER_ROK";
            this.dataGridViewTextBoxColumn7.HeaderText = "Rok";
            this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
            this.dataGridViewTextBoxColumn7.ReadOnly = true;
            this.dataGridViewTextBoxColumn7.Width = 65;
            // 
            // dataGridViewTextBoxColumn8
            // 
            this.dataGridViewTextBoxColumn8.DataPropertyName = "DATA_WYSTAWIENIA";
            this.dataGridViewTextBoxColumn8.HeaderText = "Data wystawienia";
            this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
            this.dataGridViewTextBoxColumn8.ReadOnly = true;
            // 
            // dataGridViewCheckBoxColumn2
            // 
            this.dataGridViewCheckBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.dataGridViewCheckBoxColumn2.DataPropertyName = "ZAPLACONO";
            this.dataGridViewCheckBoxColumn2.HeaderText = "ZP";
            this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
            this.dataGridViewCheckBoxColumn2.ReadOnly = true;
            this.dataGridViewCheckBoxColumn2.Width = 30;
            // 
            // dataGridViewTextBoxColumn29
            // 
            this.dataGridViewTextBoxColumn29.DataPropertyName = "suma_zaplat";
            this.dataGridViewTextBoxColumn29.HeaderText = "Suma zapłat";
            this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
            this.dataGridViewTextBoxColumn29.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn31
            // 
            this.dataGridViewTextBoxColumn31.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.dataGridViewTextBoxColumn31.DataPropertyName = "KOREKTA";
            this.dataGridViewTextBoxColumn31.HeaderText = "Kor.";
            this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
            this.dataGridViewTextBoxColumn31.ReadOnly = true;
            this.dataGridViewTextBoxColumn31.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewTextBoxColumn31.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.dataGridViewTextBoxColumn31.Width = 25;
            // 
            // dataGridViewTextBoxColumn37
            // 
            this.dataGridViewTextBoxColumn37.DataPropertyName = "waluta_miano";
            this.dataGridViewTextBoxColumn37.HeaderText = "Waluta";
            this.dataGridViewTextBoxColumn37.Name = "dataGridViewTextBoxColumn37";
            this.dataGridViewTextBoxColumn37.ReadOnly = true;
            // 
            // EKSPORT
            // 
            this.EKSPORT.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
            this.EKSPORT.DataPropertyName = "EKSPORT";
            this.EKSPORT.FalseValue = "";
            this.EKSPORT.HeaderText = "EXP";
            this.EKSPORT.Name = "EKSPORT";
            this.EKSPORT.ReadOnly = true;
            this.EKSPORT.TrueValue = "";
            this.EKSPORT.Width = 30;
            // 
            // wydrukButton
            // 
            this.wydrukButton.Image = ((System.Drawing.Image)(resources.GetObject("wydrukButton.Image")));
            this.wydrukButton.Location = new System.Drawing.Point(427, 291);
            this.wydrukButton.Name = "wydrukButton";
            this.wydrukButton.Size = new System.Drawing.Size(39, 36);
            this.wydrukButton.TabIndex = 7;
            this.wydrukButton.UseVisualStyleBackColor = true;
            this.wydrukButton.Click += new System.EventHandler(this.wydrukButton_Click);
            // 
            // agencjaListBox
            // 
            this.agencjaListBox.FormattingEnabled = true;
            this.agencjaListBox.Items.AddRange(new object[] {
            "POZ",
            "KAT",
            "D2D"});
            this.agencjaListBox.Location = new System.Drawing.Point(23, 22);
            this.agencjaListBox.Name = "agencjaListBox";
            this.agencjaListBox.Size = new System.Drawing.Size(64, 95);
            this.agencjaListBox.TabIndex = 16;
            this.agencjaListBox.SelectedIndexChanged += new System.EventHandler(this.listBox1_SelectedIndexChanged);
            // 
            // klienciTableAdapter
            // 
            this.klienciTableAdapter.ClearBeforeFill = true;
            // 
            // fakturA_DETAILSTableAdapter
            // 
            this.fakturA_DETAILSTableAdapter.ClearBeforeFill = true;
            // 
            // agencjeTableAdapter
            // 
            this.agencjeTableAdapter.ClearBeforeFill = true;
            // 
            // kontaTableAdapter
            // 
            this.kontaTableAdapter.ClearBeforeFill = true;
            // 
            // wplatyTableAdapter
            // 
            this.wplatyTableAdapter.ClearBeforeFill = true;
            // 
            // FakturowaniePoznanKatowice
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(611, 358);
            this.Controls.Add(this.agencjaListBox);
            this.Controls.Add(this.groupBox3);
            this.Name = "FakturowaniePoznanKatowice";
            this.Text = "Fakturowanie - Poznań - Katowice";
            this.Load += new System.EventHandler(this.FakturowaniePoznanKatowice_Load);
            ((System.ComponentModel.ISupportInitialize)(this.rEKLAMADataSet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYBindingSource)).EndInit();
            this.groupBox3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.nrTygodniaUpDown)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fAKTURYDataGridView)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button fakturaButton;
        private System.Windows.Forms.Button korektaButton;
        private REKLAMADataSet rEKLAMADataSet;
        private System.Windows.Forms.BindingSource fAKTURYBindingSource;
        private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURYTableAdapter fAKTURYTableAdapter;
        private System.Windows.Forms.GroupBox groupBox3;
        private System.Windows.Forms.Button usunFaktureButton;
        private System.Windows.Forms.Button wplataButton;
        private System.Windows.Forms.DataGridView fAKTURYDataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
        private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
        private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewTextBoxColumn31;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn37;
        private System.Windows.Forms.DataGridViewCheckBoxColumn EKSPORT;
        private System.Windows.Forms.Button wydrukButton;
        private System.Windows.Forms.ListBox agencjaListBox;
        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCITableAdapter klienciTableAdapter;
        private Baza_Reklam.REKLAMADataSetTableAdapters.FAKTURA_DETAILSTableAdapter fakturA_DETAILSTableAdapter;
        private Baza_Reklam.SLOWNIKDataSetTableAdapters.AGENCJETableAdapter agencjeTableAdapter;
        private Baza_Reklam.SLOWNIKDataSetTableAdapters.KONTATableAdapter kontaTableAdapter;
        private System.Windows.Forms.NumericUpDown nrTygodniaUpDown;
        private System.Windows.Forms.DateTimePicker dtpZmianaDaty;
        private Baza_Reklam.REKLAMADataSetTableAdapters.WplatyTableAdapter wplatyTableAdapter;
    }
}