namespace OpenTween { partial class TabsDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TabsDialog)); this.OK_Button = new System.Windows.Forms.Button(); this.Cancel_Button = new System.Windows.Forms.Button(); this.TabList = new System.Windows.Forms.ListBox(); this.SuspendLayout(); // // OK_Button // resources.ApplyResources(this.OK_Button, "OK_Button"); this.OK_Button.DialogResult = System.Windows.Forms.DialogResult.OK; this.OK_Button.Name = "OK_Button"; // // Cancel_Button // resources.ApplyResources(this.Cancel_Button, "Cancel_Button"); this.Cancel_Button.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.Cancel_Button.Name = "Cancel_Button"; // // TabList // resources.ApplyResources(this.TabList, "TabList"); this.TabList.FormattingEnabled = true; this.TabList.Name = "TabList"; this.TabList.SelectedValueChanged += new System.EventHandler(this.TabList_SelectedValueChanged); this.TabList.DoubleClick += new System.EventHandler(this.TabList_DoubleClick); // // TabsDialog // this.AcceptButton = this.OK_Button; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.Cancel_Button; this.Controls.Add(this.Cancel_Button); this.Controls.Add(this.OK_Button); this.Controls.Add(this.TabList); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TabsDialog"; this.ShowInTaskbar = false; this.ResumeLayout(false); } #endregion internal System.Windows.Forms.Button OK_Button; internal System.Windows.Forms.Button Cancel_Button; internal System.Windows.Forms.ListBox TabList; } }