-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmTwitter.Designer.vb
364 lines (359 loc) · 14.9 KB
/
frmTwitter.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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmTwitter
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()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmTwitter))
Me.cmdClose = New System.Windows.Forms.Button()
Me.cmdSend = New System.Windows.Forms.Button()
Me.lblMessage = New System.Windows.Forms.Label()
Me.txtMessage = New System.Windows.Forms.TextBox()
Me.lblCaracteres = New System.Windows.Forms.Label()
Me.lblResultado = New System.Windows.Forms.Label()
Me.cmdExcel = New System.Windows.Forms.Button()
Me.lblProcesing = New System.Windows.Forms.Label()
Me.cmbImportaOptions = New System.Windows.Forms.ComboBox()
Me.lblOptions = New System.Windows.Forms.Label()
Me.txtSeach = New System.Windows.Forms.TextBox()
Me.lblSearch = New System.Windows.Forms.Label()
Me.lblTweets = New System.Windows.Forms.Label()
Me.txtTweets = New System.Windows.Forms.TextBox()
Me.lblInReplayToID = New System.Windows.Forms.Label()
Me.txtInReplayToID = New System.Windows.Forms.TextBox()
Me.lblAPI = New System.Windows.Forms.Label()
Me.lblVersion = New System.Windows.Forms.Label()
Me.btnAdd = New System.Windows.Forms.Button()
Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
Me.ToolStripStatusLabel1 = New System.Windows.Forms.ToolStripStatusLabel()
Me.ToolStripStatusLabel2 = New System.Windows.Forms.ToolStripStatusLabel()
Me.lblUserName = New System.Windows.Forms.Label()
Me.cmbUserName = New System.Windows.Forms.ComboBox()
Me.cmdAddUser = New System.Windows.Forms.Button()
Me.cmdDeleteUser = New System.Windows.Forms.Button()
Me.StatusStrip1.SuspendLayout()
Me.SuspendLayout()
'
'cmdClose
'
Me.cmdClose.Location = New System.Drawing.Point(495, 382)
Me.cmdClose.Name = "cmdClose"
Me.cmdClose.Size = New System.Drawing.Size(75, 39)
Me.cmdClose.TabIndex = 0
Me.cmdClose.Text = "&Close"
Me.cmdClose.UseVisualStyleBackColor = True
'
'cmdSend
'
Me.cmdSend.Enabled = False
Me.cmdSend.Location = New System.Drawing.Point(495, 161)
Me.cmdSend.Name = "cmdSend"
Me.cmdSend.Size = New System.Drawing.Size(75, 39)
Me.cmdSend.TabIndex = 1
Me.cmdSend.Text = "&Send"
Me.cmdSend.UseVisualStyleBackColor = True
'
'lblMessage
'
Me.lblMessage.AutoSize = True
Me.lblMessage.Location = New System.Drawing.Point(30, 83)
Me.lblMessage.Name = "lblMessage"
Me.lblMessage.Size = New System.Drawing.Size(50, 13)
Me.lblMessage.TabIndex = 15
Me.lblMessage.Text = "Message"
'
'txtMessage
'
Me.txtMessage.Location = New System.Drawing.Point(107, 54)
Me.txtMessage.Multiline = True
Me.txtMessage.Name = "txtMessage"
Me.txtMessage.Size = New System.Drawing.Size(463, 95)
Me.txtMessage.TabIndex = 14
'
'lblCaracteres
'
Me.lblCaracteres.AutoSize = True
Me.lblCaracteres.Location = New System.Drawing.Point(337, 161)
Me.lblCaracteres.Name = "lblCaracteres"
Me.lblCaracteres.Size = New System.Drawing.Size(58, 13)
Me.lblCaracteres.TabIndex = 16
Me.lblCaracteres.Text = "140-0=140"
'
'lblResultado
'
Me.lblResultado.AutoSize = True
Me.lblResultado.Location = New System.Drawing.Point(33, 200)
Me.lblResultado.MaximumSize = New System.Drawing.Size(500, 0)
Me.lblResultado.MinimumSize = New System.Drawing.Size(5, 50)
Me.lblResultado.Name = "lblResultado"
Me.lblResultado.Size = New System.Drawing.Size(5, 50)
Me.lblResultado.TabIndex = 18
'
'cmdExcel
'
Me.cmdExcel.Enabled = False
Me.cmdExcel.Location = New System.Drawing.Point(495, 331)
Me.cmdExcel.Name = "cmdExcel"
Me.cmdExcel.Size = New System.Drawing.Size(75, 40)
Me.cmdExcel.TabIndex = 19
Me.cmdExcel.Text = "Export to Excel"
Me.cmdExcel.UseVisualStyleBackColor = True
'
'lblProcesing
'
Me.lblProcesing.AutoSize = True
Me.lblProcesing.Location = New System.Drawing.Point(103, 381)
Me.lblProcesing.MaximumSize = New System.Drawing.Size(150, 0)
Me.lblProcesing.MinimumSize = New System.Drawing.Size(150, 0)
Me.lblProcesing.Name = "lblProcesing"
Me.lblProcesing.Size = New System.Drawing.Size(150, 13)
Me.lblProcesing.TabIndex = 20
Me.lblProcesing.Text = "..."
'
'cmbImportaOptions
'
Me.cmbImportaOptions.Enabled = False
Me.cmbImportaOptions.FormattingEnabled = True
Me.cmbImportaOptions.Location = New System.Drawing.Point(107, 301)
Me.cmbImportaOptions.Name = "cmbImportaOptions"
Me.cmbImportaOptions.Size = New System.Drawing.Size(285, 21)
Me.cmbImportaOptions.TabIndex = 21
Me.cmbImportaOptions.Text = "Search"
'
'lblOptions
'
Me.lblOptions.AutoSize = True
Me.lblOptions.Location = New System.Drawing.Point(30, 301)
Me.lblOptions.Name = "lblOptions"
Me.lblOptions.Size = New System.Drawing.Size(43, 13)
Me.lblOptions.TabIndex = 23
Me.lblOptions.Text = "Options"
'
'txtSeach
'
Me.txtSeach.Enabled = False
Me.txtSeach.Location = New System.Drawing.Point(107, 328)
Me.txtSeach.Name = "txtSeach"
Me.txtSeach.Size = New System.Drawing.Size(285, 20)
Me.txtSeach.TabIndex = 22
'
'lblSearch
'
Me.lblSearch.AutoSize = True
Me.lblSearch.Location = New System.Drawing.Point(30, 331)
Me.lblSearch.Name = "lblSearch"
Me.lblSearch.Size = New System.Drawing.Size(41, 13)
Me.lblSearch.TabIndex = 24
Me.lblSearch.Text = "Search"
'
'lblTweets
'
Me.lblTweets.AutoSize = True
Me.lblTweets.Location = New System.Drawing.Point(30, 357)
Me.lblTweets.Name = "lblTweets"
Me.lblTweets.Size = New System.Drawing.Size(42, 13)
Me.lblTweets.TabIndex = 26
Me.lblTweets.Text = "Tweets"
'
'txtTweets
'
Me.txtTweets.Enabled = False
Me.txtTweets.Location = New System.Drawing.Point(107, 354)
Me.txtTweets.Name = "txtTweets"
Me.txtTweets.Size = New System.Drawing.Size(285, 20)
Me.txtTweets.TabIndex = 25
Me.txtTweets.Text = "3200"
'
'lblInReplayToID
'
Me.lblInReplayToID.AutoSize = True
Me.lblInReplayToID.Location = New System.Drawing.Point(33, 161)
Me.lblInReplayToID.Name = "lblInReplayToID"
Me.lblInReplayToID.Size = New System.Drawing.Size(68, 13)
Me.lblInReplayToID.TabIndex = 28
Me.lblInReplayToID.Text = "In Replay To"
'
'txtInReplayToID
'
Me.txtInReplayToID.Enabled = False
Me.txtInReplayToID.Location = New System.Drawing.Point(107, 158)
Me.txtInReplayToID.Name = "txtInReplayToID"
Me.txtInReplayToID.Size = New System.Drawing.Size(220, 20)
Me.txtInReplayToID.TabIndex = 27
'
'lblAPI
'
Me.lblAPI.AutoSize = True
Me.lblAPI.Location = New System.Drawing.Point(104, 408)
Me.lblAPI.MaximumSize = New System.Drawing.Size(150, 0)
Me.lblAPI.MinimumSize = New System.Drawing.Size(150, 0)
Me.lblAPI.Name = "lblAPI"
Me.lblAPI.Size = New System.Drawing.Size(150, 13)
Me.lblAPI.TabIndex = 29
Me.lblAPI.Text = "API ()"
'
'lblVersion
'
Me.lblVersion.AutoSize = True
Me.lblVersion.Location = New System.Drawing.Point(365, 381)
Me.lblVersion.MaximumSize = New System.Drawing.Size(50, 0)
Me.lblVersion.MinimumSize = New System.Drawing.Size(50, 0)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(50, 13)
Me.lblVersion.TabIndex = 30
Me.lblVersion.Text = "0.1.4"
'
'btnAdd
'
Me.btnAdd.Enabled = False
Me.btnAdd.Location = New System.Drawing.Point(495, 283)
Me.btnAdd.Name = "btnAdd"
Me.btnAdd.Size = New System.Drawing.Size(75, 39)
Me.btnAdd.TabIndex = 31
Me.btnAdd.Text = "Schedule Tweets"
Me.btnAdd.UseVisualStyleBackColor = True
'
'Timer1
'
Me.Timer1.Interval = 1000
'
'StatusStrip1
'
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabel1, Me.ToolStripStatusLabel2})
Me.StatusStrip1.Location = New System.Drawing.Point(0, 436)
Me.StatusStrip1.Name = "StatusStrip1"
Me.StatusStrip1.Size = New System.Drawing.Size(582, 22)
Me.StatusStrip1.TabIndex = 33
Me.StatusStrip1.Text = "StatusStrip1"
'
'ToolStripStatusLabel1
'
Me.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1"
Me.ToolStripStatusLabel1.Size = New System.Drawing.Size(34, 17)
Me.ToolStripStatusLabel1.Text = "00:00"
'
'ToolStripStatusLabel2
'
Me.ToolStripStatusLabel2.Name = "ToolStripStatusLabel2"
Me.ToolStripStatusLabel2.Size = New System.Drawing.Size(39, 17)
Me.ToolStripStatusLabel2.Text = "Status"
'
'lblUserName
'
Me.lblUserName.AutoSize = True
Me.lblUserName.Location = New System.Drawing.Point(37, 26)
Me.lblUserName.Name = "lblUserName"
Me.lblUserName.Size = New System.Drawing.Size(60, 13)
Me.lblUserName.TabIndex = 35
Me.lblUserName.Text = "User Name"
'
'cmbUserName
'
Me.cmbUserName.FormattingEnabled = True
Me.cmbUserName.Location = New System.Drawing.Point(107, 23)
Me.cmbUserName.Name = "cmbUserName"
Me.cmbUserName.Size = New System.Drawing.Size(285, 21)
Me.cmbUserName.TabIndex = 34
'
'cmdAddUser
'
Me.cmdAddUser.Location = New System.Drawing.Point(414, 14)
Me.cmdAddUser.Name = "cmdAddUser"
Me.cmdAddUser.Size = New System.Drawing.Size(75, 37)
Me.cmdAddUser.TabIndex = 36
Me.cmdAddUser.Text = "&Add User"
Me.cmdAddUser.UseVisualStyleBackColor = True
'
'cmdDeleteUser
'
Me.cmdDeleteUser.Location = New System.Drawing.Point(495, 14)
Me.cmdDeleteUser.Name = "cmdDeleteUser"
Me.cmdDeleteUser.Size = New System.Drawing.Size(75, 37)
Me.cmdDeleteUser.TabIndex = 37
Me.cmdDeleteUser.Text = "&Delete"
Me.cmdDeleteUser.UseVisualStyleBackColor = True
'
'frmTwitter
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(582, 458)
Me.Controls.Add(Me.cmdDeleteUser)
Me.Controls.Add(Me.cmdAddUser)
Me.Controls.Add(Me.lblUserName)
Me.Controls.Add(Me.cmbUserName)
Me.Controls.Add(Me.StatusStrip1)
Me.Controls.Add(Me.btnAdd)
Me.Controls.Add(Me.lblVersion)
Me.Controls.Add(Me.lblAPI)
Me.Controls.Add(Me.lblInReplayToID)
Me.Controls.Add(Me.txtInReplayToID)
Me.Controls.Add(Me.lblTweets)
Me.Controls.Add(Me.txtTweets)
Me.Controls.Add(Me.lblSearch)
Me.Controls.Add(Me.lblOptions)
Me.Controls.Add(Me.txtSeach)
Me.Controls.Add(Me.cmbImportaOptions)
Me.Controls.Add(Me.lblProcesing)
Me.Controls.Add(Me.cmdExcel)
Me.Controls.Add(Me.lblResultado)
Me.Controls.Add(Me.lblCaracteres)
Me.Controls.Add(Me.lblMessage)
Me.Controls.Add(Me.txtMessage)
Me.Controls.Add(Me.cmdSend)
Me.Controls.Add(Me.cmdClose)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.Name = "frmTwitter"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "ExcelTweet"
Me.StatusStrip1.ResumeLayout(False)
Me.StatusStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents cmdClose As System.Windows.Forms.Button
Friend WithEvents cmdSend As System.Windows.Forms.Button
Friend WithEvents lblMessage As System.Windows.Forms.Label
Friend WithEvents txtMessage As System.Windows.Forms.TextBox
Friend WithEvents lblCaracteres As System.Windows.Forms.Label
Friend WithEvents lblResultado As System.Windows.Forms.Label
Friend WithEvents cmdExcel As System.Windows.Forms.Button
Friend WithEvents lblProcesing As System.Windows.Forms.Label
Friend WithEvents cmbImportaOptions As System.Windows.Forms.ComboBox
Friend WithEvents lblOptions As System.Windows.Forms.Label
Friend WithEvents txtSeach As System.Windows.Forms.TextBox
Friend WithEvents lblSearch As System.Windows.Forms.Label
Friend WithEvents lblTweets As System.Windows.Forms.Label
Friend WithEvents txtTweets As System.Windows.Forms.TextBox
Friend WithEvents lblInReplayToID As System.Windows.Forms.Label
Friend WithEvents txtInReplayToID As System.Windows.Forms.TextBox
Friend WithEvents lblAPI As System.Windows.Forms.Label
Friend WithEvents lblVersion As System.Windows.Forms.Label
Friend WithEvents btnAdd As System.Windows.Forms.Button
Public WithEvents Timer1 As System.Windows.Forms.Timer
Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip
Friend WithEvents ToolStripStatusLabel1 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents ToolStripStatusLabel2 As System.Windows.Forms.ToolStripStatusLabel
Friend WithEvents lblUserName As System.Windows.Forms.Label
Friend WithEvents cmbUserName As System.Windows.Forms.ComboBox
Friend WithEvents cmdAddUser As System.Windows.Forms.Button
Friend WithEvents cmdDeleteUser As System.Windows.Forms.Button
End Class