home *** CD-ROM | disk | FTP | other *** search
- object SetForm: TSetForm
- Left = 192
- Top = 107
- BorderStyle = bsDialog
- Caption = 'Nastaven� projektu'
- ClientHeight = 214
- ClientWidth = 280
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 4
- Top = 4
- Width = 273
- Height = 161
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 12
- Width = 185
- Height = 13
- Caption = 'Jm�no spustiteln�ho souboru instalace:'
- end
- object Label2: TLabel
- Left = 136
- Top = 32
- Width = 24
- Height = 13
- Caption = '.EXE'
- end
- object Label3: TLabel
- Left = 8
- Top = 108
- Width = 171
- Height = 13
- Caption = 'V�stupn� adres�� pro datov� soubor:'
- end
- object OutDirBtn: TSpeedButton
- Left = 240
- Top = 124
- Width = 23
- Height = 22
- Flat = True
- Glyph.Data = {
- 76010000424D7601000000000000760000002800000020000000100000000100
- 04000000000000010000120B0000120B00001000000000000000000000000000
- 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
- 333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
- 300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
- 333337F373F773333333303330033333333337F3377333333333303333333333
- 333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
- 333337777F337F33333330330BB00333333337F373F773333333303330033333
- 333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
- 333377777F77377733330BBB0333333333337F337F33333333330BB003333333
- 333373F773333333333330033333333333333773333333333333}
- NumGlyphs = 2
- OnClick = OutDirBtnClick
- end
- object Label4: TLabel
- Left = 8
- Top = 60
- Width = 168
- Height = 13
- Caption = 'Jm�no datov�ho souboru instalace:'
- end
- object Label5: TLabel
- Left = 136
- Top = 80
- Width = 25
- Height = 13
- Caption = '.DAT'
- end
- object InstNameEdit: TEdit
- Left = 12
- Top = 28
- Width = 121
- Height = 21
- TabOrder = 0
- OnChange = InstNameEditChange
- OnKeyPress = InstNameEditKeyPress
- end
- object OutDirEdit: TEdit
- Left = 12
- Top = 124
- Width = 225
- Height = 21
- TabOrder = 2
- OnChange = InstNameEditChange
- end
- object DatNameEdit: TEdit
- Left = 12
- Top = 76
- Width = 121
- Height = 21
- TabOrder = 1
- OnChange = InstNameEditChange
- OnKeyPress = InstNameEditKeyPress
- end
- end
- object OkBtn: TBitBtn
- Left = 8
- Top = 180
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 196
- Top = 180
- Width = 75
- Height = 25
- Caption = 'Zru�it'
- TabOrder = 2
- Kind = bkCancel
- end
- end
-