home *** CD-ROM | disk | FTP | other *** search
- object AboutForm: TAboutForm
- Left = 268
- Top = 160
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 261
- ClientWidth = 285
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 14
- object Label2: TLabel
- Left = 81
- Top = 23
- Width = 182
- Height = 14
- Caption = 'Copyright � 1997. Doyoung Na.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label1: TLabel
- Left = 81
- Top = 9
- Width = 63
- Height = 14
- Caption = 'SA Library'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 81
- Top = 37
- Width = 119
- Height = 14
- Caption = 'All Rights Reserved.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Image1: TImage
- Left = 34
- Top = 16
- Width = 33
- Height = 33
- Picture.Data = {<image000.ico>}
- end
- object Bevel1: TBevel
- Left = 0
- Top = 217
- Width = 285
- Height = 44
- Align = alBottom
- Shape = bsTopLine
- end
- object Bevel2: TBevel
- Left = 0
- Top = 60
- Width = 285
- Height = 7
- Shape = bsTopLine
- end
- object Label4: TLabel
- Left = 17
- Top = 121
- Width = 251
- Height = 32
- Alignment = taCenter
- AutoSize = False
- Caption =
- 'IMPORTANT : This program is protected by the USA and Internation' +
- 'al copyright laws.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label5: TLabel
- Left = 17
- Top = 166
- Width = 251
- Height = 19
- Alignment = taCenter
- AutoSize = False
- Caption = 'Author: Doyoung Na'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Bevel3: TBevel
- Left = 0
- Top = 158
- Width = 287
- Height = 4
- Shape = bsTopLine
- end
- object Label7: TLabel
- Left = 54
- Top = 181
- Width = 177
- Height = 31
- Alignment = taCenter
- AutoSize = False
- Caption = 'email: dna@scholarsaid.com www.scholarsaid.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object LProdID: TLabel
- Left = 32
- Top = 100
- Width = 221
- Height = 14
- Alignment = taCenter
- AutoSize = False
- end
- object LProductStat: TLabel
- Left = 18
- Top = 68
- Width = 249
- Height = 14
- Alignment = taCenter
- AutoSize = False
- end
- object LUser: TLabel
- Left = 27
- Top = 84
- Width = 231
- Height = 14
- Alignment = taCenter
- AutoSize = False
- end
- object Button1: TButton
- Left = 105
- Top = 230
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- end
-