| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Form2
- 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(Form2))
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.GroupBox1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.TextBox3)
- Me.GroupBox1.Controls.Add(Me.TextBox2)
- Me.GroupBox1.Controls.Add(Me.Label3)
- Me.GroupBox1.Controls.Add(Me.Label2)
- Me.GroupBox1.Controls.Add(Me.TextBox1)
- Me.GroupBox1.Controls.Add(Me.Label1)
- Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Size = New System.Drawing.Size(332, 128)
- Me.GroupBox1.TabIndex = 6
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "Server Settings"
- '
- 'TextBox3
- '
- Me.TextBox3.Location = New System.Drawing.Point(114, 93)
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
- Me.TextBox3.Size = New System.Drawing.Size(194, 20)
- Me.TextBox3.TabIndex = 11
- '
- 'TextBox2
- '
- Me.TextBox2.Location = New System.Drawing.Point(114, 59)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(194, 20)
- Me.TextBox2.TabIndex = 10
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(11, 93)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(53, 13)
- Me.Label3.TabIndex = 9
- Me.Label3.Text = "Password"
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(11, 59)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(57, 13)
- Me.Label2.TabIndex = 8
- Me.Label2.Text = "UserName"
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(114, 23)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(194, 20)
- Me.TextBox1.TabIndex = 7
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(11, 26)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(97, 13)
- Me.Label1.TabIndex = 6
- Me.Label1.Text = "Base Folder (Kimai)"
- '
- 'Form2
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(357, 151)
- Me.Controls.Add(Me.GroupBox1)
- Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Name = "Form2"
- Me.Text = "FTS Kimai Settings"
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- Me.ResumeLayout(False)
- End Sub
- Public Shared oSettings As New Mysettings
- Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
- Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
- Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
- Friend WithEvents Label3 As System.Windows.Forms.Label
- Friend WithEvents Label2 As System.Windows.Forms.Label
- Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
- Friend WithEvents Label1 As System.Windows.Forms.Label
- End Class
|