Bài giảng Lập trình môi trường Window - Chương 3: Lập trình GUI

Bài giảng Lập trình môi trường Window - Chương 3: Lập trình GUI. Chương này cung cấp cho học viên những nội dung về: hệ thống phân cấp lớp Control; cấu trúc ứng dụng Windows Forms; cấu trúc cây GUI; cách tạo WinForm bằng Console Application; . Mời các bạn cùng tham khảo chi tiết nội dung bài giảng! | Lập trình GUI 1 Lập trình GUI User interface modeling User interface architecture User interface coding 2 The Control class hierarchy 3 Windows Forms Application Structure A Windows Forms application has three pieces the application itself forms in the application controls on the form Application MyForm Label label1 Hell mainForm Button button1 OK 4 GUI Tree Structure GUI Internal structure Form Form containers Button Panel Button Panel Label Label 5 Cách tạo WinForm bằng Console Application 6 Project Add Reference 7 Form Một form là một cửa sổ màn hình - một đơn vị giao diện người dùng do Microsoft đưa ra kể từ Windows Một ứng dụng Windows Forms WinForms phải có ít nhất một cửa sổ main form cửa sổ chính Form có thể chứa các component Form có thể có các file resource 8 Ví dụ 1 class Program static void Main string args Form f new Form f 9 Ví dụ 2 class Program static void Main string args quot Hello World quot 10 Application class Exit Stops all running message loops and closes all windows in the application. Note that this may not force the application to exit Run Starts a standard message loop on the current thread. If a Form is given also makes that form visible. DoEvents Processes any Windows messages currently in the message queue. 11 Ví dụ 3 public static void Main Form form1 new Form Form form2 new Form quot Form passed to Run quot quot Second form quot form1 quot has returned control back to Main. Bye bye quot quot TwoForms quot 12 Ví dụ 3 13 Form Properties Thuộc tính Kiểu Mô tả FormBorderStyle FormBorderStyle Kiểu đường viền FixedDialog Fixed3D ControlBox bool Có system menu box MaximizeBox bool MinimizeBox bool Icon Icon ShowInTaskBar bool StartPosition FormStartPosition 14 Form Properties Thuộc tính Kiểu Mô tả SizeGripStyle SizeGripStyle Show Hide WindowState FormWindowState Normal Maximized Minimized TopMost bool Text string Size Point

Không thể tạo bản xem trước, hãy bấm tải xuống
TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
3    66    2    26-04-2024
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.