home *** CD-ROM | disk | FTP | other *** search
/ Vrtulník 3 / Vrtulnik-3.bin / zvuk / wavmak24 / _setup.1 / WMWIN.EXE / 0 / RCDATA / TRUNFORM / TRUNFORM.txt
Text File  |  1996-11-11  |  2KB  |  82 lines

  1. object runForm: TrunForm
  2.   Left = 0
  3.   Top = 285
  4.   ActiveControl = okBtn
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'runForm'
  8.   ClientHeight = 90
  9.   ClientWidth = 290
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 177
  21.     Height = 25
  22.   end
  23.   object okBtn: TBitBtn
  24.     Left = 8
  25.     Top = 48
  26.     Width = 81
  27.     Height = 33
  28.     TabOrder = 0
  29.     OnClick = okBtnClick
  30.     Kind = bkOK
  31.   end
  32.   object cancelBtn: TBitBtn
  33.     Left = 104
  34.     Top = 48
  35.     Width = 81
  36.     Height = 33
  37.     TabOrder = 1
  38.     Kind = bkCancel
  39.   end
  40.   object helpBtn: TBitBtn
  41.     Left = 200
  42.     Top = 48
  43.     Width = 81
  44.     Height = 33
  45.     TabOrder = 2
  46.     OnClick = helpBtnClick
  47.     Kind = bkHelp
  48.   end
  49.   object passBox: TCheckBox
  50.     Left = 18
  51.     Top = 12
  52.     Width = 157
  53.     Height = 17
  54.     Caption = 'Pass current directories'
  55.     State = cbChecked
  56.     TabOrder = 3
  57.   end
  58.   object browseBtn: TBitBtn
  59.     Left = 200
  60.     Top = 8
  61.     Width = 81
  62.     Height = 25
  63.     Caption = 'Find EXE'
  64.     TabOrder = 4
  65.     OnClick = browseBtnClick
  66.     Glyph.Data = {
  67.       78010000424D7801000000000000760000002800000020000000100000000100
  68.       04000000000000000000120B0000120B00000000000000000000000000000000
  69.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  70.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  71.       333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  72.       300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  73.       333337F373F773333333303330033333333337F3377333333333303333333333
  74.       333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  75.       333337777F337F33333330330BB00333333337F373F773333333303330033333
  76.       333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  77.       333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  78.       333373F7733333333333300333333333333337733333333333330000}
  79.     NumGlyphs = 2
  80.   end
  81. end
  82.