namespace BazaZamowien { partial class MDImainForm { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MDImainForm)); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.ToolTip = new System.Windows.Forms.ToolTip(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.zamowieniaToolStripButton = new System.Windows.Forms.ToolStripButton(); this.premieToolStripButton = new System.Windows.Forms.ToolStripButton(); this.statusStrip.SuspendLayout(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // menuStrip // this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(927, 24); this.menuStrip.TabIndex = 0; this.menuStrip.Text = "MenuStrip"; this.menuStrip.Visible = false; // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel}); this.statusStrip.Location = new System.Drawing.Point(0, 642); this.statusStrip.Name = "statusStrip"; this.statusStrip.Size = new System.Drawing.Size(1014, 22); this.statusStrip.TabIndex = 2; this.statusStrip.Text = "StatusStrip"; // // toolStripStatusLabel // this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Size = new System.Drawing.Size(39, 17); this.toolStripStatusLabel.Text = "Status"; // // toolStrip1 // this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32); this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.zamowieniaToolStripButton, this.premieToolStripButton}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(1014, 54); this.toolStrip1.TabIndex = 4; this.toolStrip1.Text = "Baza zamówień | Baza premii"; // // zamowieniaToolStripButton // this.zamowieniaToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("zamowieniaToolStripButton.Image"))); this.zamowieniaToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.zamowieniaToolStripButton.Name = "zamowieniaToolStripButton"; this.zamowieniaToolStripButton.Size = new System.Drawing.Size(76, 51); this.zamowieniaToolStripButton.Text = "Zamówienia"; this.zamowieniaToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.zamowieniaToolStripButton.Click += new System.EventHandler(this.zamowieniaToolStripButton_Click); // // premieToolStripButton // this.premieToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("premieToolStripButton.Image"))); this.premieToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta; this.premieToolStripButton.Name = "premieToolStripButton"; this.premieToolStripButton.Size = new System.Drawing.Size(48, 51); this.premieToolStripButton.Text = "Premie"; this.premieToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.premieToolStripButton.Click += new System.EventHandler(this.premieToolStripButton_Click); // // MDImainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1014, 664); this.Controls.Add(this.toolStrip1); this.Controls.Add(this.statusStrip); this.Controls.Add(this.menuStrip); this.IsMdiContainer = true; this.MainMenuStrip = this.menuStrip; this.Name = "MDImainForm"; this.Text = "Baza zamówień | Baza premii"; this.Load += new System.EventHandler(this.MDImainForm_Load); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; private System.Windows.Forms.ToolTip ToolTip; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton zamowieniaToolStripButton; private System.Windows.Forms.ToolStripButton premieToolStripButton; } }