home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 223
- Top = 106
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Test string library "jbStr" (Demonstration 9.VII.2000)'
- ClientHeight = 329
- ClientWidth = 448
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- Visible = True
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 16
- Top = 184
- Width = 417
- Height = 25
- end
- object Label2: TLabel
- Left = 16
- Top = 216
- Width = 209
- Height = 16
- Hint =
- 'Here is stored string after any operation under any button. '#13#10'It' +
- ' is generated string from function.'
- Caption = 'Test string after possible operation:'
- ParentShowHint = False
- ShowHint = True
- end
- object Label1: TLabel
- Left = 16
- Top = 168
- Width = 210
- Height = 16
- Hint =
- 'Here is stored string before any operation. '#13#10'It is constant or ' +
- 'generated string for demonstration'#13#10'of function.'
- Caption = 'Original testing string is stored here:'
- ParentShowHint = False
- ShowHint = True
- end
- object Label3: TLabel
- Left = 21
- Top = 189
- Width = 5
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clTeal
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Bevel2: TBevel
- Left = 16
- Top = 232
- Width = 417
- Height = 25
- end
- object Label4: TLabel
- Left = 21
- Top = 236
- Width = 411
- Height = 16
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 16
- Top = 272
- Width = 3
- Height = 13
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 448
- Height = 162
- Align = alTop
- BevelOuter = bvLowered
- TabOrder = 0
- object _ShortFileName: TButton
- Left = 179
- Top = 41
- Width = 89
- Height = 20
- Hint = 'Function ShortFileName'
- Caption = 'Short File Name'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 12
- OnClick = _ShortFileNameClick
- end
- object _TrimRight: TButton
- Left = 268
- Top = 41
- Width = 89
- Height = 20
- Hint = 'Function TrimTrail'
- Caption = 'Trim Right'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 13
- OnClick = _TrimRightClick
- end
- object _TrimBoth: TButton
- Left = 268
- Top = 21
- Width = 89
- Height = 20
- Hint = 'Function Trim'
- Caption = 'Trim Both'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 8
- OnClick = _TrimBothClick
- end
- object _TrimLeft: TButton
- Left = 268
- Top = 1
- Width = 89
- Height = 20
- Hint = 'Function TrimLead'
- Caption = 'Trim Left'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = _TrimLeftClick
- end
- object _PadRight: TButton
- Left = 357
- Top = 41
- Width = 89
- Height = 20
- Hint = 'Function PadCh'
- Caption = 'Pad Right'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 14
- OnClick = _PadRightClick
- end
- object _Center: TButton
- Left = 357
- Top = 21
- Width = 89
- Height = 20
- Hint = 'Function CenterCh'
- Caption = 'Center'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 9
- OnClick = _CenterClick
- end
- object _PadLeft: TButton
- Left = 357
- Top = 1
- Width = 89
- Height = 20
- Hint = 'Function LeftPadCh'
- Caption = 'Pad Left'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGreen
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = _PadLeftClick
- end
- object _ExtensionOnly: TButton
- Left = 90
- Top = 41
- Width = 89
- Height = 20
- Hint = 'Function JustExtension'
- Caption = 'ExtensionOnly'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 11
- OnClick = _ExtensionOnlyClick
- end
- object _Capitalize: TButton
- Left = 1
- Top = 41
- Width = 89
- Height = 20
- Hint = 'Function CapitalizeWord'
- Caption = 'Capitalize'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 10
- OnClick = _CapitalizeClick
- end
- object _StrLoCase: TButton
- Left = 1
- Top = 21
- Width = 89
- Height = 20
- Hint = 'Function StrLoCase'
- Caption = 'String Low Case'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = _StrLoCaseClick
- end
- object _ShortPath: TButton
- Left = 179
- Top = 21
- Width = 89
- Height = 20
- Hint = 'Function ShortDirName'
- Caption = 'Short Path'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 7
- OnClick = _ShortPathClick
- end
- object _FileNameOnly: TButton
- Left = 179
- Top = 1
- Width = 89
- Height = 20
- Hint = 'Function JustFileName'
- Caption = 'File Name Only'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = _FileNameOnlyClick
- end
- object _PathOnly: TButton
- Left = 90
- Top = 1
- Width = 89
- Height = 20
- Hint = 'Function JustPathName'
- Caption = 'Path Only'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = _PathOnlyClick
- end
- object _StrUpCase: TButton
- Left = 1
- Top = 1
- Width = 89
- Height = 20
- Hint = 'Function StrUpCase'
- Caption = 'String Up Case'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = _StrUpCaseClick
- end
- object _NameOnly: TButton
- Left = 90
- Top = 21
- Width = 89
- Height = 20
- Hint = 'Function JustName'
- Caption = 'Name Only'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 6
- OnClick = _NameOnlyClick
- end
- object _Zip: TButton
- Left = 1
- Top = 61
- Width = 89
- Height = 20
- Hint = 'Function Zip'
- Caption = 'Zip'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 15
- OnClick = _ZipClick
- end
- object _Smash: TButton
- Left = 90
- Top = 61
- Width = 89
- Height = 20
- Hint = 'Function Smash'
- Caption = 'Smash'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 16
- OnClick = _SmashClick
- end
- object _Change: TButton
- Left = 179
- Top = 61
- Width = 89
- Height = 20
- Hint = 'Function Change'
- Caption = 'Change'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 17
- OnClick = _ChangeClick
- end
- object _Form: TButton
- Left = 268
- Top = 61
- Width = 89
- Height = 20
- Hint = 'Function Form'
- Caption = 'Form'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 18
- OnClick = _FormClick
- end
- object _Strip: TButton
- Left = 357
- Top = 61
- Width = 89
- Height = 20
- Hint = 'Function Strip'
- Caption = 'Strip'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 19
- OnClick = _StripClick
- end
- object _InsertWord: TButton
- Left = 1
- Top = 81
- Width = 89
- Height = 20
- Hint = 'Function InsWord'
- Caption = 'Insert Word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 20
- OnClick = _InsertWordClick
- end
- object _Push: TButton
- Left = 90
- Top = 81
- Width = 89
- Height = 20
- Hint = 'Function Push'
- Caption = 'Push'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 21
- OnClick = _PushClick
- end
- object _Hash: TButton
- Left = 179
- Top = 81
- Width = 89
- Height = 20
- Hint = 'Function Hash'
- Caption = 'Hash'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 22
- OnClick = _HashClick
- end
- object _MaskAndZeroClip: TButton
- Left = 268
- Top = 81
- Width = 89
- Height = 20
- Hint = 'Function Mask'#13#10'Function ZeroClip'
- Caption = 'Mask+Zero Clip'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 23
- OnClick = _MaskAndZeroClipClick
- end
- object _Count: TButton
- Left = 357
- Top = 81
- Width = 89
- Height = 20
- Hint = 'Function Count'
- Caption = 'Count'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 24
- OnClick = _CountClick
- end
- object _PopWord: TButton
- Left = 1
- Top = 101
- Width = 89
- Height = 20
- Hint = 'Function PopWord'
- Caption = 'Pop Word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 25
- OnClick = _PopWordClick
- end
- object _ExtractWord: TButton
- Left = 90
- Top = 101
- Width = 89
- Height = 20
- Hint = 'Function ExtractWord'
- Caption = 'Extract Word'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 26
- OnClick = _ExtractWordClick
- end
- object _GetPosition: TButton
- Left = 179
- Top = 101
- Width = 89
- Height = 20
- Hint = 'Function GetPos'
- Caption = 'Get Position'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 27
- OnClick = _GetPositionClick
- end
- object _GetEnd: TButton
- Left = 268
- Top = 101
- Width = 89
- Height = 20
- Hint = 'Function GetEnd'
- Caption = 'Get End'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 28
- OnClick = _GetEndClick
- end
- object _WordCount: TButton
- Left = 357
- Top = 101
- Width = 89
- Height = 20
- Hint = 'Function WordCount'
- Caption = 'Word Count'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 29
- OnClick = _WordCountClick
- end
- object _ChangeWord: TButton
- Left = 1
- Top = 121
- Width = 89
- Height = 20
- Hint = 'Function ChangeWord'
- Caption = 'ChangeWord'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 30
- OnClick = _ChangeWordClick
- end
- object _GetLastWord: TButton
- Left = 90
- Top = 121
- Width = 89
- Height = 20
- Hint = 'Function GetLastWord'
- Caption = 'GetLastWord'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 31
- OnClick = _GetLastWordClick
- end
- object _GetFirstWord: TButton
- Left = 179
- Top = 121
- Width = 89
- Height = 20
- Hint = 'Function GetFirstWord'
- Caption = 'GetFirstWord'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 32
- OnClick = _GetFirstWordClick
- end
- object _Romanum: TButton
- Left = 268
- Top = 121
- Width = 89
- Height = 20
- Hint = 'Function Int2Roman'#13#10'Function Roman2Int'
- Caption = 'Romanum'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 33
- OnClick = _RomanumClick
- end
- object _ExtractEmail: TButton
- Left = 357
- Top = 121
- Width = 89
- Height = 20
- Hint = 'Function htmlSrcEmail'
- Caption = 'ExtractEmail'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 34
- OnClick = _ExtractEmailClick
- end
- object _Alter: TButton
- Left = 1
- Top = 141
- Width = 89
- Height = 20
- Hint = 'Function Alter'
- Caption = 'Alter'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 35
- OnClick = _AlterClick
- end
- object _Reduce: TButton
- Left = 90
- Top = 141
- Width = 89
- Height = 20
- Hint = 'Function Reduce'
- Caption = 'Reduce'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 36
- OnClick = _ReduceClick
- end
- object _ExtractNumber: TButton
- Left = 179
- Top = 141
- Width = 89
- Height = 20
- Hint = 'Function EctractNumber'
- Caption = 'ExtractNumber'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 37
- OnClick = _ExtractNumberClick
- end
- object _FindWord: TButton
- Left = 268
- Top = 141
- Width = 89
- Height = 20
- Hint = 'Function FindWord'
- Caption = 'FindWord'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 38
- OnClick = _FindWordClick
- end
- object _JoinTo: TButton
- Left = 357
- Top = 141
- Width = 89
- Height = 20
- Hint = 'Function JoinTo'
- Caption = 'JoinTo'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 39
- OnClick = _JoinToClick
- end
- end
- object Button3: TButton
- Left = 344
- Top = 264
- Width = 89
- Height = 33
- Hint = 'Close this form.'
- Caption = 'Close'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = Button3Click
- end
- object Panel2: TPanel
- Left = 0
- Top = 304
- Width = 448
- Height = 25
- Hint = 'Send me your comments'
- Align = alBottom
- BevelOuter = bvLowered
- Caption = '(c) 2000 Jaro Benes, E-mail: JBenes@micrel.cz'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clRed
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- end
-