home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / E-MAIL / Pronto / P32FAM.EXE / Family.z / FAMILY.exe / 0 / RCDATA / TYESNODIALOGFORM / TYESNODIALOGFORM.txt
Text File  |  1997-03-10  |  2KB  |  78 lines

  1. object YesNoDialogForm: TYesNoDialogForm
  2.   Left = 438
  3.   Top = 151
  4.   BorderStyle = bsNone
  5.   Caption = 'Pronto Family'
  6.   ClientHeight = 407
  7.   ClientWidth = 467
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object imgBackGr: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 403
  21.     Height = 156
  22.   end
  23.   object Image2: TImage
  24.     Left = 171
  25.     Top = 96
  26.     Width = 100
  27.     Height = 42
  28.     Cursor = 18
  29.     OnMouseDown = Image2MouseDown
  30.   end
  31.   object Image3: TImage
  32.     Left = 286
  33.     Top = 97
  34.     Width = 97
  35.     Height = 42
  36.     Cursor = 18
  37.     OnMouseUp = Image3MouseUp
  38.   end
  39.   object lbl: TLabel
  40.     Left = 29
  41.     Top = 23
  42.     Width = 351
  43.     Height = 71
  44.     Alignment = taCenter
  45.     AutoSize = False
  46.     Caption = 'Cant Replace Existing File !'
  47.     Font.Color = clNavy
  48.     Font.Height = -19
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold, fsItalic]
  51.     ParentFont = False
  52.     Transparent = True
  53.     WordWrap = True
  54.   end
  55.   object LblCheck: TLabel
  56.     Left = 40
  57.     Top = 78
  58.     Width = 345
  59.     Height = 13
  60.     Caption = 'LblCheck'
  61.     Font.Color = clNavy
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold, fsItalic]
  65.     ParentFont = False
  66.     Transparent = True
  67.     WordWrap = True
  68.   end
  69.   object ChCheck: TCheckBox
  70.     Left = 24
  71.     Top = 78
  72.     Width = 13
  73.     Height = 13
  74.     State = cbChecked
  75.     TabOrder = 0
  76.   end
  77. end
  78.