home *** CD-ROM | disk | FTP | other *** search
- object Options: TOptions
- Left = 195
- Top = 204
- BorderStyle = bsDialog
- Caption = 'Launch98 Options'
- ClientHeight = 167
- ClientWidth = 362
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 362
- Height = 167
- ActivePage = General
- Align = alClient
- TabOrder = 0
- object General: TTabSheet
- Caption = 'General'
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 199
- Height = 13
- Caption = 'Application to launch by clicking the icon :'
- end
- object Edit1: TEdit
- Left = 224
- Top = 8
- Width = 113
- Height = 21
- TabOrder = 0
- end
- object Cancel: TButton
- Left = 264
- Top = 108
- Width = 81
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = CancelClick
- end
- object Ok: TButton
- Left = 264
- Top = 76
- Width = 81
- Height = 25
- Caption = 'Ok'
- Default = True
- TabOrder = 2
- OnClick = OkClick
- end
- object Launch: TGroupBox
- Left = 120
- Top = 40
- Width = 105
- Height = 65
- Caption = 'Launch With'
- TabOrder = 3
- object Single: TRadioButton
- Left = 8
- Top = 16
- Width = 81
- Height = 17
- Caption = 'Single Click'
- TabOrder = 0
- end
- object Double: TRadioButton
- Left = 8
- Top = 40
- Width = 81
- Height = 17
- Caption = 'Double Click'
- TabOrder = 1
- end
- end
- object AppShow: TGroupBox
- Left = 8
- Top = 40
- Width = 97
- Height = 89
- Caption = 'Windowstate'
- TabOrder = 4
- object Normal: TRadioButton
- Left = 16
- Top = 16
- Width = 65
- Height = 17
- Caption = 'Normal'
- TabOrder = 0
- end
- object Maximized: TRadioButton
- Left = 16
- Top = 40
- Width = 73
- Height = 17
- Caption = 'Maximized'
- TabOrder = 1
- end
- object Minimized: TRadioButton
- Left = 16
- Top = 64
- Width = 73
- Height = 17
- Caption = 'Minimized'
- TabOrder = 2
- end
- end
- object Find: TButton
- Left = 264
- Top = 40
- Width = 81
- Height = 25
- Caption = 'Find'
- TabOrder = 5
- OnClick = FindClick
- end
- end
- object About: TTabSheet
- Caption = 'About'
- object Label2: TLabel
- Left = 72
- Top = 8
- Width = 103
- Height = 13
- Caption = 'Magicware Launch98'
- end
- object Label3: TLabel
- Left = 72
- Top = 24
- Width = 53
- Height = 13
- Caption = 'Version 1.0'
- end
- object Label4: TLabel
- Left = 8
- Top = 48
- Width = 121
- Height = 13
- Caption = '(c) 1997-1998 Magicware'
- end
- object Label5: TLabel
- Left = 8
- Top = 72
- Width = 42
- Height = 13
- Caption = 'Internet :'
- end
- object Label6: TLabel
- Left = 8
- Top = 112
- Width = 30
- Height = 13
- Caption = 'email :'
- end
- object LinkLabel1: TLinkLabel
- Left = 56
- Top = 72
- Width = 198
- Height = 13
- Cursor = 1
- Caption = 'http://screensavergallery.com/magicware'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- LinkTo = 'http://screensavergallery.com/magicware'
- end
- object LinkLabel2: TLinkLabel
- Left = 56
- Top = 112
- Width = 166
- Height = 13
- Cursor = 1
- Caption = 'launch98@screensavergallery.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- LinkTo = 'mailto:launch98@screensavergallery.com'
- end
- object Image1: TImage
- Left = 8
- Top = 8
- Width = 41
- Height = 33
- Picture.Data = {<image000.ico>}
- end
- object Label7: TLabel
- Left = 8
- Top = 96
- Width = 135
- Height = 13
- Caption = 'Comments and suggestions :'
- end
- object Button1: TButton
- Left = 264
- Top = 104
- Width = 81
- Height = 25
- Cancel = True
- Caption = '&Ok'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- end
- object OpenDialog1: TOpenDialog
- Left = 124
- Top = 128
- end
- end
-