home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 146
- Top = 141
- AutoScroll = False
- Caption = 'Edit Selections'
- ClientHeight = 171
- ClientWidth = 435
- Color = clNavy
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {
- 0000010001002020100000000000E80200001600000028000000200000004000
- 0000010004000000000000020000000000000000000000000000000000000000
- 0000000080000080000000808000800000008000800080800000C0C0C0008080
- 80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
- 00000000000000000000000000000ECECC0FFFFFFFFF770000CCCC0C0FF00EEC
- CCC07FFFF00000CCCCCCCC0C07700CCCCCC00FFF00CEECEECCCCC00C0F700CEC
- ECCC077FF00CCECECCCCC0000F700EECCC000F7FF7000EECCCCCC0C077700CC0
- 00CE0F7FFFF00CCECCCCC0C0FFF00C0EEC00077FFFF700EECECC0000F77000CE
- 000FFFFFFFF7F0CCECCC0C0777F00E000FFFF7777FF7FF0CCECC000FFFF0000F
- FF7777FF7FF777700CEC007FF770077FFF7FFFFF7FFFFFFF00C0007777F00000
- 0F7FF7777FFFF77770000FFFFFF00440000777FFFFFFF7FFFF000FFF77700C5C
- 0000FFF7777FF7FF77FFFFFF7FF00CC5C5500777FF7FF7777FFFFFFF7FF00CCC
- 5C450FFFFF7FFFFFFF7777FF77700CCCC5C440F7777FFFF7777FF7FFFFF00CCC
- CCCC5077FFFFFFF7FFFFF7FFFFF00CCCCCC5C0FFF7777FF7FF00000FF8800CCC
- CCCC407777FF7FF7704C445088800CECCCCCC07FFFFF7FFF0CC5C5C409500ECE
- CCCC0F7FF7777FFF0CCCCC5405900EECECCC0F7777FFFFF70CCCCCC505500EEE
- CCC0FFFFFFFFFFF80CECCCCC05500CCCC007FFFFFFFFF8850CCEECCC05500000
- 0777FFFFF888895950CECEC055500FFFFFFFFF88889595959500000595500FFF
- F888889999599955595555555550088885959595959555559595959555500999
- 9999595559595555555555555550000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000}
- PixelsPerInch = 120
- TextHeight = 20
- object Label1: TLabel
- Left = 249
- Top = 10
- Width = 61
- Height = 20
- AutoSize = False
- Caption = 'Sel Start'
- DragCursor = crDefault
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 235
- Top = 48
- Width = 74
- Height = 20
- AutoSize = False
- Caption = 'Sel Length'
- DragCursor = crDefault
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object Label3: TLabel
- Left = 250
- Top = 88
- Width = 57
- Height = 20
- AutoSize = False
- Caption = 'Sel Text'
- DragCursor = crDefault
- Font.Color = clYellow
- Font.Height = -16
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- object CreateEd: TButton
- Left = 8
- Top = 128
- Width = 198
- Height = 35
- Caption = ' Create Edit '
- DragCursor = crDefault
- Font.Color = clSilver
- Font.Height = -21
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = CreateEdClick
- end
- object Edit1: TEdit
- Left = 312
- Top = 9
- Width = 108
- Height = 31
- Cursor = crSizeNESW
- Color = clBlue
- DragCursor = crDefault
- Font.Color = clAqua
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Text = 'Edit1'
- end
- object Edit2: TEdit
- Left = 312
- Top = 48
- Width = 108
- Height = 31
- Color = clBlue
- DragCursor = crDefault
- Font.Color = clAqua
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- Text = 'Edit2'
- end
- object ShowSel: TButton
- Left = 224
- Top = 128
- Width = 198
- Height = 35
- Caption = ' Show Selection '
- DragCursor = crDefault
- Enabled = False
- Font.Color = clSilver
- Font.Height = -21
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = ShowSelClick
- end
- object Edit3: TEdit
- Left = 312
- Top = 88
- Width = 108
- Height = 31
- Color = clBlue
- DragCursor = crDefault
- Font.Color = clAqua
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- Text = 'Edit3'
- end
- object Panel1: TPanel
- Left = 8
- Top = 80
- Width = 196
- Height = 41
- BevelWidth = 2
- Caption = 'Panel1'
- TabOrder = 5
- object BoldBox: TCheckBox
- Left = 3
- Top = 3
- Width = 189
- Height = 35
- Caption = 'Bold & Italic'
- Color = clBlue
- DragCursor = crDefault
- Enabled = False
- Font.Color = clAqua
- Font.Height = -20
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- TabOrder = 0
- OnClick = BoldBoxClick
- end
- end
- end
-