añadido skeleton de los form ordendecompra y remito

This commit is contained in:
fedpo
2024-08-05 20:34:15 +01:00
committed by fede
parent 75c9f8ed9b
commit 81f879eec3
11 changed files with 366 additions and 2 deletions

39
Vista/OrdenDeCompra.Designer.cs generated Normal file
View File

@@ -0,0 +1,39 @@
namespace Vista
{
partial class OrdenDeCompra
{
/// <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()
{
this.components = new System.ComponentModel.Container();
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Text = "OrdenDeCompra";
}
#endregion
}
}