namespace Diplom_O.SupportForms { partial class WorkChelForm { /// /// 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.doljBox = new System.Windows.Forms.TextBox(); this.kolvoBox = new System.Windows.Forms.TextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.errorLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.workButton = new System.Windows.Forms.Button(); this.canceledButton = new System.Windows.Forms.Button(); this.busySizeLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // doljBox // this.doljBox.Location = new System.Drawing.Point(87, 12); this.doljBox.Name = "doljBox"; this.doljBox.Size = new System.Drawing.Size(162, 20); this.doljBox.TabIndex = 0; // // kolvoBox // this.kolvoBox.Location = new System.Drawing.Point(87, 38); this.kolvoBox.Name = "kolvoBox"; this.kolvoBox.Size = new System.Drawing.Size(162, 20); this.kolvoBox.TabIndex = 1; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.errorLabel, this.busySizeLabel}); this.statusStrip1.Location = new System.Drawing.Point(0, 90); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(262, 22); this.statusStrip1.TabIndex = 2; this.statusStrip1.Text = "statusStrip1"; // // errorLabel // this.errorLabel.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold); this.errorLabel.ForeColor = System.Drawing.Color.Red; this.errorLabel.Name = "errorLabel"; this.errorLabel.Size = new System.Drawing.Size(57, 17); this.errorLabel.Text = "Ошибка."; this.errorLabel.Visible = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(16, 15); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 13); this.label1.TabIndex = 3; this.label1.Text = "Должность"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 41); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(69, 13); this.label2.TabIndex = 4; this.label2.Text = "Кол-во мест"; // // workButton // this.workButton.Location = new System.Drawing.Point(175, 64); this.workButton.Name = "workButton"; this.workButton.Size = new System.Drawing.Size(75, 23); this.workButton.TabIndex = 5; this.workButton.Text = "Добавить"; this.workButton.UseVisualStyleBackColor = true; this.workButton.Click += new System.EventHandler(this.workButton_Click); // // canceledButton // this.canceledButton.Location = new System.Drawing.Point(94, 64); this.canceledButton.Name = "canceledButton"; this.canceledButton.Size = new System.Drawing.Size(75, 23); this.canceledButton.TabIndex = 6; this.canceledButton.Text = "Отмена"; this.canceledButton.UseVisualStyleBackColor = true; this.canceledButton.Click += new System.EventHandler(this.canceledButton_Click); // // busySizeLabel // this.busySizeLabel.Name = "busySizeLabel"; this.busySizeLabel.Size = new System.Drawing.Size(51, 17); this.busySizeLabel.Text = "Занято: "; this.busySizeLabel.Visible = false; // // WorkShtatForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(262, 112); this.ControlBox = false; this.Controls.Add(this.canceledButton); this.Controls.Add(this.workButton); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.kolvoBox); this.Controls.Add(this.doljBox); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "WorkShtatForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Штатное место"; this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox doljBox; private System.Windows.Forms.TextBox kolvoBox; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel errorLabel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button workButton; private System.Windows.Forms.Button canceledButton; private System.Windows.Forms.ToolStripStatusLabel busySizeLabel; } }