home *** CD-ROM | disk | FTP | other *** search
- object StrEditDlg: TStrEditDlg
- Left = 267
- Top = 168
- ActiveControl = Memo
- BorderStyle = bsDialog
- Caption = 'String list editor'
- ClientHeight = 278
- ClientWidth = 430
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 413
- Height = 229
- Shape = bsFrame
- end
- object LineCount: TLabel
- Left = 12
- Top = 12
- Width = 169
- Height = 17
- AutoSize = False
- Caption = '0 lines'
- end
- object Memo: TMemo
- Left = 16
- Top = 28
- Width = 397
- Height = 201
- ScrollBars = ssBoth
- TabOrder = 0
- OnChange = UpdateStatus
- OnKeyDown = MemoKeyDown
- end
- object OkBtn: TBitBtn
- Left = 176
- Top = 244
- Width = 77
- Height = 27
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- Glyph.Data = {
- DE010000424DDE01000000000000760000002800000024000000120000000100
- 0400000000006801000000000000000000000000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
- 3333333333333333333333330000333333333333333333333333F33333333333
- 00003333344333333333333333377F3333333333000033334224333333333333
- 337337F3333333330000333422224333333333333733337F3333333300003342
- 222224333333333373333337F3333333000034222A22224333333337F337F333
- 7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
- 33333337F73337F337F33333000033A33333A222433333337333337F337F3333
- 0000333333333A222433333333333337F337F33300003333333333A222433333
- 333333337F337F33000033333333333A222433333333333337F337F300003333
- 33333333A222433333333333337F337F00003333333333333A22433333333333
- 3337F37F000033333333333333A223333333333333337F730000333333333333
- 333A333333333333333337330000333333333333333333333333333333333333
- 0000}
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- end
- object CancelBtn: TBitBtn
- Left = 260
- Top = 244
- Width = 77
- Height = 27
- TabOrder = 4
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object LoadBtn: TBitBtn
- Left = 8
- Top = 244
- Width = 77
- Height = 27
- Caption = '&Load...'
- TabOrder = 1
- OnClick = FileOpen
- end
- object SaveBtn: TBitBtn
- Left = 92
- Top = 244
- Width = 77
- Height = 27
- Caption = '&Save...'
- TabOrder = 2
- OnClick = FileSave
- end
- object HelpBtn: TBitBtn
- Left = 344
- Top = 244
- Width = 77
- Height = 27
- TabOrder = 5
- Kind = bkHelp
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'TXT'
- Filter =
- 'Text files (*.TXT)|*.TXT|Config files (*.SYS;*.INI)|*.SYS;*.INI|' +
- 'Batch files (*.BAT)|*.BAT|All files (*.*)|*.*'
- Options = [ofHideReadOnly, ofShowHelp, ofPathMustExist, ofFileMustExist]
- Title = 'Load string list'
- Left = 376
- end
- object SaveDialog: TSaveDialog
- Filter =
- 'Text files (*.TXT)|*.TXT|Config files (*.SYS;*.INI)|*.SYS;*.INI|' +
- 'Batch files (*.BAT)|*.BAT|All files (*.*)|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofShowHelp, ofPathMustExist]
- Title = 'Save string list'
- Left = 404
- end
- end
-