home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 July
/
PCWorld_1999-07_cd.bin
/
software
/
TemaCD
/
Massiva
/
MASSIVA.EXE
/
0
/
RCDATA
/
TFMMINMAX
/
TFMMINMAX.txt
Wrap
Text File
|
1999-04-03
|
5KB
|
196 lines
object fmMinmax: TfmMinmax
Left = 200
Top = 149
BorderStyle = bsDialog
Caption = 'Range'
ClientHeight = 134
ClientWidth = 269
Color = clSilver
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object RotateLabel1: TRotateLabel
Left = 197
Top = 105
Width = 65
Height = 24
Escapement = 0
TextStyle = tsRecessed
Caption = 'Range'
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -21
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 70
Height = 134
Align = alLeft
BevelOuter = bvNone
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clSilver
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
object labelText: TLabel
Left = 11
Top = 66
Width = 56
Height = 77
AutoSize = False
Caption = 'Set min and max values for...'
Font.Charset = ANSI_CHARSET
Font.Color = 8454143
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsItalic]
ParentFont = False
Transparent = True
WordWrap = True
end
object Button1: TButton
Left = 6
Top = 5
Width = 57
Height = 25
Caption = '&OK'
Default = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ModalResult = 1
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 6
Top = 33
Width = 57
Height = 25
Caption = '&Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ModalResult = 2
ParentFont = False
TabOrder = 1
end
end
object PageControl1: TPage95Control
Left = 80
Top = 8
Width = 177
Height = 89
ActivePage = PageRange
ButtonStyle = True
FlatButtons = True
FlatSeperators = False
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsBold]
HotTrack = True
TabInactiveColor = clSilver
TabInactiveFont.Charset = ANSI_CHARSET
TabInactiveFont.Color = clWindowText
TabInactiveFont.Height = -11
TabInactiveFont.Name = 'Arial'
TabInactiveFont.Style = [fsItalic]
ParentFont = False
TabOrder = 1
OnChange = PageControl1Change
object PageRange: TTab95Sheet
Caption = 'Range'
GripAlign = gaLeft
ImageIndex = -1
StaticPageIndex = -1
TabVisible = True
object Label4: TLabel
Left = 15
Top = 19
Width = 18
Height = 14
Caption = 'Min'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsItalic]
ParentFont = False
end
object Label5: TLabel
Left = 95
Top = 19
Width = 21
Height = 14
Caption = 'Max'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = [fsItalic]
ParentFont = False
end
object editMin: TEditNew
Left = 47
Top = 15
Width = 34
Height = 21
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
Text = '64'
OnKeyPress = editMinKeyPress
FocusColor = clBlack
FocusFontColor = clWhite
NoFocusColor = clBlack
NoFocusFontColor = clWhite
end
object editMax: TEditNew
Left = 119
Top = 15
Width = 34
Height = 21
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
Text = '96'
FocusColor = clBlack
FocusFontColor = clWhite
NoFocusColor = clBlack
NoFocusFontColor = clWhite
end
end
end
end