-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCadastrarMusica.Designer.cs
180 lines (174 loc) · 8.01 KB
/
CadastrarMusica.Designer.cs
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
namespace Karaoke
{
partial class CadastrarMusica
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CadastrarMusica));
this.label1 = new System.Windows.Forms.Label();
this.txtCaminho = new System.Windows.Forms.TextBox();
this.btnProcurar = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.btnAdicionar = new System.Windows.Forms.Button();
this.btnCadastrar = new System.Windows.Forms.Button();
this.lstFrases = new System.Windows.Forms.ListView();
this.btnEditar = new System.Windows.Forms.Button();
this.btnRemover = new System.Windows.Forms.Button();
this.txtNome = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 38);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(46, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Arquivo:";
//
// txtCaminho
//
this.txtCaminho.Location = new System.Drawing.Point(53, 35);
this.txtCaminho.Name = "txtCaminho";
this.txtCaminho.Size = new System.Drawing.Size(138, 20);
this.txtCaminho.TabIndex = 1;
//
// btnProcurar
//
this.btnProcurar.Location = new System.Drawing.Point(197, 33);
this.btnProcurar.Name = "btnProcurar";
this.btnProcurar.Size = new System.Drawing.Size(75, 23);
this.btnProcurar.TabIndex = 2;
this.btnProcurar.Text = "Procurar";
this.btnProcurar.UseVisualStyleBackColor = true;
this.btnProcurar.Click += new System.EventHandler(this.btnProcurar_Click);
//
// openFileDialog1
//
this.openFileDialog1.Filter = "MP3|*.mp3|Wave|*.wav|Windows Media Audio|*.wma|OGG|*.ogg";
//
// btnAdicionar
//
this.btnAdicionar.Location = new System.Drawing.Point(198, 75);
this.btnAdicionar.Name = "btnAdicionar";
this.btnAdicionar.Size = new System.Drawing.Size(75, 23);
this.btnAdicionar.TabIndex = 5;
this.btnAdicionar.Text = "Adicionar";
this.btnAdicionar.UseVisualStyleBackColor = true;
this.btnAdicionar.Click += new System.EventHandler(this.btnAdicionar_Click);
//
// btnCadastrar
//
this.btnCadastrar.Location = new System.Drawing.Point(13, 249);
this.btnCadastrar.Name = "btnCadastrar";
this.btnCadastrar.Size = new System.Drawing.Size(259, 23);
this.btnCadastrar.TabIndex = 7;
this.btnCadastrar.Text = "Salvar Música";
this.btnCadastrar.UseVisualStyleBackColor = true;
this.btnCadastrar.Click += new System.EventHandler(this.btnCadastrar_Click);
//
// lstFrases
//
this.lstFrases.Location = new System.Drawing.Point(6, 75);
this.lstFrases.Name = "lstFrases";
this.lstFrases.Size = new System.Drawing.Size(185, 168);
this.lstFrases.TabIndex = 8;
this.lstFrases.UseCompatibleStateImageBehavior = false;
this.lstFrases.View = System.Windows.Forms.View.List;
//
// btnEditar
//
this.btnEditar.Location = new System.Drawing.Point(197, 104);
this.btnEditar.Name = "btnEditar";
this.btnEditar.Size = new System.Drawing.Size(75, 23);
this.btnEditar.TabIndex = 9;
this.btnEditar.Text = "Editar";
this.btnEditar.UseVisualStyleBackColor = true;
this.btnEditar.Click += new System.EventHandler(this.btnEditar_Click);
//
// btnRemover
//
this.btnRemover.Location = new System.Drawing.Point(197, 133);
this.btnRemover.Name = "btnRemover";
this.btnRemover.Size = new System.Drawing.Size(75, 23);
this.btnRemover.TabIndex = 10;
this.btnRemover.Text = "Remover";
this.btnRemover.UseVisualStyleBackColor = true;
this.btnRemover.Click += new System.EventHandler(this.btnRemover_Click);
//
// txtNome
//
this.txtNome.Location = new System.Drawing.Point(53, 6);
this.txtNome.Name = "txtNome";
this.txtNome.Size = new System.Drawing.Size(219, 20);
this.txtNome.TabIndex = 12;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 9);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(38, 13);
this.label2.TabIndex = 11;
this.label2.Text = "Nome:";
//
// CadastrarMusica
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 285);
this.Controls.Add(this.txtNome);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnRemover);
this.Controls.Add(this.btnEditar);
this.Controls.Add(this.lstFrases);
this.Controls.Add(this.btnCadastrar);
this.Controls.Add(this.btnAdicionar);
this.Controls.Add(this.btnProcurar);
this.Controls.Add(this.txtCaminho);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "CadastrarMusica";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Cadastrar Música";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtCaminho;
private System.Windows.Forms.Button btnProcurar;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button btnAdicionar;
private System.Windows.Forms.Button btnCadastrar;
private System.Windows.Forms.ListView lstFrases;
private System.Windows.Forms.Button btnEditar;
private System.Windows.Forms.Button btnRemover;
private System.Windows.Forms.TextBox txtNome;
private System.Windows.Forms.Label label2;
}
}