InvisibleBtnForm.Designer.vb

  1: <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2: Partial Class InvisibleBtnForm
  3:     Inherits System.Windows.Forms.Form
  4: 
  5:     'Form overrides dispose to clean up the component list.
  6:     <System.Diagnostics.DebuggerNonUserCode()> _
  7:     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  8:         Try
  9:             If disposing AndAlso components IsNot Nothing Then
 10:                 components.Dispose()
 11:             End If
 12:         Finally
 13:             MyBase.Dispose(disposing)
 14:         End Try
 15:     End Sub
 16: 
 17:     'Required by the Windows Form Designer
 18:     Private components As System.ComponentModel.IContainer
 19: 
 20:     'NOTE: The following procedure is required by the Windows Form Designer
 21:     'It can be modified using the Windows Form Designer.
 22:     'Do not modify it using the code editor.
 23:     <System.Diagnostics.DebuggerStepThrough()> _
 24:     Private Sub InitializeComponent()
 25:         Me.GroupBox1 = New System.Windows.Forms.GroupBox
 26:         Me.RadioButton2 = New System.Windows.Forms.RadioButton
 27:         Me.RadioButton1 = New System.Windows.Forms.RadioButton
 28:         Me.ExitBtn = New System.Windows.Forms.Button
 29:         Me.RichTextBox1 = New System.Windows.Forms.RichTextBox
 30:         Me.Label1 = New System.Windows.Forms.Label
 31:         Me.InvisibleBtn = New System.Windows.Forms.Button
 32:         Me.Label2 = New System.Windows.Forms.Label
 33:         Me.GroupBox1.SuspendLayout()
 34:         Me.SuspendLayout()
 35:         '
 36:         'GroupBox1
 37:         '
 38:         Me.GroupBox1.Controls.Add(Me.RadioButton2)
 39:         Me.GroupBox1.Controls.Add(Me.RadioButton1)
 40:         Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
 41:         Me.GroupBox1.Name = "GroupBox1"
 42:         Me.GroupBox1.Size = New System.Drawing.Size(184, 166)
 43:         Me.GroupBox1.TabIndex = 2
 44:         Me.GroupBox1.TabStop = False
 45:         Me.GroupBox1.Text = "Pick one:"
 46:         '
 47:         'RadioButton2
 48:         '
 49:         Me.RadioButton2.AutoSize = True
 50:         Me.RadioButton2.Location = New System.Drawing.Point(58, 100)
 51:         Me.RadioButton2.Name = "RadioButton2"
 52:         Me.RadioButton2.Size = New System.Drawing.Size(51, 21)
 53:         Me.RadioButton2.TabIndex = 1
 54:         Me.RadioButton2.TabStop = True
 55:         Me.RadioButton2.Text = "&Bar"
 56:         Me.RadioButton2.UseVisualStyleBackColor = True
 57:         '
 58:         'RadioButton1
 59:         '
 60:         Me.RadioButton1.AutoSize = True
 61:         Me.RadioButton1.Location = New System.Drawing.Point(58, 41)
 62:         Me.RadioButton1.Name = "RadioButton1"
 63:         Me.RadioButton1.Size = New System.Drawing.Size(53, 21)
 64:         Me.RadioButton1.TabIndex = 0
 65:         Me.RadioButton1.TabStop = True
 66:         Me.RadioButton1.Text = "&Foo"
 67:         Me.RadioButton1.UseVisualStyleBackColor = True
 68:         '
 69:         'ExitBtn
 70:         '
 71:         Me.ExitBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel
 72:         Me.ExitBtn.Location = New System.Drawing.Point(58, 270)
 73:         Me.ExitBtn.Name = "ExitBtn"
 74:         Me.ExitBtn.Size = New System.Drawing.Size(75, 23)
 75:         Me.ExitBtn.TabIndex = 3
 76:         Me.ExitBtn.Text = "E&xit"
 77:         Me.ExitBtn.UseVisualStyleBackColor = True
 78:         '
 79:         'RichTextBox1
 80:         '
 81:         Me.RichTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None
 82:         Me.RichTextBox1.CausesValidation = False
 83:         Me.RichTextBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
 84:         Me.RichTextBox1.Location = New System.Drawing.Point(208, 41)
 85:         Me.RichTextBox1.Name = "RichTextBox1"
 86:         Me.RichTextBox1.ReadOnly = True
 87:         Me.RichTextBox1.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None
 88:         Me.RichTextBox1.Size = New System.Drawing.Size(319, 347)
 89:         Me.RichTextBox1.TabIndex = 0
 90:         Me.RichTextBox1.TabStop = False
 91:         Me.RichTextBox1.Text = ""
 92:         '
 93:         'Label1
 94:         '
 95:         Me.Label1.AutoSize = True
 96:         Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
 97:         Me.Label1.Location = New System.Drawing.Point(277, 9)
 98:         Me.Label1.Name = "Label1"
 99:         Me.Label1.Size = New System.Drawing.Size(166, 25)
100:         Me.Label1.TabIndex = 0
101:         Me.Label1.Text = "Hiding The Focus"
102:         '
103:         'InvisibleBtn
104:         '
105:         Me.InvisibleBtn.Location = New System.Drawing.Point(66, 195)
106:         Me.InvisibleBtn.Name = "InvisibleBtn"
107:         Me.InvisibleBtn.Size = New System.Drawing.Size(0, 23)
108:         Me.InvisibleBtn.TabIndex = 1
109:         Me.InvisibleBtn.UseVisualStyleBackColor = True
110:         '
111:         'Label2
112:         '
113:         Me.Label2.AutoSize = True
114:         Me.Label2.Location = New System.Drawing.Point(15, 349)
115:         Me.Label2.Name = "Label2"
116:         Me.Label2.Size = New System.Drawing.Size(169, 17)
117:         Me.Label2.TabIndex = 4
118:         Me.Label2.Text = "Written by Wayne Pollock"
119:         '
120:         'InvisibleBtnForm
121:         '
122:         Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 16.0!)
123:         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
124:         Me.CancelButton = Me.ExitBtn
125:         Me.ClientSize = New System.Drawing.Size(556, 403)
126:         Me.Controls.Add(Me.Label2)
127:         Me.Controls.Add(Me.InvisibleBtn)
128:         Me.Controls.Add(Me.Label1)
129:         Me.Controls.Add(Me.RichTextBox1)
130:         Me.Controls.Add(Me.ExitBtn)
131:         Me.Controls.Add(Me.GroupBox1)
132:         Me.Name = "InvisibleBtnForm"
133:         Me.Text = "Invisible Button Demo"
134:         Me.GroupBox1.ResumeLayout(False)
135:         Me.GroupBox1.PerformLayout()
136:         Me.ResumeLayout(False)
137:         Me.PerformLayout()
138: 
139:     End Sub
140:     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
141:     Friend WithEvents RadioButton2 As System.Windows.Forms.RadioButton
142:     Friend WithEvents RadioButton1 As System.Windows.Forms.RadioButton
143:     Friend WithEvents ExitBtn As System.Windows.Forms.Button
144:     Friend WithEvents RichTextBox1 As System.Windows.Forms.RichTextBox
145:     Friend WithEvents Label1 As System.Windows.Forms.Label
146:     Friend WithEvents InvisibleBtn As System.Windows.Forms.Button
147:     Friend WithEvents Label2 As System.Windows.Forms.Label
148: 
149: End Class