home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TMSGDLGFORM / TMSGDLGFORM.txt
Text File  |  2008-01-12  |  2KB  |  91 lines

  1. object MsgDlgForm: TMsgDlgForm
  2.   Left = 275
  3.   Top = 180
  4.   BorderStyle = bsDialog
  5.   Caption = 'MsgDlgForm'
  6.   ClientHeight = 156
  7.   ClientWidth = 354
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ResIcon: TImage
  22.     Left = 12
  23.     Top = 44
  24.     Width = 32
  25.     Height = 32
  26.   end
  27.   object LblMsg: TLabel
  28.     Left = 56
  29.     Top = 44
  30.     Width = 34
  31.     Height = 13
  32.     Caption = 'LblMsg'
  33.   end
  34.   object LblCaption: TLabel
  35.     Left = 12
  36.     Top = 12
  37.     Width = 36
  38.     Height = 13
  39.     Caption = 'Caption'
  40.   end
  41.   object BtnYes: TButton
  42.     Left = 24
  43.     Top = 120
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'BtnYes'
  47.     TabOrder = 0
  48.   end
  49.   object BtnNo: TButton
  50.     Left = 104
  51.     Top = 120
  52.     Width = 75
  53.     Height = 25
  54.     Caption = 'BtnNo'
  55.     TabOrder = 1
  56.   end
  57.   object BtnOk: TButton
  58.     Left = 184
  59.     Top = 120
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'BtnOk'
  63.     TabOrder = 2
  64.   end
  65.   object BtnCancel: TButton
  66.     Left = 264
  67.     Top = 120
  68.     Width = 75
  69.     Height = 25
  70.     Caption = 'BtnCancel'
  71.     TabOrder = 3
  72.   end
  73.   object EdiInput: TEdit
  74.     Left = 56
  75.     Top = 62
  76.     Width = 233
  77.     Height = 21
  78.     TabOrder = 4
  79.   end
  80.   object PnlSep: TPanel
  81.     Left = 12
  82.     Top = 28
  83.     Width = 185
  84.     Height = 2
  85.     BevelOuter = bvNone
  86.     Color = clBlack
  87.     ParentBackground = False
  88.     TabOrder = 5
  89.   end
  90. end
  91.