Form2.Designer.vb 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class Form2
  3. Inherits System.Windows.Forms.Form
  4. 'Form overrides dispose to clean up the component list.
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. 'Required by the Windows Form Designer
  16. Private components As System.ComponentModel.IContainer
  17. 'NOTE: The following procedure is required by the Windows Form Designer
  18. 'It can be modified using the Windows Form Designer.
  19. 'Do not modify it using the code editor.
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form2))
  23. Me.GroupBox1 = New System.Windows.Forms.GroupBox()
  24. Me.TextBox3 = New System.Windows.Forms.TextBox()
  25. Me.TextBox2 = New System.Windows.Forms.TextBox()
  26. Me.Label3 = New System.Windows.Forms.Label()
  27. Me.Label2 = New System.Windows.Forms.Label()
  28. Me.TextBox1 = New System.Windows.Forms.TextBox()
  29. Me.Label1 = New System.Windows.Forms.Label()
  30. Me.GroupBox1.SuspendLayout()
  31. Me.SuspendLayout()
  32. '
  33. 'GroupBox1
  34. '
  35. Me.GroupBox1.Controls.Add(Me.TextBox3)
  36. Me.GroupBox1.Controls.Add(Me.TextBox2)
  37. Me.GroupBox1.Controls.Add(Me.Label3)
  38. Me.GroupBox1.Controls.Add(Me.Label2)
  39. Me.GroupBox1.Controls.Add(Me.TextBox1)
  40. Me.GroupBox1.Controls.Add(Me.Label1)
  41. Me.GroupBox1.Location = New System.Drawing.Point(12, 12)
  42. Me.GroupBox1.Name = "GroupBox1"
  43. Me.GroupBox1.Size = New System.Drawing.Size(332, 128)
  44. Me.GroupBox1.TabIndex = 6
  45. Me.GroupBox1.TabStop = False
  46. Me.GroupBox1.Text = "Server Settings"
  47. '
  48. 'TextBox3
  49. '
  50. Me.TextBox3.Location = New System.Drawing.Point(114, 93)
  51. Me.TextBox3.Name = "TextBox3"
  52. Me.TextBox3.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
  53. Me.TextBox3.Size = New System.Drawing.Size(194, 20)
  54. Me.TextBox3.TabIndex = 11
  55. '
  56. 'TextBox2
  57. '
  58. Me.TextBox2.Location = New System.Drawing.Point(114, 59)
  59. Me.TextBox2.Name = "TextBox2"
  60. Me.TextBox2.Size = New System.Drawing.Size(194, 20)
  61. Me.TextBox2.TabIndex = 10
  62. '
  63. 'Label3
  64. '
  65. Me.Label3.AutoSize = True
  66. Me.Label3.Location = New System.Drawing.Point(11, 93)
  67. Me.Label3.Name = "Label3"
  68. Me.Label3.Size = New System.Drawing.Size(53, 13)
  69. Me.Label3.TabIndex = 9
  70. Me.Label3.Text = "Password"
  71. '
  72. 'Label2
  73. '
  74. Me.Label2.AutoSize = True
  75. Me.Label2.Location = New System.Drawing.Point(11, 59)
  76. Me.Label2.Name = "Label2"
  77. Me.Label2.Size = New System.Drawing.Size(57, 13)
  78. Me.Label2.TabIndex = 8
  79. Me.Label2.Text = "UserName"
  80. '
  81. 'TextBox1
  82. '
  83. Me.TextBox1.Location = New System.Drawing.Point(114, 23)
  84. Me.TextBox1.Name = "TextBox1"
  85. Me.TextBox1.Size = New System.Drawing.Size(194, 20)
  86. Me.TextBox1.TabIndex = 7
  87. '
  88. 'Label1
  89. '
  90. Me.Label1.AutoSize = True
  91. Me.Label1.Location = New System.Drawing.Point(11, 26)
  92. Me.Label1.Name = "Label1"
  93. Me.Label1.Size = New System.Drawing.Size(97, 13)
  94. Me.Label1.TabIndex = 6
  95. Me.Label1.Text = "Base Folder (Kimai)"
  96. '
  97. 'Form2
  98. '
  99. Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
  100. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  101. Me.ClientSize = New System.Drawing.Size(357, 151)
  102. Me.Controls.Add(Me.GroupBox1)
  103. Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
  104. Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
  105. Me.Name = "Form2"
  106. Me.Text = "FTS Kimai Settings"
  107. Me.GroupBox1.ResumeLayout(False)
  108. Me.GroupBox1.PerformLayout()
  109. Me.ResumeLayout(False)
  110. End Sub
  111. Public Shared oSettings As New Mysettings
  112. Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
  113. Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
  114. Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
  115. Friend WithEvents Label3 As System.Windows.Forms.Label
  116. Friend WithEvents Label2 As System.Windows.Forms.Label
  117. Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
  118. Friend WithEvents Label1 As System.Windows.Forms.Label
  119. End Class