README.txt 1.1 KB

12345678910111213141516171819202122
  1. WinForms .NET 10 template
  2. ========================
  3. 1. Execute SQL_SERVER_SETUP.sql in Microsoft SQL Server.
  4. 2. Open this folder in Visual Studio with .NET 10 SDK installed.
  5. 3. Check ConnectionSettings.cs or set TRADE_APP_CONNECTION.
  6. 4. Build and run TradeApp.WinForms.
  7. Forms are generated in the normal Visual Studio WinForms structure:
  8. LoginForm.cs + LoginForm.Designer.cs
  9. ProductListForm.cs + ProductListForm.Designer.cs
  10. ProductDetailsForm.cs + ProductDetailsForm.Designer.cs
  11. ProductEditForm.cs + ProductEditForm.Designer.cs
  12. OrderListForm.cs + OrderListForm.Designer.cs
  13. OrderDetailsForm.cs + OrderDetailsForm.Designer.cs
  14. OrderEditForm.cs + OrderEditForm.Designer.cs
  15. The visual layout is located in .Designer.cs files. The .cs files contain event handlers and database logic.
  16. Choose a search field in the product list. Double-click a product row to open its details card.
  17. Double-click an order row to open the order details card.
  18. Images are copied to the Images folder. Product rows use ImagePath from the database.
  19. If the file is missing, the UI falls back to picture.png.