_ Partial Class ChatShortcuts Inherits DevComponents.DotNetBar.Office2007Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ChatShortcuts)) Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.SuspendLayout() ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.ItemHeight = 13 Me.ComboBox1.Items.AddRange(New Object() {"AFK", "ATM", "BBL", "BRB", "BTD", "FGS", "FTAO", "FTW", "G", "G2G", "GG", "GL", "IMO", "IRL", "J/S", "LMAO", "NM", "NP", "NTY", "NVM", "OMG", "PLS", "PMSL", "ROFL", "TBH", "TMI", "TTYL", "TY", "WB", "WIP", "YW"}) Me.ComboBox1.Location = New System.Drawing.Point(12, 12) Me.ComboBox1.MaxDropDownItems = 32 Me.ComboBox1.MaxLength = 32 Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(113, 21) Me.ComboBox1.Sorted = True Me.ComboBox1.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.Color.Transparent Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(64, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(12, 36) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(78, 13) Me.Label1.TabIndex = 1 Me.Label1.Text = "Abbreviation" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.BackColor = System.Drawing.Color.Transparent Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.ForeColor = System.Drawing.Color.Yellow Me.Label2.Location = New System.Drawing.Point(131, 20) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(82, 13) Me.Label2.TabIndex = 2 Me.Label2.Text = "Translation..." Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'ChatShortcuts ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(61, Byte), Integer), CType(CType(61, Byte), Integer), CType(CType(61, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(273, 62) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ComboBox1) Me.EnableGlass = False Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "ChatShortcuts" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Chat Shortcuts" Me.TopMost = True Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label End Class