Usuário com melhor resposta
copiar designer da form

Pergunta
-
Respostas
-
Assim:
Clique com o botão direito e vai até o menu "Open Folder in File Explorer"
ai lá vai ter assim
Tem esse Form1.Designer abra ele com notepad++ ou qualquer de sua preferencia e copie o conteúdo e pode colocar no outro Form observador que o nome da classe deve ser o mesmo que ta no arquivo original
- Sugerido como Resposta Fulvio Cezar Canducci Dias domingo, 29 de dezembro de 2013 23:29
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:42
-
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:42
-
nao tem a opçao "Open Folder in File Explorer"
Olha só não sabia versão do visual studio... esse não tem mesmo!
mas, nessa imagem lá na caixa de propriedades tem Project Folder !!! é só pegar aonde ta o projeto
Ali tem o caminho aonde ta gravado seu projeto e na pasta é igual a imagem anterior que te passei !!!
- Sugerido como Resposta Fulvio Cezar Canducci Dias domingo, 29 de dezembro de 2013 23:56
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:42
-
baixei, instalei e abrir com o notepad++.
e apareceu isso:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 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(Form1)) Me.Button2 = New System.Windows.Forms.Button Me.Button1 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.PictureBox2 = New System.Windows.Forms.PictureBox Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.Button4 = New System.Windows.Forms.Button Me.Button6 = New System.Windows.Forms.Button Me.Button7 = New System.Windows.Forms.Button Me.Button9 = New System.Windows.Forms.Button Me.Button10 = New System.Windows.Forms.Button Me.Button11 = New System.Windows.Forms.Button Me.Button12 = New System.Windows.Forms.Button Me.Button8 = New System.Windows.Forms.Button Me.Button5 = New System.Windows.Forms.Button Me.Button13 = New System.Windows.Forms.Button Me.Button14 = New System.Windows.Forms.Button Me.Button15 = New System.Windows.Forms.Button Me.Button16 = New System.Windows.Forms.Button Me.Button18 = New System.Windows.Forms.Button Me.Button17 = New System.Windows.Forms.Button Me.Button19 = New System.Windows.Forms.Button Me.PictureBox3 = New System.Windows.Forms.PictureBox CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button2.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button2.FlatAppearance.BorderSize = 0 Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(12, 192) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(230, 40) Me.Button2.TabIndex = 1 Me.Button2.Text = "ANTI-VIRUS" Me.Button2.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button1.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button1.FlatAppearance.BorderSize = 0 Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(12, 100) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(230, 40) Me.Button1.TabIndex = 5 Me.Button1.Text = "ANTI-ALWARE" Me.Button1.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button3.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button3.FlatAppearance.BorderSize = 0 Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(12, 146) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(230, 40) Me.Button3.TabIndex = 6 Me.Button3.Text = "ANTIVADORES" Me.Button3.UseVisualStyleBackColor = False ' 'PictureBox2 ' Me.PictureBox2.ErrorImage = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.Image = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.InitialImage = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.Location = New System.Drawing.Point(117, 8) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(493, 31) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 4 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image) Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.InitialImage = CType(resources.GetObject("PictureBox1.InitialImage"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(756, 6) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(33, 33) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 3 Me.PictureBox1.TabStop = False ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button4.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button4.FlatAppearance.BorderSize = 0 Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.Location = New System.Drawing.Point(11, 238) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(230, 40) Me.Button4.TabIndex = 7 Me.Button4.Text = "BACKUP" Me.Button4.UseVisualStyleBackColor = False ' 'Button6 ' Me.Button6.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button6.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button6.FlatAppearance.BorderSize = 0 Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.Location = New System.Drawing.Point(248, 192) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(230, 40) Me.Button6.TabIndex = 9 Me.Button6.Text = "EDITORES DE IMAGENS" Me.Button6.UseVisualStyleBackColor = False ' 'Button7 ' Me.Button7.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button7.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button7.FlatAppearance.BorderSize = 0 Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button7.Location = New System.Drawing.Point(248, 238) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(230, 40) Me.Button7.TabIndex = 10 Me.Button7.Text = "FIREWALL" Me.Button7.UseVisualStyleBackColor = False ' 'Button9 ' Me.Button9.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button9.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button9.FlatAppearance.BorderSize = 0 Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button9.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button9.Location = New System.Drawing.Point(248, 100) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(230, 40) Me.Button9.TabIndex = 12 Me.Button9.Text = "CONVERSORES" Me.Button9.UseVisualStyleBackColor = False ' 'Button10 ' Me.Button10.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button10.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button10.FlatAppearance.BorderSize = 0 Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button10.Location = New System.Drawing.Point(12, 376) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(230, 40) Me.Button10.TabIndex = 13 Me.Button10.Text = "COMUNICAÇÃO" Me.Button10.UseVisualStyleBackColor = False ' 'Button11 ' Me.Button11.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button11.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button11.FlatAppearance.BorderSize = 0 Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button11.Location = New System.Drawing.Point(12, 330) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(230, 40) Me.Button11.TabIndex = 14 Me.Button11.Text = "COMPARTILHADORES" Me.Button11.UseVisualStyleBackColor = False ' 'Button12 ' Me.Button12.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button12.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button12.FlatAppearance.BorderSize = 0 Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button12.Location = New System.Drawing.Point(12, 284) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(230, 40) Me.Button12.TabIndex = 15 Me.Button12.Text = "COMPACTADORES" Me.Button12.UseVisualStyleBackColor = False ' 'Button8 ' Me.Button8.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button8.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button8.FlatAppearance.BorderSize = 0 Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button8.Location = New System.Drawing.Point(248, 146) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(230, 40) Me.Button8.TabIndex = 16 Me.Button8.Text = "DISCO / EMULADOR" Me.Button8.UseVisualStyleBackColor = False ' 'Button5 ' Me.Button5.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button5.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button5.FlatAppearance.BorderSize = 0 Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button5.Location = New System.Drawing.Point(248, 284) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(230, 40) Me.Button5.TabIndex = 17 Me.Button5.Text = "GERENCIADORES" Me.Button5.UseVisualStyleBackColor = False ' 'Button13 ' Me.Button13.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button13.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button13.FlatAppearance.BorderSize = 0 Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button13.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button13.Location = New System.Drawing.Point(248, 330) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(230, 40) Me.Button13.TabIndex = 18 Me.Button13.Text = "HARDWARE" Me.Button13.UseVisualStyleBackColor = False ' 'Button14 ' Me.Button14.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button14.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button14.FlatAppearance.BorderSize = 0 Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button14.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button14.Location = New System.Drawing.Point(484, 100) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(230, 40) Me.Button14.TabIndex = 19 Me.Button14.Text = "NAVEGADORES" Me.Button14.UseVisualStyleBackColor = False ' 'Button15 ' Me.Button15.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button15.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button15.FlatAppearance.BorderSize = 0 Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button15.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button15.Location = New System.Drawing.Point(248, 376) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(230, 40) Me.Button15.TabIndex = 20 Me.Button15.Text = "LIMPADORES" Me.Button15.UseVisualStyleBackColor = False ' 'Button16 ' Me.Button16.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button16.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button16.FlatAppearance.BorderSize = 0 Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button16.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button16.Location = New System.Drawing.Point(484, 146) Me.Button16.Name = "Button16" Me.Button16.Size = New System.Drawing.Size(230, 40) Me.Button16.TabIndex = 21 Me.Button16.Text = "OFFICE" Me.Button16.UseVisualStyleBackColor = False ' 'Button18 ' Me.Button18.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button18.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button18.FlatAppearance.BorderSize = 0 Me.Button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button18.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button18.Location = New System.Drawing.Point(484, 238) Me.Button18.Name = "Button18" Me.Button18.Size = New System.Drawing.Size(230, 40) Me.Button18.TabIndex = 23 Me.Button18.Text = "SUITE PDF" Me.Button18.UseVisualStyleBackColor = False ' 'Button17 ' Me.Button17.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button17.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button17.FlatAppearance.BorderSize = 0 Me.Button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button17.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button17.Location = New System.Drawing.Point(484, 192) Me.Button17.Name = "Button17" Me.Button17.Size = New System.Drawing.Size(230, 40) Me.Button17.TabIndex = 24 Me.Button17.Text = "PLUGINS" Me.Button17.UseVisualStyleBackColor = False ' 'Button19 ' Me.Button19.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button19.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button19.FlatAppearance.BorderSize = 0 Me.Button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button19.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button19.Location = New System.Drawing.Point(484, 284) Me.Button19.Name = "Button19" Me.Button19.Size = New System.Drawing.Size(230, 40) Me.Button19.TabIndex = 25 Me.Button19.Text = "VÍDEO" Me.Button19.UseVisualStyleBackColor = False ' 'PictureBox3 ' Me.PictureBox3.ErrorImage = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.Image = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.InitialImage = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.Location = New System.Drawing.Point(723, 6) Me.PictureBox3.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(33, 33) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox3.TabIndex = 26 Me.PictureBox3.TabStop = False ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.DarkBlue Me.ClientSize = New System.Drawing.Size(798, 498) Me.ControlBox = False Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.Button19) Me.Controls.Add(Me.Button17) Me.Controls.Add(Me.Button18) Me.Controls.Add(Me.Button16) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.Button13) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Button2) Me.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button Friend WithEvents Button11 As System.Windows.Forms.Button Friend WithEvents Button12 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button13 As System.Windows.Forms.Button Friend WithEvents Button14 As System.Windows.Forms.Button Friend WithEvents Button15 As System.Windows.Forms.Button Friend WithEvents Button16 As System.Windows.Forms.Button Friend WithEvents Button18 As System.Windows.Forms.Button Friend WithEvents Button17 As System.Windows.Forms.Button Friend WithEvents Button19 As System.Windows.Forms.Button Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox End Class
Essa é a codificação do designer para copiar !!!
Eu entendi isso que você queria !!!
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:41
-
o que eu faço com isso? copio e substituo no lugar do que tem em Form2?
Se cria seu Form2 normalmente e feche o projeto!
Vai no diretório abra o Form2.Designer.cs e cole na sua totalidade! mas, não esqueça de mudar
Partial Class Form1
Que ta no inicio e coloque Form2 no lugar de Form1, OK!
Outra coisa tem a parte de código tome cuidado em fazer isso pode lhe confundir todo, é uma boa quando a gente tem o controle do negócio então preste atenção !!!
- Sugerido como Resposta Fulvio Cezar Canducci Dias segunda-feira, 30 de dezembro de 2013 00:19
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:41
-
- Sugerido como Resposta Fulvio Cezar Canducci Dias segunda-feira, 30 de dezembro de 2013 11:56
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:41
Todas as Respostas
-
Assim:
Clique com o botão direito e vai até o menu "Open Folder in File Explorer"
ai lá vai ter assim
Tem esse Form1.Designer abra ele com notepad++ ou qualquer de sua preferencia e copie o conteúdo e pode colocar no outro Form observador que o nome da classe deve ser o mesmo que ta no arquivo original
- Sugerido como Resposta Fulvio Cezar Canducci Dias domingo, 29 de dezembro de 2013 23:29
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:42
-
-
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:42
-
-
-
-
nao tem a opçao "Open Folder in File Explorer"
Olha só não sabia versão do visual studio... esse não tem mesmo!
mas, nessa imagem lá na caixa de propriedades tem Project Folder !!! é só pegar aonde ta o projeto
Ali tem o caminho aonde ta gravado seu projeto e na pasta é igual a imagem anterior que te passei !!!
- Sugerido como Resposta Fulvio Cezar Canducci Dias domingo, 29 de dezembro de 2013 23:56
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:42
-
baixei, instalei e abrir com o notepad++.
e apareceu isso:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 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(Form1)) Me.Button2 = New System.Windows.Forms.Button Me.Button1 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.PictureBox2 = New System.Windows.Forms.PictureBox Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.Button4 = New System.Windows.Forms.Button Me.Button6 = New System.Windows.Forms.Button Me.Button7 = New System.Windows.Forms.Button Me.Button9 = New System.Windows.Forms.Button Me.Button10 = New System.Windows.Forms.Button Me.Button11 = New System.Windows.Forms.Button Me.Button12 = New System.Windows.Forms.Button Me.Button8 = New System.Windows.Forms.Button Me.Button5 = New System.Windows.Forms.Button Me.Button13 = New System.Windows.Forms.Button Me.Button14 = New System.Windows.Forms.Button Me.Button15 = New System.Windows.Forms.Button Me.Button16 = New System.Windows.Forms.Button Me.Button18 = New System.Windows.Forms.Button Me.Button17 = New System.Windows.Forms.Button Me.Button19 = New System.Windows.Forms.Button Me.PictureBox3 = New System.Windows.Forms.PictureBox CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button2.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button2.FlatAppearance.BorderSize = 0 Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(12, 192) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(230, 40) Me.Button2.TabIndex = 1 Me.Button2.Text = "ANTI-VIRUS" Me.Button2.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button1.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button1.FlatAppearance.BorderSize = 0 Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(12, 100) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(230, 40) Me.Button1.TabIndex = 5 Me.Button1.Text = "ANTI-ALWARE" Me.Button1.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button3.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button3.FlatAppearance.BorderSize = 0 Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(12, 146) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(230, 40) Me.Button3.TabIndex = 6 Me.Button3.Text = "ANTIVADORES" Me.Button3.UseVisualStyleBackColor = False ' 'PictureBox2 ' Me.PictureBox2.ErrorImage = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.Image = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.InitialImage = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.Location = New System.Drawing.Point(117, 8) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(493, 31) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 4 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image) Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.InitialImage = CType(resources.GetObject("PictureBox1.InitialImage"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(756, 6) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(33, 33) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 3 Me.PictureBox1.TabStop = False ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button4.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button4.FlatAppearance.BorderSize = 0 Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.Location = New System.Drawing.Point(11, 238) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(230, 40) Me.Button4.TabIndex = 7 Me.Button4.Text = "BACKUP" Me.Button4.UseVisualStyleBackColor = False ' 'Button6 ' Me.Button6.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button6.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button6.FlatAppearance.BorderSize = 0 Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.Location = New System.Drawing.Point(248, 192) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(230, 40) Me.Button6.TabIndex = 9 Me.Button6.Text = "EDITORES DE IMAGENS" Me.Button6.UseVisualStyleBackColor = False ' 'Button7 ' Me.Button7.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button7.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button7.FlatAppearance.BorderSize = 0 Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button7.Location = New System.Drawing.Point(248, 238) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(230, 40) Me.Button7.TabIndex = 10 Me.Button7.Text = "FIREWALL" Me.Button7.UseVisualStyleBackColor = False ' 'Button9 ' Me.Button9.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button9.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button9.FlatAppearance.BorderSize = 0 Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button9.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button9.Location = New System.Drawing.Point(248, 100) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(230, 40) Me.Button9.TabIndex = 12 Me.Button9.Text = "CONVERSORES" Me.Button9.UseVisualStyleBackColor = False ' 'Button10 ' Me.Button10.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button10.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button10.FlatAppearance.BorderSize = 0 Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button10.Location = New System.Drawing.Point(12, 376) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(230, 40) Me.Button10.TabIndex = 13 Me.Button10.Text = "COMUNICAÇÃO" Me.Button10.UseVisualStyleBackColor = False ' 'Button11 ' Me.Button11.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button11.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button11.FlatAppearance.BorderSize = 0 Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button11.Location = New System.Drawing.Point(12, 330) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(230, 40) Me.Button11.TabIndex = 14 Me.Button11.Text = "COMPARTILHADORES" Me.Button11.UseVisualStyleBackColor = False ' 'Button12 ' Me.Button12.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button12.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button12.FlatAppearance.BorderSize = 0 Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button12.Location = New System.Drawing.Point(12, 284) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(230, 40) Me.Button12.TabIndex = 15 Me.Button12.Text = "COMPACTADORES" Me.Button12.UseVisualStyleBackColor = False ' 'Button8 ' Me.Button8.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button8.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button8.FlatAppearance.BorderSize = 0 Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button8.Location = New System.Drawing.Point(248, 146) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(230, 40) Me.Button8.TabIndex = 16 Me.Button8.Text = "DISCO / EMULADOR" Me.Button8.UseVisualStyleBackColor = False ' 'Button5 ' Me.Button5.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button5.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button5.FlatAppearance.BorderSize = 0 Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button5.Location = New System.Drawing.Point(248, 284) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(230, 40) Me.Button5.TabIndex = 17 Me.Button5.Text = "GERENCIADORES" Me.Button5.UseVisualStyleBackColor = False ' 'Button13 ' Me.Button13.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button13.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button13.FlatAppearance.BorderSize = 0 Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button13.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button13.Location = New System.Drawing.Point(248, 330) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(230, 40) Me.Button13.TabIndex = 18 Me.Button13.Text = "HARDWARE" Me.Button13.UseVisualStyleBackColor = False ' 'Button14 ' Me.Button14.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button14.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button14.FlatAppearance.BorderSize = 0 Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button14.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button14.Location = New System.Drawing.Point(484, 100) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(230, 40) Me.Button14.TabIndex = 19 Me.Button14.Text = "NAVEGADORES" Me.Button14.UseVisualStyleBackColor = False ' 'Button15 ' Me.Button15.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button15.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button15.FlatAppearance.BorderSize = 0 Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button15.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button15.Location = New System.Drawing.Point(248, 376) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(230, 40) Me.Button15.TabIndex = 20 Me.Button15.Text = "LIMPADORES" Me.Button15.UseVisualStyleBackColor = False ' 'Button16 ' Me.Button16.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button16.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button16.FlatAppearance.BorderSize = 0 Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button16.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button16.Location = New System.Drawing.Point(484, 146) Me.Button16.Name = "Button16" Me.Button16.Size = New System.Drawing.Size(230, 40) Me.Button16.TabIndex = 21 Me.Button16.Text = "OFFICE" Me.Button16.UseVisualStyleBackColor = False ' 'Button18 ' Me.Button18.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button18.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button18.FlatAppearance.BorderSize = 0 Me.Button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button18.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button18.Location = New System.Drawing.Point(484, 238) Me.Button18.Name = "Button18" Me.Button18.Size = New System.Drawing.Size(230, 40) Me.Button18.TabIndex = 23 Me.Button18.Text = "SUITE PDF" Me.Button18.UseVisualStyleBackColor = False ' 'Button17 ' Me.Button17.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button17.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button17.FlatAppearance.BorderSize = 0 Me.Button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button17.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button17.Location = New System.Drawing.Point(484, 192) Me.Button17.Name = "Button17" Me.Button17.Size = New System.Drawing.Size(230, 40) Me.Button17.TabIndex = 24 Me.Button17.Text = "PLUGINS" Me.Button17.UseVisualStyleBackColor = False ' 'Button19 ' Me.Button19.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button19.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button19.FlatAppearance.BorderSize = 0 Me.Button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button19.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button19.Location = New System.Drawing.Point(484, 284) Me.Button19.Name = "Button19" Me.Button19.Size = New System.Drawing.Size(230, 40) Me.Button19.TabIndex = 25 Me.Button19.Text = "VÍDEO" Me.Button19.UseVisualStyleBackColor = False ' 'PictureBox3 ' Me.PictureBox3.ErrorImage = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.Image = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.InitialImage = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.Location = New System.Drawing.Point(723, 6) Me.PictureBox3.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(33, 33) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox3.TabIndex = 26 Me.PictureBox3.TabStop = False ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.DarkBlue Me.ClientSize = New System.Drawing.Size(798, 498) Me.ControlBox = False Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.Button19) Me.Controls.Add(Me.Button17) Me.Controls.Add(Me.Button18) Me.Controls.Add(Me.Button16) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.Button13) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Button2) Me.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button Friend WithEvents Button11 As System.Windows.Forms.Button Friend WithEvents Button12 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button13 As System.Windows.Forms.Button Friend WithEvents Button14 As System.Windows.Forms.Button Friend WithEvents Button15 As System.Windows.Forms.Button Friend WithEvents Button16 As System.Windows.Forms.Button Friend WithEvents Button18 As System.Windows.Forms.Button Friend WithEvents Button17 As System.Windows.Forms.Button Friend WithEvents Button19 As System.Windows.Forms.Button Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox End Class
-
baixei, instalei e abrir com o notepad++.
e apareceu isso:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form1 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(Form1)) Me.Button2 = New System.Windows.Forms.Button Me.Button1 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.PictureBox2 = New System.Windows.Forms.PictureBox Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.Button4 = New System.Windows.Forms.Button Me.Button6 = New System.Windows.Forms.Button Me.Button7 = New System.Windows.Forms.Button Me.Button9 = New System.Windows.Forms.Button Me.Button10 = New System.Windows.Forms.Button Me.Button11 = New System.Windows.Forms.Button Me.Button12 = New System.Windows.Forms.Button Me.Button8 = New System.Windows.Forms.Button Me.Button5 = New System.Windows.Forms.Button Me.Button13 = New System.Windows.Forms.Button Me.Button14 = New System.Windows.Forms.Button Me.Button15 = New System.Windows.Forms.Button Me.Button16 = New System.Windows.Forms.Button Me.Button18 = New System.Windows.Forms.Button Me.Button17 = New System.Windows.Forms.Button Me.Button19 = New System.Windows.Forms.Button Me.PictureBox3 = New System.Windows.Forms.PictureBox CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button2.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button2.FlatAppearance.BorderSize = 0 Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(12, 192) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(230, 40) Me.Button2.TabIndex = 1 Me.Button2.Text = "ANTI-VIRUS" Me.Button2.UseVisualStyleBackColor = False ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button1.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button1.FlatAppearance.BorderSize = 0 Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Location = New System.Drawing.Point(12, 100) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(230, 40) Me.Button1.TabIndex = 5 Me.Button1.Text = "ANTI-ALWARE" Me.Button1.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button3.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button3.FlatAppearance.BorderSize = 0 Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(12, 146) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(230, 40) Me.Button3.TabIndex = 6 Me.Button3.Text = "ANTIVADORES" Me.Button3.UseVisualStyleBackColor = False ' 'PictureBox2 ' Me.PictureBox2.ErrorImage = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.Image = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.InitialImage = Global.Programas_e_Drivers.My.Resources.Resources.Programas_e_Drivers Me.PictureBox2.Location = New System.Drawing.Point(117, 8) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(493, 31) Me.PictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox2.TabIndex = 4 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.ErrorImage = CType(resources.GetObject("PictureBox1.ErrorImage"), System.Drawing.Image) Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image) Me.PictureBox1.InitialImage = CType(resources.GetObject("PictureBox1.InitialImage"), System.Drawing.Image) Me.PictureBox1.Location = New System.Drawing.Point(756, 6) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(33, 33) Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox1.TabIndex = 3 Me.PictureBox1.TabStop = False ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button4.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button4.FlatAppearance.BorderSize = 0 Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.Location = New System.Drawing.Point(11, 238) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(230, 40) Me.Button4.TabIndex = 7 Me.Button4.Text = "BACKUP" Me.Button4.UseVisualStyleBackColor = False ' 'Button6 ' Me.Button6.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button6.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button6.FlatAppearance.BorderSize = 0 Me.Button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.Location = New System.Drawing.Point(248, 192) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(230, 40) Me.Button6.TabIndex = 9 Me.Button6.Text = "EDITORES DE IMAGENS" Me.Button6.UseVisualStyleBackColor = False ' 'Button7 ' Me.Button7.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button7.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button7.FlatAppearance.BorderSize = 0 Me.Button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button7.Location = New System.Drawing.Point(248, 238) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(230, 40) Me.Button7.TabIndex = 10 Me.Button7.Text = "FIREWALL" Me.Button7.UseVisualStyleBackColor = False ' 'Button9 ' Me.Button9.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button9.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button9.FlatAppearance.BorderSize = 0 Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button9.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button9.Location = New System.Drawing.Point(248, 100) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(230, 40) Me.Button9.TabIndex = 12 Me.Button9.Text = "CONVERSORES" Me.Button9.UseVisualStyleBackColor = False ' 'Button10 ' Me.Button10.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button10.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button10.FlatAppearance.BorderSize = 0 Me.Button10.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button10.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button10.Location = New System.Drawing.Point(12, 376) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(230, 40) Me.Button10.TabIndex = 13 Me.Button10.Text = "COMUNICAÇÃO" Me.Button10.UseVisualStyleBackColor = False ' 'Button11 ' Me.Button11.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button11.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button11.FlatAppearance.BorderSize = 0 Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button11.Location = New System.Drawing.Point(12, 330) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(230, 40) Me.Button11.TabIndex = 14 Me.Button11.Text = "COMPARTILHADORES" Me.Button11.UseVisualStyleBackColor = False ' 'Button12 ' Me.Button12.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button12.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button12.FlatAppearance.BorderSize = 0 Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button12.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button12.Location = New System.Drawing.Point(12, 284) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(230, 40) Me.Button12.TabIndex = 15 Me.Button12.Text = "COMPACTADORES" Me.Button12.UseVisualStyleBackColor = False ' 'Button8 ' Me.Button8.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button8.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button8.FlatAppearance.BorderSize = 0 Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button8.Location = New System.Drawing.Point(248, 146) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(230, 40) Me.Button8.TabIndex = 16 Me.Button8.Text = "DISCO / EMULADOR" Me.Button8.UseVisualStyleBackColor = False ' 'Button5 ' Me.Button5.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button5.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button5.FlatAppearance.BorderSize = 0 Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button5.Location = New System.Drawing.Point(248, 284) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(230, 40) Me.Button5.TabIndex = 17 Me.Button5.Text = "GERENCIADORES" Me.Button5.UseVisualStyleBackColor = False ' 'Button13 ' Me.Button13.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button13.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button13.FlatAppearance.BorderSize = 0 Me.Button13.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button13.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button13.Location = New System.Drawing.Point(248, 330) Me.Button13.Name = "Button13" Me.Button13.Size = New System.Drawing.Size(230, 40) Me.Button13.TabIndex = 18 Me.Button13.Text = "HARDWARE" Me.Button13.UseVisualStyleBackColor = False ' 'Button14 ' Me.Button14.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button14.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button14.FlatAppearance.BorderSize = 0 Me.Button14.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button14.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button14.Location = New System.Drawing.Point(484, 100) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(230, 40) Me.Button14.TabIndex = 19 Me.Button14.Text = "NAVEGADORES" Me.Button14.UseVisualStyleBackColor = False ' 'Button15 ' Me.Button15.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button15.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button15.FlatAppearance.BorderSize = 0 Me.Button15.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button15.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button15.Location = New System.Drawing.Point(248, 376) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(230, 40) Me.Button15.TabIndex = 20 Me.Button15.Text = "LIMPADORES" Me.Button15.UseVisualStyleBackColor = False ' 'Button16 ' Me.Button16.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button16.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button16.FlatAppearance.BorderSize = 0 Me.Button16.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button16.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button16.Location = New System.Drawing.Point(484, 146) Me.Button16.Name = "Button16" Me.Button16.Size = New System.Drawing.Size(230, 40) Me.Button16.TabIndex = 21 Me.Button16.Text = "OFFICE" Me.Button16.UseVisualStyleBackColor = False ' 'Button18 ' Me.Button18.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button18.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button18.FlatAppearance.BorderSize = 0 Me.Button18.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button18.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button18.Location = New System.Drawing.Point(484, 238) Me.Button18.Name = "Button18" Me.Button18.Size = New System.Drawing.Size(230, 40) Me.Button18.TabIndex = 23 Me.Button18.Text = "SUITE PDF" Me.Button18.UseVisualStyleBackColor = False ' 'Button17 ' Me.Button17.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button17.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button17.FlatAppearance.BorderSize = 0 Me.Button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button17.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button17.Location = New System.Drawing.Point(484, 192) Me.Button17.Name = "Button17" Me.Button17.Size = New System.Drawing.Size(230, 40) Me.Button17.TabIndex = 24 Me.Button17.Text = "PLUGINS" Me.Button17.UseVisualStyleBackColor = False ' 'Button19 ' Me.Button19.BackColor = System.Drawing.Color.FromArgb(CType(CType(23, Byte), Integer), CType(CType(119, Byte), Integer), CType(CType(177, Byte), Integer)) Me.Button19.FlatAppearance.BorderColor = System.Drawing.Color.White Me.Button19.FlatAppearance.BorderSize = 0 Me.Button19.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button19.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button19.Location = New System.Drawing.Point(484, 284) Me.Button19.Name = "Button19" Me.Button19.Size = New System.Drawing.Size(230, 40) Me.Button19.TabIndex = 25 Me.Button19.Text = "VÍDEO" Me.Button19.UseVisualStyleBackColor = False ' 'PictureBox3 ' Me.PictureBox3.ErrorImage = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.Image = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.InitialImage = Global.Programas_e_Drivers.My.Resources.Resources.BOTAO_MINIMIZAR Me.PictureBox3.Location = New System.Drawing.Point(723, 6) Me.PictureBox3.Margin = New System.Windows.Forms.Padding(0) Me.PictureBox3.Name = "PictureBox3" Me.PictureBox3.Size = New System.Drawing.Size(33, 33) Me.PictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage Me.PictureBox3.TabIndex = 26 Me.PictureBox3.TabStop = False ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.DarkBlue Me.ClientSize = New System.Drawing.Size(798, 498) Me.ControlBox = False Me.Controls.Add(Me.PictureBox3) Me.Controls.Add(Me.Button19) Me.Controls.Add(Me.Button17) Me.Controls.Add(Me.Button18) Me.Controls.Add(Me.Button16) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.Button13) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Button2) Me.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow Me.Name = "Form1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox3, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button Friend WithEvents Button11 As System.Windows.Forms.Button Friend WithEvents Button12 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button13 As System.Windows.Forms.Button Friend WithEvents Button14 As System.Windows.Forms.Button Friend WithEvents Button15 As System.Windows.Forms.Button Friend WithEvents Button16 As System.Windows.Forms.Button Friend WithEvents Button18 As System.Windows.Forms.Button Friend WithEvents Button17 As System.Windows.Forms.Button Friend WithEvents Button19 As System.Windows.Forms.Button Friend WithEvents PictureBox3 As System.Windows.Forms.PictureBox End Class
Essa é a codificação do designer para copiar !!!
Eu entendi isso que você queria !!!
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:41
-
-
o que eu faço com isso? copio e substituo no lugar do que tem em Form2?
Se cria seu Form2 normalmente e feche o projeto!
Vai no diretório abra o Form2.Designer.cs e cole na sua totalidade! mas, não esqueça de mudar
Partial Class Form1
Que ta no inicio e coloque Form2 no lugar de Form1, OK!
Outra coisa tem a parte de código tome cuidado em fazer isso pode lhe confundir todo, é uma boa quando a gente tem o controle do negócio então preste atenção !!!
- Sugerido como Resposta Fulvio Cezar Canducci Dias segunda-feira, 30 de dezembro de 2013 00:19
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:41
-
-
-
- Sugerido como Resposta Fulvio Cezar Canducci Dias segunda-feira, 30 de dezembro de 2013 11:56
- Marcado como Resposta Giovani Cr terça-feira, 7 de janeiro de 2014 18:41
-
Nossa cara, obrigado, mesmo. consegui, o ruim é vai ser uns 30Form igual... muito trabalho pela frente...
Desculpa pelas tantas pergunta noobs.. comecei a mexer com VB ontem...
Como você tem vários formulários "PARECIDOS" uma boa estratégia é criar um formulário PAI e os filhos HERDAM o VISUAL DO PAI, assim você ganha em manutenção, reutilização e não fica "PORCO" COPIAR E COLAR...