home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
ruzne
/
auto32d3.exe
/
rar
/
AUTO32D3
/
DEMOS
/
DELPHI3.0
/
DBGRIDAD
/
ABOUT.DFM
/
ABOUT.txt
next >
Wrap
Text File
|
1997-07-07
|
3KB
|
136 lines
object fmAboutBox: TfmAboutBox
Left = 280
Top = 98
BorderStyle = bsDialog
Caption = 'fmAboutBox'
ClientHeight = 343
ClientWidth = 297
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 9
Top = 8
Width = 281
Height = 297
BevelInner = bvRaised
BevelOuter = bvLowered
TabOrder = 0
object Bevel1: TBevel
Left = 4
Top = 112
Width = 269
Height = 41
end
object ProgramIcon: TImage
Left = 8
Top = 8
Width = 170
Height = 100
AutoSize = True
Picture.Data = {<image000.bmp>}
IsControl = True
end
object ProductName: TLabel
Left = 186
Top = 23
Width = 81
Height = 74
Alignment = taCenter
AutoSize = False
Caption =
'Example of using AutoOptions property of the AutoDBGrid (Sorted ' +
'DBGrid)'
WordWrap = True
IsControl = True
end
object Label6: TLabel
Left = 8
Top = 136
Width = 101
Height = 13
Caption = 'fax: +7 0872 770 183'
end
object Label5: TLabel
Left = 9
Top = 123
Width = 107
Height = 13
Caption = 'e-mail: rsd@tibc.tula.ru'
end
object Label4: TLabel
Left = 9
Top = 113
Width = 40
Height = 13
Caption = 'send us:'
end
object Label1: TLabel
Left = 14
Top = 163
Width = 236
Height = 13
Caption = 'Go to our web site and find much more !!!'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Bevel2: TBevel
Left = 6
Top = 160
Width = 267
Height = 41
end
object Memo1: TMemo
Left = 7
Top = 208
Width = 268
Height = 82
Lines.Strings = (
'This example illustrates'
' Using of the AutoOptions property'
''
'Resize the rows and change the '
'AutoOptions property to see what is '
'happened')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
object Edit1: TEdit
Left = 15
Top = 176
Width = 252
Height = 21
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
ReadOnly = True
TabOrder = 0
Text = 'http://www.rsd.pp.ru'
end
end
object OKButton: TButton
Left = 111
Top = 312
Width = 77
Height = 27
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end