Exemplo n.º 1
0
        /// <summary>
        /// Initializes a new ComponentPropertiesForm instance.
        /// </summary>
        public ComponentPropertiesForm(ComponentPropertiesTabPage tabPage)
        {
            InitializeComponent();

            Dock = DockStyle.Fill;

            ParentTabPage = tabPage;

            colliderTypeCombobox.SelectedIndex = 0;

            InteractionEnabled = false;
        }
Exemplo n.º 2
0
        /// <summary>
        /// Initializes a new ComponentPropertiesForm instance.
        /// </summary>
        public ComponentPropertiesForm(ComponentPropertiesTabPage tabPage)
        {
            InitializeComponent();
            dynamicCheckBox_CheckedChanged(this, new EventArgs());

            Dock = DockStyle.Fill;

            ParentTabPage = tabPage;

            colliderTypeCombobox.SelectedIndex = 0;

            InteractionEnabled = false;
        }