summaryrefslogtreecommitdiffstats
path: root/win/Handbrake/frmQueue.Designer.vb
blob: 9ccbb2f2df2f657fca9a7041f33ae9ae7c241f01 (plain)
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
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmQueue
    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)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    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(frmQueue))
        Me.btn_Close = New System.Windows.Forms.Button
        Me.list_queue = New System.Windows.Forms.ListBox
        Me.btn_q_encoder = New System.Windows.Forms.Button
        Me.Label1 = New System.Windows.Forms.Label
        Me.btn_delete = New System.Windows.Forms.Button
        Me.btn_up = New System.Windows.Forms.Button
        Me.btn_down = New System.Windows.Forms.Button
        Me.SuspendLayout()
        '
        'btn_Close
        '
        Me.btn_Close.BackColor = System.Drawing.SystemColors.Control
        Me.btn_Close.FlatAppearance.BorderColor = System.Drawing.Color.Black
        Me.btn_Close.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btn_Close.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btn_Close.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
        Me.btn_Close.Location = New System.Drawing.Point(518, 377)
        Me.btn_Close.Name = "btn_Close"
        Me.btn_Close.Size = New System.Drawing.Size(124, 22)
        Me.btn_Close.TabIndex = 20
        Me.btn_Close.TabStop = False
        Me.btn_Close.Text = "Close Window"
        Me.btn_Close.UseVisualStyleBackColor = False
        '
        'list_queue
        '
        Me.list_queue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.list_queue.FormattingEnabled = True
        Me.list_queue.Location = New System.Drawing.Point(12, 40)
        Me.list_queue.Name = "list_queue"
        Me.list_queue.Size = New System.Drawing.Size(630, 327)
        Me.list_queue.TabIndex = 21
        '
        'btn_q_encoder
        '
        Me.btn_q_encoder.BackColor = System.Drawing.SystemColors.Control
        Me.btn_q_encoder.FlatAppearance.BorderColor = System.Drawing.Color.Black
        Me.btn_q_encoder.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btn_q_encoder.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btn_q_encoder.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
        Me.btn_q_encoder.Location = New System.Drawing.Point(12, 377)
        Me.btn_q_encoder.Name = "btn_q_encoder"
        Me.btn_q_encoder.Size = New System.Drawing.Size(124, 22)
        Me.btn_q_encoder.TabIndex = 22
        Me.btn_q_encoder.TabStop = False
        Me.btn_q_encoder.Text = "Encode Video(s)"
        Me.btn_q_encoder.UseVisualStyleBackColor = False
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(12, 17)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(110, 13)
        Me.Label1.TabIndex = 23
        Me.Label1.Text = "Videos on the Queue:"
        '
        'btn_delete
        '
        Me.btn_delete.BackColor = System.Drawing.SystemColors.Control
        Me.btn_delete.FlatAppearance.BorderColor = System.Drawing.Color.Black
        Me.btn_delete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btn_delete.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btn_delete.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
        Me.btn_delete.Location = New System.Drawing.Point(142, 377)
        Me.btn_delete.Name = "btn_delete"
        Me.btn_delete.Size = New System.Drawing.Size(124, 22)
        Me.btn_delete.TabIndex = 24
        Me.btn_delete.TabStop = False
        Me.btn_delete.Text = "Delete Item"
        Me.btn_delete.UseVisualStyleBackColor = False
        '
        'btn_up
        '
        Me.btn_up.BackColor = System.Drawing.SystemColors.Control
        Me.btn_up.FlatAppearance.BorderColor = System.Drawing.Color.Black
        Me.btn_up.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btn_up.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btn_up.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
        Me.btn_up.Location = New System.Drawing.Point(436, 12)
        Me.btn_up.Name = "btn_up"
        Me.btn_up.Size = New System.Drawing.Size(100, 22)
        Me.btn_up.TabIndex = 25
        Me.btn_up.TabStop = False
        Me.btn_up.Text = "Move Up"
        Me.btn_up.UseVisualStyleBackColor = False
        '
        'btn_down
        '
        Me.btn_down.BackColor = System.Drawing.SystemColors.Control
        Me.btn_down.FlatAppearance.BorderColor = System.Drawing.Color.Black
        Me.btn_down.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btn_down.Font = New System.Drawing.Font("Verdana", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btn_down.ForeColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer))
        Me.btn_down.Location = New System.Drawing.Point(542, 12)
        Me.btn_down.Name = "btn_down"
        Me.btn_down.Size = New System.Drawing.Size(100, 22)
        Me.btn_down.TabIndex = 26
        Me.btn_down.TabStop = False
        Me.btn_down.Text = "Move Down"
        Me.btn_down.UseVisualStyleBackColor = False
        '
        'frmQueue
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(651, 411)
        Me.ControlBox = False
        Me.Controls.Add(Me.btn_down)
        Me.Controls.Add(Me.btn_up)
        Me.Controls.Add(Me.btn_delete)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.btn_q_encoder)
        Me.Controls.Add(Me.list_queue)
        Me.Controls.Add(Me.btn_Close)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.MaximizeBox = False
        Me.MaximumSize = New System.Drawing.Size(659, 438)
        Me.MinimumSize = New System.Drawing.Size(659, 438)
        Me.Name = "frmQueue"
        Me.ShowInTaskbar = False
        Me.Text = " Queue"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents btn_Close As System.Windows.Forms.Button
    Friend WithEvents list_queue As System.Windows.Forms.ListBox
    Friend WithEvents btn_q_encoder As System.Windows.Forms.Button
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents btn_delete As System.Windows.Forms.Button
    Friend WithEvents btn_up As System.Windows.Forms.Button
    Friend WithEvents btn_down As System.Windows.Forms.Button
End Class