| 1 | namespace BazaZamowien
|
|---|
| 2 | {
|
|---|
| 3 | partial class AdminFormPremie
|
|---|
| 4 | {
|
|---|
| 5 | /// <summary>
|
|---|
| 6 | /// Required designer variable.
|
|---|
| 7 | /// </summary>
|
|---|
| 8 | private System.ComponentModel.IContainer components = null;
|
|---|
| 9 |
|
|---|
| 10 | /// <summary>
|
|---|
| 11 | /// Clean up any resources being used.
|
|---|
| 12 | /// </summary>
|
|---|
| 13 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|---|
| 14 | protected override void Dispose(bool disposing)
|
|---|
| 15 | {
|
|---|
| 16 | if (disposing && (components != null))
|
|---|
| 17 | {
|
|---|
| 18 | components.Dispose();
|
|---|
| 19 | }
|
|---|
| 20 | base.Dispose(disposing);
|
|---|
| 21 | }
|
|---|
| 22 |
|
|---|
| 23 | #region Windows Form Designer generated code
|
|---|
| 24 |
|
|---|
| 25 | /// <summary>
|
|---|
| 26 | /// Required method for Designer support - do not modify
|
|---|
| 27 | /// the contents of this method with the code editor.
|
|---|
| 28 | /// </summary>
|
|---|
| 29 | private void InitializeComponent()
|
|---|
| 30 | {
|
|---|
| 31 | this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|---|
| 32 | this.usunUzytkownikaButton = new System.Windows.Forms.Button();
|
|---|
| 33 | this.usersListBox = new System.Windows.Forms.ListBox();
|
|---|
| 34 | this.edytujUzytkownikaButton = new System.Windows.Forms.Button();
|
|---|
| 35 | this.dodajUzytkownikaButton = new System.Windows.Forms.Button();
|
|---|
| 36 | this.usersTableAdapter1 = new BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter();
|
|---|
| 37 | this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|---|
| 38 | this.label3 = new System.Windows.Forms.Label();
|
|---|
| 39 | this.label2 = new System.Windows.Forms.Label();
|
|---|
| 40 | this.label1 = new System.Windows.Forms.Label();
|
|---|
| 41 | this.usunDzialZGrupyButton = new System.Windows.Forms.Button();
|
|---|
| 42 | this.dodajDzialDoGrupyButton = new System.Windows.Forms.Button();
|
|---|
| 43 | this.usunGrupeButton = new System.Windows.Forms.Button();
|
|---|
| 44 | this.textBox1 = new System.Windows.Forms.TextBox();
|
|---|
| 45 | this.dodajGrupeButton = new System.Windows.Forms.Button();
|
|---|
| 46 | this.dzialyWGrupieListBox = new System.Windows.Forms.ListBox();
|
|---|
| 47 | this.dzialyListBox = new System.Windows.Forms.ListBox();
|
|---|
| 48 | this.grupyListBox = new System.Windows.Forms.ListBox();
|
|---|
| 49 | this.groupBox1.SuspendLayout();
|
|---|
| 50 | this.groupBox2.SuspendLayout();
|
|---|
| 51 | this.SuspendLayout();
|
|---|
| 52 | //
|
|---|
| 53 | // groupBox1
|
|---|
| 54 | //
|
|---|
| 55 | this.groupBox1.Controls.Add(this.usunUzytkownikaButton);
|
|---|
| 56 | this.groupBox1.Controls.Add(this.usersListBox);
|
|---|
| 57 | this.groupBox1.Controls.Add(this.edytujUzytkownikaButton);
|
|---|
| 58 | this.groupBox1.Controls.Add(this.dodajUzytkownikaButton);
|
|---|
| 59 | this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|---|
| 60 | this.groupBox1.Name = "groupBox1";
|
|---|
| 61 | this.groupBox1.Size = new System.Drawing.Size(271, 314);
|
|---|
| 62 | this.groupBox1.TabIndex = 0;
|
|---|
| 63 | this.groupBox1.TabStop = false;
|
|---|
| 64 | this.groupBox1.Text = "U¿ytkownicy";
|
|---|
| 65 | //
|
|---|
| 66 | // usunUzytkownikaButton
|
|---|
| 67 | //
|
|---|
| 68 | this.usunUzytkownikaButton.Location = new System.Drawing.Point(188, 86);
|
|---|
| 69 | this.usunUzytkownikaButton.Name = "usunUzytkownikaButton";
|
|---|
| 70 | this.usunUzytkownikaButton.Size = new System.Drawing.Size(63, 23);
|
|---|
| 71 | this.usunUzytkownikaButton.TabIndex = 7;
|
|---|
| 72 | this.usunUzytkownikaButton.Text = "Usuñ";
|
|---|
| 73 | this.usunUzytkownikaButton.UseVisualStyleBackColor = true;
|
|---|
| 74 | //
|
|---|
| 75 | // usersListBox
|
|---|
| 76 | //
|
|---|
| 77 | this.usersListBox.FormattingEnabled = true;
|
|---|
| 78 | this.usersListBox.Location = new System.Drawing.Point(15, 28);
|
|---|
| 79 | this.usersListBox.Name = "usersListBox";
|
|---|
| 80 | this.usersListBox.Size = new System.Drawing.Size(153, 264);
|
|---|
| 81 | this.usersListBox.TabIndex = 0;
|
|---|
| 82 | //
|
|---|
| 83 | // edytujUzytkownikaButton
|
|---|
| 84 | //
|
|---|
| 85 | this.edytujUzytkownikaButton.Location = new System.Drawing.Point(187, 57);
|
|---|
| 86 | this.edytujUzytkownikaButton.Name = "edytujUzytkownikaButton";
|
|---|
| 87 | this.edytujUzytkownikaButton.Size = new System.Drawing.Size(64, 23);
|
|---|
| 88 | this.edytujUzytkownikaButton.TabIndex = 6;
|
|---|
| 89 | this.edytujUzytkownikaButton.Text = "Edytuj";
|
|---|
| 90 | this.edytujUzytkownikaButton.UseVisualStyleBackColor = true;
|
|---|
| 91 | this.edytujUzytkownikaButton.Click += new System.EventHandler(this.edytujUzytkownikaButton_Click);
|
|---|
| 92 | //
|
|---|
| 93 | // dodajUzytkownikaButton
|
|---|
| 94 | //
|
|---|
| 95 | this.dodajUzytkownikaButton.Location = new System.Drawing.Point(187, 28);
|
|---|
| 96 | this.dodajUzytkownikaButton.Name = "dodajUzytkownikaButton";
|
|---|
| 97 | this.dodajUzytkownikaButton.Size = new System.Drawing.Size(64, 23);
|
|---|
| 98 | this.dodajUzytkownikaButton.TabIndex = 5;
|
|---|
| 99 | this.dodajUzytkownikaButton.Text = "Dodaj";
|
|---|
| 100 | this.dodajUzytkownikaButton.UseVisualStyleBackColor = true;
|
|---|
| 101 | this.dodajUzytkownikaButton.Click += new System.EventHandler(this.dodajUzytkownikaButton_Click);
|
|---|
| 102 | //
|
|---|
| 103 | // usersTableAdapter1
|
|---|
| 104 | //
|
|---|
| 105 | this.usersTableAdapter1.ClearBeforeFill = true;
|
|---|
| 106 | //
|
|---|
| 107 | // groupBox2
|
|---|
| 108 | //
|
|---|
| 109 | this.groupBox2.Controls.Add(this.label3);
|
|---|
| 110 | this.groupBox2.Controls.Add(this.label2);
|
|---|
| 111 | this.groupBox2.Controls.Add(this.label1);
|
|---|
| 112 | this.groupBox2.Controls.Add(this.usunDzialZGrupyButton);
|
|---|
| 113 | this.groupBox2.Controls.Add(this.dodajDzialDoGrupyButton);
|
|---|
| 114 | this.groupBox2.Controls.Add(this.usunGrupeButton);
|
|---|
| 115 | this.groupBox2.Controls.Add(this.textBox1);
|
|---|
| 116 | this.groupBox2.Controls.Add(this.dodajGrupeButton);
|
|---|
| 117 | this.groupBox2.Controls.Add(this.dzialyWGrupieListBox);
|
|---|
| 118 | this.groupBox2.Controls.Add(this.dzialyListBox);
|
|---|
| 119 | this.groupBox2.Controls.Add(this.grupyListBox);
|
|---|
| 120 | this.groupBox2.Location = new System.Drawing.Point(289, 12);
|
|---|
| 121 | this.groupBox2.Name = "groupBox2";
|
|---|
| 122 | this.groupBox2.Size = new System.Drawing.Size(615, 314);
|
|---|
| 123 | this.groupBox2.TabIndex = 1;
|
|---|
| 124 | this.groupBox2.TabStop = false;
|
|---|
| 125 | this.groupBox2.Text = "Grupy";
|
|---|
| 126 | //
|
|---|
| 127 | // label3
|
|---|
| 128 | //
|
|---|
| 129 | this.label3.AutoSize = true;
|
|---|
| 130 | this.label3.Location = new System.Drawing.Point(16, 19);
|
|---|
| 131 | this.label3.Name = "label3";
|
|---|
| 132 | this.label3.Size = new System.Drawing.Size(38, 13);
|
|---|
| 133 | this.label3.TabIndex = 13;
|
|---|
| 134 | this.label3.Text = "Grupy:";
|
|---|
| 135 | //
|
|---|
| 136 | // label2
|
|---|
| 137 | //
|
|---|
| 138 | this.label2.AutoSize = true;
|
|---|
| 139 | this.label2.Location = new System.Drawing.Point(256, 19);
|
|---|
| 140 | this.label2.Name = "label2";
|
|---|
| 141 | this.label2.Size = new System.Drawing.Size(83, 13);
|
|---|
| 142 | this.label2.TabIndex = 12;
|
|---|
| 143 | this.label2.Text = "Dzia³y w grupie:";
|
|---|
| 144 | //
|
|---|
| 145 | // label1
|
|---|
| 146 | //
|
|---|
| 147 | this.label1.AutoSize = true;
|
|---|
| 148 | this.label1.Location = new System.Drawing.Point(445, 19);
|
|---|
| 149 | this.label1.Name = "label1";
|
|---|
| 150 | this.label1.Size = new System.Drawing.Size(89, 13);
|
|---|
| 151 | this.label1.TabIndex = 11;
|
|---|
| 152 | this.label1.Text = "Wszystkie dzia³y:";
|
|---|
| 153 | //
|
|---|
| 154 | // usunDzialZGrupyButton
|
|---|
| 155 | //
|
|---|
| 156 | this.usunDzialZGrupyButton.Image = global::BazaZamowien.Properties.Resources.delete2;
|
|---|
| 157 | this.usunDzialZGrupyButton.Location = new System.Drawing.Point(402, 152);
|
|---|
| 158 | this.usunDzialZGrupyButton.Name = "usunDzialZGrupyButton";
|
|---|
| 159 | this.usunDzialZGrupyButton.Size = new System.Drawing.Size(40, 29);
|
|---|
| 160 | this.usunDzialZGrupyButton.TabIndex = 10;
|
|---|
| 161 | this.usunDzialZGrupyButton.UseVisualStyleBackColor = true;
|
|---|
| 162 | this.usunDzialZGrupyButton.Click += new System.EventHandler(this.usunDzialZGrupyButton_Click);
|
|---|
| 163 | //
|
|---|
| 164 | // dodajDzialDoGrupyButton
|
|---|
| 165 | //
|
|---|
| 166 | this.dodajDzialDoGrupyButton.Image = global::BazaZamowien.Properties.Resources.arrow_left_blue;
|
|---|
| 167 | this.dodajDzialDoGrupyButton.Location = new System.Drawing.Point(402, 116);
|
|---|
| 168 | this.dodajDzialDoGrupyButton.Name = "dodajDzialDoGrupyButton";
|
|---|
| 169 | this.dodajDzialDoGrupyButton.Size = new System.Drawing.Size(40, 30);
|
|---|
| 170 | this.dodajDzialDoGrupyButton.TabIndex = 9;
|
|---|
| 171 | this.dodajDzialDoGrupyButton.UseVisualStyleBackColor = true;
|
|---|
| 172 | this.dodajDzialDoGrupyButton.Click += new System.EventHandler(this.dodajDzialDoGrupyButton_Click);
|
|---|
| 173 | //
|
|---|
| 174 | // usunGrupeButton
|
|---|
| 175 | //
|
|---|
| 176 | this.usunGrupeButton.Location = new System.Drawing.Point(164, 268);
|
|---|
| 177 | this.usunGrupeButton.Name = "usunGrupeButton";
|
|---|
| 178 | this.usunGrupeButton.Size = new System.Drawing.Size(51, 23);
|
|---|
| 179 | this.usunGrupeButton.TabIndex = 5;
|
|---|
| 180 | this.usunGrupeButton.Text = "Usuñ";
|
|---|
| 181 | this.usunGrupeButton.UseVisualStyleBackColor = true;
|
|---|
| 182 | this.usunGrupeButton.Click += new System.EventHandler(this.usunGrupeButton_Click);
|
|---|
| 183 | //
|
|---|
| 184 | // textBox1
|
|---|
| 185 | //
|
|---|
| 186 | this.textBox1.Location = new System.Drawing.Point(16, 271);
|
|---|
| 187 | this.textBox1.MaxLength = 50;
|
|---|
| 188 | this.textBox1.Name = "textBox1";
|
|---|
| 189 | this.textBox1.Size = new System.Drawing.Size(89, 20);
|
|---|
| 190 | this.textBox1.TabIndex = 4;
|
|---|
| 191 | //
|
|---|
| 192 | // dodajGrupeButton
|
|---|
| 193 | //
|
|---|
| 194 | this.dodajGrupeButton.Location = new System.Drawing.Point(111, 269);
|
|---|
| 195 | this.dodajGrupeButton.Name = "dodajGrupeButton";
|
|---|
| 196 | this.dodajGrupeButton.Size = new System.Drawing.Size(51, 23);
|
|---|
| 197 | this.dodajGrupeButton.TabIndex = 3;
|
|---|
| 198 | this.dodajGrupeButton.Text = "Dodaj";
|
|---|
| 199 | this.dodajGrupeButton.UseVisualStyleBackColor = true;
|
|---|
| 200 | this.dodajGrupeButton.Click += new System.EventHandler(this.dodajGrupeButton_Click);
|
|---|
| 201 | //
|
|---|
| 202 | // dzialyWGrupieListBox
|
|---|
| 203 | //
|
|---|
| 204 | this.dzialyWGrupieListBox.FormattingEnabled = true;
|
|---|
| 205 | this.dzialyWGrupieListBox.Location = new System.Drawing.Point(256, 38);
|
|---|
| 206 | this.dzialyWGrupieListBox.Name = "dzialyWGrupieListBox";
|
|---|
| 207 | this.dzialyWGrupieListBox.Size = new System.Drawing.Size(140, 251);
|
|---|
| 208 | this.dzialyWGrupieListBox.TabIndex = 2;
|
|---|
| 209 | //
|
|---|
| 210 | // dzialyListBox
|
|---|
| 211 | //
|
|---|
| 212 | this.dzialyListBox.FormattingEnabled = true;
|
|---|
| 213 | this.dzialyListBox.Location = new System.Drawing.Point(448, 38);
|
|---|
| 214 | this.dzialyListBox.Name = "dzialyListBox";
|
|---|
| 215 | this.dzialyListBox.Size = new System.Drawing.Size(144, 251);
|
|---|
| 216 | this.dzialyListBox.TabIndex = 1;
|
|---|
| 217 | //
|
|---|
| 218 | // grupyListBox
|
|---|
| 219 | //
|
|---|
| 220 | this.grupyListBox.FormattingEnabled = true;
|
|---|
| 221 | this.grupyListBox.Location = new System.Drawing.Point(16, 38);
|
|---|
| 222 | this.grupyListBox.Name = "grupyListBox";
|
|---|
| 223 | this.grupyListBox.Size = new System.Drawing.Size(199, 212);
|
|---|
| 224 | this.grupyListBox.TabIndex = 0;
|
|---|
| 225 | //
|
|---|
| 226 | // AdminFormPremie
|
|---|
| 227 | //
|
|---|
| 228 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 229 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 230 | this.ClientSize = new System.Drawing.Size(916, 338);
|
|---|
| 231 | this.Controls.Add(this.groupBox2);
|
|---|
| 232 | this.Controls.Add(this.groupBox1);
|
|---|
| 233 | this.Name = "AdminFormPremie";
|
|---|
| 234 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|---|
| 235 | this.Text = "Administracja";
|
|---|
| 236 | this.Load += new System.EventHandler(this.AdminFormPremie_Load);
|
|---|
| 237 | this.groupBox1.ResumeLayout(false);
|
|---|
| 238 | this.groupBox2.ResumeLayout(false);
|
|---|
| 239 | this.groupBox2.PerformLayout();
|
|---|
| 240 | this.ResumeLayout(false);
|
|---|
| 241 |
|
|---|
| 242 | }
|
|---|
| 243 |
|
|---|
| 244 | #endregion
|
|---|
| 245 |
|
|---|
| 246 | private System.Windows.Forms.GroupBox groupBox1;
|
|---|
| 247 | private System.Windows.Forms.ListBox usersListBox;
|
|---|
| 248 | private BazaZamowien.zamowieniaDataSetTableAdapters.UsersTableAdapter usersTableAdapter1;
|
|---|
| 249 | private System.Windows.Forms.Button usunUzytkownikaButton;
|
|---|
| 250 | private System.Windows.Forms.Button edytujUzytkownikaButton;
|
|---|
| 251 | private System.Windows.Forms.Button dodajUzytkownikaButton;
|
|---|
| 252 | private System.Windows.Forms.GroupBox groupBox2;
|
|---|
| 253 | private System.Windows.Forms.ListBox grupyListBox;
|
|---|
| 254 | private System.Windows.Forms.Button usunGrupeButton;
|
|---|
| 255 | private System.Windows.Forms.TextBox textBox1;
|
|---|
| 256 | private System.Windows.Forms.Button dodajGrupeButton;
|
|---|
| 257 | private System.Windows.Forms.ListBox dzialyWGrupieListBox;
|
|---|
| 258 | private System.Windows.Forms.ListBox dzialyListBox;
|
|---|
| 259 | private System.Windows.Forms.Button usunDzialZGrupyButton;
|
|---|
| 260 | private System.Windows.Forms.Button dodajDzialDoGrupyButton;
|
|---|
| 261 | private System.Windows.Forms.Label label3;
|
|---|
| 262 | private System.Windows.Forms.Label label2;
|
|---|
| 263 | private System.Windows.Forms.Label label1;
|
|---|
| 264 | }
|
|---|
| 265 | } |
|---|