| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- namespace Швейная_фабрика
- {
- partial class fStorekeeper
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.pnlLogo = new System.Windows.Forms.Panel();
- this.pnlTItle = new System.Windows.Forms.Panel();
- this.lblTitle = new System.Windows.Forms.Label();
- this.pbxLogo = new System.Windows.Forms.PictureBox();
- this.pnlLogo.SuspendLayout();
- this.pnlTItle.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit();
- this.SuspendLayout();
- //
- // pnlLogo
- //
- this.pnlLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pnlLogo.Controls.Add(this.pnlTItle);
- this.pnlLogo.Controls.Add(this.pbxLogo);
- this.pnlLogo.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlLogo.Location = new System.Drawing.Point(0, 0);
- this.pnlLogo.Name = "pnlLogo";
- this.pnlLogo.Size = new System.Drawing.Size(800, 64);
- this.pnlLogo.TabIndex = 20;
- //
- // pnlTItle
- //
- this.pnlTItle.Controls.Add(this.lblTitle);
- this.pnlTItle.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlTItle.Location = new System.Drawing.Point(64, 0);
- this.pnlTItle.Name = "pnlTItle";
- this.pnlTItle.Size = new System.Drawing.Size(734, 62);
- this.pnlTItle.TabIndex = 2;
- //
- // lblTitle
- //
- this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblTitle.Location = new System.Drawing.Point(0, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(734, 62);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Швейная фабрика";
- this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // pbxLogo
- //
- this.pbxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pbxLogo.Dock = System.Windows.Forms.DockStyle.Left;
- this.pbxLogo.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxLogo.Location = new System.Drawing.Point(0, 0);
- this.pbxLogo.Name = "pbxLogo";
- this.pbxLogo.Size = new System.Drawing.Size(64, 62);
- this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxLogo.TabIndex = 1;
- this.pbxLogo.TabStop = false;
- //
- // fStorekeeper
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Controls.Add(this.pnlLogo);
- this.Name = "fStorekeeper";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Швейная фабрика";
- this.Load += new System.EventHandler(this.fStorekeeper_Load);
- this.pnlLogo.ResumeLayout(false);
- this.pnlTItle.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel pnlLogo;
- private System.Windows.Forms.Panel pnlTItle;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.PictureBox pbxLogo;
- }
- }
|