namespace ProjectGSM.Forms { partial class FormCase { /// /// 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() { typeApealLabel = new Label(); paymentLabel = new Label(); saveButton = new Button(); cancelButton = new Button(); priceLabel = new Label(); StatusLabel = new Label(); verdictLabel = new Label(); typeApellBox = new ComboBox(); paymentCheckBox = new CheckBox(); priceNumeric = new NumericUpDown(); winPriceLabel = new Label(); winPriceNumeric = new NumericUpDown(); statusBox = new ComboBox(); verdictCheckBox = new CheckBox(); courtBox = new ComboBox(); courtLabel = new Label(); clientBox = new ComboBox(); clientLabel = new Label(); descriptionLabel = new Label(); textBox1 = new TextBox(); ((System.ComponentModel.ISupportInitialize)priceNumeric).BeginInit(); ((System.ComponentModel.ISupportInitialize)winPriceNumeric).BeginInit(); SuspendLayout(); // // typeApealLabel // typeApealLabel.Location = new Point(10, 10); typeApealLabel.Name = "typeApealLabel"; typeApealLabel.Size = new Size(100, 23); typeApealLabel.TabIndex = 0; typeApealLabel.Text = "Тип обращения:"; // // paymentLabel // paymentLabel.Location = new Point(10, 50); paymentLabel.Name = "paymentLabel"; paymentLabel.Size = new Size(100, 23); paymentLabel.TabIndex = 2; paymentLabel.Text = "Оплачено:"; // // saveButton // saveButton.Location = new Point(118, 375); saveButton.Name = "saveButton"; saveButton.Size = new Size(75, 23); saveButton.TabIndex = 4; saveButton.Text = "Сохранить"; saveButton.Click += saveButton_Click; // // cancelButton // cancelButton.Location = new Point(197, 375); cancelButton.Name = "cancelButton"; cancelButton.Size = new Size(75, 23); cancelButton.TabIndex = 5; cancelButton.Text = "Отмена"; cancelButton.Click += cancelButton_Click; // // priceLabel // priceLabel.Location = new Point(10, 89); priceLabel.Name = "priceLabel"; priceLabel.Size = new Size(100, 23); priceLabel.TabIndex = 0; priceLabel.Text = "Цена:"; // // StatusLabel // StatusLabel.Location = new Point(10, 157); StatusLabel.Name = "StatusLabel"; StatusLabel.Size = new Size(111, 23); StatusLabel.TabIndex = 9; StatusLabel.Text = "Текущий статус:"; // // verdictLabel // verdictLabel.Location = new Point(10, 191); verdictLabel.Name = "verdictLabel"; verdictLabel.Size = new Size(111, 23); verdictLabel.TabIndex = 11; verdictLabel.Text = "Вердикт:"; // // typeApellBox // typeApellBox.DropDownStyle = ComboBoxStyle.DropDownList; typeApellBox.FormattingEnabled = true; typeApellBox.Location = new Point(116, 10); typeApellBox.Name = "typeApellBox"; typeApellBox.Size = new Size(121, 23); typeApellBox.TabIndex = 13; // // paymentCheckBox // paymentCheckBox.AutoSize = true; paymentCheckBox.Location = new Point(120, 49); paymentCheckBox.Name = "paymentCheckBox"; paymentCheckBox.Size = new Size(76, 19); paymentCheckBox.TabIndex = 14; paymentCheckBox.Text = "успешно"; paymentCheckBox.UseVisualStyleBackColor = true; // // priceNumeric // priceNumeric.DecimalPlaces = 2; priceNumeric.Location = new Point(117, 87); priceNumeric.Name = "priceNumeric"; priceNumeric.Size = new Size(120, 23); priceNumeric.TabIndex = 15; // // winPriceLabel // winPriceLabel.Location = new Point(10, 122); winPriceLabel.Name = "winPriceLabel"; winPriceLabel.Size = new Size(100, 23); winPriceLabel.TabIndex = 16; winPriceLabel.Text = "Победная цена:"; // // winPriceNumeric // winPriceNumeric.DecimalPlaces = 2; winPriceNumeric.Location = new Point(117, 122); winPriceNumeric.Name = "winPriceNumeric"; winPriceNumeric.Size = new Size(120, 23); winPriceNumeric.TabIndex = 17; // // statusBox // statusBox.DropDownStyle = ComboBoxStyle.DropDownList; statusBox.FormattingEnabled = true; statusBox.Location = new Point(116, 157); statusBox.Name = "statusBox"; statusBox.Size = new Size(121, 23); statusBox.TabIndex = 18; // // verdictCheckBox // verdictCheckBox.AutoSize = true; verdictCheckBox.Location = new Point(117, 191); verdictCheckBox.Name = "verdictCheckBox"; verdictCheckBox.Size = new Size(76, 19); verdictCheckBox.TabIndex = 19; verdictCheckBox.Text = "успешно"; verdictCheckBox.UseVisualStyleBackColor = true; // // courtBox // courtBox.DropDownStyle = ComboBoxStyle.DropDownList; courtBox.FormattingEnabled = true; courtBox.Location = new Point(116, 224); courtBox.Name = "courtBox"; courtBox.Size = new Size(121, 23); courtBox.TabIndex = 21; // // courtLabel // courtLabel.Location = new Point(10, 224); courtLabel.Name = "courtLabel"; courtLabel.Size = new Size(100, 23); courtLabel.TabIndex = 20; courtLabel.Text = "Суд:"; // // clientBox // clientBox.DropDownStyle = ComboBoxStyle.DropDownList; clientBox.FormattingEnabled = true; clientBox.Location = new Point(116, 262); clientBox.Name = "clientBox"; clientBox.Size = new Size(121, 23); clientBox.TabIndex = 23; // // clientLabel // clientLabel.Location = new Point(10, 262); clientLabel.Name = "clientLabel"; clientLabel.Size = new Size(100, 23); clientLabel.TabIndex = 22; clientLabel.Text = "Клиент:"; // // descriptionLabel // descriptionLabel.Location = new Point(10, 296); descriptionLabel.Name = "descriptionLabel"; descriptionLabel.Size = new Size(100, 23); descriptionLabel.TabIndex = 24; descriptionLabel.Text = "Описание:"; // // textBox1 // textBox1.Location = new Point(118, 296); textBox1.Multiline = true; textBox1.Name = "textBox1"; textBox1.Size = new Size(154, 73); textBox1.TabIndex = 25; // // FormCase // ClientSize = new Size(284, 407); Controls.Add(textBox1); Controls.Add(descriptionLabel); Controls.Add(clientBox); Controls.Add(clientLabel); Controls.Add(courtBox); Controls.Add(courtLabel); Controls.Add(verdictCheckBox); Controls.Add(statusBox); Controls.Add(winPriceNumeric); Controls.Add(winPriceLabel); Controls.Add(priceNumeric); Controls.Add(paymentCheckBox); Controls.Add(typeApellBox); Controls.Add(verdictLabel); Controls.Add(StatusLabel); Controls.Add(priceLabel); Controls.Add(typeApealLabel); Controls.Add(paymentLabel); Controls.Add(saveButton); Controls.Add(cancelButton); Name = "FormCase"; StartPosition = FormStartPosition.CenterScreen; Text = "Дело"; ((System.ComponentModel.ISupportInitialize)priceNumeric).EndInit(); ((System.ComponentModel.ISupportInitialize)winPriceNumeric).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label typeApealLabel; private Label paymentLabel; private TextBox emailTextBox; private Button saveButton; private Button cancelButton; private Label priceLabel; private Label label2; private CheckBox sexCheckBox; private Label DateLabel; private DateTimePicker dateTimePicker; private Label StatusLabel; private TextBox phoneText; private Label verdictLabel; private ComboBox typeApellBox; private CheckBox paymentCheckBox; private NumericUpDown priceNumeric; private Label winPriceLabel; private NumericUpDown winPriceNumeric; private ComboBox statusBox; private CheckBox verdictCheckBox; private ComboBox courtBox; private Label courtLabel; private ComboBox clientBox; private Label clientLabel; private Label descriptionLabel; private TextBox textBox1; } }