Agregar archivos de proyecto.

master
Nolete19 11 months ago
parent 0bfc3902cd
commit 2d80feb171

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34031.279
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LauncherIde", "LauncherIde\LauncherIde.csproj", "{CE36F678-FDCD-46C5-996E-571CF8D36833}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE36F678-FDCD-46C5-996E-571CF8D36833}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE36F678-FDCD-46C5-996E-571CF8D36833}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE36F678-FDCD-46C5-996E-571CF8D36833}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE36F678-FDCD-46C5-996E-571CF8D36833}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AC19E6FB-7397-4E88-A11B-C105C4E8BD1F}
EndGlobalSection
EndGlobal

@ -0,0 +1,197 @@
namespace LauncherIde
{
partial class Form1
{
/// <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(Form1));
pictureBox1 = new PictureBox();
label1 = new Label();
pictureBox2 = new PictureBox();
label2 = new Label();
pictureBox3 = new PictureBox();
label3 = new Label();
textBox1 = new TextBox();
label4 = new Label();
pictureBox4 = new PictureBox();
label5 = new Label();
((System.ComponentModel.ISupportInitialize)pictureBox1).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox2).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox3).BeginInit();
((System.ComponentModel.ISupportInitialize)pictureBox4).BeginInit();
SuspendLayout();
//
// pictureBox1
//
pictureBox1.Image = (Image)resources.GetObject("pictureBox1.Image");
pictureBox1.Location = new Point(93, 182);
pictureBox1.Name = "pictureBox1";
pictureBox1.Size = new Size(125, 62);
pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox1.TabIndex = 0;
pictureBox1.TabStop = false;
pictureBox1.Click += pictureBox1_Click_1;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label1.Location = new Point(126, 247);
label1.Name = "label1";
label1.Size = new Size(60, 20);
label1.TabIndex = 1;
label1.Text = "IntellyJ";
label1.TextAlign = ContentAlignment.TopCenter;
label1.Click += label1_Click;
//
// pictureBox2
//
pictureBox2.Image = (Image)resources.GetObject("pictureBox2.Image");
pictureBox2.Location = new Point(336, 182);
pictureBox2.Name = "pictureBox2";
pictureBox2.Size = new Size(125, 62);
pictureBox2.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox2.TabIndex = 2;
pictureBox2.TabStop = false;
pictureBox2.Click += pictureBox2_Click;
//
// label2
//
label2.AutoSize = true;
label2.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label2.Location = new Point(359, 247);
label2.Name = "label2";
label2.Size = new Size(72, 20);
label2.TabIndex = 3;
label2.Text = "PyCharm";
label2.TextAlign = ContentAlignment.TopCenter;
label2.Click += label2_Click;
//
// pictureBox3
//
pictureBox3.Image = (Image)resources.GetObject("pictureBox3.Image");
pictureBox3.Location = new Point(576, 182);
pictureBox3.Name = "pictureBox3";
pictureBox3.Size = new Size(125, 62);
pictureBox3.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox3.TabIndex = 4;
pictureBox3.TabStop = false;
pictureBox3.Click += pictureBox3_Click;
//
// label3
//
label3.AutoSize = true;
label3.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label3.Location = new Point(590, 247);
label3.Name = "label3";
label3.Size = new Size(90, 20);
label3.TabIndex = 5;
label3.Text = "Visual Code";
label3.TextAlign = ContentAlignment.TopCenter;
label3.Click += label3_Click;
//
// textBox1
//
textBox1.AcceptsReturn = true;
textBox1.Location = new Point(229, 100);
textBox1.Name = "textBox1";
textBox1.PlaceholderText = "Introduce un parámetro";
textBox1.Size = new Size(349, 27);
textBox1.TabIndex = 6;
textBox1.TextChanged += textBox1_TextChanged;
//
// label4
//
label4.AutoSize = true;
label4.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label4.Location = new Point(359, 67);
label4.Name = "label4";
label4.Size = new Size(90, 20);
label4.TabIndex = 7;
label4.Text = "Parámetros";
//
// pictureBox4
//
pictureBox4.Image = (Image)resources.GetObject("pictureBox4.Image");
pictureBox4.Location = new Point(93, 293);
pictureBox4.Name = "pictureBox4";
pictureBox4.Size = new Size(125, 62);
pictureBox4.SizeMode = PictureBoxSizeMode.Zoom;
pictureBox4.TabIndex = 8;
pictureBox4.TabStop = false;
pictureBox4.Click += pictureBox4_Click;
//
// label5
//
label5.AutoSize = true;
label5.Font = new Font("Segoe UI", 9F, FontStyle.Bold, GraphicsUnit.Point);
label5.Location = new Point(116, 358);
label5.Name = "label5";
label5.Size = new Size(70, 20);
label5.TabIndex = 9;
label5.Text = "Notepad";
label5.TextAlign = ContentAlignment.TopCenter;
//
// Form1
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(label5);
Controls.Add(pictureBox4);
Controls.Add(label4);
Controls.Add(textBox1);
Controls.Add(label3);
Controls.Add(pictureBox3);
Controls.Add(label2);
Controls.Add(pictureBox2);
Controls.Add(label1);
Controls.Add(pictureBox1);
Name = "Form1";
Text = "Form1";
((System.ComponentModel.ISupportInitialize)pictureBox1).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox2).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox3).EndInit();
((System.ComponentModel.ISupportInitialize)pictureBox4).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private PictureBox pictureBox1;
private Label label1;
private PictureBox pictureBox2;
private Label label2;
private PictureBox pictureBox3;
private Label label3;
private TextBox textBox1;
private Label label4;
private PictureBox pictureBox4;
private Label label5;
}
}

@ -0,0 +1,69 @@
using System.Diagnostics;
using System.Windows.Forms.Design;
namespace LauncherIde
{
public partial class Form1 : Form
{
Process proceso;
String parametro;
public Form1()
{
InitializeComponent();
}
private void pictureBox1_Click_1(object sender, EventArgs e)
{
proceso = new Process();
proceso.StartInfo.FileName = @"C:\\Program Files\\JetBrains\\IntelliJ IDEA Community Edition 2022.3.1\\bin\\idea64.exe";
proceso.Start();
}
private void label1_Click(object sender, EventArgs e)
{
}
private void pictureBox2_Click(object sender, EventArgs e)
{
proceso = new Process();
proceso.StartInfo.FileName = @"C:\Program Files\JetBrains\PyCharm 2023.2.1\bin\pycharm64.exe";
proceso.Start();
}
private void label2_Click(object sender, EventArgs e)
{
}
private void label3_Click(object sender, EventArgs e)
{
}
private void pictureBox3_Click(object sender, EventArgs e)
{
proceso = new Process();
proceso.StartInfo.FileName = @"C:\Users\Manuel\AppData\Local\Programs\Microsoft VS Code\Code.exe";
proceso.Start();
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
parametro = textBox1.Text;
}
private void pictureBox4_Click(object sender, EventArgs e)
{
proceso = new Process();
proceso.StartInfo.FileName = @"Notepad";
proceso.Start();
}
}
}

File diff suppressed because it is too large Load Diff

@ -0,0 +1,26 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>

@ -0,0 +1,17 @@
namespace LauncherIde
{
internal static class Program
{
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main()
{
// To customize application configuration such as set high DPI settings or default font,
// see https://aka.ms/applicationconfiguration.
ApplicationConfiguration.Initialize();
Application.Run(new Form1());
}
}
}

@ -0,0 +1,63 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Este código fue generado por una herramienta.
// Versión de runtime:4.0.30319.42000
//
// Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si
// se vuelve a generar el código.
// </auto-generated>
//------------------------------------------------------------------------------
namespace LauncherIde.Properties {
using System;
/// <summary>
/// Clase de recurso fuertemente tipado, para buscar cadenas traducidas, etc.
/// </summary>
// StronglyTypedResourceBuilder generó automáticamente esta clase
// a través de una herramienta como ResGen o Visual Studio.
// Para agregar o quitar un miembro, edite el archivo .ResX y, a continuación, vuelva a ejecutar ResGen
// con la opción /str o recompile su proyecto de VS.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Devuelve la instancia de ResourceManager almacenada en caché utilizada por esta clase.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("LauncherIde.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Reemplaza la propiedad CurrentUICulture del subproceso actual para todas las
/// búsquedas de recursos mediante esta clase de recurso fuertemente tipado.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
}
}

@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
Loading…
Cancel
Save

Powered by INFORMATICA.FP.EDU.ES.