| 1 | namespace Baza_Reklam
|
|---|
| 2 | {
|
|---|
| 3 | partial class MDIBazaReklam
|
|---|
| 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.components = new System.ComponentModel.Container();
|
|---|
| 32 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDIBazaReklam));
|
|---|
| 33 | this.statusStrip = new System.Windows.Forms.StatusStrip();
|
|---|
| 34 | this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|---|
| 35 | this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
|
|---|
| 36 | this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|---|
| 37 | this.startToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 38 | this.klienciToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 39 | this.zamowieniaToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 40 | this.fakturyToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 41 | this.produkcjaToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 42 | this.infoToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 43 | this.prowizjeToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 44 | this.listaReklamToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 45 | this.raportyToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 46 | this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|---|
| 47 | this.zamowieniaToolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
|---|
| 48 | this.fakturyNoweToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 49 | this.korektaToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 50 | this.cbUserAgency = new System.Windows.Forms.ToolStripComboBox();
|
|---|
| 51 | this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|---|
| 52 | this.tsbtnAbout = new System.Windows.Forms.ToolStripButton();
|
|---|
| 53 | this.koniecToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 54 | this.adminToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 55 | this.testToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 56 | this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|---|
| 57 | this.dasdfasToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|---|
| 58 | this.statusStrip.SuspendLayout();
|
|---|
| 59 | this.toolStrip1.SuspendLayout();
|
|---|
| 60 | this.menuStrip1.SuspendLayout();
|
|---|
| 61 | this.SuspendLayout();
|
|---|
| 62 | //
|
|---|
| 63 | // statusStrip
|
|---|
| 64 | //
|
|---|
| 65 | this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 66 | this.toolStripStatusLabel});
|
|---|
| 67 | this.statusStrip.Location = new System.Drawing.Point(0, 687);
|
|---|
| 68 | this.statusStrip.Name = "statusStrip";
|
|---|
| 69 | this.statusStrip.Size = new System.Drawing.Size(1014, 22);
|
|---|
| 70 | this.statusStrip.TabIndex = 2;
|
|---|
| 71 | this.statusStrip.Text = "StatusStrip";
|
|---|
| 72 | //
|
|---|
| 73 | // toolStripStatusLabel
|
|---|
| 74 | //
|
|---|
| 75 | this.toolStripStatusLabel.Name = "toolStripStatusLabel";
|
|---|
| 76 | this.toolStripStatusLabel.Size = new System.Drawing.Size(39, 17);
|
|---|
| 77 | this.toolStripStatusLabel.Text = "Status";
|
|---|
| 78 | //
|
|---|
| 79 | // toolStrip1
|
|---|
| 80 | //
|
|---|
| 81 | this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|---|
| 82 | this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 83 | this.startToolStripButton,
|
|---|
| 84 | this.klienciToolStripButton,
|
|---|
| 85 | this.zamowieniaToolStripButton,
|
|---|
| 86 | this.fakturyToolStripButton,
|
|---|
| 87 | this.produkcjaToolStripButton,
|
|---|
| 88 | this.infoToolStripButton,
|
|---|
| 89 | this.prowizjeToolStripButton,
|
|---|
| 90 | this.listaReklamToolStripButton,
|
|---|
| 91 | this.raportyToolStripButton,
|
|---|
| 92 | this.toolStripSeparator1,
|
|---|
| 93 | this.zamowieniaToolStripButton2,
|
|---|
| 94 | this.fakturyNoweToolStripButton,
|
|---|
| 95 | this.korektaToolStripButton,
|
|---|
| 96 | this.cbUserAgency,
|
|---|
| 97 | this.toolStripSeparator2,
|
|---|
| 98 | this.tsbtnAbout,
|
|---|
| 99 | this.koniecToolStripButton,
|
|---|
| 100 | this.adminToolStripButton,
|
|---|
| 101 | this.testToolStripButton});
|
|---|
| 102 | this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 103 | this.toolStrip1.Name = "toolStrip1";
|
|---|
| 104 | this.toolStrip1.Size = new System.Drawing.Size(1014, 54);
|
|---|
| 105 | this.toolStrip1.TabIndex = 4;
|
|---|
| 106 | this.toolStrip1.Text = "toolStrip1";
|
|---|
| 107 | //
|
|---|
| 108 | // startToolStripButton
|
|---|
| 109 | //
|
|---|
| 110 | this.startToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("startToolStripButton.Image")));
|
|---|
| 111 | this.startToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 112 | this.startToolStripButton.Name = "startToolStripButton";
|
|---|
| 113 | this.startToolStripButton.Size = new System.Drawing.Size(36, 51);
|
|---|
| 114 | this.startToolStripButton.Text = "Start";
|
|---|
| 115 | this.startToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 116 | this.startToolStripButton.Click += new System.EventHandler(this.startToolStripButton_Click);
|
|---|
| 117 | //
|
|---|
| 118 | // klienciToolStripButton
|
|---|
| 119 | //
|
|---|
| 120 | this.klienciToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("klienciToolStripButton.Image")));
|
|---|
| 121 | this.klienciToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 122 | this.klienciToolStripButton.Name = "klienciToolStripButton";
|
|---|
| 123 | this.klienciToolStripButton.Size = new System.Drawing.Size(46, 51);
|
|---|
| 124 | this.klienciToolStripButton.Text = "Klienci";
|
|---|
| 125 | this.klienciToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 126 | this.klienciToolStripButton.Click += new System.EventHandler(this.klienciToolStripButton_Click);
|
|---|
| 127 | //
|
|---|
| 128 | // zamowieniaToolStripButton
|
|---|
| 129 | //
|
|---|
| 130 | this.zamowieniaToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("zamowieniaToolStripButton.Image")));
|
|---|
| 131 | this.zamowieniaToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 132 | this.zamowieniaToolStripButton.Name = "zamowieniaToolStripButton";
|
|---|
| 133 | this.zamowieniaToolStripButton.Size = new System.Drawing.Size(56, 51);
|
|---|
| 134 | this.zamowieniaToolStripButton.Text = "Reklamy";
|
|---|
| 135 | this.zamowieniaToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 136 | this.zamowieniaToolStripButton.Click += new System.EventHandler(this.zamowieniaToolStripButton_Click);
|
|---|
| 137 | //
|
|---|
| 138 | // fakturyToolStripButton
|
|---|
| 139 | //
|
|---|
| 140 | this.fakturyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("fakturyToolStripButton.Image")));
|
|---|
| 141 | this.fakturyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 142 | this.fakturyToolStripButton.Name = "fakturyToolStripButton";
|
|---|
| 143 | this.fakturyToolStripButton.Size = new System.Drawing.Size(50, 51);
|
|---|
| 144 | this.fakturyToolStripButton.Text = "Faktury";
|
|---|
| 145 | this.fakturyToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 146 | this.fakturyToolStripButton.Click += new System.EventHandler(this.fakturyToolStripButton_Click);
|
|---|
| 147 | //
|
|---|
| 148 | // produkcjaToolStripButton
|
|---|
| 149 | //
|
|---|
| 150 | this.produkcjaToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("produkcjaToolStripButton.Image")));
|
|---|
| 151 | this.produkcjaToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 152 | this.produkcjaToolStripButton.Name = "produkcjaToolStripButton";
|
|---|
| 153 | this.produkcjaToolStripButton.Size = new System.Drawing.Size(64, 51);
|
|---|
| 154 | this.produkcjaToolStripButton.Text = "Produkcja";
|
|---|
| 155 | this.produkcjaToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 156 | this.produkcjaToolStripButton.Click += new System.EventHandler(this.produkcjaToolStripButton_Click);
|
|---|
| 157 | //
|
|---|
| 158 | // infoToolStripButton
|
|---|
| 159 | //
|
|---|
| 160 | this.infoToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("infoToolStripButton.Image")));
|
|---|
| 161 | this.infoToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 162 | this.infoToolStripButton.Name = "infoToolStripButton";
|
|---|
| 163 | this.infoToolStripButton.Size = new System.Drawing.Size(36, 51);
|
|---|
| 164 | this.infoToolStripButton.Text = "Info";
|
|---|
| 165 | this.infoToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 166 | this.infoToolStripButton.Click += new System.EventHandler(this.infoToolStripButton_Click);
|
|---|
| 167 | //
|
|---|
| 168 | // prowizjeToolStripButton
|
|---|
| 169 | //
|
|---|
| 170 | this.prowizjeToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("prowizjeToolStripButton.Image")));
|
|---|
| 171 | this.prowizjeToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 172 | this.prowizjeToolStripButton.Name = "prowizjeToolStripButton";
|
|---|
| 173 | this.prowizjeToolStripButton.Size = new System.Drawing.Size(45, 51);
|
|---|
| 174 | this.prowizjeToolStripButton.Text = "Ocena";
|
|---|
| 175 | this.prowizjeToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 176 | this.prowizjeToolStripButton.Click += new System.EventHandler(this.prowizjeToolStripButton_Click);
|
|---|
| 177 | //
|
|---|
| 178 | // listaReklamToolStripButton
|
|---|
| 179 | //
|
|---|
| 180 | this.listaReklamToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("listaReklamToolStripButton.Image")));
|
|---|
| 181 | this.listaReklamToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 182 | this.listaReklamToolStripButton.Name = "listaReklamToolStripButton";
|
|---|
| 183 | this.listaReklamToolStripButton.Size = new System.Drawing.Size(74, 51);
|
|---|
| 184 | this.listaReklamToolStripButton.Text = "Lista reklam";
|
|---|
| 185 | this.listaReklamToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 186 | this.listaReklamToolStripButton.Click += new System.EventHandler(this.listaReklamToolStripButton_Click);
|
|---|
| 187 | //
|
|---|
| 188 | // raportyToolStripButton
|
|---|
| 189 | //
|
|---|
| 190 | this.raportyToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("raportyToolStripButton.Image")));
|
|---|
| 191 | this.raportyToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 192 | this.raportyToolStripButton.Name = "raportyToolStripButton";
|
|---|
| 193 | this.raportyToolStripButton.Size = new System.Drawing.Size(52, 51);
|
|---|
| 194 | this.raportyToolStripButton.Text = "Raporty";
|
|---|
| 195 | this.raportyToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 196 | this.raportyToolStripButton.Click += new System.EventHandler(this.raportyToolStripButton_Click);
|
|---|
| 197 | //
|
|---|
| 198 | // toolStripSeparator1
|
|---|
| 199 | //
|
|---|
| 200 | this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|---|
| 201 | this.toolStripSeparator1.Size = new System.Drawing.Size(6, 54);
|
|---|
| 202 | //
|
|---|
| 203 | // zamowieniaToolStripButton2
|
|---|
| 204 | //
|
|---|
| 205 | this.zamowieniaToolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("zamowieniaToolStripButton2.Image")));
|
|---|
| 206 | this.zamowieniaToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 207 | this.zamowieniaToolStripButton2.Name = "zamowieniaToolStripButton2";
|
|---|
| 208 | this.zamowieniaToolStripButton2.Size = new System.Drawing.Size(76, 51);
|
|---|
| 209 | this.zamowieniaToolStripButton2.Text = "Zamówienia";
|
|---|
| 210 | this.zamowieniaToolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 211 | this.zamowieniaToolStripButton2.Click += new System.EventHandler(this.zamowieniaToolStripButton2_Click);
|
|---|
| 212 | //
|
|---|
| 213 | // fakturyNoweToolStripButton
|
|---|
| 214 | //
|
|---|
| 215 | this.fakturyNoweToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("fakturyNoweToolStripButton.Image")));
|
|---|
| 216 | this.fakturyNoweToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 217 | this.fakturyNoweToolStripButton.Name = "fakturyNoweToolStripButton";
|
|---|
| 218 | this.fakturyNoweToolStripButton.Size = new System.Drawing.Size(82, 51);
|
|---|
| 219 | this.fakturyNoweToolStripButton.Text = "Faktury nowe";
|
|---|
| 220 | this.fakturyNoweToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 221 | this.fakturyNoweToolStripButton.Click += new System.EventHandler(this.fakturyNoweToolStripButton_Click);
|
|---|
| 222 | //
|
|---|
| 223 | // korektaToolStripButton
|
|---|
| 224 | //
|
|---|
| 225 | this.korektaToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("korektaToolStripButton.Image")));
|
|---|
| 226 | this.korektaToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 227 | this.korektaToolStripButton.Name = "korektaToolStripButton";
|
|---|
| 228 | this.korektaToolStripButton.Size = new System.Drawing.Size(51, 51);
|
|---|
| 229 | this.korektaToolStripButton.Text = "Korekty";
|
|---|
| 230 | this.korektaToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 231 | this.korektaToolStripButton.Click += new System.EventHandler(this.korektaToolStripButton_Click);
|
|---|
| 232 | //
|
|---|
| 233 | // cbUserAgency
|
|---|
| 234 | //
|
|---|
| 235 | this.cbUserAgency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|---|
| 236 | this.cbUserAgency.DropDownWidth = 70;
|
|---|
| 237 | this.cbUserAgency.Name = "cbUserAgency";
|
|---|
| 238 | this.cbUserAgency.Overflow = System.Windows.Forms.ToolStripItemOverflow.Never;
|
|---|
| 239 | this.cbUserAgency.Size = new System.Drawing.Size(75, 54);
|
|---|
| 240 | //
|
|---|
| 241 | // toolStripSeparator2
|
|---|
| 242 | //
|
|---|
| 243 | this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|---|
| 244 | this.toolStripSeparator2.Size = new System.Drawing.Size(6, 54);
|
|---|
| 245 | //
|
|---|
| 246 | // tsbtnAbout
|
|---|
| 247 | //
|
|---|
| 248 | this.tsbtnAbout.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAbout.Image")));
|
|---|
| 249 | this.tsbtnAbout.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 250 | this.tsbtnAbout.Name = "tsbtnAbout";
|
|---|
| 251 | this.tsbtnAbout.Size = new System.Drawing.Size(53, 51);
|
|---|
| 252 | this.tsbtnAbout.Text = "O wersji";
|
|---|
| 253 | this.tsbtnAbout.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 254 | this.tsbtnAbout.Click += new System.EventHandler(this.tsbtnAbout_Click);
|
|---|
| 255 | //
|
|---|
| 256 | // koniecToolStripButton
|
|---|
| 257 | //
|
|---|
| 258 | this.koniecToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("koniecToolStripButton.Image")));
|
|---|
| 259 | this.koniecToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 260 | this.koniecToolStripButton.Name = "koniecToolStripButton";
|
|---|
| 261 | this.koniecToolStripButton.Size = new System.Drawing.Size(47, 51);
|
|---|
| 262 | this.koniecToolStripButton.Text = "Koniec";
|
|---|
| 263 | this.koniecToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 264 | this.koniecToolStripButton.Click += new System.EventHandler(this.koniecToolStripButton_Click);
|
|---|
| 265 | //
|
|---|
| 266 | // adminToolStripButton
|
|---|
| 267 | //
|
|---|
| 268 | this.adminToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|---|
| 269 | this.adminToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("adminToolStripButton.Image")));
|
|---|
| 270 | this.adminToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 271 | this.adminToolStripButton.Name = "adminToolStripButton";
|
|---|
| 272 | this.adminToolStripButton.Size = new System.Drawing.Size(50, 51);
|
|---|
| 273 | this.adminToolStripButton.Text = "ADMIN";
|
|---|
| 274 | this.adminToolStripButton.Visible = false;
|
|---|
| 275 | this.adminToolStripButton.Click += new System.EventHandler(this.adminToolStripButton_Click);
|
|---|
| 276 | //
|
|---|
| 277 | // testToolStripButton
|
|---|
| 278 | //
|
|---|
| 279 | this.testToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
|
|---|
| 280 | this.testToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("testToolStripButton.Image")));
|
|---|
| 281 | this.testToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 282 | this.testToolStripButton.Name = "testToolStripButton";
|
|---|
| 283 | this.testToolStripButton.Size = new System.Drawing.Size(72, 51);
|
|---|
| 284 | this.testToolStripButton.Text = "Test Button";
|
|---|
| 285 | this.testToolStripButton.Visible = false;
|
|---|
| 286 | this.testToolStripButton.Click += new System.EventHandler(this.testToolStripButton_Click);
|
|---|
| 287 | //
|
|---|
| 288 | // menuStrip1
|
|---|
| 289 | //
|
|---|
| 290 | this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 291 | this.dasdfasToolStripMenuItem});
|
|---|
| 292 | this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 293 | this.menuStrip1.Name = "menuStrip1";
|
|---|
| 294 | this.menuStrip1.Size = new System.Drawing.Size(1008, 24);
|
|---|
| 295 | this.menuStrip1.TabIndex = 6;
|
|---|
| 296 | this.menuStrip1.Text = "menuStrip1";
|
|---|
| 297 | this.menuStrip1.Visible = false;
|
|---|
| 298 | //
|
|---|
| 299 | // dasdfasToolStripMenuItem
|
|---|
| 300 | //
|
|---|
| 301 | this.dasdfasToolStripMenuItem.Name = "dasdfasToolStripMenuItem";
|
|---|
| 302 | this.dasdfasToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
|
|---|
| 303 | this.dasdfasToolStripMenuItem.Text = "dasdfas";
|
|---|
| 304 | //
|
|---|
| 305 | // MDIBazaReklam
|
|---|
| 306 | //
|
|---|
| 307 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 308 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 309 | this.ClientSize = new System.Drawing.Size(1014, 709);
|
|---|
| 310 | this.Controls.Add(this.toolStrip1);
|
|---|
| 311 | this.Controls.Add(this.statusStrip);
|
|---|
| 312 | this.Controls.Add(this.menuStrip1);
|
|---|
| 313 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|---|
| 314 | this.IsMdiContainer = true;
|
|---|
| 315 | this.MainMenuStrip = this.menuStrip1;
|
|---|
| 316 | this.MinimumSize = new System.Drawing.Size(812, 612);
|
|---|
| 317 | this.Name = "MDIBazaReklam";
|
|---|
| 318 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|---|
| 319 | this.Text = "Baza reklam";
|
|---|
| 320 | this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|---|
| 321 | this.Load += new System.EventHandler(this.MDIBazaReklam_Load);
|
|---|
| 322 | this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MDIBazaReklam_FormClosed);
|
|---|
| 323 | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MDIBazaReklam_FormClosing);
|
|---|
| 324 | this.statusStrip.ResumeLayout(false);
|
|---|
| 325 | this.statusStrip.PerformLayout();
|
|---|
| 326 | this.toolStrip1.ResumeLayout(false);
|
|---|
| 327 | this.toolStrip1.PerformLayout();
|
|---|
| 328 | this.menuStrip1.ResumeLayout(false);
|
|---|
| 329 | this.menuStrip1.PerformLayout();
|
|---|
| 330 | this.ResumeLayout(false);
|
|---|
| 331 | this.PerformLayout();
|
|---|
| 332 |
|
|---|
| 333 | }
|
|---|
| 334 | #endregion
|
|---|
| 335 |
|
|---|
| 336 | private System.Windows.Forms.StatusStrip statusStrip;
|
|---|
| 337 | private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
|
|---|
| 338 | private System.Windows.Forms.ToolTip ToolTip;
|
|---|
| 339 | private System.Windows.Forms.ToolStrip toolStrip1;
|
|---|
| 340 | private System.Windows.Forms.ToolStripButton klienciToolStripButton;
|
|---|
| 341 | private System.Windows.Forms.ToolStripButton zamowieniaToolStripButton;
|
|---|
| 342 | private System.Windows.Forms.ToolStripButton fakturyToolStripButton;
|
|---|
| 343 | private System.Windows.Forms.ToolStripButton infoToolStripButton;
|
|---|
| 344 | private System.Windows.Forms.ToolStripButton produkcjaToolStripButton;
|
|---|
| 345 | private System.Windows.Forms.ToolStripButton prowizjeToolStripButton;
|
|---|
| 346 | private System.Windows.Forms.ToolStripButton raportyToolStripButton;
|
|---|
| 347 | private System.Windows.Forms.MenuStrip menuStrip1;
|
|---|
| 348 | private System.Windows.Forms.ToolStripButton startToolStripButton;
|
|---|
| 349 | private System.Windows.Forms.ToolStripButton listaReklamToolStripButton;
|
|---|
| 350 | private System.Windows.Forms.ToolStripButton adminToolStripButton;
|
|---|
| 351 | private System.Windows.Forms.ToolStripButton koniecToolStripButton;
|
|---|
| 352 | private System.Windows.Forms.ToolStripMenuItem dasdfasToolStripMenuItem;
|
|---|
| 353 | private System.Windows.Forms.ToolStripButton zamowieniaToolStripButton2;
|
|---|
| 354 | private System.Windows.Forms.ToolStripButton fakturyNoweToolStripButton;
|
|---|
| 355 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|---|
| 356 | private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|---|
| 357 | private System.Windows.Forms.ToolStripButton korektaToolStripButton;
|
|---|
| 358 | private System.Windows.Forms.ToolStripButton tsbtnAbout;
|
|---|
| 359 | private System.Windows.Forms.ToolStripComboBox cbUserAgency;
|
|---|
| 360 | private System.Windows.Forms.ToolStripButton testToolStripButton;
|
|---|
| 361 | }
|
|---|
| 362 | }
|
|---|
| 363 |
|
|---|
| 364 |
|
|---|
| 365 |
|
|---|