home *** CD-ROM | disk | FTP | other *** search
- object FrmCrcSetup: TFrmCrcSetup
- Left = 394
- Top = 232
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'CRC setup'
- ClientHeight = 152
- ClientWidth = 412
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- ShowHint = True
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LblSrc: TLabel
- Left = 8
- Top = 8
- Width = 212
- Height = 13
- Caption = '1. &Source folder/file to make CRC for'
- FocusControl = CBoxSrc
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 64
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BtnSrcBrowse: TSpeedButton
- Left = 390
- Top = 24
- Width = 17
- Height = 21
- Anchors = [akTop, akRight]
- Caption = '...'
- OnClick = BtnSrcBrowseClick
- end
- object BtnSrcFilter: TSpeedButton
- Left = 286
- Top = 44
- Width = 105
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'Filter (none)'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12416
- Font.Height = -9
- Font.Name = 'Small Fonts'
- Font.Style = []
- ParentFont = False
- Visible = False
- OnClick = BtnSrcFilterClick
- end
- object Label1: TLabel
- Left = 8
- Top = 136
- Width = 118
- Height = 13
- Caption = '3. Advanced options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 64
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object LblOutput: TLabel
- Left = 8
- Top = 64
- Width = 105
- Height = 13
- Caption = '2. &Output filename'
- FocusControl = CBoxOut
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 64
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BtnOutBrowse: TSpeedButton
- Left = 390
- Top = 80
- Width = 17
- Height = 21
- Anchors = [akTop, akRight]
- Caption = '...'
- OnClick = BtnOutBrowseClick
- end
- object PnlAdv: TPanel
- Left = 16
- Top = 152
- Width = 329
- Height = 41
- BevelOuter = bvNone
- TabOrder = 3
- Visible = False
- object Label5: TLabel
- Left = 0
- Top = -2
- Width = 156
- Height = 13
- Caption = '5.1. Audio compare options'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12416
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object ChkFreq: TCheckBox
- Left = 8
- Top = 14
- Width = 321
- Height = 17
- Caption = 'make only for files without existing CRC signiture'
- TabOrder = 0
- Visible = False
- end
- end
- object CBoxSrc: TComboBox
- Left = 16
- Top = 24
- Width = 375
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 0
- OnChange = CBoxSrcChange
- OnKeyDown = CBoxSrcKeyDown
- end
- object PnlBtns: TPanel
- Left = 0
- Top = 125
- Width = 412
- Height = 27
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object BtnCancel: TSpeedButton
- Left = 240
- Top = 2
- Width = 80
- Height = 22
- Anchors = [akTop, akRight]
- Caption = '<< Cancel'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 4210816
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = BtnCancelClick
- end
- object BtnOK: TSpeedButton
- Left = 325
- Top = 2
- Width = 80
- Height = 22
- Anchors = [akTop, akRight]
- Caption = 'Continue >>'
- Flat = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 8421440
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnClick = BtnOKClick
- end
- end
- object CBoxOut: TComboBox
- Left = 16
- Top = 80
- Width = 375
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- TabOrder = 1
- OnKeyDown = CBoxOutKeyDown
- end
- end
-