home *** CD-ROM | disk | FTP | other *** search
- object OptionsWin: TOptionsWin
- Left = 172
- Top = 286
- ActiveControl = EDelphiSource
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Options'
- ClientHeight = 336
- ClientWidth = 384
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {
- 0000010001002020100000000000E80200001600000028000000200000004000
- 0000010004000000000000020000000000000000000000000000000000000000
- 0000000080000080000000808000800000008000800080800000C0C0C0008080
- 80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
- 00000000000000000000000000000ECECC0FFFFFFFFF880000CCCC0C0FF00EEC
- CCC08FFFF00000CCCCCCCC0C08800CCCCCC00FFF00CEECEECCCCC00C0F800CEC
- ECCC088FF00CCECECCCCC0000F800EECCC000F8FF8000EECCCCCC0C088800CC0
- 00CE0F8FFFF00CCECCCCC0C0FFF00C0EEC00088FFFF800EECECC0000F88000CE
- 000FFFFFFFF8F0CCECCC0C0888F00E000FFFF8888FF8FF0CCECC000FFFF0000F
- FF8888FF8FF888800CEC008FF880088FFF8FFFFF8FFFFFFF00C0008888F00000
- 0F8FF8888FFFF88880000FFFFFF00440000888FFFFFFF8FFFF000FFF88800C5C
- 0000FFF8888FF8FF88FFFFFF8FF00CC5C5500888FF8FF8888FFFFFFF8FF00CCC
- 5C450FFFFF8FFFFFFF8888FF88800CCCC5C440F8888FFFF8888FF8FFFFF00CCC
- CCCC5088FFFFFFF8FFFFF8FFFFF00CCCCCC5C0FFF8888FF8FF00000FF8800CCC
- CCCC408888FF8FF8804C445088800CECCCCCC08FFFFF8FFF0CC5C5C409500ECE
- CCCC0F8FF8888FFF0CCCCC5405900EECECCC0F8888FFFFF80CCCCCC505500EEE
- CCC0FFFFFFFFFFF80CECCCCC05500CCCC008FFFFFFFFF8850CCEECCC05500000
- 0888FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
- F888889999599955595555555550088885959595959555559595959555500999
- 9999595559595555555555555550000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000}
- PixelsPerInch = 96
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- TextHeight = 16
- object Bevel1: TBevel
- Left = 8
- Top = 280
- Width = 369
- Height = 49
- end
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 369
- Height = 137
- TabOrder = 0
- object Label1: TLabel
- Left = 19
- Top = 8
- Width = 331
- Height = 16
- Caption = 'Enter the path to the Delphi source directory below: '
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label4: TLabel
- Left = 44
- Top = 72
- Width = 287
- Height = 16
- AutoSize = False
- Caption = 'Enter the path to the BP RTL directory below:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object EDelphiSource: TEdit
- Left = 33
- Top = 32
- Width = 309
- Height = 24
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Text = 'EDelphiSource'
- end
- object EBPSource: TEdit
- Left = 51
- Top = 96
- Width = 273
- Height = 24
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Text = 'EBPSource'
- end
- end
- object BitBtn2: TBitBtn
- Left = 211
- Top = 288
- Width = 89
- Height = 33
- TabOrder = 1
- Kind = bkCancel
- end
- object BitBtn1: TBitBtn
- Left = 67
- Top = 288
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkOK
- end
- object Panel2: TPanel
- Left = 8
- Top = 224
- Width = 369
- Height = 49
- TabOrder = 3
- object CheckBox1: TCheckBox
- Left = 84
- Top = 16
- Width = 201
- Height = 17
- Caption = 'Bubble Help on toolbar'
- TabOrder = 0
- end
- end
- object Panel3: TPanel
- Left = 8
- Top = 152
- Width = 369
- Height = 65
- TabOrder = 4
- object Label2: TLabel
- Left = 106
- Top = 8
- Width = 157
- Height = 16
- Caption = 'Your favorite text editor:'
- end
- object ETextEditor: TEdit
- Left = 36
- Top = 32
- Width = 297
- Height = 24
- TabOrder = 0
- Text = 'write.exe'
- OnDblClick = ETextEditorDblClick
- end
- end
- object OpenDialog1: TOpenDialog
- Left = 320
- Top = 296
- end
- end
-