-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmTweetsList.Designer.vb
168 lines (164 loc) · 6.69 KB
/
frmTweetsList.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmTweetsList
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(frmTweetsList))
Me.btnDelete = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Label12 = New System.Windows.Forms.Label()
Me.btnAdd = New System.Windows.Forms.Button()
Me.lvList = New System.Windows.Forms.ListView()
Me.cmbStatus = New System.Windows.Forms.ComboBox()
Me.cmbUserName = New System.Windows.Forms.ComboBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.btnSearch = New System.Windows.Forms.Button()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'btnDelete
'
Me.btnDelete.Location = New System.Drawing.Point(97, 47)
Me.btnDelete.Name = "btnDelete"
Me.btnDelete.Size = New System.Drawing.Size(83, 22)
Me.btnDelete.TabIndex = 29
Me.btnDelete.Text = "&Delete"
Me.btnDelete.UseVisualStyleBackColor = True
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.SystemColors.ControlDark
Me.Panel1.Controls.Add(Me.Label12)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(659, 41)
Me.Panel1.TabIndex = 28
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawing.Font("Harlow Solid Italic", 15.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label12.Location = New System.Drawing.Point(3, 10)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(69, 26)
Me.Label12.TabIndex = 0
Me.Label12.Text = "Tweets"
'
'btnAdd
'
Me.btnAdd.Location = New System.Drawing.Point(8, 47)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(83, 22)
Me.btnAdd.TabIndex = 27
Me.btnAdd.Text = "&Add"
Me.btnAdd.UseVisualStyleBackColor = True
'
'lvList
'
Me.lvList.Activation = System.Windows.Forms.ItemActivation.OneClick
Me.lvList.Dock = System.Windows.Forms.DockStyle.Bottom
Me.lvList.HideSelection = False
Me.lvList.Location = New System.Drawing.Point(0, 122)
Me.lvList.MultiSelect = False
Me.lvList.Name = "lvList"
Me.lvList.Size = New System.Drawing.Size(659, 344)
Me.lvList.TabIndex = 26
Me.lvList.UseCompatibleStateImageBehavior = False
'
'cmbStatus
'
Me.cmbStatus.FormattingEnabled = True
Me.cmbStatus.Location = New System.Drawing.Point(337, 49)
Me.cmbStatus.Name = "cmbStatus"
Me.cmbStatus.Size = New System.Drawing.Size(130, 21)
Me.cmbStatus.TabIndex = 30
'
'cmbUserName
'
Me.cmbUserName.FormattingEnabled = True
Me.cmbUserName.Location = New System.Drawing.Point(337, 76)
Me.cmbUserName.Name = "cmbUserName"
Me.cmbUserName.Size = New System.Drawing.Size(130, 21)
Me.cmbUserName.TabIndex = 71
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(271, 76)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(60, 13)
Me.Label4.TabIndex = 70
Me.Label4.Text = "User Name"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(294, 52)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(37, 13)
Me.Label5.TabIndex = 72
Me.Label5.Text = "Status"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'btnSearch
'
Me.btnSearch.Location = New System.Drawing.Point(482, 48)
Me.btnSearch.Name = "btnSearch"
Me.btnSearch.Size = New System.Drawing.Size(83, 22)
Me.btnSearch.TabIndex = 73
Me.btnSearch.Text = "&Search"
Me.btnSearch.UseVisualStyleBackColor = True
'
'frmTweetsList
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(659, 466)
Me.Controls.Add(Me.btnSearch)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.cmbUserName)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.cmbStatus)
Me.Controls.Add(Me.btnDelete)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.btnAdd)
Me.Controls.Add(Me.lvList)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmTweetsList"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Tweets"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnDelete As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents btnAdd As System.Windows.Forms.Button
Friend WithEvents lvList As System.Windows.Forms.ListView
Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox
Friend WithEvents cmbUserName As System.Windows.Forms.ComboBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents btnSearch As System.Windows.Forms.Button
End Class