namespace PersonnelDepartmentView { partial class FormDeal { /// /// 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() { buttonCancel = new Button(); buttonSave = new Button(); label1 = new Label(); label2 = new Label(); dateTimePickerFrom = new DateTimePicker(); dateTimePickerTo = new DateTimePicker(); label3 = new Label(); comboBoxType = new ComboBox(); label4 = new Label(); comboBoxEmployee = new ComboBox(); label5 = new Label(); comboBoxDepartment = new ComboBox(); label6 = new Label(); comboBoxPosition = new ComboBox(); label7 = new Label(); SuspendLayout(); // // buttonCancel // buttonCancel.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonCancel.Location = new Point(230, 186); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(75, 23); buttonCancel.TabIndex = 19; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += ButtonCancel_Click; // // buttonSave // buttonSave.Anchor = AnchorStyles.Bottom | AnchorStyles.Right; buttonSave.Location = new Point(149, 186); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(75, 23); buttonSave.TabIndex = 18; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += ButtonSave_Click; // // label1 // label1.AutoSize = true; label1.Location = new Point(15, 20); label1.Name = "label1"; label1.Size = new Size(44, 15); label1.TabIndex = 20; label1.Text = "Дата с:"; // // label2 // label2.AutoSize = true; label2.Location = new Point(15, 47); label2.Name = "label2"; label2.Size = new Size(52, 15); label2.TabIndex = 21; label2.Text = "Дата по:"; // // dateTimePickerFrom // dateTimePickerFrom.Anchor = AnchorStyles.Top | AnchorStyles.Right; dateTimePickerFrom.Location = new Point(105, 12); dateTimePickerFrom.Name = "dateTimePickerFrom"; dateTimePickerFrom.Size = new Size(200, 23); dateTimePickerFrom.TabIndex = 22; // // dateTimePickerTo // dateTimePickerTo.Anchor = AnchorStyles.Top | AnchorStyles.Right; dateTimePickerTo.Location = new Point(105, 41); dateTimePickerTo.Name = "dateTimePickerTo"; dateTimePickerTo.Size = new Size(200, 23); dateTimePickerTo.TabIndex = 23; // // label3 // label3.AutoSize = true; label3.Location = new Point(15, 73); label3.Name = "label3"; label3.Size = new Size(84, 15); label3.TabIndex = 24; label3.Text = "Тип договора:"; // // comboBoxType // comboBoxType.Anchor = AnchorStyles.Top | AnchorStyles.Right; comboBoxType.FormattingEnabled = true; comboBoxType.Location = new Point(105, 70); comboBoxType.Name = "comboBoxType"; comboBoxType.Size = new Size(200, 23); comboBoxType.TabIndex = 25; // // label4 // label4.AutoSize = true; label4.Location = new Point(114, 144); label4.Name = "label4"; label4.Size = new Size(0, 15); label4.TabIndex = 26; // // comboBoxEmployee // comboBoxEmployee.Anchor = AnchorStyles.Top | AnchorStyles.Right; comboBoxEmployee.FormattingEnabled = true; comboBoxEmployee.Location = new Point(105, 99); comboBoxEmployee.Name = "comboBoxEmployee"; comboBoxEmployee.Size = new Size(200, 23); comboBoxEmployee.TabIndex = 28; // // label5 // label5.AutoSize = true; label5.Location = new Point(15, 102); label5.Name = "label5"; label5.Size = new Size(69, 15); label5.TabIndex = 27; label5.Text = "Сотрудник:"; // // comboBoxDepartment // comboBoxDepartment.Anchor = AnchorStyles.Top | AnchorStyles.Right; comboBoxDepartment.FormattingEnabled = true; comboBoxDepartment.Location = new Point(105, 128); comboBoxDepartment.Name = "comboBoxDepartment"; comboBoxDepartment.Size = new Size(200, 23); comboBoxDepartment.TabIndex = 30; // // label6 // label6.AutoSize = true; label6.Location = new Point(15, 131); label6.Name = "label6"; label6.Size = new Size(43, 15); label6.TabIndex = 29; label6.Text = "Отдел:"; // // comboBoxPosition // comboBoxPosition.Anchor = AnchorStyles.Top | AnchorStyles.Right; comboBoxPosition.FormattingEnabled = true; comboBoxPosition.Location = new Point(105, 157); comboBoxPosition.Name = "comboBoxPosition"; comboBoxPosition.Size = new Size(200, 23); comboBoxPosition.TabIndex = 32; // // label7 // label7.AutoSize = true; label7.Location = new Point(15, 160); label7.Name = "label7"; label7.Size = new Size(72, 15); label7.TabIndex = 31; label7.Text = "Должность:"; // // FormDeal // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(324, 223); Controls.Add(comboBoxPosition); Controls.Add(label7); Controls.Add(comboBoxDepartment); Controls.Add(label6); Controls.Add(comboBoxEmployee); Controls.Add(label5); Controls.Add(label4); Controls.Add(comboBoxType); Controls.Add(label3); Controls.Add(dateTimePickerTo); Controls.Add(dateTimePickerFrom); Controls.Add(label2); Controls.Add(label1); Controls.Add(buttonCancel); Controls.Add(buttonSave); FormBorderStyle = FormBorderStyle.FixedSingle; MinimumSize = new Size(340, 262); Name = "FormDeal"; StartPosition = FormStartPosition.CenterScreen; Text = "Договор"; Load += FormDeal_Load; ResumeLayout(false); PerformLayout(); } #endregion private Button buttonCancel; private Button buttonSave; private Label label1; private Label label2; private DateTimePicker dateTimePickerFrom; private DateTimePicker dateTimePickerTo; private Label label3; private ComboBox comboBoxType; private Label label4; private ComboBox comboBoxEmployee; private Label label5; private ComboBox comboBoxDepartment; private Label label6; private ComboBox comboBoxPosition; private Label label7; } }