namespace FurnitureAssemblyView { partial class FormUsersKomment { /// /// 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.labelWorkPiece = new System.Windows.Forms.Label(); this.labelCount = new System.Windows.Forms.Label(); this.comboBoxWorkPiece = new System.Windows.Forms.ComboBox(); this.textBoxCount = new System.Windows.Forms.TextBox(); this.buttonSave = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labelWorkPiece // this.labelWorkPiece.AutoSize = true; this.labelWorkPiece.Location = new System.Drawing.Point(27, 25); this.labelWorkPiece.Name = "labelWorkPiece"; this.labelWorkPiece.Size = new System.Drawing.Size(87, 15); this.labelWorkPiece.TabIndex = 0; this.labelWorkPiece.Text = "Комментарий:"; // // labelCount // this.labelCount.AutoSize = true; this.labelCount.Location = new System.Drawing.Point(27, 59); this.labelCount.Name = "labelCount"; this.labelCount.Size = new System.Drawing.Size(75, 15); this.labelCount.TabIndex = 1; this.labelCount.Text = "Количество:"; // // comboBoxWorkPiece // this.comboBoxWorkPiece.FormattingEnabled = true; this.comboBoxWorkPiece.Location = new System.Drawing.Point(136, 22); this.comboBoxWorkPiece.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.comboBoxWorkPiece.Name = "comboBoxWorkPiece"; this.comboBoxWorkPiece.Size = new System.Drawing.Size(280, 23); this.comboBoxWorkPiece.TabIndex = 2; // // textBoxCount // this.textBoxCount.Location = new System.Drawing.Point(136, 57); this.textBoxCount.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.textBoxCount.Name = "textBoxCount"; this.textBoxCount.Size = new System.Drawing.Size(280, 23); this.textBoxCount.TabIndex = 3; // // buttonSave // this.buttonSave.Location = new System.Drawing.Point(215, 109); this.buttonSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonSave.Name = "buttonSave"; this.buttonSave.Size = new System.Drawing.Size(96, 28); this.buttonSave.TabIndex = 4; this.buttonSave.Text = "Сохранить"; this.buttonSave.UseVisualStyleBackColor = true; // // buttonCancel // this.buttonCancel.Location = new System.Drawing.Point(317, 109); this.buttonCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(99, 28); this.buttonCancel.TabIndex = 5; this.buttonCancel.Text = "Отмена"; this.buttonCancel.UseVisualStyleBackColor = true; // // FormUsersKomment // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(432, 148); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonSave); this.Controls.Add(this.textBoxCount); this.Controls.Add(this.comboBoxWorkPiece); this.Controls.Add(this.labelCount); this.Controls.Add(this.labelWorkPiece); this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.Name = "FormUsersKomment"; this.Text = "Пользователи и Комменты"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private Label labelWorkPiece; private Label labelCount; private ComboBox comboBoxWorkPiece; private TextBox textBoxCount; private Button buttonSave; private Button buttonCancel; } }