namespace LawFirmView { partial class FormDocumentComponent { /// /// 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() { comboBoxComponent = new ComboBox(); textBoxCount = new TextBox(); label1 = new Label(); label2 = new Label(); buttonSave = new Button(); buttonCancel = new Button(); SuspendLayout(); // // comboBoxComponent // comboBoxComponent.FormattingEnabled = true; comboBoxComponent.Location = new Point(106, 16); comboBoxComponent.Margin = new Padding(3, 4, 3, 4); comboBoxComponent.Name = "comboBoxComponent"; comboBoxComponent.Size = new Size(245, 28); comboBoxComponent.TabIndex = 0; // // textBoxCount // textBoxCount.Location = new Point(106, 67); textBoxCount.Margin = new Padding(3, 4, 3, 4); textBoxCount.Name = "textBoxCount"; textBoxCount.Size = new Size(166, 27); textBoxCount.TabIndex = 1; // // label1 // label1.AutoSize = true; label1.Location = new Point(14, 16); label1.Name = "label1"; label1.Size = new Size(91, 20); label1.TabIndex = 2; label1.Text = "Компонент:"; // // label2 // label2.AutoSize = true; label2.Location = new Point(14, 67); label2.Name = "label2"; label2.Size = new Size(93, 20); label2.TabIndex = 3; label2.Text = "Количество:"; // // buttonSave // buttonSave.Location = new Point(187, 121); buttonSave.Margin = new Padding(3, 4, 3, 4); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(95, 31); buttonSave.TabIndex = 4; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(296, 121); buttonCancel.Margin = new Padding(3, 4, 3, 4); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(86, 31); buttonCancel.TabIndex = 5; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += buttonCancel_Click; // // FormDocumentComponent // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(439, 181); Controls.Add(buttonCancel); Controls.Add(buttonSave); Controls.Add(label2); Controls.Add(label1); Controls.Add(textBoxCount); Controls.Add(comboBoxComponent); Margin = new Padding(3, 4, 3, 4); Name = "FormDocumentComponent"; Text = "Компонент пакета документов"; ResumeLayout(false); PerformLayout(); } #endregion private ComboBox comboBoxComponent; private TextBox textBoxCount; private Label label1; private Label label2; private Button buttonSave; private Button buttonCancel; } }