home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 September / Chip_2000-09_cd1.bin / sharewar / Slunec / app / 5 / Renamer.exe / 0 / RCDATA / TMESSAGEFORM / TMESSAGEFORM.txt < prev   
Text File  |  2000-07-13  |  2KB  |  83 lines

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