Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Frame3u.dfm
Package: delphi.rar [view]
Upload User: fh681027
Upload Date: 2022-07-23
Package Size: 1959k
Code Size: 1k
Category:
Delphi VCL
Development Platform:
Delphi
- object Frame3: TFrame3
- Left = 0
- Top = 0
- Width = 362
- Height = 277
- Align = alClient
- TabOrder = 0
- object LabelFile: TLabel
- Left = 40
- Top = 16
- Width = 39
- Height = 13
- Caption = 'List.txt'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 19
- Height = 13
- Caption = 'File:'
- end
- object ListBox1: TListBox
- Left = 16
- Top = 32
- Width = 169
- Height = 209
- ItemHeight = 13
- TabOrder = 0
- end
- object btnAdd: TButton
- Left = 200
- Top = 32
- Width = 75
- Height = 25
- Caption = '&Add'
- TabOrder = 1
- OnClick = btnAddClick
- end
- object btnDelete: TButton
- Left = 200
- Top = 64
- Width = 75
- Height = 25
- Caption = '&Delete'
- TabOrder = 2
- OnClick = btnDeleteClick
- end
- object btnSave: TButton
- Left = 200
- Top = 96
- Width = 75
- Height = 25
- Caption = '&Save'
- TabOrder = 3
- OnClick = btnSaveClick
- end
- end