コード例 #1
0
        /// <summary>
        /// Initializes a new ComponentPropertiesForm instance.
        /// </summary>
        public ComponentPropertiesForm(ComponentPropertiesTabPage tabPage)
        {
            InitializeComponent();

            Dock = DockStyle.Fill;

            ParentTabPage = tabPage;

            colliderTypeCombobox.SelectedIndex = 0;

            InteractionEnabled = false;
        }
コード例 #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;
        }