home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Madera / Install.dat / Arch2000.exe / 0 / RCDATA / TSETFORM / TSETFORM.txt
Encoding:
Text File  |  1999-10-27  |  3.1 KB  |  129 lines

  1. object SetForm: TSetForm
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nastaven∩┐╜ projektu'
  6.   ClientHeight = 214
  7.   ClientWidth = 280
  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.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 4
  21.     Top = 4
  22.     Width = 273
  23.     Height = 161
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 8
  29.       Top = 12
  30.       Width = 185
  31.       Height = 13
  32.       Caption = 'Jm∩┐╜no spustiteln∩┐╜ho souboru instalace:'
  33.     end
  34.     object Label2: TLabel
  35.       Left = 136
  36.       Top = 32
  37.       Width = 24
  38.       Height = 13
  39.       Caption = '.EXE'
  40.     end
  41.     object Label3: TLabel
  42.       Left = 8
  43.       Top = 108
  44.       Width = 171
  45.       Height = 13
  46.       Caption = 'V∩┐╜stupn∩┐╜ adres∩┐╜∩┐╜ pro datov∩┐╜ soubor:'
  47.     end
  48.     object OutDirBtn: TSpeedButton
  49.       Left = 240
  50.       Top = 124
  51.       Width = 23
  52.       Height = 22
  53.       Flat = True
  54.       Glyph.Data = {
  55.         76010000424D7601000000000000760000002800000020000000100000000100
  56.         04000000000000010000120B0000120B00001000000000000000000000000000
  57.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  58.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  59.         333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  60.         300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  61.         333337F373F773333333303330033333333337F3377333333333303333333333
  62.         333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  63.         333337777F337F33333330330BB00333333337F373F773333333303330033333
  64.         333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  65.         333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  66.         333373F773333333333330033333333333333773333333333333}
  67.       NumGlyphs = 2
  68.       OnClick = OutDirBtnClick
  69.     end
  70.     object Label4: TLabel
  71.       Left = 8
  72.       Top = 60
  73.       Width = 168
  74.       Height = 13
  75.       Caption = 'Jm∩┐╜no datov∩┐╜ho souboru instalace:'
  76.     end
  77.     object Label5: TLabel
  78.       Left = 136
  79.       Top = 80
  80.       Width = 25
  81.       Height = 13
  82.       Caption = '.DAT'
  83.     end
  84.     object InstNameEdit: TEdit
  85.       Left = 12
  86.       Top = 28
  87.       Width = 121
  88.       Height = 21
  89.       TabOrder = 0
  90.       OnChange = InstNameEditChange
  91.       OnKeyPress = InstNameEditKeyPress
  92.     end
  93.     object OutDirEdit: TEdit
  94.       Left = 12
  95.       Top = 124
  96.       Width = 225
  97.       Height = 21
  98.       TabOrder = 2
  99.       OnChange = InstNameEditChange
  100.     end
  101.     object DatNameEdit: TEdit
  102.       Left = 12
  103.       Top = 76
  104.       Width = 121
  105.       Height = 21
  106.       TabOrder = 1
  107.       OnChange = InstNameEditChange
  108.       OnKeyPress = InstNameEditKeyPress
  109.     end
  110.   end
  111.   object OkBtn: TBitBtn
  112.     Left = 8
  113.     Top = 180
  114.     Width = 75
  115.     Height = 25
  116.     TabOrder = 1
  117.     Kind = bkOK
  118.   end
  119.   object CancelBtn: TBitBtn
  120.     Left = 196
  121.     Top = 180
  122.     Width = 75
  123.     Height = 25
  124.     Caption = 'Zru∩┐╜it'
  125.     TabOrder = 2
  126.     Kind = bkCancel
  127.   end
  128. end
  129.