namespace SushiBarView.Forms { partial class FormCook { /// /// 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() { label1 = new Label(); FioTextBox = new TextBox(); label2 = new Label(); EmploymentDateTimePicker = new DateTimePicker(); button1 = new Button(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(11, 15); label1.Name = "label1"; label1.Size = new Size(34, 15); label1.TabIndex = 0; label1.Text = "ФИО"; // // FioTextBox // FioTextBox.Location = new Point(144, 12); FioTextBox.Name = "FioTextBox"; FioTextBox.Size = new Size(200, 23); FioTextBox.TabIndex = 1; // // label2 // label2.AutoSize = true; label2.Location = new Point(11, 47); label2.Name = "label2"; label2.Size = new Size(127, 15); label2.TabIndex = 2; label2.Text = "Дата трудоустройства"; // // EmploymentDateTimePicker // EmploymentDateTimePicker.Location = new Point(144, 41); EmploymentDateTimePicker.Name = "EmploymentDateTimePicker"; EmploymentDateTimePicker.Size = new Size(200, 23); EmploymentDateTimePicker.TabIndex = 3; // // button1 // button1.Location = new Point(255, 86); button1.Name = "button1"; button1.Size = new Size(89, 28); button1.TabIndex = 4; button1.Text = "Сохранить"; button1.UseVisualStyleBackColor = true; button1.Click += ButtonSave_Click; // // FormCook // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(358, 123); Controls.Add(button1); Controls.Add(EmploymentDateTimePicker); Controls.Add(label2); Controls.Add(FioTextBox); Controls.Add(label1); Name = "FormCook"; Text = "Повар"; Load += FormCook_Load; ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private TextBox FioTextBox; private Label label2; private DateTimePicker EmploymentDateTimePicker; private Button button1; } }