home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / Globy / _SETUP.1 / Sazeni3D.exe / 0 / RCDATA / TEXPROZ / TEXPROZ.txt
Text File  |  1994-11-07  |  3KB  |  129 lines

  1. object exproz: Texproz
  2.   Left = 200
  3.   Top = 108
  4.   HelpContext = 61
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Export'
  8.   ClientHeight = 313
  9.   ClientWidth = 364
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 6
  21.     Top = 6
  22.     Width = 148
  23.     Height = 13
  24.     Caption = 'Vyberte rozpisy pro export'
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 244
  33.     Top = 6
  34.     Width = 115
  35.     Height = 13
  36.     Alignment = taRightJustify
  37.     AutoSize = False
  38.     Caption = 'Celkem vybr∩┐╜no: 0'
  39.   end
  40.   object Label5: TLabel
  41.     Left = 4
  42.     Top = 270
  43.     Width = 77
  44.     Height = 13
  45.     Caption = 'Pod∩┐╜vejte se na:'
  46.   end
  47.   object RxLabel1: TRxLabel
  48.     Left = 85
  49.     Top = 269
  50.     Width = 275
  51.     Height = 14
  52.     Hint = 'Dvojit∩┐╜ klik = zavol∩┐╜n∩┐╜ na∩┐╜∩┐╜ www str∩┐╜nky se schr∩┐╜nkou rozpis∩┐╜'
  53.     AutoSize = False
  54.     Font.Color = clNavy
  55.     Font.Height = -11
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     ParentShowHint = False
  60.     ShowHint = True
  61.     OnDblClick = RxLabel1DblClick
  62.   end
  63.   object RxCheckListBox1: TRxCheckListBox
  64.     Left = 1
  65.     Top = 23
  66.     Width = 362
  67.     Height = 245
  68.     AutoScroll = False
  69.     ItemHeight = 13
  70.     Sorted = True
  71.     TabOrder = 0
  72.     OnClickCheck = RxCheckListBox1ClickCheck
  73.     InternalVersion = 202
  74.   end
  75.   object Button1: TButton
  76.     Left = 299
  77.     Top = 289
  78.     Width = 64
  79.     Height = 24
  80.     Cancel = True
  81.     Caption = '&Opustit'
  82.     TabOrder = 3
  83.     OnClick = Button1Click
  84.   end
  85.   object CheckBox1: TCheckBox
  86.     Left = 203
  87.     Top = 293
  88.     Width = 41
  89.     Height = 15
  90.     Caption = '&V∩┐╜e'
  91.     TabOrder = 2
  92.     OnClick = CheckBox1Click
  93.   end
  94.   object Button2: TButton
  95.     Left = 2
  96.     Top = 288
  97.     Width = 135
  98.     Height = 24
  99.     Caption = '&Export vybran∩┐╜ch rozpis∩┐╜'
  100.     Enabled = False
  101.     TabOrder = 1
  102.     OnClick = Button2Click
  103.   end
  104.   object MSOfficeCaption1: TMSOfficeCaption
  105.     AppNameText.FontKind = fkSystemB
  106.     AppNameText.Visible = True
  107.     CaptionText.Caption = 'Export'
  108.     CaptionText.ColorActive = clYellow
  109.     CaptionText.ColorInactive = clGray
  110.     CaptionText.FontKind = fkSystem
  111.     CaptionText.Visible = True
  112.     CompanyText.FontKind = fkSystemBI
  113.     CompanyText.Visible = True
  114.     Left = 320
  115.     Top = 32
  116.   end
  117.   object SaveDialog1: TSaveDialog
  118.     FileEditStyle = fsEdit
  119.     Filter = 'Rozpisy hry ∩┐╜∩┐╜astn∩┐╜ch 10'
  120.     Options = [ofOverwritePrompt]
  121.     Left = 290
  122.     Top = 32
  123.   end
  124.   object Table1: TTable
  125.     Left = 320
  126.     Top = 64
  127.   end
  128. end
  129.