| 1 | namespace BazaZamowien
|
|---|
| 2 | {
|
|---|
| 3 | partial class MDImainForm
|
|---|
| 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(MDImainForm));
|
|---|
| 33 | this.menuStrip = new System.Windows.Forms.MenuStrip();
|
|---|
| 34 | this.statusStrip = new System.Windows.Forms.StatusStrip();
|
|---|
| 35 | this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
|
|---|
| 36 | this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
|
|---|
| 37 | this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|---|
| 38 | this.zamowieniaToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 39 | this.premieToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|---|
| 40 | this.statusStrip.SuspendLayout();
|
|---|
| 41 | this.toolStrip1.SuspendLayout();
|
|---|
| 42 | this.SuspendLayout();
|
|---|
| 43 | //
|
|---|
| 44 | // menuStrip
|
|---|
| 45 | //
|
|---|
| 46 | this.menuStrip.Location = new System.Drawing.Point(0, 0);
|
|---|
| 47 | this.menuStrip.Name = "menuStrip";
|
|---|
| 48 | this.menuStrip.Size = new System.Drawing.Size(927, 24);
|
|---|
| 49 | this.menuStrip.TabIndex = 0;
|
|---|
| 50 | this.menuStrip.Text = "MenuStrip";
|
|---|
| 51 | this.menuStrip.Visible = false;
|
|---|
| 52 | //
|
|---|
| 53 | // statusStrip
|
|---|
| 54 | //
|
|---|
| 55 | this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 56 | this.toolStripStatusLabel});
|
|---|
| 57 | this.statusStrip.Location = new System.Drawing.Point(0, 642);
|
|---|
| 58 | this.statusStrip.Name = "statusStrip";
|
|---|
| 59 | this.statusStrip.Size = new System.Drawing.Size(1014, 22);
|
|---|
| 60 | this.statusStrip.TabIndex = 2;
|
|---|
| 61 | this.statusStrip.Text = "StatusStrip";
|
|---|
| 62 | //
|
|---|
| 63 | // toolStripStatusLabel
|
|---|
| 64 | //
|
|---|
| 65 | this.toolStripStatusLabel.Name = "toolStripStatusLabel";
|
|---|
| 66 | this.toolStripStatusLabel.Size = new System.Drawing.Size(39, 17);
|
|---|
| 67 | this.toolStripStatusLabel.Text = "Status";
|
|---|
| 68 | //
|
|---|
| 69 | // toolStrip1
|
|---|
| 70 | //
|
|---|
| 71 | this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
|
|---|
| 72 | this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|---|
| 73 | this.zamowieniaToolStripButton,
|
|---|
| 74 | this.premieToolStripButton});
|
|---|
| 75 | this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|---|
| 76 | this.toolStrip1.Name = "toolStrip1";
|
|---|
| 77 | this.toolStrip1.Size = new System.Drawing.Size(1014, 54);
|
|---|
| 78 | this.toolStrip1.TabIndex = 4;
|
|---|
| 79 | this.toolStrip1.Text = "Baza zamówieñ | Baza premii";
|
|---|
| 80 | //
|
|---|
| 81 | // zamowieniaToolStripButton
|
|---|
| 82 | //
|
|---|
| 83 | this.zamowieniaToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("zamowieniaToolStripButton.Image")));
|
|---|
| 84 | this.zamowieniaToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 85 | this.zamowieniaToolStripButton.Name = "zamowieniaToolStripButton";
|
|---|
| 86 | this.zamowieniaToolStripButton.Size = new System.Drawing.Size(76, 51);
|
|---|
| 87 | this.zamowieniaToolStripButton.Text = "Zamówienia";
|
|---|
| 88 | this.zamowieniaToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 89 | this.zamowieniaToolStripButton.Click += new System.EventHandler(this.zamowieniaToolStripButton_Click);
|
|---|
| 90 | //
|
|---|
| 91 | // premieToolStripButton
|
|---|
| 92 | //
|
|---|
| 93 | this.premieToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("premieToolStripButton.Image")));
|
|---|
| 94 | this.premieToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|---|
| 95 | this.premieToolStripButton.Name = "premieToolStripButton";
|
|---|
| 96 | this.premieToolStripButton.Size = new System.Drawing.Size(48, 51);
|
|---|
| 97 | this.premieToolStripButton.Text = "Premie";
|
|---|
| 98 | this.premieToolStripButton.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
|---|
| 99 | this.premieToolStripButton.Click += new System.EventHandler(this.premieToolStripButton_Click);
|
|---|
| 100 | //
|
|---|
| 101 | // MDImainForm
|
|---|
| 102 | //
|
|---|
| 103 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|---|
| 104 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|---|
| 105 | this.ClientSize = new System.Drawing.Size(1014, 664);
|
|---|
| 106 | this.Controls.Add(this.toolStrip1);
|
|---|
| 107 | this.Controls.Add(this.statusStrip);
|
|---|
| 108 | this.Controls.Add(this.menuStrip);
|
|---|
| 109 | this.IsMdiContainer = true;
|
|---|
| 110 | this.MainMenuStrip = this.menuStrip;
|
|---|
| 111 | this.Name = "MDImainForm";
|
|---|
| 112 | this.Text = "Baza zamówieñ | Baza premii";
|
|---|
| 113 | this.Load += new System.EventHandler(this.MDImainForm_Load);
|
|---|
| 114 | this.statusStrip.ResumeLayout(false);
|
|---|
| 115 | this.statusStrip.PerformLayout();
|
|---|
| 116 | this.toolStrip1.ResumeLayout(false);
|
|---|
| 117 | this.toolStrip1.PerformLayout();
|
|---|
| 118 | this.ResumeLayout(false);
|
|---|
| 119 | this.PerformLayout();
|
|---|
| 120 |
|
|---|
| 121 | }
|
|---|
| 122 | #endregion
|
|---|
| 123 |
|
|---|
| 124 |
|
|---|
| 125 | private System.Windows.Forms.MenuStrip menuStrip;
|
|---|
| 126 | private System.Windows.Forms.StatusStrip statusStrip;
|
|---|
| 127 | private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel;
|
|---|
| 128 | private System.Windows.Forms.ToolTip ToolTip;
|
|---|
| 129 | private System.Windows.Forms.ToolStrip toolStrip1;
|
|---|
| 130 | private System.Windows.Forms.ToolStripButton zamowieniaToolStripButton;
|
|---|
| 131 | private System.Windows.Forms.ToolStripButton premieToolStripButton;
|
|---|
| 132 | }
|
|---|
| 133 | }
|
|---|
| 134 |
|
|---|
| 135 |
|
|---|
| 136 |
|
|---|