namespace ProjectFamilyBudget.Forms { partial class FormPeopleIncome { /// /// 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(); comboBoxPeople = new ComboBox(); groupBox = new GroupBox(); dataGridView = new DataGridView(); ColumnIncome = new DataGridViewComboBoxColumn(); ColumnSum = new DataGridViewTextBoxColumn(); buttonSave = new Button(); buttonCansel = new Button(); dateTimePicker = new DateTimePicker(); label3 = new Label(); groupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // label1 // label1.AutoSize = true; label1.Location = new Point(27, 22); label1.Name = "label1"; label1.Size = new Size(53, 15); label1.TabIndex = 0; label1.Text = "Человек"; // // label2 // label2.AutoSize = true; label2.Location = new Point(27, 50); label2.Name = "label2"; label2.Size = new Size(0, 15); label2.TabIndex = 1; // // comboBoxPeople // comboBoxPeople.DropDownStyle = ComboBoxStyle.DropDownList; comboBoxPeople.FormattingEnabled = true; comboBoxPeople.Location = new Point(127, 19); comboBoxPeople.Name = "comboBoxPeople"; comboBoxPeople.Size = new Size(216, 23); comboBoxPeople.TabIndex = 2; // // groupBox // groupBox.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; groupBox.Controls.Add(dataGridView); groupBox.Location = new Point(15, 105); groupBox.Name = "groupBox"; groupBox.Size = new Size(334, 335); groupBox.TabIndex = 3; groupBox.TabStop = false; groupBox.Text = "Доходы"; // // dataGridView // dataGridView.AllowUserToResizeColumns = false; dataGridView.AllowUserToResizeRows = false; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Columns.AddRange(new DataGridViewColumn[] { ColumnIncome, ColumnSum }); dataGridView.Dock = DockStyle.Fill; dataGridView.Location = new Point(3, 19); dataGridView.MultiSelect = false; dataGridView.Name = "dataGridView"; dataGridView.RowHeadersVisible = false; dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dataGridView.Size = new Size(328, 313); dataGridView.TabIndex = 0; // // ColumnIncome // ColumnIncome.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill; ColumnIncome.HeaderText = "Название"; ColumnIncome.Name = "ColumnIncome"; // // ColumnSum // ColumnSum.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill; ColumnSum.HeaderText = "Сумма"; ColumnSum.Name = "ColumnSum"; // // buttonSave // buttonSave.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; buttonSave.Location = new Point(18, 455); buttonSave.Name = "buttonSave"; buttonSave.Size = new Size(101, 34); buttonSave.TabIndex = 4; buttonSave.Text = "Сохранить"; buttonSave.UseVisualStyleBackColor = true; buttonSave.Click += buttonSave_Click; // // buttonCansel // buttonCansel.Anchor = AnchorStyles.Bottom | AnchorStyles.Left; buttonCansel.Location = new Point(243, 455); buttonCansel.Name = "buttonCansel"; buttonCansel.Size = new Size(103, 34); buttonCansel.TabIndex = 5; buttonCansel.Text = "Отмена"; buttonCansel.UseVisualStyleBackColor = true; buttonCansel.Click += buttonCansel_Click; // // dateTimePicker // dateTimePicker.Location = new Point(127, 62); dateTimePicker.Name = "dateTimePicker"; dateTimePicker.Size = new Size(216, 23); dateTimePicker.TabIndex = 6; // // label3 // label3.AutoSize = true; label3.Location = new Point(48, 68); label3.Name = "label3"; label3.Size = new Size(32, 15); label3.TabIndex = 7; label3.Text = "Дата"; // // FormPeopleIncome // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(368, 507); Controls.Add(label3); Controls.Add(dateTimePicker); Controls.Add(buttonCansel); Controls.Add(buttonSave); Controls.Add(groupBox); Controls.Add(comboBoxPeople); Controls.Add(label2); Controls.Add(label1); Name = "FormPeopleIncome"; StartPosition = FormStartPosition.CenterParent; Text = "Добвление дохода"; groupBox.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private Label label1; private Label label2; private ComboBox comboBoxPeople; private GroupBox groupBox; private DataGridView dataGridView; private Button buttonSave; private Button buttonCansel; private DataGridViewComboBoxColumn ColumnIncome; private DataGridViewTextBoxColumn ColumnSum; private DateTimePicker dateTimePicker; private Label label3; } }