namespace ShtukoSpecOdejda { partial class FMain { /// /// Обязательная переменная конструктора. /// private System.ComponentModel.IContainer components = null; /// /// Освободить все используемые ресурсы. /// /// истинно, если управляемый ресурс должен быть удален; иначе ложно. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Код, автоматически созданный конструктором форм Windows /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.butPolych = new System.Windows.Forms.Button(); this.butRab = new System.Windows.Forms.Button(); this.butSpec = new System.Windows.Forms.Button(); this.butCeh = new System.Windows.Forms.Button(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.SystemColors.MenuHighlight; this.label1.Location = new System.Drawing.Point(72, 60); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(318, 25); this.label1.TabIndex = 0; this.label1.Text = "База данных \"Спец одежда\""; // // butPolych // this.butPolych.Location = new System.Drawing.Point(158, 122); this.butPolych.Name = "butPolych"; this.butPolych.Size = new System.Drawing.Size(147, 40); this.butPolych.TabIndex = 1; this.butPolych.Text = "Таблица \"Получение\""; this.butPolych.UseVisualStyleBackColor = true; this.butPolych.Click += new System.EventHandler(this.butPolych_Click); // // butRab // this.butRab.Location = new System.Drawing.Point(158, 168); this.butRab.Name = "butRab"; this.butRab.Size = new System.Drawing.Size(147, 37); this.butRab.TabIndex = 2; this.butRab.Text = "Таблица \"Работник\""; this.butRab.UseVisualStyleBackColor = true; this.butRab.Click += new System.EventHandler(this.button1_Click); // // butSpec // this.butSpec.Location = new System.Drawing.Point(158, 211); this.butSpec.Name = "butSpec"; this.butSpec.Size = new System.Drawing.Size(147, 38); this.butSpec.TabIndex = 3; this.butSpec.Text = "Таблица \"Спец одежда\""; this.butSpec.UseVisualStyleBackColor = true; this.butSpec.Click += new System.EventHandler(this.butSpec_Click); // // butCeh // this.butCeh.Location = new System.Drawing.Point(158, 255); this.butCeh.Name = "butCeh"; this.butCeh.Size = new System.Drawing.Size(147, 39); this.butCeh.TabIndex = 4; this.butCeh.Text = "Таблица \"Цех\""; this.butCeh.UseVisualStyleBackColor = true; this.butCeh.Click += new System.EventHandler(this.butCeh_Click); // // FMain // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::ShtukoSpecOdejda.Properties.Resources.img1_akspic_ru_temnota_liniya_chernyy_polnoch_monoxromnyj_rejim_2400x1400; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(449, 356); this.Controls.Add(this.butCeh); this.Controls.Add(this.butSpec); this.Controls.Add(this.butRab); this.Controls.Add(this.butPolych); this.Controls.Add(this.label1); this.Name = "FMain"; this.Text = "Таблица \"Получение\""; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Button butPolych; private System.Windows.Forms.Button butRab; private System.Windows.Forms.Button butSpec; private System.Windows.Forms.Button butCeh; } }