home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / setit / SetIt.exe / 0 / RCDATA / TFILEOPERATIONFORM / TFILEOPERATIONFORM.txt
Text File  |  2002-07-19  |  5KB  |  206 lines

  1. object FileOperationForm: TFileOperationForm
  2.   Left = 500
  3.   Top = 253
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Manipulace se souborem'
  7.   ClientHeight = 313
  8.   ClientWidth = 394
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 5
  22.     Top = 8
  23.     Width = 384
  24.     Height = 265
  25.     ActivePage = TabSheet1
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'Volby'
  29.       object GroupBox4: TGroupBox
  30.         Left = 8
  31.         Top = 112
  32.         Width = 361
  33.         Height = 113
  34.         Caption = 'C∩┐╜l'
  35.         TabOrder = 2
  36.         object Label2: TLabel
  37.           Left = 8
  38.           Top = 32
  39.           Width = 75
  40.           Height = 13
  41.           Caption = 'N∩┐╜zev souboru:'
  42.         end
  43.         object Label1: TLabel
  44.           Left = 130
  45.           Top = 14
  46.           Width = 3
  47.           Height = 13
  48.         end
  49.         object Label3: TLabel
  50.           Left = 8
  51.           Top = 80
  52.           Width = 40
  53.           Height = 13
  54.           Caption = 'Adres∩┐╜∩┐╜:'
  55.         end
  56.         object Label4: TLabel
  57.           Left = 130
  58.           Top = 60
  59.           Width = 3
  60.           Height = 13
  61.         end
  62.         object Edit1: TEdit
  63.           Left = 88
  64.           Top = 30
  65.           Width = 169
  66.           Height = 21
  67.           MaxLength = 1000
  68.           TabOrder = 0
  69.           OnChange = Edit1Change
  70.         end
  71.         object Button3: TButton
  72.           Left = 259
  73.           Top = 30
  74.           Width = 89
  75.           Height = 21
  76.           Caption = '&Vlo∩┐╜it 8.3 n∩┐╜zev'
  77.           TabOrder = 1
  78.           OnClick = Button3Click
  79.         end
  80.         object Edit2: TEdit
  81.           Left = 88
  82.           Top = 76
  83.           Width = 169
  84.           Height = 21
  85.           Enabled = False
  86.           MaxLength = 1000
  87.           OEMConvert = True
  88.           TabOrder = 2
  89.           OnChange = Edit1Change
  90.         end
  91.         object Button4: TButton
  92.           Left = 259
  93.           Top = 76
  94.           Width = 17
  95.           Height = 21
  96.           Caption = '...'
  97.           Enabled = False
  98.           TabOrder = 3
  99.           OnClick = Button4Click
  100.         end
  101.         object Button5: TButton
  102.           Left = 278
  103.           Top = 76
  104.           Width = 70
  105.           Height = 21
  106.           Caption = '&Otev∩┐╜∩┐╜t'
  107.           TabOrder = 4
  108.           OnClick = Button5Click
  109.         end
  110.       end
  111.       object GroupBox2: TGroupBox
  112.         Left = 8
  113.         Top = 8
  114.         Width = 169
  115.         Height = 97
  116.         Caption = 'Akce'
  117.         TabOrder = 0
  118.         object RadioButton1: TRadioButton
  119.           Left = 12
  120.           Top = 24
  121.           Width = 149
  122.           Height = 17
  123.           Caption = '&P∩┐╜ejmenovat'
  124.           Checked = True
  125.           TabOrder = 0
  126.           TabStop = True
  127.           OnClick = RadioButton1Click
  128.         end
  129.         object RadioButton2: TRadioButton
  130.           Left = 12
  131.           Top = 48
  132.           Width = 149
  133.           Height = 17
  134.           Caption = '&Zkop∩┐╜rovat'
  135.           TabOrder = 1
  136.           OnClick = RadioButton1Click
  137.         end
  138.         object RadioButton3: TRadioButton
  139.           Left = 12
  140.           Top = 72
  141.           Width = 149
  142.           Height = 17
  143.           Caption = 'P∩┐╜e&sunout'
  144.           TabOrder = 2
  145.           OnClick = RadioButton1Click
  146.         end
  147.       end
  148.       object GroupBox3: TGroupBox
  149.         Left = 184
  150.         Top = 8
  151.         Width = 185
  152.         Height = 97
  153.         Caption = 'Up∩┐╜esnit'
  154.         TabOrder = 1
  155.         object CheckBox1: TCheckBox
  156.           Left = 16
  157.           Top = 24
  158.           Width = 161
  159.           Height = 17
  160.           Caption = 'U&mo∩┐╜nit krok zp∩┐╜t'
  161.           Checked = True
  162.           State = cbChecked
  163.           TabOrder = 0
  164.         end
  165.         object CheckBox2: TCheckBox
  166.           Left = 16
  167.           Top = 48
  168.           Width = 161
  169.           Height = 17
  170.           Caption = 'P∩┐╜ejmenovat p∩┐╜i &kolizi n∩┐╜zv∩┐╜'
  171.           TabOrder = 1
  172.         end
  173.         object CheckBox3: TCheckBox
  174.           Left = 16
  175.           Top = 72
  176.           Width = 161
  177.           Height = 17
  178.           Caption = 'Znovu vytvo∩┐╜it &alias'
  179.           TabOrder = 2
  180.         end
  181.       end
  182.     end
  183.   end
  184.   object Button1: TButton
  185.     Left = 223
  186.     Top = 280
  187.     Width = 75
  188.     Height = 25
  189.     Caption = 'OK'
  190.     Default = True
  191.     ModalResult = 1
  192.     TabOrder = 1
  193.     OnClick = Button1Click
  194.   end
  195.   object Button2: TButton
  196.     Left = 303
  197.     Top = 280
  198.     Width = 75
  199.     Height = 25
  200.     Cancel = True
  201.     Caption = 'Storno'
  202.     ModalResult = 2
  203.     TabOrder = 2
  204.   end
  205. end
  206.