namespace Baza_Reklam
{
    partial class LogaKlientowForm
    {
        /// <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(LogaKlientowForm));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.kLIENCI_INTERNET_LOGOBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.bAZA_REKLAMDataSet = new Baza_Reklam.REKLAMADataSet();
            this.kLIENCI_INTERNET_LOGOTableAdapter = new Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_INTERNET_LOGOTableAdapter();
            this.DodajLogoToolStrip = new System.Windows.Forms.ToolStrip();
            this.DodajLogoToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.UsunLogoToolStripButton = new System.Windows.Forms.ToolStripButton();
            this.kLIENCI_INTERNET_LOGODataGridView = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGOBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bAZA_REKLAMDataSet)).BeginInit();
            this.DodajLogoToolStrip.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGODataGridView)).BeginInit();
            this.SuspendLayout();
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // kLIENCI_INTERNET_LOGOBindingSource
            // 
            this.kLIENCI_INTERNET_LOGOBindingSource.DataMember = "KLIENCI_INTERNET_LOGO";
            this.kLIENCI_INTERNET_LOGOBindingSource.DataSource = this.bAZA_REKLAMDataSet;
            // 
            // bAZA_REKLAMDataSet
            // 
            this.bAZA_REKLAMDataSet.DataSetName = "BAZA_REKLAMDataSet";
            this.bAZA_REKLAMDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // kLIENCI_INTERNET_LOGOTableAdapter
            // 
            this.kLIENCI_INTERNET_LOGOTableAdapter.ClearBeforeFill = true;
            // 
            // DodajLogoToolStrip
            // 
            this.DodajLogoToolStrip.ImageScalingSize = new System.Drawing.Size(32, 32);
            this.DodajLogoToolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.DodajLogoToolStripButton,
            this.UsunLogoToolStripButton});
            this.DodajLogoToolStrip.Location = new System.Drawing.Point(0, 0);
            this.DodajLogoToolStrip.Name = "DodajLogoToolStrip";
            this.DodajLogoToolStrip.Size = new System.Drawing.Size(615, 39);
            this.DodajLogoToolStrip.TabIndex = 13;
            this.DodajLogoToolStrip.Text = "toolStrip1";
            // 
            // DodajLogoToolStripButton
            // 
            this.DodajLogoToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("DodajLogoToolStripButton.Image")));
            this.DodajLogoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.DodajLogoToolStripButton.Name = "DodajLogoToolStripButton";
            this.DodajLogoToolStripButton.Size = new System.Drawing.Size(101, 36);
            this.DodajLogoToolStripButton.Text = "Dodaj logo";
            this.DodajLogoToolStripButton.Click += new System.EventHandler(this.DodajLogoToolStripButton_Click);
            // 
            // UsunLogoToolStripButton
            // 
            this.UsunLogoToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("UsunLogoToolStripButton.Image")));
            this.UsunLogoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.UsunLogoToolStripButton.Name = "UsunLogoToolStripButton";
            this.UsunLogoToolStripButton.Size = new System.Drawing.Size(97, 36);
            this.UsunLogoToolStripButton.Text = "Usuń logo";
            this.UsunLogoToolStripButton.Click += new System.EventHandler(this.UsunLogoToolStripButton_Click);
            // 
            // kLIENCI_INTERNET_LOGODataGridView
            // 
            this.kLIENCI_INTERNET_LOGODataGridView.AllowUserToAddRows = false;
            this.kLIENCI_INTERNET_LOGODataGridView.AllowUserToDeleteRows = false;
            this.kLIENCI_INTERNET_LOGODataGridView.AutoGenerateColumns = false;
            this.kLIENCI_INTERNET_LOGODataGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
            this.kLIENCI_INTERNET_LOGODataGridView.BackgroundColor = System.Drawing.Color.White;
            this.kLIENCI_INTERNET_LOGODataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.dataGridViewTextBoxColumn1,
            this.dataGridViewTextBoxColumn3,
            this.dataGridViewImageColumn1});
            this.kLIENCI_INTERNET_LOGODataGridView.DataSource = this.kLIENCI_INTERNET_LOGOBindingSource;
            this.kLIENCI_INTERNET_LOGODataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
            this.kLIENCI_INTERNET_LOGODataGridView.Location = new System.Drawing.Point(0, 39);
            this.kLIENCI_INTERNET_LOGODataGridView.MultiSelect = false;
            this.kLIENCI_INTERNET_LOGODataGridView.Name = "kLIENCI_INTERNET_LOGODataGridView";
            this.kLIENCI_INTERNET_LOGODataGridView.ReadOnly = true;
            this.kLIENCI_INTERNET_LOGODataGridView.RowHeadersWidth = 30;
            this.kLIENCI_INTERNET_LOGODataGridView.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.kLIENCI_INTERNET_LOGODataGridView.Size = new System.Drawing.Size(615, 343);
            this.kLIENCI_INTERNET_LOGODataGridView.TabIndex = 14;
            // 
            // dataGridViewTextBoxColumn1
            // 
            this.dataGridViewTextBoxColumn1.DataPropertyName = "ID";
            dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle1;
            this.dataGridViewTextBoxColumn1.HeaderText = "ID";
            this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
            this.dataGridViewTextBoxColumn1.ReadOnly = true;
            // 
            // dataGridViewTextBoxColumn3
            // 
            this.dataGridViewTextBoxColumn3.DataPropertyName = "nazwa";
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
            this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridViewTextBoxColumn3.HeaderText = "nazwa";
            this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
            this.dataGridViewTextBoxColumn3.ReadOnly = true;
            // 
            // dataGridViewImageColumn1
            // 
            this.dataGridViewImageColumn1.DataPropertyName = "logo";
            this.dataGridViewImageColumn1.HeaderText = "logo";
            this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
            this.dataGridViewImageColumn1.ReadOnly = true;
            this.dataGridViewImageColumn1.Width = 160;
            // 
            // LogaKlientowForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(615, 382);
            this.Controls.Add(this.kLIENCI_INTERNET_LOGODataGridView);
            this.Controls.Add(this.DodajLogoToolStrip);
            this.Name = "LogaKlientowForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Loga klientów";
            this.Load += new System.EventHandler(this.LogaKlientowForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGOBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bAZA_REKLAMDataSet)).EndInit();
            this.DodajLogoToolStrip.ResumeLayout(false);
            this.DodajLogoToolStrip.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.kLIENCI_INTERNET_LOGODataGridView)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private REKLAMADataSet bAZA_REKLAMDataSet;
        private System.Windows.Forms.BindingSource kLIENCI_INTERNET_LOGOBindingSource;
        private Baza_Reklam.REKLAMADataSetTableAdapters.KLIENCI_INTERNET_LOGOTableAdapter kLIENCI_INTERNET_LOGOTableAdapter;
        private System.Windows.Forms.OpenFileDialog openFileDialog1;
        private System.Windows.Forms.ToolStrip DodajLogoToolStrip;
        private System.Windows.Forms.ToolStripButton DodajLogoToolStripButton;
        private System.Windows.Forms.ToolStripButton UsunLogoToolStripButton;
        private System.Windows.Forms.DataGridView kLIENCI_INTERNET_LOGODataGridView;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
        private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
        private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
    }
}