namespace ProjectFuel.Forms_ { partial class FormRefill { /// /// 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(); label2 = new Label(); label3 = new Label(); label4 = new Label(); dateTimePickerRefillDate = new DateTimePicker(); numericUpDownRefillAmount = new NumericUpDown(); comboBoxFuelID = new ComboBox(); comboBoxCarID = new ComboBox(); buttonRefillSave = new Button(); buttonCancel = new Button(); ((System.ComponentModel.ISupportInitialize)numericUpDownRefillAmount).BeginInit(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(44, 49); label1.Name = "label1"; label1.Size = new Size(174, 32); label1.TabIndex = 0; label1.Text = "Дата заправки"; // // label2 // label2.AutoSize = true; label2.Location = new Point(48, 112); label2.Name = "label2"; label2.Size = new Size(144, 32); label2.TabIndex = 1; label2.Text = "Количество"; // // label3 // label3.AutoSize = true; label3.Location = new Point(50, 179); label3.Name = "label3"; label3.Size = new Size(109, 32); label3.TabIndex = 2; label3.Text = "Топливо"; // // label4 // label4.AutoSize = true; label4.Location = new Point(57, 250); label4.Name = "label4"; label4.Size = new Size(107, 32); label4.TabIndex = 3; label4.Text = "Машина"; // // dateTimePickerRefillDate // dateTimePickerRefillDate.Location = new Point(291, 42); dateTimePickerRefillDate.Name = "dateTimePickerRefillDate"; dateTimePickerRefillDate.Size = new Size(400, 39); dateTimePickerRefillDate.TabIndex = 4; // // numericUpDownRefillAmount // numericUpDownRefillAmount.DecimalPlaces = 2; numericUpDownRefillAmount.Location = new Point(281, 114); numericUpDownRefillAmount.Name = "numericUpDownRefillAmount"; numericUpDownRefillAmount.Size = new Size(240, 39); numericUpDownRefillAmount.TabIndex = 5; // // comboBoxFuelID // comboBoxFuelID.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxFuelID.FormattingEnabled = true; comboBoxFuelID.Location = new Point(282, 180); comboBoxFuelID.Name = "comboBoxFuelID"; comboBoxFuelID.Size = new Size(242, 40); comboBoxFuelID.TabIndex = 6; // // comboBoxCarID // comboBoxCarID.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxCarID.FormattingEnabled = true; comboBoxCarID.Location = new Point(277, 256); comboBoxCarID.Name = "comboBoxCarID"; comboBoxCarID.Size = new Size(242, 40); comboBoxCarID.TabIndex = 7; // // buttonRefillSave // buttonRefillSave.Location = new Point(57, 367); buttonRefillSave.Name = "buttonRefillSave"; buttonRefillSave.Size = new Size(150, 46); buttonRefillSave.TabIndex = 8; buttonRefillSave.Text = "Сохранить"; buttonRefillSave.UseVisualStyleBackColor = true; buttonRefillSave.Click += ButtonSave_Click; // // buttonCancel // buttonCancel.Location = new Point(315, 368); buttonCancel.Name = "buttonCancel"; buttonCancel.Size = new Size(150, 46); buttonCancel.TabIndex = 9; buttonCancel.Text = "Отмена"; buttonCancel.UseVisualStyleBackColor = true; buttonCancel.Click += ButtonCancel_Click; // // FormRefill // AutoScaleDimensions = new SizeF(13F, 32F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(800, 450); Controls.Add(buttonCancel); Controls.Add(buttonRefillSave); Controls.Add(comboBoxCarID); Controls.Add(comboBoxFuelID); Controls.Add(numericUpDownRefillAmount); Controls.Add(dateTimePickerRefillDate); Controls.Add(label4); Controls.Add(label3); Controls.Add(label2); Controls.Add(label1); Name = "FormRefill"; StartPosition = FormStartPosition.CenterParent; Text = "FormRefill"; ((System.ComponentModel.ISupportInitialize)numericUpDownRefillAmount).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private Label label2; private Label label3; private Label label4; private DateTimePicker dateTimePickerRefillDate; private NumericUpDown numericUpDownRefillAmount; private ComboBox comboBoxFuelID; private ComboBox comboBoxCarID; private Button buttonRefillSave; private Button buttonCancel; } }