﻿<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmMain
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    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.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain))
        Me.TabControl1 = New System.Windows.Forms.TabControl()
        Me.TabPage1 = New System.Windows.Forms.TabPage()
        Me.chkUploadOnly = New System.Windows.Forms.CheckBox()
        Me.Label15 = New System.Windows.Forms.Label()
        Me.Label13 = New System.Windows.Forms.Label()
        Me.Label11 = New System.Windows.Forms.Label()
        Me.txtLog = New System.Windows.Forms.RichTextBox()
        Me.pbProgress = New System.Windows.Forms.ProgressBar()
        Me.cmdProcess = New System.Windows.Forms.Button()
        Me.Label2 = New System.Windows.Forms.Label()
        Me.dpDateTo = New System.Windows.Forms.DateTimePicker()
        Me.Label1 = New System.Windows.Forms.Label()
        Me.dpDateFrom = New System.Windows.Forms.DateTimePicker()
        Me.XMLBUFFER = New System.Windows.Forms.RichTextBox()
        Me.Settings = New System.Windows.Forms.TabPage()
        Me.Label14 = New System.Windows.Forms.Label()
        Me.GroupBox4 = New System.Windows.Forms.GroupBox()
        Me.Button1 = New System.Windows.Forms.Button()
        Me.txtPath = New System.Windows.Forms.TextBox()
        Me.Label12 = New System.Windows.Forms.Label()
        Me.GroupBox3 = New System.Windows.Forms.GroupBox()
        Me.cmdSaveFTP = New System.Windows.Forms.Button()
        Me.edtFTPPassword = New System.Windows.Forms.TextBox()
        Me.edtFTPUsername = New System.Windows.Forms.TextBox()
        Me.edtFTPServer = New System.Windows.Forms.TextBox()
        Me.Label8 = New System.Windows.Forms.Label()
        Me.Label9 = New System.Windows.Forms.Label()
        Me.Label10 = New System.Windows.Forms.Label()
        Me.GroupBox2 = New System.Windows.Forms.GroupBox()
        Me.cmdSaveSQL = New System.Windows.Forms.Button()
        Me.edtSQLServer = New System.Windows.Forms.TextBox()
        Me.Label6 = New System.Windows.Forms.Label()
        Me.FBDialog = New System.Windows.Forms.FolderBrowserDialog()
        Me.TabControl1.SuspendLayout()
        Me.TabPage1.SuspendLayout()
        Me.Settings.SuspendLayout()
        Me.GroupBox4.SuspendLayout()
        Me.GroupBox3.SuspendLayout()
        Me.GroupBox2.SuspendLayout()
        Me.SuspendLayout()
        '
        'TabControl1
        '
        Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
            Or System.Windows.Forms.AnchorStyles.Left) _
            Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.TabControl1.Controls.Add(Me.TabPage1)
        Me.TabControl1.Controls.Add(Me.Settings)
        Me.TabControl1.Location = New System.Drawing.Point(28, 184)
        Me.TabControl1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.TabControl1.Name = "TabControl1"
        Me.TabControl1.SelectedIndex = 0
        Me.TabControl1.Size = New System.Drawing.Size(744, 770)
        Me.TabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed
        Me.TabControl1.TabIndex = 0
        '
        'TabPage1
        '
        Me.TabPage1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None
        Me.TabPage1.Controls.Add(Me.chkUploadOnly)
        Me.TabPage1.Controls.Add(Me.Label15)
        Me.TabPage1.Controls.Add(Me.Label13)
        Me.TabPage1.Controls.Add(Me.Label11)
        Me.TabPage1.Controls.Add(Me.txtLog)
        Me.TabPage1.Controls.Add(Me.pbProgress)
        Me.TabPage1.Controls.Add(Me.cmdProcess)
        Me.TabPage1.Controls.Add(Me.Label2)
        Me.TabPage1.Controls.Add(Me.dpDateTo)
        Me.TabPage1.Controls.Add(Me.Label1)
        Me.TabPage1.Controls.Add(Me.dpDateFrom)
        Me.TabPage1.Controls.Add(Me.XMLBUFFER)
        Me.TabPage1.Location = New System.Drawing.Point(4, 33)
        Me.TabPage1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.TabPage1.Name = "TabPage1"
        Me.TabPage1.Padding = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.TabPage1.Size = New System.Drawing.Size(736, 733)
        Me.TabPage1.TabIndex = 0
        Me.TabPage1.Text = "Main"
        Me.TabPage1.UseVisualStyleBackColor = True
        '
        'chkUploadOnly
        '
        Me.chkUploadOnly.AutoSize = True
        Me.chkUploadOnly.Location = New System.Drawing.Point(170, 228)
        Me.chkUploadOnly.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
        Me.chkUploadOnly.Name = "chkUploadOnly"
        Me.chkUploadOnly.Size = New System.Drawing.Size(146, 29)
        Me.chkUploadOnly.TabIndex = 9
        Me.chkUploadOnly.Text = "Upload Only"
        Me.chkUploadOnly.UseVisualStyleBackColor = True
        '
        'Label15
        '
        Me.Label15.AutoSize = True
        Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label15.Location = New System.Drawing.Point(128, 16)
        Me.Label15.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(415, 29)
        Me.Label15.TabIndex = 8
        Me.Label15.Text = "Please select dates and click process"
        '
        'Label13
        '
        Me.Label13.AutoSize = True
        Me.Label13.Location = New System.Drawing.Point(150, 680)
        Me.Label13.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
        Me.Label13.Name = "Label13"
        Me.Label13.Size = New System.Drawing.Size(414, 25)
        Me.Label13.TabIndex = 7
        Me.Label13.Text = "Helpdesk: 0861 XPROCURE or 0861 977-628"
        '
        'Label11
        '
        Me.Label11.AutoSize = True
        Me.Label11.Location = New System.Drawing.Point(15, 267)
        Me.Label11.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(74, 25)
        Me.Label11.TabIndex = 5
        Me.Label11.Text = "Status:"
        '
        'txtLog
        '
        Me.txtLog.Location = New System.Drawing.Point(21, 344)
        Me.txtLog.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
        Me.txtLog.Name = "txtLog"
        Me.txtLog.ReadOnly = True
        Me.txtLog.Size = New System.Drawing.Size(680, 301)
        Me.txtLog.TabIndex = 4
        Me.txtLog.Text = ""
        '
        'pbProgress
        '
        Me.pbProgress.Location = New System.Drawing.Point(18, 297)
        Me.pbProgress.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
        Me.pbProgress.Name = "pbProgress"
        Me.pbProgress.Size = New System.Drawing.Size(686, 34)
        Me.pbProgress.TabIndex = 3
        '
        'cmdProcess
        '
        Me.cmdProcess.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cmdProcess.ForeColor = System.Drawing.Color.Purple
        Me.cmdProcess.Location = New System.Drawing.Point(170, 162)
        Me.cmdProcess.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.cmdProcess.Name = "cmdProcess"
        Me.cmdProcess.Size = New System.Drawing.Size(455, 58)
        Me.cmdProcess.TabIndex = 2
        Me.cmdProcess.Text = "PROCESS"
        Me.cmdProcess.UseVisualStyleBackColor = True
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(55, 122)
        Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(88, 25)
        Me.Label2.TabIndex = 1
        Me.Label2.Text = "Date To:"
        '
        'dpDateTo
        '
        Me.dpDateTo.Location = New System.Drawing.Point(170, 118)
        Me.dpDateTo.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.dpDateTo.Name = "dpDateTo"
        Me.dpDateTo.Size = New System.Drawing.Size(451, 29)
        Me.dpDateTo.TabIndex = 0
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(55, 75)
        Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(109, 25)
        Me.Label1.TabIndex = 1
        Me.Label1.Text = "Date From:"
        '
        'dpDateFrom
        '
        Me.dpDateFrom.CustomFormat = "dd-MM-yyyy"
        Me.dpDateFrom.Location = New System.Drawing.Point(170, 72)
        Me.dpDateFrom.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.dpDateFrom.Name = "dpDateFrom"
        Me.dpDateFrom.Size = New System.Drawing.Size(451, 29)
        Me.dpDateFrom.TabIndex = 0
        Me.dpDateFrom.Value = New Date(2015, 12, 8, 0, 0, 0, 0)
        '
        'XMLBUFFER
        '
        Me.XMLBUFFER.Location = New System.Drawing.Point(126, 531)
        Me.XMLBUFFER.Margin = New System.Windows.Forms.Padding(6, 6, 6, 6)
        Me.XMLBUFFER.Name = "XMLBUFFER"
        Me.XMLBUFFER.Size = New System.Drawing.Size(401, 61)
        Me.XMLBUFFER.TabIndex = 6
        Me.XMLBUFFER.Text = ""
        Me.XMLBUFFER.Visible = False
        '
        'Settings
        '
        Me.Settings.Controls.Add(Me.Label14)
        Me.Settings.Controls.Add(Me.GroupBox4)
        Me.Settings.Controls.Add(Me.GroupBox3)
        Me.Settings.Controls.Add(Me.GroupBox2)
        Me.Settings.Location = New System.Drawing.Point(4, 33)
        Me.Settings.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.Settings.Name = "Settings"
        Me.Settings.Padding = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.Settings.Size = New System.Drawing.Size(736, 733)
        Me.Settings.TabIndex = 1
        Me.Settings.Text = "Settings"
        Me.Settings.UseVisualStyleBackColor = True
        '
        'Label14
        '
        Me.Label14.AutoSize = True
        Me.Label14.Location = New System.Drawing.Point(153, 678)
        Me.Label14.Margin = New System.Windows.Forms.Padding(6, 0, 6, 0)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(414, 25)
        Me.Label14.TabIndex = 8
        Me.Label14.Text = "Helpdesk: 0861 XPROCURE or 0861 977-628"
        '
        'GroupBox4
        '
        Me.GroupBox4.Controls.Add(Me.Button1)
        Me.GroupBox4.Controls.Add(Me.txtPath)
        Me.GroupBox4.Controls.Add(Me.Label12)
        Me.GroupBox4.Location = New System.Drawing.Point(15, 348)
        Me.GroupBox4.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.GroupBox4.Name = "GroupBox4"
        Me.GroupBox4.Padding = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.GroupBox4.Size = New System.Drawing.Size(708, 121)
        Me.GroupBox4.TabIndex = 2
        Me.GroupBox4.TabStop = False
        Me.GroupBox4.Text = "General"
        '
        'Button1
        '
        Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Button1.ForeColor = System.Drawing.Color.Purple
        Me.Button1.Location = New System.Drawing.Point(628, 56)
        Me.Button1.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(55, 38)
        Me.Button1.TabIndex = 3
        Me.Button1.Text = ",,,"
        Me.Button1.UseVisualStyleBackColor = True
        '
        'txtPath
        '
        Me.txtPath.Location = New System.Drawing.Point(12, 56)
        Me.txtPath.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.txtPath.Name = "txtPath"
        Me.txtPath.Size = New System.Drawing.Size(605, 29)
        Me.txtPath.TabIndex = 4
        '
        'Label12
        '
        Me.Label12.AutoSize = True
        Me.Label12.Location = New System.Drawing.Point(7, 27)
        Me.Label12.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Label12.Name = "Label12"
        Me.Label12.Size = New System.Drawing.Size(117, 25)
        Me.Label12.TabIndex = 2
        Me.Label12.Text = "File Lcation:"
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.cmdSaveFTP)
        Me.GroupBox3.Controls.Add(Me.edtFTPPassword)
        Me.GroupBox3.Controls.Add(Me.edtFTPUsername)
        Me.GroupBox3.Controls.Add(Me.edtFTPServer)
        Me.GroupBox3.Controls.Add(Me.Label8)
        Me.GroupBox3.Controls.Add(Me.Label9)
        Me.GroupBox3.Controls.Add(Me.Label10)
        Me.GroupBox3.Location = New System.Drawing.Point(15, 147)
        Me.GroupBox3.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Padding = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.GroupBox3.Size = New System.Drawing.Size(708, 195)
        Me.GroupBox3.TabIndex = 1
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "FTP Settings"
        '
        'cmdSaveFTP
        '
        Me.cmdSaveFTP.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cmdSaveFTP.ForeColor = System.Drawing.Color.Purple
        Me.cmdSaveFTP.Location = New System.Drawing.Point(505, 90)
        Me.cmdSaveFTP.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.cmdSaveFTP.Name = "cmdSaveFTP"
        Me.cmdSaveFTP.Size = New System.Drawing.Size(180, 74)
        Me.cmdSaveFTP.TabIndex = 3
        Me.cmdSaveFTP.Text = "SAVE"
        Me.cmdSaveFTP.UseVisualStyleBackColor = True
        '
        'edtFTPPassword
        '
        Me.edtFTPPassword.Location = New System.Drawing.Point(164, 130)
        Me.edtFTPPassword.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.edtFTPPassword.Name = "edtFTPPassword"
        Me.edtFTPPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
        Me.edtFTPPassword.Size = New System.Drawing.Size(308, 29)
        Me.edtFTPPassword.TabIndex = 4
        '
        'edtFTPUsername
        '
        Me.edtFTPUsername.Location = New System.Drawing.Point(164, 82)
        Me.edtFTPUsername.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.edtFTPUsername.Name = "edtFTPUsername"
        Me.edtFTPUsername.Size = New System.Drawing.Size(308, 29)
        Me.edtFTPUsername.TabIndex = 4
        '
        'edtFTPServer
        '
        Me.edtFTPServer.Location = New System.Drawing.Point(164, 40)
        Me.edtFTPServer.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.edtFTPServer.Name = "edtFTPServer"
        Me.edtFTPServer.Size = New System.Drawing.Size(308, 29)
        Me.edtFTPServer.TabIndex = 4
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Location = New System.Drawing.Point(26, 134)
        Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(104, 25)
        Me.Label8.TabIndex = 3
        Me.Label8.Text = "Password:"
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Location = New System.Drawing.Point(26, 86)
        Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(108, 25)
        Me.Label9.TabIndex = 3
        Me.Label9.Text = "Username:"
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Location = New System.Drawing.Point(26, 40)
        Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(133, 25)
        Me.Label10.TabIndex = 2
        Me.Label10.Text = "Server Name:"
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.cmdSaveSQL)
        Me.GroupBox2.Controls.Add(Me.edtSQLServer)
        Me.GroupBox2.Controls.Add(Me.Label6)
        Me.GroupBox2.Location = New System.Drawing.Point(15, 11)
        Me.GroupBox2.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Padding = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.GroupBox2.Size = New System.Drawing.Size(708, 130)
        Me.GroupBox2.TabIndex = 1
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "SQL Settings"
        '
        'cmdSaveSQL
        '
        Me.cmdSaveSQL.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.cmdSaveSQL.ForeColor = System.Drawing.Color.Purple
        Me.cmdSaveSQL.Location = New System.Drawing.Point(503, 40)
        Me.cmdSaveSQL.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.cmdSaveSQL.Name = "cmdSaveSQL"
        Me.cmdSaveSQL.Size = New System.Drawing.Size(180, 74)
        Me.cmdSaveSQL.TabIndex = 3
        Me.cmdSaveSQL.Text = "SAVE"
        Me.cmdSaveSQL.UseVisualStyleBackColor = True
        '
        'edtSQLServer
        '
        Me.edtSQLServer.Location = New System.Drawing.Point(164, 40)
        Me.edtSQLServer.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.edtSQLServer.Name = "edtSQLServer"
        Me.edtSQLServer.Size = New System.Drawing.Size(308, 29)
        Me.edtSQLServer.TabIndex = 4
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(26, 40)
        Me.Label6.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(133, 25)
        Me.Label6.TabIndex = 2
        Me.Label6.Text = "Server Name:"
        '
        'frmMain
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(11.0!, 24.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackgroundImage = Global.Sage2GS1Xml.My.Resources.Resources.bg14
        Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
        Me.ClientSize = New System.Drawing.Size(796, 978)
        Me.Controls.Add(Me.TabControl1)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.Margin = New System.Windows.Forms.Padding(4, 3, 4, 3)
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmMain"
        Me.Text = "BSBC Invoice Export"
        Me.TabControl1.ResumeLayout(False)
        Me.TabPage1.ResumeLayout(False)
        Me.TabPage1.PerformLayout()
        Me.Settings.ResumeLayout(False)
        Me.Settings.PerformLayout()
        Me.GroupBox4.ResumeLayout(False)
        Me.GroupBox4.PerformLayout()
        Me.GroupBox3.ResumeLayout(False)
        Me.GroupBox3.PerformLayout()
        Me.GroupBox2.ResumeLayout(False)
        Me.GroupBox2.PerformLayout()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
    Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
    Friend WithEvents Settings As System.Windows.Forms.TabPage
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents dpDateTo As System.Windows.Forms.DateTimePicker
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents dpDateFrom As System.Windows.Forms.DateTimePicker
    Friend WithEvents cmdProcess As System.Windows.Forms.Button
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents edtSQLServer As System.Windows.Forms.TextBox
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents edtXMLPassword As System.Windows.Forms.TextBox
    Friend WithEvents edtXMLUsername As System.Windows.Forms.TextBox
    Friend WithEvents cmdSaveFTP As System.Windows.Forms.Button
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents edtFTPPassword As System.Windows.Forms.TextBox
    Friend WithEvents edtFTPUsername As System.Windows.Forms.TextBox
    Friend WithEvents edtFTPServer As System.Windows.Forms.TextBox
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label
    Friend WithEvents cmdSaveSQL As System.Windows.Forms.Button
    Friend WithEvents cmdSaveXML As System.Windows.Forms.Button
    Friend WithEvents txtLog As System.Windows.Forms.RichTextBox
    Friend WithEvents pbProgress As System.Windows.Forms.ProgressBar
    Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
    Friend WithEvents Button1 As System.Windows.Forms.Button
    Friend WithEvents txtPath As System.Windows.Forms.TextBox
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents FBDialog As System.Windows.Forms.FolderBrowserDialog
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents XMLBUFFER As System.Windows.Forms.RichTextBox
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents chkUploadOnly As System.Windows.Forms.CheckBox
End Class
