home *** CD-ROM | disk | FTP | other *** search
- object FM_About: TFM_About
- Left = 368
- Top = 227
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 292
- ClientWidth = 385
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- Position = poDefault
- Scaled = False
- PixelsPerInch = 120
- TextHeight = 20
- object PL_Base: TPanel
- Left = 9
- Top = 8
- Width = 368
- Height = 243
- BevelOuter = bvNone
- TabOrder = 0
- object PL_Kobayashi: TPanel
- Left = 0
- Top = 0
- Width = 368
- Height = 46
- Align = alTop
- Caption = 'Kobayashi Software'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -33
- Font.Name = 'Times New Roman'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object PL_Copyright: TPanel
- Left = 0
- Top = 198
- Width = 368
- Height = 45
- Align = alBottom
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object LL_Copyright: TLabel
- Left = 117
- Top = 4
- Width = 239
- Height = 16
- Alignment = taRightJustify
- Caption = 'Copyright � 1995, 1997 by Eric Schreiber'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object LL_Rights: TLabel
- Left = 237
- Top = 24
- Width = 119
- Height = 16
- Alignment = taRightJustify
- Caption = 'All Rights Reserved'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- end
- object PL_Info: TPanel
- Left = 0
- Top = 46
- Width = 368
- Height = 152
- Align = alClient
- BorderWidth = 7
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBtnText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- object PL_Logo: TPanel
- Left = 8
- Top = 8
- Width = 352
- Height = 136
- Align = alClient
- BevelOuter = bvLowered
- Color = clWhite
- TabOrder = 0
- object IE_Kobayashi: TImage
- Left = 11
- Top = 6
- Width = 91
- Height = 125
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Stretch = True
- end
- object LL_ProgramName: TLabel
- Left = 128
- Top = 30
- Width = 88
- Height = 29
- Caption = 'PROLIX'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -23
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- IsControl = True
- end
- object LL_Description: TLabel
- Left = 128
- Top = 63
- Width = 92
- Height = 16
- Caption = '32-bit text editor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object LL_Version: TLabel
- Left = 128
- Top = 81
- Width = 184
- Height = 16
- Caption = 'Version 2.0 for Windows 95/NT'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- end
- end
- end
- object BT_Close: TButton
- Left = 143
- Top = 258
- Width = 100
- Height = 30
- Caption = 'Close'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBtnText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BT_CloseClick
- end
- end
-