Input and Output Interfaces

Slides:



Advertisements
Similar presentations
Chapter 18 Building the user interface. This chapter discusses n Javas graphical user interface. n Swing: an enhancement of a library called the Abstract.
Advertisements

For(int i = 1; i
* 1 Common Dialog Control. * 2 You want your user to set property or provide your application with some information easily? How do you do it? The Common.
Naredba If..Then..Else... Procedure TForm1.Button1Click ( SEnder: Tobject ); Var x, y, Max : Integer; Begin x := StrToInt ( Edit1.Text ); y := StrToInt.
1 Chapter 8 Objects and Classes Lecture 2 Prepared by Muhanad Alkhalisy.
 2007 Dr. Natheer Khasawneh. Chapter 13. Graphical User Interface Concepts: Part 1.
CHAPTER TWO Creating Simple Visual Basic.NET Windows Applications.
Chapter 5 - Menus, Sub Procedures, and Sub Functions  Menus - controls - properties and events –menu editor - create and change –defining menus - menu.
Chapter 31 Visual Basic Controls A Form is a windows-style screen displayed by Visual Basic programs. In a form, a programmer can create objects in a form.
Chapter 6 Color Image Processing Chapter 6 Color Image Processing.
Autumn, 2013C.-S. Shieh, EC, KUAS, Taiwan1 智慧電子應用設計導論 (1/3) Display Chin-Shiuh Shieh ( 謝欽旭 ) Department of Electronic Engineering.
Slide 1 Chapter 2 Visual Basic Interface. Slide 2 Chapter 2 Windows GUI  A GUI is a graphical user interface.  The interface is what appears on the.
Autumn, 2014C.-S. Shieh, EC, KUAS, Taiwan1 智慧電子應用設計導論 (1/3) Audio Chin-Shiuh Shieh ( 謝欽旭 ) Department of Electronic Engineering.
Autumn, 2012C.-S. Shieh, EC, KUAS, Taiwan1 智慧電子應用設計導論 (1/3) Sensors III Chin-Shiuh Shieh ( 謝欽旭 ) Department of Electronic.
Introduction to Graphical User Interfaces. Objectives * Students should understand what a procedural program is. * Students should understand what an.
Java Programming, 3e Concepts and Techniques Chapter 3 Section 65 – Manipulating Data Using Methods – Java Applet.
Autumn, 2014C.-S. Shieh, EC, KUAS, Taiwan1 智慧電子應用設計導論 (1/3) Digital Input/Output Chin-Shiuh Shieh ( 謝欽旭 ) Department of.
VISUAL C++ PROGRAMMING: CONCEPTS AND PROJECTS Chapter 1B Introduction (Tutorial)
Autumn, 2014C.-S. Shieh, EC, KUAS, Taiwan1 智慧電子應用設計導論 (1/3) Analog Input/Output Chin-Shiuh Shieh ( 謝欽旭 ) Department of.
Chapter 3 – Fundamentals of Programming in VB.NET VB.NET Controls VB.NET Events Numbers Strings Input and Output.
Windows Programming, C.-S. Shieh, KUAS EC, Chapter 3 Operators and Expressions.
CHAPTER TWO Creating Simple Visual Basic.NET Windows Applications.
Programming with Visual C++: Concepts and Projects Chapter 2B: Reading, Processing and Displaying Data (Tutorial)
1 Chapter Nine Using GUI Objects and the Visual Studio IDE.
Ray Konopka Developing Custom VCL and VCL.NET Component Designers DevCon Course No: 3146.
Windows Programming, C.-S. Shieh, KUAS EC, Chapter 0 Overview.
1 Chapter 16: Creating Windows. 2 Basics of GUI Programming How to create a Window. TryWindow.java You always need a JFrame component before creating.
Delphi first steps. How to create a project Open – File – New – VCL Forms Application.
Double click here to add event title Double click here to add event date Double click here to add event time Double click here to add event location.
Autumn, 2013C.-S. Shieh, EC, KUAS, Taiwan1 智慧電子應用設計導論 (1/3) Actuator Chin-Shiuh Shieh ( 謝欽旭 ) Department of Electronic.
Autumn, 2012C.-S. Shieh, EC, KUAS, Taiwan1 智慧電子應用設計導論 (1/3) Sensors I Chin-Shiuh Shieh ( 謝欽旭 ) Department of Electronic.
1NetBeans Tutorial Using the “Properties” menu, name the List “List1” and the button “Button1”. NetBeans Tutorial6.
Graphical User Interface Components Version 1.1. Obectives Students should understand how to use these basic Form components to create a Graphical User.
Windows Programming, C.-S. Shieh, KUAS EC, Chapter 2 Application Design Flow.
Windows Programming, C.-S. Shieh, KUAS EC, Chapter 9.5 I/O Communication.
CN2180 Chapter 2 Kemtis Kunanuraksapong MSIS with Distinction, A+ MCTS, MCDST, MCP.
Left Side-Right Side Activities for Social Studies Class.
LC++ programming in Windows environment Department of Information Engineering INFORMATION TECHNOLOGY dr. László Dudás 10./0. lThe Visual Component Library.
Autumn, 2012C.-S. Shieh, EC, KUAS, Taiwan1 智慧電子應用設計導論 (1/3) Arduino Development Environment Chin-Shiuh Shieh ( 謝欽旭 ) Department.
Chapter 4: Do-It-Yourself Designing (Designing Interfaces)
智慧電子應用設計導論(1/3) Introduction
© 2016, Mike Murach & Associates, Inc.
Visual Info Processing Programming Guide (More Details)
RAD Certification Checkpoint #2 Introducing RadStudio (Hello World)
Business Process Modelling
Pemrograman Database Delphi & MySQL
TLabel Name: lblHarga Caption: Harga TLabel Name: lblPPN
IS IT EFFECTIVE TO RUN ONLINE DATING BACKGROUND CHECKS YOURSELF?
Standard Controls.
الوحدة الرابعة البرمجة وصياغة حل المسائل البرمجة وأهميتها أهداف الدرس الأول مفهوم البرمجة. الفرق بين المبرمج ومستخدم البرنامج. الحاجة إلى البرامج.
C++ programming in Windows environment The Borland C++ Builder
Title of the presentation
مديريت موثر جلسات Running a Meeting that Works
ВОМР Подмярка 19.2 Възможности за финансиране
Споразумение за партньорство
Evaluating Logarithms
Time Travel Student Name Class Color Date
Exponential and Logarithmic Forms
Ашық сабақ 7 сынып Файлдар мен қапшықтар Сабақтың тақырыбы:
Color Image Processing
Windows басқару элементтері
智慧電子應用設計導論(1/3) Arduino
Қош келдіңіздер!.
Thing / Person:____________________ Dates:_________________
3 Chapter Chapter 2 Graphing.
Информатика пән мұғалімі : Аитова Карима.
 Is a machine that is able to take information (input), do some work on (process), and to make new information (output) COMPUTER.
Redundant code repositories
Speaker name Title Title
Speaker name Title Title
Presentation transcript:

Input and Output Interfaces Chapter 4 Input and Output Interfaces Windows Programming, C.-S. Shieh, KUAS EC, 2005

Windows Programming, C.-S. Shieh, KUAS EC, 2005 VCL Components We concern VCL components’ Properties Design Time, Run-Time Only Methods Events Make good use of online help. Get third-party VCL components. Windows Programming, C.-S. Shieh, KUAS EC, 2005

Windows Programming, C.-S. Shieh, KUAS EC, 2005 VCL Components (cont) 4.1 TForm 4.2 TLabel 4.3 TButton 4.4 TEdit Windows Programming, C.-S. Shieh, KUAS EC, 2005

Windows Programming, C.-S. Shieh, KUAS EC, 2005 TMemo Prosperities Lines (TStrings) Methods Clear() Windows Programming, C.-S. Shieh, KUAS EC, 2005

Windows Programming, C.-S. Shieh, KUAS EC, 2005 TStrings Methods Add(), SaveToFile(), LoadFromFile() Windows Programming, C.-S. Shieh, KUAS EC, 2005

Windows Programming, C.-S. Shieh, KUAS EC, 2005 TCanvas Properties Font (TFont) Methods TextOut() Windows Programming, C.-S. Shieh, KUAS EC, 2005

Windows Programming, C.-S. Shieh, KUAS EC, 2005 TFont Properties Size (int), Color (TColor) Windows Programming, C.-S. Shieh, KUAS EC, 2005

Windows Programming, C.-S. Shieh, KUAS EC, 2005 Useful Functions Time(), Date() StrToInt(), StrToFloat() IntToStr(), FloatToStr() ShowMessage() InputBox() Application->MessageBox() Windows Programming, C.-S. Shieh, KUAS EC, 2005