namespace ProjectGSM.Forms { partial class FormStatusHistory { /// /// 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() { statusLabel = new Label(); saveButton = new Button(); cancelButton = new Button(); dateLabel = new Label(); dateTimePicker1 = new DateTimePicker(); caseLabel = new Label(); statusBox = new ComboBox(); caseBox = new ComboBox(); priceLabel = new Label(); priceNumeric = new NumericUpDown(); ((System.ComponentModel.ISupportInitialize)priceNumeric).BeginInit(); SuspendLayout(); // // statusLabel // statusLabel.Location = new Point(10, 47); statusLabel.Name = "statusLabel"; statusLabel.Size = new Size(100, 23); statusLabel.TabIndex = 0; statusLabel.Text = "Статус:"; // // saveButton // saveButton.Location = new Point(116, 173); saveButton.Name = "saveButton"; saveButton.Size = new Size(75, 38); saveButton.TabIndex = 4; saveButton.Text = "Сохранить"; saveButton.Click += saveButton_Click; // // cancelButton // cancelButton.Location = new Point(197, 173); cancelButton.Name = "cancelButton"; cancelButton.Size = new Size(75, 38); cancelButton.TabIndex = 5; cancelButton.Text = "Отмена"; cancelButton.Click += cancelButton_Click; // // dateLabel // dateLabel.Location = new Point(10, 137); dateLabel.Name = "dateLabel"; dateLabel.Size = new Size(111, 23); dateLabel.TabIndex = 13; dateLabel.Text = "Дата:"; // // dateTimePicker1 // dateTimePicker1.Location = new Point(125, 137); dateTimePicker1.Name = "dateTimePicker1"; dateTimePicker1.Size = new Size(120, 31); dateTimePicker1.TabIndex = 14; // // caseLabel // caseLabel.Location = new Point(10, 7); caseLabel.Name = "caseLabel"; caseLabel.Size = new Size(100, 23); caseLabel.TabIndex = 15; caseLabel.Text = "Дело:"; // // statusBox // statusBox.DropDownStyle = ComboBoxStyle.DropDownList; statusBox.FormattingEnabled = true; statusBox.Location = new Point(125, 47); statusBox.Name = "statusBox"; statusBox.Size = new Size(178, 33); statusBox.TabIndex = 16; // // caseBox // caseBox.DropDownStyle = ComboBoxStyle.DropDownList; caseBox.FormattingEnabled = true; caseBox.Location = new Point(125, 7); caseBox.Name = "caseBox"; caseBox.Size = new Size(121, 33); caseBox.TabIndex = 17; // // priceLabel // priceLabel.Location = new Point(10, 98); priceLabel.Name = "priceLabel"; priceLabel.Size = new Size(100, 23); priceLabel.TabIndex = 18; priceLabel.Text = "Цена:"; // // priceNumeric // priceNumeric.DecimalPlaces = 2; priceNumeric.Location = new Point(123, 99); priceNumeric.Name = "priceNumeric"; priceNumeric.Size = new Size(180, 31); priceNumeric.TabIndex = 19; // // FormStatusHistory // ClientSize = new Size(374, 324); Controls.Add(priceNumeric); Controls.Add(priceLabel); Controls.Add(caseBox); Controls.Add(statusBox); Controls.Add(caseLabel); Controls.Add(dateTimePicker1); Controls.Add(dateLabel); Controls.Add(statusLabel); Controls.Add(saveButton); Controls.Add(cancelButton); Name = "FormStatusHistory"; StartPosition = FormStartPosition.CenterScreen; Text = "Хронология статусов"; ((System.ComponentModel.ISupportInitialize)priceNumeric).EndInit(); ResumeLayout(false); } #endregion private Label statusLabel; private Button saveButton; private Button cancelButton; private Label dateLabel; private DateTimePicker dateTimePicker1; private Label caseLabel; private ComboBox statusBox; private ComboBox caseBox; private Label priceLabel; private NumericUpDown priceNumeric; } }