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() { components = new System.ComponentModel.Container(); controlComboBox = new ComponentProgramming.ControlComboBox(); controlTextBox = new ComponentProgramming.ControlTextBox(); buttonGetObj = new Button(); buttonEnter = new Button(); controlListBox = new ComponentProgramming.ControlListBox(); tableComponent = new ComponentProgramming.Components.TableComponent(components); diagramComponent = new ComponentProgramming.DiagramComponent(components); SuspendLayout(); // // controlComboBox // controlComboBox.Location = new Point(12, 3); controlComboBox.Margin = new Padding(3, 4, 3, 4); controlComboBox.Name = "controlComboBox"; controlComboBox.SelectedItem = ""; controlComboBox.Size = new Size(177, 31); controlComboBox.TabIndex = 0; controlComboBox.ComboBoxChanged += controlComboBox_ComboBoxChanged; // // controlTextBox // controlTextBox.Location = new Point(226, 3); controlTextBox.Margin = new Padding(3, 4, 3, 4); controlTextBox.Name = "controlTextBox"; controlTextBox.NumPattern = null; controlTextBox.Size = new Size(150, 29); controlTextBox.TabIndex = 1; // // buttonGetObj // buttonGetObj.Location = new Point(12, 415); buttonGetObj.Name = "buttonGetObj"; buttonGetObj.Size = new Size(126, 23); buttonGetObj.TabIndex = 3; buttonGetObj.Text = "Получить объект"; buttonGetObj.UseVisualStyleBackColor = true; buttonGetObj.Click += buttonGetObj_Click; // // buttonEnter // buttonEnter.Location = new Point(272, 36); buttonEnter.Margin = new Padding(3, 2, 3, 2); buttonEnter.Name = "buttonEnter"; buttonEnter.Size = new Size(74, 24); buttonEnter.TabIndex = 5; buttonEnter.Text = "Ввод"; buttonEnter.UseVisualStyleBackColor = true; buttonEnter.Click += buttonEnter_Click; // // controlListBox // controlListBox.GetIndex = -1; controlListBox.Location = new Point(12, 65); controlListBox.Name = "controlListBox"; controlListBox.Size = new Size(334, 344); controlListBox.TabIndex = 7; // // Form // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(759, 450); Controls.Add(controlListBox); Controls.Add(buttonEnter); Controls.Add(buttonGetObj); Controls.Add(controlTextBox); Controls.Add(controlComboBox); Name = "Form"; Text = "Form"; ResumeLayout(false); } #endregion private ComponentProgramming.ControlImage control; private ComponentProgramming.ControlComboBox controlComboBox; private ComponentProgramming.ControlTextBox controlTextBox; private Button buttonGetObj; private Button buttonEnter; private ComponentProgramming.ControlListBox controlListBox; private ComponentProgramming.Components.TableComponent tableComponent; private ComponentProgramming.DiagramComponent diagramComponent; } }