/// <summary>Required method for Designer support - do not modify the contents of this method with the code editor.</summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			// 
			// actionTabs
			// 
			this.actionTabs = new System.Windows.Forms.TabControl();
			this.actionTabs.Dock = System.Windows.Forms.DockStyle.Fill;
			this.actionTabs.Size = new System.Drawing.Size(530, 485);
			this.actionTabs.Location = new System.Drawing.Point(0, 0);
			this.actionTabs.Name = "actionTabs";
			this.actionTabs.TabPages.Add("Collection", "Collection");
			Collection_CountryCore_InputControl icCollection = new Collection_CountryCore_InputControl();
			icCollection.Dock = System.Windows.Forms.DockStyle.Fill;
			this.actionTabs.TabPages["Collection"].Controls.Add(icCollection);
			this.actionTabs.TabPages.Add("Create", "Create");
			Create_CountryCore_InputControl icCreate = new Create_CountryCore_InputControl();
			icCreate.Dock = System.Windows.Forms.DockStyle.Fill;
			this.actionTabs.TabPages["Create"].Controls.Add(icCreate);
			this.actionTabs.TabPages.Add("Select", "Select and Edit");
			Select_CountryCore_InputControl icSelect = new Select_CountryCore_InputControl();
			icSelect.Dock = System.Windows.Forms.DockStyle.Fill;
			this.actionTabs.TabPages["Select"].Controls.Add(icSelect);
			// 
			// this
			// 
			this.Controls.Add(actionTabs);
			this.Size = new System.Drawing.Size(540, 500);
		}
Esempio n. 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.components = new System.ComponentModel.Container();
            //
            // actionTabs
            //
            this.actionTabs          = new System.Windows.Forms.TabControl();
            this.actionTabs.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.actionTabs.Size     = new System.Drawing.Size(530, 485);
            this.actionTabs.Location = new System.Drawing.Point(0, 0);
            this.actionTabs.Name     = "actionTabs";
            this.actionTabs.TabPages.Add("Collection", "Collection");
            Collection_CountryCore_InputControl icCollection = new Collection_CountryCore_InputControl();

            icCollection.Dock = System.Windows.Forms.DockStyle.Fill;
            this.actionTabs.TabPages["Collection"].Controls.Add(icCollection);
            this.actionTabs.TabPages.Add("Create", "Create");
            Create_CountryCore_InputControl icCreate = new Create_CountryCore_InputControl();

            icCreate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.actionTabs.TabPages["Create"].Controls.Add(icCreate);
            this.actionTabs.TabPages.Add("Select", "Select and Edit");
            Select_CountryCore_InputControl icSelect = new Select_CountryCore_InputControl();

            icSelect.Dock = System.Windows.Forms.DockStyle.Fill;
            this.actionTabs.TabPages["Select"].Controls.Add(icSelect);
            //
            // this
            //
            this.Controls.Add(actionTabs);
            this.Size = new System.Drawing.Size(540, 500);
        }