home *** CD-ROM | disk | FTP | other *** search
- object TextForm: TTextForm
- Left = 375
- Top = 66
- HelpContext = 720
- BorderStyle = bsSingle
- Caption = 'Edit Text Object'
- ClientHeight = 278
- ClientWidth = 439
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- Menu = MainMenu1
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 15
- object Panel4: TPanel
- Left = 0
- Top = 234
- Width = 439
- Height = 44
- Align = alBottom
- TabOrder = 1
- object Panel2: TPanel
- Left = 164
- Top = 1
- Width = 274
- Height = 42
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 0
- object OKBtn: TNeoBitBtn
- Left = 21
- Top = 8
- Width = 81
- Height = 28
- Caption = 'OK'
- Default = True
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 0
- OnClick = BitBtn5Click
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000000000000080020000E00100000000000000000000030303000303
- 830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
- FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333333333
- 3333333333333333300033333333333000B0330000300000E00030BFB80FBFB0
- E0003000000BFBF0E00030BFB80FBFB0E0003000000BFBF0E00030BFB80F0FB0
- E00030000000FBF0E00030BFB800BFB0E0003300000BFB0000003333330FB033
- 33333333330B033333333333330F733333333333333073333333}
- end
- object Cancel: TNeoBitBtn
- Left = 105
- Top = 8
- Width = 81
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ModalResult = 2
- ParentFont = False
- TabOrder = 1
- OnClick = BitBtn6Click
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000000000000080020000E00100000000000000000000030303000303
- 830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
- FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333707333
- 33333333330F733333333333330B033330003333330FB03000B03370000BFB00
- E000330FBFBFBFB0E000330078FBFBF0E000330FBFBFBFB0E000330078FBFBF0
- E000330FBFBFBFB0E000330078FBFBF0E000330FBFBFBFB0E000337000000000
- 0000333333333333333333333333333333333333333333333333}
- end
- object HelpBtn: TNeoBitBtn
- Left = 189
- Top = 8
- Width = 81
- Height = 28
- Caption = '&Help'
- Font.Color = clBtnText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = HelpBtnClick
- Glyph.Data = {
- 76010000424D760100000000000076000000280000001B000000100000000100
- 0400000000000000000080020000E00100000000000000000000030303000303
- 830003830300038383008303030083038300838303007F7F7F00BFBFBF000303
- FF0003FF030003FFFF00FF030300FF03FF00FFFF0300FFFFFF00333333333333
- 3300003333333330000033333333333300BFBF00333333300000333333333330
- FBF00BFB03333330000033333333330FBFBFBFBFB0333330000033333333300B
- FBFBFBFBF003333000003333333000BFBFB00FBFBF00033000003333330BF0FB
- FB0BF0FBFB0BF03000003CC330BF70BF000FBF00BF07BF0000003CC330FBF0F0
- FF00F0FF0B0BFB000000333330BF00B0F00FB0F00F00BF0000003CC3330030F0
- 000BF0000B03003000003CCC3333300F00BFBF00B00333300000333CC333330B
- FBF00BFBF03333300000CC3CC3333330BFBF0FBF033333300000CCCCC3333333
- 00FBFB003333333000003CCC3333333333000033333333300000}
- end
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 439
- Height = 234
- Align = alClient
- BorderWidth = 4
- TabOrder = 0
- object NeoMemo1: TMemo
- Left = 5
- Top = 5
- Width = 429
- Height = 224
- Align = alClient
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Left = 8
- Top = 244
- end
- object MainMenu1: TMainMenu
- Left = 40
- Top = 245
- object File1: TMenuItem
- Caption = '&File'
- ShortCut = 0
- object L1: TMenuItem
- Caption = 'Import &Text...'
- ShortCut = 0
- OnClick = LoadClick
- end
- end
- object E1: TMenuItem
- Caption = '&Edit'
- ShortCut = 0
- OnClick = E1Click
- object Cut: TMenuItem
- Caption = 'Cu&t'
- ShortCut = 16472
- OnClick = BitBtn1Click
- end
- object CutHide1: TMenuItem
- Caption = 'CutHide'
- ShortCut = 8238
- Visible = False
- end
- object Copy: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = BitBtn2Click
- end
- object CopyHide1: TMenuItem
- Caption = 'CopyHide'
- ShortCut = 16429
- Visible = False
- end
- object Paste: TMenuItem
- Caption = '&Paste'
- ShortCut = 16470
- OnClick = BitBtn3Click
- end
- object PasteHide1: TMenuItem
- Caption = 'PasteHide'
- ShortCut = 8237
- Visible = False
- end
- object Delete: TMenuItem
- Caption = '&Delete'
- ShortCut = 16430
- OnClick = BitBtn4Click
- end
- object N2: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object Selectall: TMenuItem
- Caption = '&Select All'
- ShortCut = 0
- OnClick = SelectallClick
- end
- end
- object textmenu: TMenuItem
- Caption = '&Text'
- ShortCut = 0
- OnClick = textmenuClick
- object Left: TMenuItem
- Caption = '&Left'
- GroupIndex = 1
- ShortCut = 0
- OnClick = LeftClick
- end
- object Center1: TMenuItem
- Caption = '&Center'
- GroupIndex = 1
- ShortCut = 0
- OnClick = Center1Click
- end
- object Right1: TMenuItem
- Caption = '&Right'
- GroupIndex = 1
- ShortCut = 0
- OnClick = Right1Click
- end
- end
- end
- end
-