Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ' ECW Launcher Constants
- Public Const_Form_Text_Color = ColorTranslator.FromHtml("#000000") ' White
- Public Const_Selected_Tab_Color As Color = ColorTranslator.FromHtml("#00008B") ' Dark Blue
- Public Const_selected_button_color As Color = ColorTranslator.FromHtml("#00008B") ' Dark Blue
- Public Const_Default_Button_Colors As Color = Color.Transparent ' Transparent (with no image)
- Public Const_Default_Tab_Color As Color = Color.Transparent ' Transparent (with no image)
- Public Const_Default_Form_Color As Color = Nothing ' Not used / Furture (Nothing)
- Public Const_Grid_View_Border_Color As Color = ColorTranslator.FromHtml("#FFD700") ' Change Gridview Border Color (Gold)
- Public Const_Global_Background_Color As Color = ColorTranslator.FromHtml("#FFFFFF") ' Dark Blue
- ' Settings
- Public Const_No_Border As Integer = 1 ' Disable Windows Generated Border
- Public Const_Window_Drag_Move As Integer = 1 ' Allow Mouse to click and drag window around
- Public Const_Grid_View_Enabled As Integer = 1 ' Enable / Disable Grid View (Enabled)
- Public Const_Background_Button_Enabled As Integer = 1
- Public Const_Global_Backgrounds As Integer = 1
- Public Const_Backgrounds_Enabled As Integer = 1
- Public Const_Background_Tab_Heading_Enabled As Integer = 0 ' Default 0
- Public Const_Grid_View_Borders As Integer = 1
- Public Const_Button_Text_Tab_1 As String = "Home"
- Public Const_Button_Text_Tab_2 As String = "Available Servers"
- Public Const_Button_Text_Tab_3 As String = "Ladder"
- Public Const_Button_Text_Tab_4 As String = "My Account"
- Public Const_Button_Text_Tab_5 As String = "Chat / Help"
- Public Const_Button_Text_Tab_6 As String = "Options"
- Public Const_Button_Text_Home As String = "G"
- Public Const_Default_Theme_Path As String = "/Data/ECW Launcher/Themes"
- ' BACKGROUND IMAGES
- Public Const_Grid_View_Background As Image = Nothing
- Public Const_Background_Tab_1 As Image = Nothing
- Public Const_Background_Tab_2 As Image = Nothing
- Public Const_Background_Tab_3 As Image = Nothing
- Public Const_Background_Tab_4 As Image = Nothing
- Public Const_Background_Tab_5 As Image = Nothing
- Public Const_Background_Tab_6 As Image = Nothing
- Public Const_Background_Tab_Heading_1 As Image = Nothing
- Public Const_Background_Tab_Heading_2 As Image = Nothing
- Public Const_Background_Tab_Heading_3 As Image = Nothing
- Public Const_Background_Tab_Heading_4 As Image = Nothing
- Public Const_Background_Tab_Heading_5 As Image = Nothing
- Public Const_Background_Tab_Heading_6 As Image = Nothing
- Public Const_Button_Image_Tab_1 As Image = Nothing
- Public Const_Button_Image_Tab_2 As Image = Nothing
- Public Const_Button_Image_Tab_3 As Image = Nothing
- Public Const_Button_Image_Tab_4 As Image = Nothing
- Public Const_Button_Image_Tab_5 As Image = Nothing
- Public Const_Button_Image_Tab_6 As Image = Nothing
- Public Const_Button_Image_Home As Image = Nothing
- Public Const_Background_Minimize As Image = Nothing
- Public Const_Background_Maximize As Image = Nothing
- Public Const_Background_Close As Image = Nothing
- ' END Constants
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement