home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd1.bin / software / fotoview / foto.exe / FotoView.exe / 0 / RCDATA / TFORMOPTIONS / TFORMOPTIONS.txt
Encoding:
Text File  |  2004-04-15  |  7.7 KB  |  334 lines

  1. object FormOptions: TFormOptions
  2.   Left = 415
  3.   Top = 227
  4.   BorderStyle = bsSingle
  5.   Caption = 'Nastaven'#237' programu'
  6.   ClientHeight = 247
  7.   ClientWidth = 430
  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 = poDesktopCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 16
  23.     Top = 16
  24.     Width = 311
  25.     Height = 217
  26.     ActivePage = TabCrop
  27.     TabIndex = 0
  28.     TabOrder = 3
  29.     object TabCrop: TTabSheet
  30.       Caption = 'O'#345'ez'#225'v'#225'n'#237
  31.       object CropRatioRadioGroup: TRadioGroup
  32.         Left = 16
  33.         Top = 16
  34.         Width = 153
  35.         Height = 153
  36.         Caption = 'Velikost o'#345'ezu'
  37.         ItemIndex = 0
  38.         Items.Strings = (
  39.           'Bez omezen'#237
  40.           'Klasick'#233' foto (2:3)'
  41.           'Digit'#225'ln'#237' foto (3:4)'
  42.           'Voliteln'#253' pom'#283'r (n:m)'
  43.           'Pevn'#253' rozm'#283'r (nxm)')
  44.         TabOrder = 0
  45.       end
  46.       object GroupBox2: TGroupBox
  47.         Left = 184
  48.         Top = 16
  49.         Width = 105
  50.         Height = 73
  51.         Caption = 'Voliteln'#253' pom'#283'r'
  52.         ParentShowHint = False
  53.         ShowHint = False
  54.         TabOrder = 1
  55.         object Label1: TLabel
  56.           Left = 10
  57.           Top = 23
  58.           Width = 26
  59.           Height = 13
  60.           Caption = #352#237#345'ka'
  61.         end
  62.         object Label2: TLabel
  63.           Left = 10
  64.           Top = 47
  65.           Width = 29
  66.           Height = 13
  67.           Caption = 'V'#253#353'ka'
  68.         end
  69.         object CropRatioM: TUpDown
  70.           Left = 80
  71.           Top = 44
  72.           Width = 15
  73.           Height = 21
  74.           Associate = Edit3
  75.           Min = 1
  76.           Max = 25
  77.           Position = 1
  78.           TabOrder = 0
  79.           Wrap = False
  80.         end
  81.         object CropRatioN: TUpDown
  82.           Left = 80
  83.           Top = 20
  84.           Width = 15
  85.           Height = 21
  86.           Associate = Edit2
  87.           Min = 1
  88.           Max = 25
  89.           Position = 1
  90.           TabOrder = 1
  91.           Wrap = False
  92.         end
  93.         object Edit2: TEdit
  94.           Left = 46
  95.           Top = 20
  96.           Width = 34
  97.           Height = 21
  98.           ReadOnly = True
  99.           TabOrder = 2
  100.           Text = '1'
  101.           OnChange = VolitelnyPomerChange
  102.         end
  103.         object Edit3: TEdit
  104.           Left = 46
  105.           Top = 44
  106.           Width = 34
  107.           Height = 21
  108.           ReadOnly = True
  109.           TabOrder = 3
  110.           Text = '1'
  111.           OnChange = VolitelnyPomerChange
  112.         end
  113.       end
  114.       object GroupBox4: TGroupBox
  115.         Left = 184
  116.         Top = 96
  117.         Width = 105
  118.         Height = 73
  119.         Caption = 'Pevn'#253' rozm'#283'r'
  120.         ParentShowHint = False
  121.         ShowHint = False
  122.         TabOrder = 2
  123.         object Label3: TLabel
  124.           Left = 10
  125.           Top = 23
  126.           Width = 26
  127.           Height = 13
  128.           Caption = #352#237#345'ka'
  129.         end
  130.         object Label4: TLabel
  131.           Left = 10
  132.           Top = 47
  133.           Width = 29
  134.           Height = 13
  135.           Caption = 'V'#253#353'ka'
  136.         end
  137.         object CropSizeM: TUpDown
  138.           Left = 81
  139.           Top = 44
  140.           Width = 15
  141.           Height = 21
  142.           Associate = Edit5
  143.           Min = 16
  144.           Max = 4096
  145.           Increment = 16
  146.           Position = 16
  147.           TabOrder = 0
  148.           Wrap = False
  149.         end
  150.         object CropSizeN: TUpDown
  151.           Left = 81
  152.           Top = 20
  153.           Width = 15
  154.           Height = 21
  155.           Associate = Edit4
  156.           Min = 16
  157.           Max = 4096
  158.           Increment = 16
  159.           Position = 16
  160.           TabOrder = 1
  161.           Wrap = False
  162.         end
  163.         object Edit4: TEdit
  164.           Left = 47
  165.           Top = 20
  166.           Width = 34
  167.           Height = 21
  168.           ReadOnly = True
  169.           TabOrder = 2
  170.           Text = '16'
  171.           OnChange = PevnyRozmerChange
  172.         end
  173.         object Edit5: TEdit
  174.           Left = 47
  175.           Top = 44
  176.           Width = 34
  177.           Height = 21
  178.           ReadOnly = True
  179.           TabOrder = 3
  180.           Text = '16'
  181.           OnChange = PevnyRozmerChange
  182.         end
  183.       end
  184.     end
  185.     object TabShow: TTabSheet
  186.       Caption = 'Zobrazen'#237
  187.       ImageIndex = 3
  188.       object StretchRadioGroup: TRadioGroup
  189.         Left = 16
  190.         Top = 16
  191.         Width = 273
  192.         Height = 153
  193.         Caption = 'Stretch interpolation metod'
  194.         ItemIndex = 0
  195.         Items.Strings = (
  196.           'sfNearest'
  197.           'sfLinear'
  198.           'sfSpline'
  199.           'sfLanczos'
  200.           'sfMitchell')
  201.         TabOrder = 0
  202.       end
  203.     end
  204.     object TabSave: TTabSheet
  205.       Caption = 'Ukl'#225'd'#225'n'#237
  206.       ImageIndex = 3
  207.       object ThumbRadioGroup: TRadioGroup
  208.         Left = 16
  209.         Top = 104
  210.         Width = 273
  211.         Height = 65
  212.         Caption = 'Re'#382'im generov'#225'n'#237' miniatur'
  213.         ItemIndex = 1
  214.         Items.Strings = (
  215.           'pevn'#225' velikost 160x120 pixel'#367
  216.           'prom'#283'nn'#225' velikost s v'#283't'#353#237' stranou 160 pixel'#367)
  217.         TabOrder = 0
  218.       end
  219.       object ThumbAutoCheckBox: TCheckBox
  220.         Left = 16
  221.         Top = 64
  222.         Width = 281
  223.         Height = 17
  224.         Caption = 'Automaticky aktualizuj miniatury'
  225.         Checked = True
  226.         State = cbChecked
  227.         TabOrder = 1
  228.         OnClick = ThumbAutoCheckBoxClick
  229.       end
  230.       object OverwriteCheckBox: TCheckBox
  231.         Left = 16
  232.         Top = 16
  233.         Width = 281
  234.         Height = 17
  235.         Caption = 'P'#345'episov'#225'n'#237' oto'#269'en'#253'ch a p'#345'evr'#225'cen'#253'ch fotek'
  236.         TabOrder = 2
  237.       end
  238.       object OldDateCheckBox: TCheckBox
  239.         Left = 16
  240.         Top = 40
  241.         Width = 281
  242.         Height = 17
  243.         Caption = 'P'#367'vodn'#237' datum transformovan'#253'ch soubor'#367
  244.         TabOrder = 3
  245.       end
  246.     end
  247.     object TabIptc: TTabSheet
  248.       Caption = 'Kategorie IPTC'
  249.       ImageIndex = 2
  250.       object GroupBox1: TGroupBox
  251.         Left = 16
  252.         Top = 16
  253.         Width = 273
  254.         Height = 153
  255.         Caption = 'P'#345'edefinovan'#233' kategorie fotografi'#237
  256.         TabOrder = 0
  257.         object ListBox1: TListBox
  258.           Left = 16
  259.           Top = 48
  260.           Width = 185
  261.           Height = 89
  262.           ItemHeight = 13
  263.           Sorted = True
  264.           TabOrder = 0
  265.         end
  266.         object Button1: TButton
  267.           Left = 214
  268.           Top = 22
  269.           Width = 48
  270.           Height = 23
  271.           Caption = 'P'#345'idej'
  272.           TabOrder = 1
  273.           OnClick = Button1Click
  274.         end
  275.         object Edit1: TEdit
  276.           Left = 16
  277.           Top = 22
  278.           Width = 185
  279.           Height = 21
  280.           TabOrder = 2
  281.         end
  282.         object Button2: TButton
  283.           Left = 214
  284.           Top = 50
  285.           Width = 48
  286.           Height = 23
  287.           Caption = 'Odstra'#328
  288.           TabOrder = 3
  289.           OnClick = Button2Click
  290.         end
  291.       end
  292.     end
  293.   end
  294.   object BtnOK: TBitBtn
  295.     Left = 344
  296.     Top = 176
  297.     Width = 73
  298.     Height = 25
  299.     TabOrder = 1
  300.     OnClick = BtnOKClick
  301.     Kind = bkOK
  302.   end
  303.   object LangRadioGroup: TRadioGroup
  304.     Left = 344
  305.     Top = 32
  306.     Width = 73
  307.     Height = 65
  308.     Caption = 'Jazyk'
  309.     Color = clBtnFace
  310.     Font.Charset = DEFAULT_CHARSET
  311.     Font.Color = clWindowText
  312.     Font.Height = -11
  313.     Font.Name = 'MS Sans Serif'
  314.     Font.Style = []
  315.     ItemIndex = 0
  316.     Items.Strings = (
  317.       #268'e'#353'tina'
  318.       'English')
  319.     ParentColor = False
  320.     ParentFont = False
  321.     TabOrder = 2
  322.     OnClick = LangRadioGroupClick
  323.   end
  324.   object BtnCancel: TBitBtn
  325.     Left = 344
  326.     Top = 208
  327.     Width = 73
  328.     Height = 25
  329.     TabOrder = 0
  330.     OnClick = BtnCancelClick
  331.     Kind = bkCancel
  332.   end
  333. end
  334.