namespace Forms { partial class Form { /// /// 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() { controlComboBox = new ComponentProgramming.ControlComboBox(); controlTextBox = new ComponentProgramming.ControlTextBox(); controlDataGrid = new ComponentProgramming.ControlDataGrid(); buttonGetObj = new Button(); buttonClear = new Button(); buttonEnter = new Button(); buttonAdd = new Button(); SuspendLayout(); // // controlComboBox // controlComboBox.SelectedItem = ""; controlComboBox.Location = new Point(14, 4); controlComboBox.Margin = new Padding(3, 5, 3, 5); controlComboBox.Name = "controlComboBox"; controlComboBox.Size = new Size(202, 41); controlComboBox.TabIndex = 0; controlComboBox.ComboBoxChanged += controlComboBox_ComboBoxChanged; // // controlTextBox // controlTextBox.Location = new Point(258, 4); controlTextBox.Margin = new Padding(3, 5, 3, 5); controlTextBox.Name = "controlTextBox"; controlTextBox.Size = new Size(171, 39); controlTextBox.TabIndex = 1; // // controlDataGrid // controlDataGrid.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right; controlDataGrid.Location = new Point(9, 148); controlDataGrid.Margin = new Padding(3, 5, 3, 5); controlDataGrid.Name = "controlDataGrid"; controlDataGrid.Size = new Size(899, 395); controlDataGrid.TabIndex = 2; // // buttonGetObj // buttonGetObj.Location = new Point(26, 553); buttonGetObj.Margin = new Padding(3, 4, 3, 4); buttonGetObj.Name = "buttonGetObj"; buttonGetObj.Size = new Size(144, 31); buttonGetObj.TabIndex = 3; buttonGetObj.Text = "Получить объект"; buttonGetObj.UseVisualStyleBackColor = true; buttonGetObj.Click += buttonGetObj_Click; // // buttonClear // buttonClear.Location = new Point(747, 553); buttonClear.Margin = new Padding(3, 4, 3, 4); buttonClear.Name = "buttonClear"; buttonClear.Size = new Size(153, 34); buttonClear.TabIndex = 4; buttonClear.Text = "Очистить объекты"; buttonClear.UseVisualStyleBackColor = true; buttonClear.Click += buttonClear_Click; // // buttonEnter // buttonEnter.Location = new Point(311, 48); buttonEnter.Name = "buttonEnter"; buttonEnter.Size = new Size(84, 32); buttonEnter.TabIndex = 5; buttonEnter.Text = "Ввод"; buttonEnter.UseVisualStyleBackColor = true; buttonEnter.Click += buttonEnter_Click; // // buttonAdd // buttonAdd.Location = new Point(378, 553); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(168, 31); buttonAdd.TabIndex = 6; buttonAdd.Text = "Добавить значение"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // Form // AutoScaleDimensions = new SizeF(8F, 20F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(914, 600); Controls.Add(buttonAdd); Controls.Add(buttonEnter); Controls.Add(buttonClear); Controls.Add(buttonGetObj); Controls.Add(controlDataGrid); Controls.Add(controlTextBox); Controls.Add(controlComboBox); Margin = new Padding(3, 4, 3, 4); Name = "Form"; Text = "Form"; ResumeLayout(false); } #endregion private ComponentProgramming.ControlImage control; private ComponentProgramming.ControlComboBox controlComboBox; private ComponentProgramming.ControlTextBox controlTextBox; private ComponentProgramming.ControlDataGrid controlDataGrid; private Button buttonGetObj; private Button buttonClear; private Button buttonEnter; private Button buttonAdd; } }