home *** CD-ROM | disk | FTP | other *** search
- object AboutForm: TAboutForm
- Left = 370
- Top = 193
- BorderStyle = bsDialog
- ClientHeight = 406
- ClientWidth = 322
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 4
- Top = 5
- Width = 313
- Height = 207
- BevelOuter = bvLowered
- TabOrder = 0
- object Image1: TImage
- Left = 2
- Top = 2
- Width = 309
- Height = 202
- Center = True
- Picture.Data = {<image000.bmp>}
- end
- end
- object OKButton: TButton
- Left = 23
- Top = 372
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object EnglishAboutMemo: TMemo
- Left = 14
- Top = 229
- Width = 294
- Height = 111
- TabStop = False
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = '����'
- Font.Style = []
- ImeName = '�ѱ���(�ѱ�)'
- Lines.Strings = (
- 'This is final release of Bluette toward ver 0.7.'
- ' '
- 'Bluette 0.7 will be released on December 1.'
- ''
- 'You can download Bluette 0.7 at Bluette home.'
- ''
- 'Bluette home : http://blue.donga.ac.kr/bluette'
- ''
- ' 1998 . 11 blue@esther.donga.ac.kr')
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 2
- end
- object MoreButton: TButton
- Left = 124
- Top = 372
- Width = 75
- Height = 25
- Caption = '&More'
- TabOrder = 3
- OnClick = MoreButtonClick
- end
- object Button1: TButton
- Left = 224
- Top = 372
- Width = 75
- Height = 25
- Caption = 'to &English'
- TabOrder = 4
- OnClick = Button1Click
- end
- object KoreanAboutMemo: TMemo
- Left = 13
- Top = 227
- Width = 295
- Height = 116
- TabStop = False
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = '����'
- Font.Style = []
- ImeName = '�ѱ���(�ѱ�)'
- Lines.Strings = (
- '�� ���α׷��� ���翧 0.7�� ���� ������ �����Դϴ�.'
- ''
- '���翧 0.7�� 12�� 1�Ͽ� ��ǥ�� ������ �ֽ��ϴ�.'
- ' '
- '���翧 0.7�� ���翧 Ȩ���������� �ٿ�ε� ��������.'
- ''
- '���翧 Ȩ������ : http://blue.donga.ac.kr/bluette'
- ''
- ' 1998 . 11 blue@esther.donga.ac.kr'
- '')
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 5
- end
- end
-