public FormVariables() { panel2 = new R8.PanelNoScrollOnFocus(); this.panel2.AutoScroll = true; this.panel2.Location = new System.Drawing.Point(0, 50); this.panel2.Name = "panel2"; this.panel2.TabIndex = 1; this.Controls.Add(this.panel2); InitializeComponent(); }
public FormLibrary() { panel2 = new R8.PanelNoScrollOnFocus(); this.panel2.AutoScroll = true; this.panel2.Location = new System.Drawing.Point(0, 50); this.panel2.Name = "panel2"; this.panel2.TabIndex = 1; this.Controls.Add(this.panel2); InitializeComponent(); str_Libraries = R8.TranslationString(str_Libraries); this.Text = str_Libraries; }