ACAT.Extensions.Default.UI.Menus.YesNoScannerNarrow.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Required method for Designer support - do not modify the contents of this method with the code editor.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(YesNoScannerNarrow));
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.ItemText4 = new ACAT.Lib.Core.WidgetManagement.ScannerButtonControl();
            this.ItemText3 = new ACAT.Lib.Core.WidgetManagement.ScannerButtonControl();
            this.Row2 = new System.Windows.Forms.TableLayoutPanel();
            this.ItemText2 = new ACAT.Lib.Core.WidgetManagement.ScannerButtonControl();
            this.Row1 = new System.Windows.Forms.TableLayoutPanel();
            this.ItemText1 = new ACAT.Lib.Core.WidgetManagement.ScannerButtonControl();
            this.PromptRow = new System.Windows.Forms.TableLayoutPanel();
            this.Prompt = new ACAT.Lib.Core.WidgetManagement.ScannerButtonControl();
            this.tableLayoutPanel1.SuspendLayout();
            this.Row2.SuspendLayout();
            this.Row1.SuspendLayout();
            this.PromptRow.SuspendLayout();
            this.SuspendLayout();
            // 
            // tableLayoutPanel1
            // 
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this.ItemText4, 0, 5);
            this.tableLayoutPanel1.Controls.Add(this.ItemText3, 0, 4);
            this.tableLayoutPanel1.Controls.Add(this.Row2, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.Row1, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.PromptRow, 0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            // 
            // ItemText4
            // 
            resources.ApplyResources(this.ItemText4, "ItemText4");
            this.ItemText4.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.ItemText4.FlatAppearance.BorderSize = 0;
            this.ItemText4.Name = "ItemText4";
            this.ItemText4.UseMnemonic = false;
            this.ItemText4.UseVisualStyleBackColor = true;
            // 
            // ItemText3
            // 
            resources.ApplyResources(this.ItemText3, "ItemText3");
            this.ItemText3.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.ItemText3.FlatAppearance.BorderSize = 0;
            this.ItemText3.Name = "ItemText3";
            this.ItemText3.UseMnemonic = false;
            this.ItemText3.UseVisualStyleBackColor = true;
            // 
            // Row2
            // 
            resources.ApplyResources(this.Row2, "Row2");
            this.Row2.Controls.Add(this.ItemText2, 0, 0);
            this.Row2.Name = "Row2";
            // 
            // ItemText2
            // 
            resources.ApplyResources(this.ItemText2, "ItemText2");
            this.ItemText2.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.ItemText2.FlatAppearance.BorderSize = 0;
            this.ItemText2.Name = "ItemText2";
            this.ItemText2.UseMnemonic = false;
            this.ItemText2.UseVisualStyleBackColor = true;
            // 
            // Row1
            // 
            resources.ApplyResources(this.Row1, "Row1");
            this.Row1.Controls.Add(this.ItemText1, 0, 0);
            this.Row1.Name = "Row1";
            // 
            // ItemText1
            // 
            resources.ApplyResources(this.ItemText1, "ItemText1");
            this.ItemText1.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.ItemText1.FlatAppearance.BorderSize = 0;
            this.ItemText1.Name = "ItemText1";
            this.ItemText1.UseMnemonic = false;
            this.ItemText1.UseVisualStyleBackColor = true;
            // 
            // PromptRow
            // 
            resources.ApplyResources(this.PromptRow, "PromptRow");
            this.PromptRow.Controls.Add(this.Prompt, 0, 0);
            this.PromptRow.Name = "PromptRow";
            this.tableLayoutPanel1.SetRowSpan(this.PromptRow, 2);
            // 
            // Prompt
            // 
            resources.ApplyResources(this.Prompt, "Prompt");
            this.Prompt.FlatAppearance.BorderColor = System.Drawing.Color.White;
            this.Prompt.FlatAppearance.BorderSize = 0;
            this.Prompt.Name = "Prompt";
            this.PromptRow.SetRowSpan(this.Prompt, 2);
            this.Prompt.UseMnemonic = false;
            this.Prompt.UseVisualStyleBackColor = true;
            // 
            // YesNoScannerNarrow
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "YesNoScannerNarrow";
            this.tableLayoutPanel1.ResumeLayout(false);
            this.Row2.ResumeLayout(false);
            this.Row1.ResumeLayout(false);
            this.PromptRow.ResumeLayout(false);
            this.ResumeLayout(false);

        }