-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmTweets.Designer.vb
211 lines (207 loc) · 8.27 KB
/
frmTweets.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmTweets
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(frmTweets))
Me.btnSave = New System.Windows.Forms.Button()
Me.btnClose = New System.Windows.Forms.Button()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Label12 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.txtTweet = New System.Windows.Forms.TextBox()
Me.Label1 = New System.Windows.Forms.Label()
Me.txtID = New System.Windows.Forms.TextBox()
Me.Label11 = New System.Windows.Forms.Label()
Me.DTP_time = New System.Windows.Forms.DateTimePicker()
Me.cmbStatus = New System.Windows.Forms.ComboBox()
Me.cmbUserName = New System.Windows.Forms.ComboBox()
Me.Panel1.SuspendLayout()
Me.SuspendLayout()
'
'btnSave
'
Me.btnSave.Location = New System.Drawing.Point(200, 210)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(71, 24)
Me.btnSave.TabIndex = 49
Me.btnSave.Text = "&Save"
Me.btnSave.UseVisualStyleBackColor = True
'
'btnClose
'
Me.btnClose.Location = New System.Drawing.Point(284, 210)
Me.btnClose.Name = "btnClose"
Me.btnClose.Size = New System.Drawing.Size(75, 23)
Me.btnClose.TabIndex = 48
Me.btnClose.Text = "&Close"
Me.btnClose.UseVisualStyleBackColor = True
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.SystemColors.ControlDark
Me.Panel1.Controls.Add(Me.Label12)
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(396, 41)
Me.Panel1.TabIndex = 47
'
'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(62, 26)
Me.Label12.TabIndex = 0
Me.Label12.Text = "Tweet"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(34, 172)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(37, 13)
Me.Label5.TabIndex = 34
Me.Label5.Text = "Status"
Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(11, 146)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(60, 13)
Me.Label4.TabIndex = 32
Me.Label4.Text = "User Name"
Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(29, 92)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(37, 13)
Me.Label2.TabIndex = 28
Me.Label2.Text = "Tweet"
Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txtTweet
'
Me.txtTweet.Location = New System.Drawing.Point(77, 89)
Me.txtTweet.Name = "txtTweet"
Me.txtTweet.Size = New System.Drawing.Size(282, 20)
Me.txtTweet.TabIndex = 27
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(53, 63)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(18, 13)
Me.Label1.TabIndex = 26
Me.Label1.Text = "ID"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'txtID
'
Me.txtID.Enabled = False
Me.txtID.Location = New System.Drawing.Point(76, 63)
Me.txtID.Name = "txtID"
Me.txtID.Size = New System.Drawing.Size(283, 20)
Me.txtID.TabIndex = 25
'
'Label11
'
Me.Label11.Location = New System.Drawing.Point(22, 118)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(49, 23)
Me.Label11.TabIndex = 67
Me.Label11.Text = "Time"
Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
'
'DTP_time
'
Me.DTP_time.CustomFormat = "dd/MM/yyyy HH:mm:ss"
Me.DTP_time.Format = System.Windows.Forms.DateTimePickerFormat.Custom
Me.DTP_time.Location = New System.Drawing.Point(77, 118)
Me.DTP_time.Name = "DTP_time"
Me.DTP_time.Size = New System.Drawing.Size(282, 20)
Me.DTP_time.TabIndex = 65
'
'cmbStatus
'
Me.cmbStatus.FormattingEnabled = True
Me.cmbStatus.Location = New System.Drawing.Point(77, 172)
Me.cmbStatus.Name = "cmbStatus"
Me.cmbStatus.Size = New System.Drawing.Size(282, 21)
Me.cmbStatus.TabIndex = 68
'
'cmbUserName
'
Me.cmbUserName.FormattingEnabled = True
Me.cmbUserName.Location = New System.Drawing.Point(77, 146)
Me.cmbUserName.Name = "cmbUserName"
Me.cmbUserName.Size = New System.Drawing.Size(282, 21)
Me.cmbUserName.TabIndex = 69
'
'frmTweets
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(396, 256)
Me.Controls.Add(Me.cmbUserName)
Me.Controls.Add(Me.cmbStatus)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.DTP_time)
Me.Controls.Add(Me.btnSave)
Me.Controls.Add(Me.btnClose)
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.txtTweet)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.txtID)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmTweets"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Tweet"
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents btnClose As System.Windows.Forms.Button
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtTweet As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtID As System.Windows.Forms.TextBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents DTP_time As System.Windows.Forms.DateTimePicker
Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox
Friend WithEvents cmbUserName As System.Windows.Forms.ComboBox
End Class