home *** CD-ROM | disk | FTP | other *** search
- object DynamicExpanderfrm: TDynamicExpanderfrm
- Left = 207
- Top = 161
- BorderStyle = bsDialog
- Caption = 'Dynamic expander'
- ClientHeight = 173
- ClientWidth = 281
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 9
- Top = 40
- Width = 263
- Height = 81
- end
- object Label1: TLabel
- Left = 24
- Top = 52
- Width = 92
- Height = 13
- Caption = '&Amplification factor:'
- FocusControl = ScrollBar1
- end
- object Label2: TLabel
- Left = 32
- Top = 96
- Width = 6
- Height = 13
- Caption = '0'
- end
- object Label3: TLabel
- Left = 179
- Top = 96
- Width = 6
- Height = 13
- Caption = '2'
- end
- object Label4: TLabel
- Left = 106
- Top = 96
- Width = 6
- Height = 13
- Caption = '1'
- end
- object Label5: TLabel
- Left = 216
- Top = 69
- Width = 25
- Height = 22
- Caption = '1.0'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label6: TLabel
- Left = 35
- Top = 8
- Width = 212
- Height = 24
- Caption = 'DYNAMIC EXPANDER'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ScrollBar1: TScrollBar
- Left = 24
- Top = 72
- Width = 169
- Height = 16
- LargeChange = 5
- Max = 200
- PageSize = 0
- Position = 100
- TabOrder = 0
- OnChange = ScrollBar1Change
- end
- object Button1: TButton
- Left = 65
- Top = 136
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 140
- Top = 136
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-