Acrolinx.Demo.Sidebar.SimpleSample.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(SimpleSample));
            this.textBox = new System.Windows.Forms.TextBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.formatComboBox = new System.Windows.Forms.ComboBox();
            this.acrolinxSidebar = new Acrolinx.Sdk.Sidebar.AcrolinxSidebar();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // textBox
            // 
            this.textBox.Dock = System.Windows.Forms.DockStyle.Fill;
            this.textBox.Location = new System.Drawing.Point(0, 26);
            this.textBox.MaxLength = 0;
            this.textBox.Multiline = true;
            this.textBox.Name = "textBox";
            this.textBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
            this.textBox.Size = new System.Drawing.Size(576, 415);
            this.textBox.TabIndex = 1;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.formatComboBox);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(576, 26);
            this.panel1.TabIndex = 3;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(12, 6);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(42, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "Format:";
            // 
            // formatComboBox
            // 
            this.formatComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.formatComboBox.FormattingEnabled = true;
            this.formatComboBox.Location = new System.Drawing.Point(60, 3);
            this.formatComboBox.Name = "formatComboBox";
            this.formatComboBox.Size = new System.Drawing.Size(136, 21);
            this.formatComboBox.TabIndex = 3;
            // 
            // acrolinxSidebar
            // 
            this.acrolinxSidebar.ClientSignature = "SW50ZWdyYXRpb25EZXZlbG9wbWVudERlbW9Pbmx5";
            this.acrolinxSidebar.Dock = System.Windows.Forms.DockStyle.Right;
            this.acrolinxSidebar.Location = new System.Drawing.Point(576, 0);
            this.acrolinxSidebar.MaximumSize = new System.Drawing.Size(300, 0);
            this.acrolinxSidebar.MinimumSize = new System.Drawing.Size(300, 0);
            this.acrolinxSidebar.Name = "acrolinxSidebar";
            this.acrolinxSidebar.Size = new System.Drawing.Size(300, 441);
            this.acrolinxSidebar.TabIndex = 0;
            this.acrolinxSidebar.InitFinished += new Acrolinx.Sdk.Sidebar.SidebarInitFinishedEventHandler(this.acrolinxSidebar_InitFinished);
            this.acrolinxSidebar.SidebarSourceNotReachable += new Acrolinx.Sdk.Sidebar.SidebarSourceNotReachableEventHandler(this.acrolinxSidebar_SidebarSourceNotReachable);
            this.acrolinxSidebar.Checked += new Acrolinx.Sdk.Sidebar.SidebarCheckedEventHandler(this.acrolinxSidebar_Checked);
            this.acrolinxSidebar.RequestCheck += new Acrolinx.Sdk.Sidebar.SidebarCheckRequestedEventHandler(this.acrolinxSidebar_RequestCheck);
            this.acrolinxSidebar.SelectRanges += new Acrolinx.Sdk.Sidebar.SidebarSelectRangesEventHandler(this.acrolinxSidebar_SelectRanges);
            this.acrolinxSidebar.ReplaceRanges += new Acrolinx.Sdk.Sidebar.SidebarReplaceRangesEventHandler(this.acrolinxSidebar_ReplaceRanges);
            // 
            // SimpleSample
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(876, 441);
            this.Controls.Add(this.textBox);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.acrolinxSidebar);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "SimpleSample";
            this.Text = "Acrolinx Sidebar .NET Simple";
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }