home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / Slunec / app / 16 / Renamer.exe / 0 / RCDATA / TMESSAGEFORM / TMESSAGEFORM.txt < prev   
Text File  |  2000-08-06  |  2KB  |  89 lines

  1. object MessageForm: TMessageForm
  2.   Left = 375
  3.   Top = 246
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 132
  7.   ClientWidth = 329
  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.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object MessageLine1: TLabel
  22.     Left = 16
  23.     Top = 8
  24.     Width = 297
  25.     Height = 20
  26.     AutoSize = False
  27.     Caption = 'MessageLine1'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -16
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object MessageLine2: TLabel
  36.     Left = 16
  37.     Top = 36
  38.     Width = 297
  39.     Height = 13
  40.     AutoSize = False
  41.     Caption = 'MessageLine2'
  42.   end
  43.   object MessageLine3: TLabel
  44.     Left = 16
  45.     Top = 56
  46.     Width = 297
  47.     Height = 13
  48.     AutoSize = False
  49.     Caption = 'MessageLine3'
  50.   end
  51.   object Bevel1: TBevel
  52.     Left = 16
  53.     Top = 80
  54.     Width = 297
  55.     Height = 9
  56.     Shape = bsTopLine
  57.   end
  58.   object OKBtn: TButton
  59.     Left = 127
  60.     Top = 96
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'OK'
  64.     TabOrder = 0
  65.     OnClick = OKBtnClick
  66.     OnKeyPress = OKBtnKeyPress
  67.   end
  68.   object YesBtn: TButton
  69.     Left = 31
  70.     Top = 96
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Ano'
  74.     TabOrder = 1
  75.     OnClick = YesBtnClick
  76.     OnKeyPress = YesBtnKeyPress
  77.   end
  78.   object NoBtn: TButton
  79.     Left = 223
  80.     Top = 96
  81.     Width = 75
  82.     Height = 25
  83.     Caption = 'Ne'
  84.     TabOrder = 2
  85.     OnClick = NoBtnClick
  86.     OnKeyPress = NoBtnKeyPress
  87.   end
  88. end
  89.