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
XPDUnitProject.dfm
Package: EMailMasterbysuperroyor.rar [view]
Upload User: yjb1804
Upload Date: 2021-01-30
Package Size: 3105k
Code Size: 3k
Category:
Email Server
Development Platform:
Delphi
- object XPDUnitProjectForm: TXPDUnitProjectForm
- Left = 784
- Top = 526
- Width = 320
- Height = 210
- BorderStyle = bsSizeToolWin
- Caption = 'New DUnit Project...'
- Color = clBtnFace
- Constraints.MaxHeight = 210
- Constraints.MinHeight = 210
- Constraints.MinWidth = 320
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 5
- Top = 1
- Width = 95
- Height = 18
- AutoSize = False
- Caption = 'Project &name'
- Layout = tlCenter
- end
- object Label2: TLabel
- Left = 5
- Top = 42
- Width = 95
- Height = 18
- AutoSize = False
- Caption = 'Project filename'
- Layout = tlCenter
- end
- object Label3: TLabel
- Left = 5
- Top = 85
- Width = 95
- Height = 18
- AutoSize = False
- Caption = 'Project &path'
- Layout = tlCenter
- end
- object SelectPath: TSpeedButton
- Left = 284
- Top = 103
- Width = 23
- Height = 22
- Anchors = [akTop, akRight]
- Caption = '...'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = SelectPathClick
- end
- object ProjectName: TEdit
- Left = 5
- Top = 20
- Width = 302
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- OnChange = ProjectNameChange
- end
- object ProjectFileName: TEdit
- Left = 5
- Top = 61
- Width = 302
- Height = 21
- TabStop = False
- Anchors = [akLeft, akTop, akRight]
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- end
- object ProjectPath: TEdit
- Left = 5
- Top = 104
- Width = 273
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 2
- end
- object BitBtn1: TBitBtn
- Left = 151
- Top = 154
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Cancel'
- TabOrder = 4
- Kind = bkCancel
- end
- object CreateProject: TBitBtn
- Left = 232
- Top = 154
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'C&reate'
- TabOrder = 5
- OnClick = CreateProjectClick
- Kind = bkOK
- end
- object AddToProjectGroup: TCheckBox
- Left = 5
- Top = 132
- Width = 224
- Height = 17
- Caption = '&Add to current IDE project group'
- TabOrder = 3
- end
- end