_ Partial Class frm_settings Inherits System.Windows.Forms.Form '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() Me.btn_load_file = New System.Windows.Forms.Button() Me.btn_save_intro = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label6 = New System.Windows.Forms.Label() Me.txt_path = New System.Windows.Forms.TextBox() Me.chk_intro = New System.Windows.Forms.CheckBox() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.Label5 = New System.Windows.Forms.Label() Me.txt_storage_path = New System.Windows.Forms.TextBox() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Label4 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.chk_video_capture = New System.Windows.Forms.CheckBox() Me.btn_capture_path = New System.Windows.Forms.Button() Me.btn_save_capture_settings = New System.Windows.Forms.Button() Me.GroupBox3 = New System.Windows.Forms.GroupBox() Me.Button1 = New System.Windows.Forms.Button() Me.txt_server = New System.Windows.Forms.TextBox() Me.btn_save_connection = New System.Windows.Forms.Button() Me.txt_user = New System.Windows.Forms.TextBox() Me.txt_password = New System.Windows.Forms.TextBox() Me.txt_database = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.txt_port = New System.Windows.Forms.TextBox() Me.Label13 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.Label16 = New System.Windows.Forms.Label() Me.chk_database_enable = New System.Windows.Forms.CheckBox() Me.GroupBox4 = New System.Windows.Forms.GroupBox() Me.ComboBox7 = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.ComboBox6 = New System.Windows.Forms.ComboBox() Me.Label8 = New System.Windows.Forms.Label() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.GroupBox1.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox4.SuspendLayout() Me.SuspendLayout() ' 'btn_load_file ' Me.btn_load_file.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_load_file.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_load_file.Location = New System.Drawing.Point(10, 95) Me.btn_load_file.Name = "btn_load_file" Me.btn_load_file.Size = New System.Drawing.Size(175, 45) Me.btn_load_file.TabIndex = 2 Me.btn_load_file.Text = "BROWSE" Me.btn_load_file.UseVisualStyleBackColor = True ' 'btn_save_intro ' Me.btn_save_intro.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_save_intro.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_save_intro.Location = New System.Drawing.Point(190, 95) Me.btn_save_intro.Name = "btn_save_intro" Me.btn_save_intro.Size = New System.Drawing.Size(175, 45) Me.btn_save_intro.TabIndex = 3 Me.btn_save_intro.Text = "SAVE" Me.btn_save_intro.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.txt_path) Me.GroupBox1.Controls.Add(Me.chk_intro) Me.GroupBox1.Controls.Add(Me.btn_load_file) Me.GroupBox1.Controls.Add(Me.btn_save_intro) Me.GroupBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.ForeColor = System.Drawing.Color.White Me.GroupBox1.Location = New System.Drawing.Point(10, 10) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(375, 150) Me.GroupBox1.TabIndex = 4 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "[ MAIN SETTINGS ]" ' 'Label6 ' Me.Label6.Location = New System.Drawing.Point(10, 60) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(105, 30) Me.Label6.TabIndex = 17 Me.Label6.Text = "Intro Path :" Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_path ' Me.txt_path.Location = New System.Drawing.Point(120, 60) Me.txt_path.Name = "txt_path" Me.txt_path.Size = New System.Drawing.Size(245, 26) Me.txt_path.TabIndex = 16 ' 'chk_intro ' Me.chk_intro.Location = New System.Drawing.Point(10, 30) Me.chk_intro.Name = "chk_intro" Me.chk_intro.Size = New System.Drawing.Size(250, 24) Me.chk_intro.TabIndex = 5 Me.chk_intro.Text = "Enable StartUp Intro Video" Me.chk_intro.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.Label5) Me.GroupBox2.Controls.Add(Me.txt_storage_path) Me.GroupBox2.Controls.Add(Me.ComboBox3) Me.GroupBox2.Controls.Add(Me.Label3) Me.GroupBox2.Controls.Add(Me.ComboBox4) Me.GroupBox2.Controls.Add(Me.Label4) Me.GroupBox2.Controls.Add(Me.ComboBox2) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.ComboBox1) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.chk_video_capture) Me.GroupBox2.Controls.Add(Me.btn_capture_path) Me.GroupBox2.Controls.Add(Me.btn_save_capture_settings) Me.GroupBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox2.ForeColor = System.Drawing.Color.White Me.GroupBox2.Location = New System.Drawing.Point(10, 165) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(375, 295) Me.GroupBox2.TabIndex = 7 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "[ VIDEO SOURCE ]" ' 'Label5 ' Me.Label5.Location = New System.Drawing.Point(10, 205) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(105, 30) Me.Label5.TabIndex = 15 Me.Label5.Text = "Store Path :" Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_storage_path ' Me.txt_storage_path.Location = New System.Drawing.Point(120, 205) Me.txt_storage_path.Name = "txt_storage_path" Me.txt_storage_path.Size = New System.Drawing.Size(245, 26) Me.txt_storage_path.TabIndex = 14 ' 'ComboBox3 ' Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(120, 170) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(245, 28) Me.ComboBox3.TabIndex = 13 ' 'Label3 ' Me.Label3.Location = New System.Drawing.Point(10, 170) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(105, 30) Me.Label3.TabIndex = 12 Me.Label3.Text = "Source #4 :" Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'ComboBox4 ' Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Location = New System.Drawing.Point(120, 135) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(245, 28) Me.ComboBox4.TabIndex = 11 ' 'Label4 ' Me.Label4.Location = New System.Drawing.Point(10, 135) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(105, 30) Me.Label4.TabIndex = 10 Me.Label4.Text = "Source #3 :" Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'ComboBox2 ' Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(120, 100) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(245, 28) Me.ComboBox2.TabIndex = 9 ' 'Label2 ' Me.Label2.Location = New System.Drawing.Point(10, 100) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(105, 30) Me.Label2.TabIndex = 8 Me.Label2.Text = "Source #2 :" Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'ComboBox1 ' Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(120, 65) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(245, 28) Me.ComboBox1.TabIndex = 7 ' 'Label1 ' Me.Label1.Location = New System.Drawing.Point(10, 65) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(105, 30) Me.Label1.TabIndex = 6 Me.Label1.Text = "Source #1 :" Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'chk_video_capture ' Me.chk_video_capture.Location = New System.Drawing.Point(10, 35) Me.chk_video_capture.Name = "chk_video_capture" Me.chk_video_capture.Size = New System.Drawing.Size(250, 24) Me.chk_video_capture.TabIndex = 5 Me.chk_video_capture.Text = "Enable Video Capture" Me.chk_video_capture.UseVisualStyleBackColor = True ' 'btn_capture_path ' Me.btn_capture_path.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_capture_path.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_capture_path.Location = New System.Drawing.Point(10, 240) Me.btn_capture_path.Name = "btn_capture_path" Me.btn_capture_path.Size = New System.Drawing.Size(175, 45) Me.btn_capture_path.TabIndex = 2 Me.btn_capture_path.Text = "BROWSE" Me.btn_capture_path.UseVisualStyleBackColor = True ' 'btn_save_capture_settings ' Me.btn_save_capture_settings.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_save_capture_settings.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_save_capture_settings.Location = New System.Drawing.Point(190, 240) Me.btn_save_capture_settings.Name = "btn_save_capture_settings" Me.btn_save_capture_settings.Size = New System.Drawing.Size(175, 45) Me.btn_save_capture_settings.TabIndex = 3 Me.btn_save_capture_settings.Text = "SAVE" Me.btn_save_capture_settings.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Button1) Me.GroupBox3.Controls.Add(Me.txt_server) Me.GroupBox3.Controls.Add(Me.btn_save_connection) Me.GroupBox3.Controls.Add(Me.txt_user) Me.GroupBox3.Controls.Add(Me.txt_password) Me.GroupBox3.Controls.Add(Me.txt_database) Me.GroupBox3.Controls.Add(Me.Label12) Me.GroupBox3.Controls.Add(Me.txt_port) Me.GroupBox3.Controls.Add(Me.Label13) Me.GroupBox3.Controls.Add(Me.Label14) Me.GroupBox3.Controls.Add(Me.Label15) Me.GroupBox3.Controls.Add(Me.Label16) Me.GroupBox3.Controls.Add(Me.chk_database_enable) Me.GroupBox3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox3.ForeColor = System.Drawing.Color.White Me.GroupBox3.Location = New System.Drawing.Point(395, 165) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(374, 295) Me.GroupBox3.TabIndex = 16 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "[ DATABASE CONNECTION ]" ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(10, 240) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(175, 45) Me.Button1.TabIndex = 16 Me.Button1.Text = "CONNECT" Me.Button1.UseVisualStyleBackColor = True ' 'txt_server ' Me.txt_server.Location = New System.Drawing.Point(120, 65) Me.txt_server.Name = "txt_server" Me.txt_server.Size = New System.Drawing.Size(245, 26) Me.txt_server.TabIndex = 29 ' 'btn_save_connection ' Me.btn_save_connection.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btn_save_connection.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.World, CType(0, Byte)) Me.btn_save_connection.Location = New System.Drawing.Point(190, 240) Me.btn_save_connection.Name = "btn_save_connection" Me.btn_save_connection.Size = New System.Drawing.Size(175, 45) Me.btn_save_connection.TabIndex = 17 Me.btn_save_connection.Text = "SAVE" Me.btn_save_connection.UseVisualStyleBackColor = True ' 'txt_user ' Me.txt_user.Location = New System.Drawing.Point(120, 100) Me.txt_user.Name = "txt_user" Me.txt_user.Size = New System.Drawing.Size(245, 26) Me.txt_user.TabIndex = 28 ' 'txt_password ' Me.txt_password.Location = New System.Drawing.Point(120, 135) Me.txt_password.Name = "txt_password" Me.txt_password.Size = New System.Drawing.Size(245, 26) Me.txt_password.TabIndex = 27 ' 'txt_database ' Me.txt_database.Location = New System.Drawing.Point(120, 170) Me.txt_database.Name = "txt_database" Me.txt_database.Size = New System.Drawing.Size(245, 26) Me.txt_database.TabIndex = 26 ' 'Label12 ' Me.Label12.Location = New System.Drawing.Point(10, 205) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(105, 30) Me.Label12.TabIndex = 15 Me.Label12.Text = "Port :" Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'txt_port ' Me.txt_port.Location = New System.Drawing.Point(120, 205) Me.txt_port.Name = "txt_port" Me.txt_port.Size = New System.Drawing.Size(245, 26) Me.txt_port.TabIndex = 14 ' 'Label13 ' Me.Label13.Location = New System.Drawing.Point(10, 170) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(105, 30) Me.Label13.TabIndex = 12 Me.Label13.Text = "Database :" Me.Label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label14 ' Me.Label14.Location = New System.Drawing.Point(10, 135) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(105, 30) Me.Label14.TabIndex = 10 Me.Label14.Text = "Password :" Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label15 ' Me.Label15.Location = New System.Drawing.Point(10, 100) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(105, 30) Me.Label15.TabIndex = 8 Me.Label15.Text = "User :" Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'Label16 ' Me.Label16.Location = New System.Drawing.Point(10, 65) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(105, 30) Me.Label16.TabIndex = 6 Me.Label16.Text = "Server :" Me.Label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'chk_database_enable ' Me.chk_database_enable.Location = New System.Drawing.Point(10, 35) Me.chk_database_enable.Name = "chk_database_enable" Me.chk_database_enable.Size = New System.Drawing.Size(250, 24) Me.chk_database_enable.TabIndex = 5 Me.chk_database_enable.Text = "Enable Database" Me.chk_database_enable.UseVisualStyleBackColor = True ' 'GroupBox4 ' Me.GroupBox4.Controls.Add(Me.ComboBox7) Me.GroupBox4.Controls.Add(Me.Label9) Me.GroupBox4.Controls.Add(Me.ComboBox6) Me.GroupBox4.Controls.Add(Me.Label8) Me.GroupBox4.Controls.Add(Me.ComboBox5) Me.GroupBox4.Controls.Add(Me.Label7) Me.GroupBox4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox4.ForeColor = System.Drawing.Color.White Me.GroupBox4.Location = New System.Drawing.Point(395, 10) Me.GroupBox4.Name = "GroupBox4" Me.GroupBox4.Size = New System.Drawing.Size(375, 150) Me.GroupBox4.TabIndex = 18 Me.GroupBox4.TabStop = False Me.GroupBox4.Text = "[ SCREEN DISTRIBUTION ]" ' 'ComboBox7 ' Me.ComboBox7.FormattingEnabled = True Me.ComboBox7.Location = New System.Drawing.Point(145, 105) Me.ComboBox7.Name = "ComboBox7" Me.ComboBox7.Size = New System.Drawing.Size(220, 28) Me.ComboBox7.TabIndex = 22 ' 'Label9 ' Me.Label9.Location = New System.Drawing.Point(10, 105) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(130, 30) Me.Label9.TabIndex = 21 Me.Label9.Text = "Upcoming :" Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'ComboBox6 ' Me.ComboBox6.FormattingEnabled = True Me.ComboBox6.Location = New System.Drawing.Point(145, 70) Me.ComboBox6.Name = "ComboBox6" Me.ComboBox6.Size = New System.Drawing.Size(220, 28) Me.ComboBox6.TabIndex = 20 ' 'Label8 ' Me.Label8.Location = New System.Drawing.Point(10, 70) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(130, 30) Me.Label8.TabIndex = 19 Me.Label8.Text = "Score Board :" Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'ComboBox5 ' Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Location = New System.Drawing.Point(145, 35) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(220, 28) Me.ComboBox5.TabIndex = 18 ' 'Label7 ' Me.Label7.Location = New System.Drawing.Point(10, 35) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(130, 30) Me.Label7.TabIndex = 17 Me.Label7.Text = "Score Control :" Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'frm_settings ' 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(64, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(64, Byte), Integer)) Me.ClientSize = New System.Drawing.Size(781, 471) Me.Controls.Add(Me.GroupBox4) Me.Controls.Add(Me.GroupBox3) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frm_settings" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "TAKEONE SETTINGS" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox4.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents btn_load_file As System.Windows.Forms.Button Friend WithEvents btn_save_intro As System.Windows.Forms.Button Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents chk_intro As System.Windows.Forms.CheckBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents chk_video_capture As System.Windows.Forms.CheckBox Friend WithEvents btn_capture_path As System.Windows.Forms.Button Friend WithEvents btn_save_capture_settings As System.Windows.Forms.Button Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents txt_path As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txt_storage_path As System.Windows.Forms.TextBox Friend WithEvents ComboBox3 As System.Windows.Forms.ComboBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents ComboBox4 As System.Windows.Forms.ComboBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents ComboBox2 As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents ComboBox1 As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents GroupBox3 As GroupBox Friend WithEvents txt_password As TextBox Friend WithEvents txt_database As TextBox Friend WithEvents Label12 As Label Friend WithEvents txt_port As TextBox Friend WithEvents Label13 As Label Friend WithEvents Label14 As Label Friend WithEvents Label15 As Label Friend WithEvents Label16 As Label Friend WithEvents chk_database_enable As CheckBox Friend WithEvents txt_server As TextBox Friend WithEvents txt_user As TextBox Friend WithEvents GroupBox4 As GroupBox Friend WithEvents ComboBox6 As ComboBox Friend WithEvents Label8 As Label Friend WithEvents ComboBox5 As ComboBox Friend WithEvents Label7 As Label Friend WithEvents ComboBox7 As ComboBox Friend WithEvents Label9 As Label Friend WithEvents Button1 As Button Friend WithEvents btn_save_connection As Button End Class