Tidak Ada Deskripsi

Zeronez f6be1d330b fc 3 hari lalu
Images f6be1d330b fc 3 hari lalu
.gitignore f6be1d330b fc 3 hari lalu
AppearanceSettings.cs f6be1d330b fc 3 hari lalu
ConnectionSettings.cs f6be1d330b fc 3 hari lalu
DatabaseClient.cs f6be1d330b fc 3 hari lalu
DomainModels.cs f6be1d330b fc 3 hari lalu
LoginForm.Designer.cs f6be1d330b fc 3 hari lalu
LoginForm.cs f6be1d330b fc 3 hari lalu
OrderDetailsForm.Designer.cs f6be1d330b fc 3 hari lalu
OrderDetailsForm.cs f6be1d330b fc 3 hari lalu
OrderEditForm.Designer.cs f6be1d330b fc 3 hari lalu
OrderEditForm.cs f6be1d330b fc 3 hari lalu
OrderListForm.Designer.cs f6be1d330b fc 3 hari lalu
OrderListForm.cs f6be1d330b fc 3 hari lalu
ProductDetailsForm.Designer.cs f6be1d330b fc 3 hari lalu
ProductDetailsForm.cs f6be1d330b fc 3 hari lalu
ProductEditForm.Designer.cs f6be1d330b fc 3 hari lalu
ProductEditForm.cs f6be1d330b fc 3 hari lalu
ProductListForm.Designer.cs f6be1d330b fc 3 hari lalu
ProductListForm.cs f6be1d330b fc 3 hari lalu
Program.cs f6be1d330b fc 3 hari lalu
README.txt f6be1d330b fc 3 hari lalu
TradeApp.WinForms.csproj f6be1d330b fc 3 hari lalu
VARIANT_INFO.txt f6be1d330b fc 3 hari lalu

README.txt

WinForms .NET 10 template
========================

1. Execute SQL_SERVER_SETUP.sql in Microsoft SQL Server.
2. Open this folder in Visual Studio with .NET 10 SDK installed.
3. Check ConnectionSettings.cs or set TRADE_APP_CONNECTION.
4. Build and run TradeApp.WinForms.

Forms are generated in the normal Visual Studio WinForms structure:
LoginForm.cs + LoginForm.Designer.cs
ProductListForm.cs + ProductListForm.Designer.cs
ProductDetailsForm.cs + ProductDetailsForm.Designer.cs
ProductEditForm.cs + ProductEditForm.Designer.cs
OrderListForm.cs + OrderListForm.Designer.cs
OrderDetailsForm.cs + OrderDetailsForm.Designer.cs
OrderEditForm.cs + OrderEditForm.Designer.cs

The visual layout is located in .Designer.cs files. The .cs files contain event handlers and database logic.
Choose a search field in the product list. Double-click a product row to open its details card.
Double-click an order row to open the order details card.
Images are copied to the Images folder. Product rows use ImagePath from the database.
If the file is missing, the UI falls back to picture.png.