namespace BazaZamowien { partial class AdminFormZamowienie { /// /// 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.groupBox1 = new System.Windows.Forms.GroupBox(); this.usunDzialButton = new System.Windows.Forms.Button(); this.dodajDzialButton = new System.Windows.Forms.Button(); this.dzialyAllListBox = new System.Windows.Forms.ListBox(); this.dzialyListBox = new System.Windows.Forms.ListBox(); this.usunUzytkownikaButton = new System.Windows.Forms.Button(); this.edytujUzytkownikaButton = new System.Windows.Forms.Button(); this.dodajUzytkownikaButton = new System.Windows.Forms.Button(); this.usersListBox = new System.Windows.Forms.ListBox(); this.edytujDzialButton = new System.Windows.Forms.Button(); this.usunDzailUzytkownikaButton = new System.Windows.Forms.Button(); this.dodajDzialUztkownikaButton = new System.Windows.Forms.Button(); this.usersTableAdapter1 = new BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter(); this.dzialyTableAdapter1 = new BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter(); this.usersDzialyTableAdapter1 = new BazaZamowien.zamowieniaDataSetTableAdapters.UsersDzialyTableAdapter(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.usunDzialButton); this.groupBox1.Controls.Add(this.edytujDzialButton); this.groupBox1.Controls.Add(this.dodajDzialButton); this.groupBox1.Controls.Add(this.usunDzailUzytkownikaButton); this.groupBox1.Controls.Add(this.dodajDzialUztkownikaButton); this.groupBox1.Controls.Add(this.dzialyAllListBox); this.groupBox1.Controls.Add(this.dzialyListBox); this.groupBox1.Controls.Add(this.usunUzytkownikaButton); this.groupBox1.Controls.Add(this.edytujUzytkownikaButton); this.groupBox1.Controls.Add(this.dodajUzytkownikaButton); this.groupBox1.Controls.Add(this.usersListBox); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(890, 313); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Użytkownicy"; // // usunDzialButton // this.usunDzialButton.Location = new System.Drawing.Point(780, 77); this.usunDzialButton.Name = "usunDzialButton"; this.usunDzialButton.Size = new System.Drawing.Size(63, 23); this.usunDzialButton.TabIndex = 11; this.usunDzialButton.Text = "Usuń"; this.usunDzialButton.UseVisualStyleBackColor = true; this.usunDzialButton.Click += new System.EventHandler(this.usunDzialButton_Click); // // dodajDzialButton // this.dodajDzialButton.Location = new System.Drawing.Point(779, 19); this.dodajDzialButton.Name = "dodajDzialButton"; this.dodajDzialButton.Size = new System.Drawing.Size(64, 23); this.dodajDzialButton.TabIndex = 9; this.dodajDzialButton.Text = "Dodaj"; this.dodajDzialButton.UseVisualStyleBackColor = true; this.dodajDzialButton.Click += new System.EventHandler(this.dodajDzialButton_Click); // // dzialyAllListBox // this.dzialyAllListBox.FormattingEnabled = true; this.dzialyAllListBox.Location = new System.Drawing.Point(603, 19); this.dzialyAllListBox.Name = "dzialyAllListBox"; this.dzialyAllListBox.Size = new System.Drawing.Size(161, 277); this.dzialyAllListBox.TabIndex = 6; // // dzialyListBox // this.dzialyListBox.FormattingEnabled = true; this.dzialyListBox.Location = new System.Drawing.Point(367, 19); this.dzialyListBox.Name = "dzialyListBox"; this.dzialyListBox.Size = new System.Drawing.Size(161, 277); this.dzialyListBox.TabIndex = 5; // // usunUzytkownikaButton // this.usunUzytkownikaButton.Location = new System.Drawing.Point(280, 77); this.usunUzytkownikaButton.Name = "usunUzytkownikaButton"; this.usunUzytkownikaButton.Size = new System.Drawing.Size(63, 23); this.usunUzytkownikaButton.TabIndex = 4; this.usunUzytkownikaButton.Text = "Usuń"; this.usunUzytkownikaButton.UseVisualStyleBackColor = true; this.usunUzytkownikaButton.Click += new System.EventHandler(this.usunUzytkownikaButton_Click); // // edytujUzytkownikaButton // this.edytujUzytkownikaButton.Location = new System.Drawing.Point(279, 48); this.edytujUzytkownikaButton.Name = "edytujUzytkownikaButton"; this.edytujUzytkownikaButton.Size = new System.Drawing.Size(64, 23); this.edytujUzytkownikaButton.TabIndex = 2; 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(279, 19); this.dodajUzytkownikaButton.Name = "dodajUzytkownikaButton"; this.dodajUzytkownikaButton.Size = new System.Drawing.Size(64, 23); this.dodajUzytkownikaButton.TabIndex = 1; this.dodajUzytkownikaButton.Text = "Dodaj"; this.dodajUzytkownikaButton.UseVisualStyleBackColor = true; this.dodajUzytkownikaButton.Click += new System.EventHandler(this.dodajUzytkownikaButton_Click); // // usersListBox // this.usersListBox.FormattingEnabled = true; this.usersListBox.Location = new System.Drawing.Point(15, 19); this.usersListBox.Name = "usersListBox"; this.usersListBox.Size = new System.Drawing.Size(243, 277); this.usersListBox.TabIndex = 0; // // edytujDzialButton // this.edytujDzialButton.Location = new System.Drawing.Point(779, 48); this.edytujDzialButton.Name = "edytujDzialButton"; this.edytujDzialButton.Size = new System.Drawing.Size(64, 23); this.edytujDzialButton.TabIndex = 10; this.edytujDzialButton.Text = "Edytuj"; this.edytujDzialButton.UseVisualStyleBackColor = true; this.edytujDzialButton.Click += new System.EventHandler(this.edytujDzialButton_Click); // // usunDzailUzytkownikaButton // this.usunDzailUzytkownikaButton.Image = global::BazaZamowien.Properties.Resources.delete2; this.usunDzailUzytkownikaButton.Location = new System.Drawing.Point(548, 120); this.usunDzailUzytkownikaButton.Name = "usunDzailUzytkownikaButton"; this.usunDzailUzytkownikaButton.Size = new System.Drawing.Size(40, 29); this.usunDzailUzytkownikaButton.TabIndex = 8; this.usunDzailUzytkownikaButton.UseVisualStyleBackColor = true; this.usunDzailUzytkownikaButton.Click += new System.EventHandler(this.usunDzailUzytkownikaButton_Click); // // dodajDzialUztkownikaButton // this.dodajDzialUztkownikaButton.Image = global::BazaZamowien.Properties.Resources.arrow_left_blue; this.dodajDzialUztkownikaButton.Location = new System.Drawing.Point(548, 86); this.dodajDzialUztkownikaButton.Name = "dodajDzialUztkownikaButton"; this.dodajDzialUztkownikaButton.Size = new System.Drawing.Size(40, 28); this.dodajDzialUztkownikaButton.TabIndex = 7; this.dodajDzialUztkownikaButton.UseVisualStyleBackColor = true; this.dodajDzialUztkownikaButton.Click += new System.EventHandler(this.dodajDzialUztkownikaButton_Click); // // usersTableAdapter1 // this.usersTableAdapter1.ClearBeforeFill = true; // // dzialyTableAdapter1 // this.dzialyTableAdapter1.ClearBeforeFill = true; // // usersDzialyTableAdapter1 // this.usersDzialyTableAdapter1.ClearBeforeFill = true; // // adminForm // 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.groupBox1); this.Name = "adminForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Administracja"; this.Load += new System.EventHandler(this.adminForm_Load); this.groupBox1.ResumeLayout(false); 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 edytujUzytkownikaButton; private System.Windows.Forms.Button dodajUzytkownikaButton; private System.Windows.Forms.Button usunUzytkownikaButton; private System.Windows.Forms.ListBox dzialyListBox; private BazaZamowien.zamowieniaDataSetTableAdapters.DzialyTableAdapter dzialyTableAdapter1; private System.Windows.Forms.Button usunDzailUzytkownikaButton; private System.Windows.Forms.Button dodajDzialUztkownikaButton; private System.Windows.Forms.ListBox dzialyAllListBox; private BazaZamowien.zamowieniaDataSetTableAdapters.UsersDzialyTableAdapter usersDzialyTableAdapter1; private System.Windows.Forms.Button usunDzialButton; private System.Windows.Forms.Button dodajDzialButton; private System.Windows.Forms.Button edytujDzialButton; } }