namespace BazaZamowien
{
    partial class AdminFormPremie
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.usunUzytkownikaButton = new System.Windows.Forms.Button();
            this.usersListBox = new System.Windows.Forms.ListBox();
            this.edytujUzytkownikaButton = new System.Windows.Forms.Button();
            this.dodajUzytkownikaButton = new System.Windows.Forms.Button();
            this.usersTableAdapter1 = new BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.usunDzialZGrupyButton = new System.Windows.Forms.Button();
            this.dodajDzialDoGrupyButton = new System.Windows.Forms.Button();
            this.usunGrupeButton = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.dodajGrupeButton = new System.Windows.Forms.Button();
            this.dzialyWGrupieListBox = new System.Windows.Forms.ListBox();
            this.dzialyListBox = new System.Windows.Forms.ListBox();
            this.grupyListBox = new System.Windows.Forms.ListBox();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.usunUzytkownikaButton);
            this.groupBox1.Controls.Add(this.usersListBox);
            this.groupBox1.Controls.Add(this.edytujUzytkownikaButton);
            this.groupBox1.Controls.Add(this.dodajUzytkownikaButton);
            this.groupBox1.Location = new System.Drawing.Point(12, 12);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(271, 314);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Użytkownicy";
            // 
            // usunUzytkownikaButton
            // 
            this.usunUzytkownikaButton.Location = new System.Drawing.Point(188, 86);
            this.usunUzytkownikaButton.Name = "usunUzytkownikaButton";
            this.usunUzytkownikaButton.Size = new System.Drawing.Size(63, 23);
            this.usunUzytkownikaButton.TabIndex = 7;
            this.usunUzytkownikaButton.Text = "Usuń";
            this.usunUzytkownikaButton.UseVisualStyleBackColor = true;
            // 
            // usersListBox
            // 
            this.usersListBox.FormattingEnabled = true;
            this.usersListBox.Location = new System.Drawing.Point(15, 28);
            this.usersListBox.Name = "usersListBox";
            this.usersListBox.Size = new System.Drawing.Size(153, 264);
            this.usersListBox.TabIndex = 0;
            // 
            // edytujUzytkownikaButton
            // 
            this.edytujUzytkownikaButton.Location = new System.Drawing.Point(187, 57);
            this.edytujUzytkownikaButton.Name = "edytujUzytkownikaButton";
            this.edytujUzytkownikaButton.Size = new System.Drawing.Size(64, 23);
            this.edytujUzytkownikaButton.TabIndex = 6;
            this.edytujUzytkownikaButton.Text = "Edytuj";
            this.edytujUzytkownikaButton.UseVisualStyleBackColor = true;
            this.edytujUzytkownikaButton.Click += new System.EventHandler(this.edytujUzytkownikaButton_Click);
            // 
            // dodajUzytkownikaButton
            // 
            this.dodajUzytkownikaButton.Location = new System.Drawing.Point(187, 28);
            this.dodajUzytkownikaButton.Name = "dodajUzytkownikaButton";
            this.dodajUzytkownikaButton.Size = new System.Drawing.Size(64, 23);
            this.dodajUzytkownikaButton.TabIndex = 5;
            this.dodajUzytkownikaButton.Text = "Dodaj";
            this.dodajUzytkownikaButton.UseVisualStyleBackColor = true;
            this.dodajUzytkownikaButton.Click += new System.EventHandler(this.dodajUzytkownikaButton_Click);
            // 
            // usersTableAdapter1
            // 
            this.usersTableAdapter1.ClearBeforeFill = true;
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label2);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Controls.Add(this.usunDzialZGrupyButton);
            this.groupBox2.Controls.Add(this.dodajDzialDoGrupyButton);
            this.groupBox2.Controls.Add(this.usunGrupeButton);
            this.groupBox2.Controls.Add(this.textBox1);
            this.groupBox2.Controls.Add(this.dodajGrupeButton);
            this.groupBox2.Controls.Add(this.dzialyWGrupieListBox);
            this.groupBox2.Controls.Add(this.dzialyListBox);
            this.groupBox2.Controls.Add(this.grupyListBox);
            this.groupBox2.Location = new System.Drawing.Point(289, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(615, 314);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "Grupy";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(16, 19);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(38, 13);
            this.label3.TabIndex = 13;
            this.label3.Text = "Grupy:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(256, 19);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(83, 13);
            this.label2.TabIndex = 12;
            this.label2.Text = "Działy w grupie:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(445, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(89, 13);
            this.label1.TabIndex = 11;
            this.label1.Text = "Wszystkie działy:";
            // 
            // usunDzialZGrupyButton
            // 
            this.usunDzialZGrupyButton.Image = global::BazaZamowien.Properties.Resources.delete2;
            this.usunDzialZGrupyButton.Location = new System.Drawing.Point(402, 152);
            this.usunDzialZGrupyButton.Name = "usunDzialZGrupyButton";
            this.usunDzialZGrupyButton.Size = new System.Drawing.Size(40, 29);
            this.usunDzialZGrupyButton.TabIndex = 10;
            this.usunDzialZGrupyButton.UseVisualStyleBackColor = true;
            this.usunDzialZGrupyButton.Click += new System.EventHandler(this.usunDzialZGrupyButton_Click);
            // 
            // dodajDzialDoGrupyButton
            // 
            this.dodajDzialDoGrupyButton.Image = global::BazaZamowien.Properties.Resources.arrow_left_blue;
            this.dodajDzialDoGrupyButton.Location = new System.Drawing.Point(402, 116);
            this.dodajDzialDoGrupyButton.Name = "dodajDzialDoGrupyButton";
            this.dodajDzialDoGrupyButton.Size = new System.Drawing.Size(40, 30);
            this.dodajDzialDoGrupyButton.TabIndex = 9;
            this.dodajDzialDoGrupyButton.UseVisualStyleBackColor = true;
            this.dodajDzialDoGrupyButton.Click += new System.EventHandler(this.dodajDzialDoGrupyButton_Click);
            // 
            // usunGrupeButton
            // 
            this.usunGrupeButton.Location = new System.Drawing.Point(164, 268);
            this.usunGrupeButton.Name = "usunGrupeButton";
            this.usunGrupeButton.Size = new System.Drawing.Size(51, 23);
            this.usunGrupeButton.TabIndex = 5;
            this.usunGrupeButton.Text = "Usuń";
            this.usunGrupeButton.UseVisualStyleBackColor = true;
            this.usunGrupeButton.Click += new System.EventHandler(this.usunGrupeButton_Click);
            // 
            // textBox1
            // 
            this.textBox1.Location = new System.Drawing.Point(16, 271);
            this.textBox1.MaxLength = 50;
            this.textBox1.Name = "textBox1";
            this.textBox1.Size = new System.Drawing.Size(89, 20);
            this.textBox1.TabIndex = 4;
            // 
            // dodajGrupeButton
            // 
            this.dodajGrupeButton.Location = new System.Drawing.Point(111, 269);
            this.dodajGrupeButton.Name = "dodajGrupeButton";
            this.dodajGrupeButton.Size = new System.Drawing.Size(51, 23);
            this.dodajGrupeButton.TabIndex = 3;
            this.dodajGrupeButton.Text = "Dodaj";
            this.dodajGrupeButton.UseVisualStyleBackColor = true;
            this.dodajGrupeButton.Click += new System.EventHandler(this.dodajGrupeButton_Click);
            // 
            // dzialyWGrupieListBox
            // 
            this.dzialyWGrupieListBox.FormattingEnabled = true;
            this.dzialyWGrupieListBox.Location = new System.Drawing.Point(256, 38);
            this.dzialyWGrupieListBox.Name = "dzialyWGrupieListBox";
            this.dzialyWGrupieListBox.Size = new System.Drawing.Size(140, 251);
            this.dzialyWGrupieListBox.TabIndex = 2;
            // 
            // dzialyListBox
            // 
            this.dzialyListBox.FormattingEnabled = true;
            this.dzialyListBox.Location = new System.Drawing.Point(448, 38);
            this.dzialyListBox.Name = "dzialyListBox";
            this.dzialyListBox.Size = new System.Drawing.Size(144, 251);
            this.dzialyListBox.TabIndex = 1;
            // 
            // grupyListBox
            // 
            this.grupyListBox.FormattingEnabled = true;
            this.grupyListBox.Location = new System.Drawing.Point(16, 38);
            this.grupyListBox.Name = "grupyListBox";
            this.grupyListBox.Size = new System.Drawing.Size(199, 212);
            this.grupyListBox.TabIndex = 0;
            // 
            // AdminFormPremie
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(916, 338);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.Name = "AdminFormPremie";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "Administracja";
            this.Load += new System.EventHandler(this.AdminFormPremie_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.ListBox usersListBox;
        private BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter usersTableAdapter1;
        private System.Windows.Forms.Button usunUzytkownikaButton;
        private System.Windows.Forms.Button edytujUzytkownikaButton;
        private System.Windows.Forms.Button dodajUzytkownikaButton;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.ListBox grupyListBox;
        private System.Windows.Forms.Button usunGrupeButton;
        private System.Windows.Forms.TextBox textBox1;
        private System.Windows.Forms.Button dodajGrupeButton;
        private System.Windows.Forms.ListBox dzialyWGrupieListBox;
        private System.Windows.Forms.ListBox dzialyListBox;
        private System.Windows.Forms.Button usunDzialZGrupyButton;
        private System.Windows.Forms.Button dodajDzialDoGrupyButton;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
    }
}