home *** CD-ROM | disk | FTP | other *** search
- object DLG_FRM: TDLG_FRM
- Left = 239
- Top = 133
- BorderIcons = []
- BorderStyle = bsToolWindow
- Caption = 'PC World Komputer CD'
- ClientHeight = 233
- ClientWidth = 370
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- OnCreate = FormCreate
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object BG_IM: TImage
- Left = 0
- Top = 0
- Width = 350
- Height = 100
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Visible = False
- end
- object Panel1: TPanel
- Left = 144
- Top = 69
- Width = 65
- Height = 20
- Caption = 'OK'
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Panel1Click
- OnMouseDown = Panel1MouseDown
- OnMouseUp = Panel1MouseUp
- end
- object RichEdit1: TRichEdit
- Left = 24
- Top = 16
- Width = 305
- Height = 49
- BorderStyle = bsNone
- Color = clBlack
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'RichEdit1')
- ParentFont = False
- TabOrder = 1
- end
- end
-