home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2000 July & August / EPA005.iso / Pcwk32.exe / 0 / RCDATA / TDLG_FRM / TDLG_FRM.txt < prev   
Encoding:
Text File  |  2000-05-23  |  1.4 KB  |  67 lines

  1. object DLG_FRM: TDLG_FRM
  2.   Left = 239
  3.   Top = 133
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'PC World Komputer CD'
  7.   ClientHeight = 233
  8.   ClientWidth = 370
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BG_IM: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 350
  25.     Height = 100
  26.     AutoSize = True
  27.     Picture.Data = {<image000.bmp>}
  28.     Visible = False
  29.   end
  30.   object Panel1: TPanel
  31.     Left = 144
  32.     Top = 69
  33.     Width = 65
  34.     Height = 20
  35.     Caption = 'OK'
  36.     Color = clGray
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clYellow
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     OnClick = Panel1Click
  45.     OnMouseDown = Panel1MouseDown
  46.     OnMouseUp = Panel1MouseUp
  47.   end
  48.   object RichEdit1: TRichEdit
  49.     Left = 24
  50.     Top = 16
  51.     Width = 305
  52.     Height = 49
  53.     BorderStyle = bsNone
  54.     Color = clBlack
  55.     Enabled = False
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clYellow
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     Lines.Strings = (
  62.       'RichEdit1')
  63.     ParentFont = False
  64.     TabOrder = 1
  65.   end
  66. end
  67.