home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / tm / tm.exe / TraMet.exe / 0 / RCDATA / TDIALOGWND / TDIALOGWND.txt
Text File  |  2003-09-18  |  904b  |  45 lines

  1. object DialogWnd: TDialogWnd
  2.   Left = 317
  3.   Top = 325
  4.   Width = 289
  5.   Height = 92
  6.   AutoSize = True
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'DialogWnd'
  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.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 281
  24.     Height = 15
  25.     Alignment = taCenter
  26.     AutoSize = False
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -15
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     Layout = tlCenter
  34.   end
  35.   object Button1: TButton
  36.     Left = 104
  37.     Top = 40
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&OK'
  41.     TabOrder = 0
  42.     OnClick = Button1Click
  43.   end
  44. end
  45.