コード例 #1
0
        /// <summary>Required method for Designer support - do not modify the contents of this method with the code editor.</summary>
        private void InitializeComponent()
        {
            this.MasterTabControl           = new System.Windows.Forms.TabControl();
            this.MasterTabControl.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.Multiline = true;
            this.components            = new System.ComponentModel.Container();
            this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
            this.Text                  = "NORMA:  SampleModel Data Test Form";
            this.MasterTabControl.Size = new System.Drawing.Size(540, 520);
            this.Controls.Add(MasterTabControl);
            this.Size = new System.Drawing.Size(550, 550);

            this.MasterTabControl.TabPages.Add("Death", "Death");
            DeathCore_InputControl icDeathCore = new DeathCore_InputControl();

            icDeathCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["Death"].Controls.Add(icDeathCore);

            this.MasterTabControl.TabPages.Add("PersonBoughtCarFromPersonOnDate", "PersonBoughtCarFromPersonOnDate");
            PersonBoughtCarFromPersonOnDateCore_InputControl icPersonBoughtCarFromPersonOnDateCore = new PersonBoughtCarFromPersonOnDateCore_InputControl();

            icPersonBoughtCarFromPersonOnDateCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["PersonBoughtCarFromPersonOnDate"].Controls.Add(icPersonBoughtCarFromPersonOnDateCore);

            this.MasterTabControl.TabPages.Add("Person", "Person");
            PersonCore_InputControl icPersonCore = new PersonCore_InputControl();

            icPersonCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["Person"].Controls.Add(icPersonCore);

            this.MasterTabControl.TabPages.Add("PersonDrivesCar", "PersonDrivesCar");
            PersonDrivesCarCore_InputControl icPersonDrivesCarCore = new PersonDrivesCarCore_InputControl();

            icPersonDrivesCarCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["PersonDrivesCar"].Controls.Add(icPersonDrivesCarCore);

            this.MasterTabControl.TabPages.Add("PersonHasNickName", "PersonHasNickName");
            PersonHasNickNameCore_InputControl icPersonHasNickNameCore = new PersonHasNickNameCore_InputControl();

            icPersonHasNickNameCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["PersonHasNickName"].Controls.Add(icPersonHasNickNameCore);

            this.MasterTabControl.TabPages.Add("Review", "Review");
            ReviewCore_InputControl icReviewCore = new ReviewCore_InputControl();

            icReviewCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["Review"].Controls.Add(icReviewCore);

            this.MasterTabControl.TabPages.Add("Task", "Task");
            TaskCore_InputControl icTaskCore = new TaskCore_InputControl();

            icTaskCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["Task"].Controls.Add(icTaskCore);

            this.MasterTabControl.TabPages.Add("ValueType1", "ValueType1");
            ValueType1Core_InputControl icValueType1Core = new ValueType1Core_InputControl();

            icValueType1Core.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["ValueType1"].Controls.Add(icValueType1Core);
        }
コード例 #2
0
		/// <summary>Required method for Designer support - do not modify the contents of this method with the code editor.</summary>
		private void InitializeComponent()
		{
			this.MasterTabControl = new System.Windows.Forms.TabControl();
			this.MasterTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.Multiline = true;
			this.components = new System.ComponentModel.Container();
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Text = "NORMA:  SampleModel Data Test Form";
			this.MasterTabControl.Size = new System.Drawing.Size(540, 520);
			this.Controls.Add(MasterTabControl);
			this.Size = new System.Drawing.Size(550, 550);

			this.MasterTabControl.TabPages.Add("Death", "Death");
			DeathCore_InputControl icDeathCore = new DeathCore_InputControl();
			icDeathCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["Death"].Controls.Add(icDeathCore);

			this.MasterTabControl.TabPages.Add("PersonBoughtCarFromPersonOnDate", "PersonBoughtCarFromPersonOnDate");
			PersonBoughtCarFromPersonOnDateCore_InputControl icPersonBoughtCarFromPersonOnDateCore = new PersonBoughtCarFromPersonOnDateCore_InputControl();
			icPersonBoughtCarFromPersonOnDateCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["PersonBoughtCarFromPersonOnDate"].Controls.Add(icPersonBoughtCarFromPersonOnDateCore);

			this.MasterTabControl.TabPages.Add("Person", "Person");
			PersonCore_InputControl icPersonCore = new PersonCore_InputControl();
			icPersonCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["Person"].Controls.Add(icPersonCore);

			this.MasterTabControl.TabPages.Add("PersonDrivesCar", "PersonDrivesCar");
			PersonDrivesCarCore_InputControl icPersonDrivesCarCore = new PersonDrivesCarCore_InputControl();
			icPersonDrivesCarCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["PersonDrivesCar"].Controls.Add(icPersonDrivesCarCore);

			this.MasterTabControl.TabPages.Add("PersonHasNickName", "PersonHasNickName");
			PersonHasNickNameCore_InputControl icPersonHasNickNameCore = new PersonHasNickNameCore_InputControl();
			icPersonHasNickNameCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["PersonHasNickName"].Controls.Add(icPersonHasNickNameCore);

			this.MasterTabControl.TabPages.Add("Review", "Review");
			ReviewCore_InputControl icReviewCore = new ReviewCore_InputControl();
			icReviewCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["Review"].Controls.Add(icReviewCore);

			this.MasterTabControl.TabPages.Add("Task", "Task");
			TaskCore_InputControl icTaskCore = new TaskCore_InputControl();
			icTaskCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["Task"].Controls.Add(icTaskCore);

			this.MasterTabControl.TabPages.Add("ValueType1", "ValueType1");
			ValueType1Core_InputControl icValueType1Core = new ValueType1Core_InputControl();
			icValueType1Core.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["ValueType1"].Controls.Add(icValueType1Core);
		}
コード例 #3
0
		/// <summary>Required method for Designer support - do not modify the contents of this method with the code editor.</summary>
		private void InitializeComponent()
		{
			this.MasterTabControl = new System.Windows.Forms.TabControl();
			this.MasterTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.Multiline = true;
			this.components = new System.ComponentModel.Container();
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Text = "NORMA:  PersonCountryDemo Data Test Form";
			this.MasterTabControl.Size = new System.Drawing.Size(540, 520);
			this.Controls.Add(MasterTabControl);
			this.Size = new System.Drawing.Size(550, 550);

			this.MasterTabControl.TabPages.Add("Country", "Country");
			CountryCore_InputControl icCountryCore = new CountryCore_InputControl();
			icCountryCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["Country"].Controls.Add(icCountryCore);

			this.MasterTabControl.TabPages.Add("Person", "Person");
			PersonCore_InputControl icPersonCore = new PersonCore_InputControl();
			icPersonCore.Dock = System.Windows.Forms.DockStyle.Fill;
			this.MasterTabControl.TabPages["Person"].Controls.Add(icPersonCore);
		}
コード例 #4
0
        /// <summary>Required method for Designer support - do not modify the contents of this method with the code editor.</summary>
        private void InitializeComponent()
        {
            this.MasterTabControl           = new System.Windows.Forms.TabControl();
            this.MasterTabControl.Dock      = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.Multiline = true;
            this.components            = new System.ComponentModel.Container();
            this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
            this.Text                  = "NORMA:  PersonCountryDemo Data Test Form";
            this.MasterTabControl.Size = new System.Drawing.Size(540, 520);
            this.Controls.Add(MasterTabControl);
            this.Size = new System.Drawing.Size(550, 550);

            this.MasterTabControl.TabPages.Add("Country", "Country");
            CountryCore_InputControl icCountryCore = new CountryCore_InputControl();

            icCountryCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["Country"].Controls.Add(icCountryCore);

            this.MasterTabControl.TabPages.Add("Person", "Person");
            PersonCore_InputControl icPersonCore = new PersonCore_InputControl();

            icPersonCore.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MasterTabControl.TabPages["Person"].Controls.Add(icPersonCore);
        }