home *** CD-ROM | disk | FTP | other *** search
/ Mundo do CD-ROM 27 / CDROM27.iso / lazer / fractal / graf.exe / 0 / RCDATA / TFORM2 / TFORM2.txt
Encoding:
Text File  |  1998-09-13  |  9.4 KB  |  456 lines

  1. object Form2: TForm2
  2.   Left = 392
  3.   Top = 96
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 560
  7.   ClientWidth = 400
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PXMGroupBox: TGroupBox
  17.     Left = 0
  18.     Top = 166
  19.     Width = 400
  20.     Height = 67
  21.     Align = alTop
  22.     Caption = 'PBM, PGM, PPM'
  23.     TabOrder = 3
  24.     object PXMBinaryRB: TRadioButton
  25.       Left = 29
  26.       Top = 19
  27.       Width = 318
  28.       Height = 17
  29.       Caption = 'Write binary'
  30.       TabOrder = 0
  31.     end
  32.     object PXMASCIIRB: TRadioButton
  33.       Left = 29
  34.       Top = 39
  35.       Width = 314
  36.       Height = 17
  37.       Caption = 'Write ASCII'
  38.       TabOrder = 1
  39.     end
  40.   end
  41.   object TIFGroupBox: TGroupBox
  42.     Left = 0
  43.     Top = 233
  44.     Width = 400
  45.     Height = 171
  46.     Align = alTop
  47.     Caption = 'TIF'
  48.     TabOrder = 4
  49.     object TIFFCompressionPanel: TPanel
  50.       Left = 14
  51.       Top = 22
  52.       Width = 110
  53.       Height = 80
  54.       BevelOuter = bvNone
  55.       TabOrder = 0
  56.       object TIFFCompLabel: TLabel
  57.         Left = 0
  58.         Top = 0
  59.         Width = 87
  60.         Height = 13
  61.         Caption = 'Write compression'
  62.       end
  63.       object TIFFCompNoneRB: TRadioButton
  64.         Left = 14
  65.         Top = 20
  66.         Width = 73
  67.         Height = 17
  68.         Caption = 'None'
  69.         TabOrder = 0
  70.       end
  71.       object TIFFCompPackBitsRB: TRadioButton
  72.         Left = 14
  73.         Top = 40
  74.         Width = 73
  75.         Height = 17
  76.         Caption = 'PackBits'
  77.         TabOrder = 1
  78.       end
  79.     end
  80.     object TIFFRGBorCMYKPanel: TPanel
  81.       Left = 124
  82.       Top = 22
  83.       Width = 130
  84.       Height = 80
  85.       BevelOuter = bvNone
  86.       TabOrder = 1
  87.       object TIFFW24PILabel: TLabel
  88.         Left = 0
  89.         Top = 0
  90.         Width = 89
  91.         Height = 13
  92.         Caption = 'Write true color as '
  93.       end
  94.       object TIFFRGBRB: TRadioButton
  95.         Left = 14
  96.         Top = 20
  97.         Width = 66
  98.         Height = 17
  99.         Caption = 'RGB'
  100.         TabOrder = 0
  101.       end
  102.       object TIFFCMYKRB: TRadioButton
  103.         Left = 14
  104.         Top = 40
  105.         Width = 65
  106.         Height = 17
  107.         Caption = 'CMYK'
  108.         TabOrder = 1
  109.       end
  110.     end
  111.     object TIFFWhiteOrBlackIsZeroPanel: TPanel
  112.       Left = 124
  113.       Top = 102
  114.       Width = 130
  115.       Height = 65
  116.       BevelOuter = bvNone
  117.       TabOrder = 4
  118.       object TIFFWGrayScaleLabel: TLabel
  119.         Left = 0
  120.         Top = 0
  121.         Width = 104
  122.         Height = 13
  123.         Caption = 'Grayscale (2, 16, 256)'
  124.       end
  125.       object TIFFBlackIsZeroRB: TRadioButton
  126.         Left = 14
  127.         Top = 20
  128.         Width = 113
  129.         Height = 17
  130.         Caption = 'BlackIsZero'
  131.         TabOrder = 0
  132.       end
  133.       object TIFFWhiteIsZeroRB: TRadioButton
  134.         Left = 14
  135.         Top = 40
  136.         Width = 113
  137.         Height = 17
  138.         Caption = 'WhiteIsZero'
  139.         TabOrder = 1
  140.       end
  141.     end
  142.     object TIFFByteOrderPanel: TPanel
  143.       Left = 14
  144.       Top = 102
  145.       Width = 110
  146.       Height = 62
  147.       BevelOuter = bvNone
  148.       TabOrder = 3
  149.       object TIFFByteOrderLabel: TLabel
  150.         Left = 0
  151.         Top = 0
  152.         Width = 48
  153.         Height = 13
  154.         Caption = 'Byte order'
  155.       end
  156.       object TIFFByteOrderIRB: TRadioButton
  157.         Left = 14
  158.         Top = 20
  159.         Width = 113
  160.         Height = 17
  161.         Caption = 'I'
  162.         TabOrder = 0
  163.       end
  164.       object TIFFByteOrderMRB: TRadioButton
  165.         Left = 14
  166.         Top = 40
  167.         Width = 76
  168.         Height = 17
  169.         Caption = 'M'
  170.         TabOrder = 1
  171.       end
  172.     end
  173.     object TIFFResPanel: TPanel
  174.       Left = 254
  175.       Top = 22
  176.       Width = 133
  177.       Height = 144
  178.       BevelOuter = bvNone
  179.       TabOrder = 2
  180.       object TIFFResLabel: TLabel
  181.         Left = 0
  182.         Top = 0
  183.         Width = 50
  184.         Height = 13
  185.         Caption = 'Resolution'
  186.       end
  187.       object TIFFResXLabel: TLabel
  188.         Left = 12
  189.         Top = 88
  190.         Width = 30
  191.         Height = 13
  192.         Caption = 'Horiz.:'
  193.       end
  194.       object TIFFResHoriz_Label: TLabel
  195.         Left = 84
  196.         Top = 86
  197.         Width = 4
  198.         Height = 18
  199.         Caption = '/'
  200.         Font.Charset = DEFAULT_CHARSET
  201.         Font.Color = clWindowText
  202.         Font.Height = -16
  203.         Font.Name = 'Arial'
  204.         Font.Style = []
  205.         ParentFont = False
  206.       end
  207.       object TIFFResYLabel: TLabel
  208.         Left = 12
  209.         Top = 116
  210.         Width = 25
  211.         Height = 13
  212.         Caption = 'Vert.:'
  213.       end
  214.       object TIFFResVert_Label: TLabel
  215.         Left = 84
  216.         Top = 116
  217.         Width = 4
  218.         Height = 18
  219.         Caption = '/'
  220.         Font.Charset = DEFAULT_CHARSET
  221.         Font.Color = clWindowText
  222.         Font.Height = -16
  223.         Font.Name = 'Arial'
  224.         Font.Style = []
  225.         ParentFont = False
  226.       end
  227.       object TIFFResNoneRB: TRadioButton
  228.         Left = 12
  229.         Top = 20
  230.         Width = 113
  231.         Height = 17
  232.         Caption = 'No unit'
  233.         TabOrder = 0
  234.       end
  235.       object TIFFResInchRB: TRadioButton
  236.         Left = 12
  237.         Top = 38
  238.         Width = 113
  239.         Height = 17
  240.         Caption = 'Inch'
  241.         TabOrder = 1
  242.       end
  243.       object TIFFResCentimeterRB: TRadioButton
  244.         Left = 12
  245.         Top = 56
  246.         Width = 113
  247.         Height = 17
  248.         Caption = 'Centimeter'
  249.         TabOrder = 2
  250.       end
  251.       object TIFFResHorizNEdit: TEdit
  252.         Left = 44
  253.         Top = 84
  254.         Width = 35
  255.         Height = 21
  256.         TabOrder = 3
  257.         Text = 'TIFFResHorizNEdit'
  258.       end
  259.       object TIFFResHorizDEdit: TEdit
  260.         Left = 91
  261.         Top = 84
  262.         Width = 35
  263.         Height = 21
  264.         TabOrder = 4
  265.         Text = 'TIFFResHorizDEdit'
  266.       end
  267.       object TIFFResVertNEdit: TEdit
  268.         Left = 44
  269.         Top = 114
  270.         Width = 35
  271.         Height = 21
  272.         TabOrder = 5
  273.         Text = 'TIFFResVertNEdit'
  274.       end
  275.       object TIFFResVertDEdit: TEdit
  276.         Left = 92
  277.         Top = 114
  278.         Width = 35
  279.         Height = 21
  280.         TabOrder = 6
  281.         Text = 'TIFFResVertDEdit'
  282.       end
  283.     end
  284.   end
  285.   object JPGGroupBox: TGroupBox
  286.     Left = 0
  287.     Top = 0
  288.     Width = 400
  289.     Height = 166
  290.     Align = alTop
  291.     Caption = 'JPG'
  292.     TabOrder = 2
  293.     object JPEGRPanel: TPanel
  294.       Left = 182
  295.       Top = 21
  296.       Width = 147
  297.       Height = 81
  298.       BevelOuter = bvNone
  299.       TabOrder = 1
  300.       object JPEGRLabel: TLabel
  301.         Left = 0
  302.         Top = 0
  303.         Width = 26
  304.         Height = 13
  305.         Caption = 'Read'
  306.       end
  307.       object JPEGRIntFastRB: TRadioButton
  308.         Left = 14
  309.         Top = 20
  310.         Width = 113
  311.         Height = 17
  312.         Caption = 'Integer, fast'
  313.         TabOrder = 0
  314.       end
  315.       object JPEGRIntPreciseRB: TRadioButton
  316.         Left = 14
  317.         Top = 40
  318.         Width = 113
  319.         Height = 17
  320.         Caption = 'Integer, precise'
  321.         TabOrder = 1
  322.       end
  323.       object JPEGRFloatRB: TRadioButton
  324.         Left = 14
  325.         Top = 60
  326.         Width = 113
  327.         Height = 17
  328.         Caption = 'Floating point'
  329.         TabOrder = 2
  330.       end
  331.     end
  332.     object JPEGWPanel: TPanel
  333.       Left = 12
  334.       Top = 21
  335.       Width = 146
  336.       Height = 109
  337.       BevelOuter = bvNone
  338.       TabOrder = 0
  339.       object JPEGWQualityLabel: TLabel
  340.         Left = 14
  341.         Top = 90
  342.         Width = 74
  343.         Height = 13
  344.         Caption = 'Quality (0...100)'
  345.       end
  346.       object JPEGWLabel: TLabel
  347.         Left = 0
  348.         Top = 0
  349.         Width = 25
  350.         Height = 13
  351.         Caption = 'Write'
  352.       end
  353.       object JPEGWIntFastRB: TRadioButton
  354.         Left = 14
  355.         Top = 20
  356.         Width = 113
  357.         Height = 17
  358.         Caption = 'Integer, fast'
  359.         TabOrder = 0
  360.       end
  361.       object JPEGWIntPreciseRB: TRadioButton
  362.         Left = 14
  363.         Top = 40
  364.         Width = 113
  365.         Height = 17
  366.         Caption = 'Integer, precise'
  367.         TabOrder = 1
  368.       end
  369.       object JPEGWFloatRB: TRadioButton
  370.         Left = 14
  371.         Top = 61
  372.         Width = 113
  373.         Height = 17
  374.         Caption = 'Floating point'
  375.         TabOrder = 2
  376.       end
  377.       object JPEGWQualityEdit: TEdit
  378.         Left = 101
  379.         Top = 87
  380.         Width = 36
  381.         Height = 21
  382.         TabOrder = 3
  383.         Text = '80'
  384.       end
  385.     end
  386.     object JPEGWProgressiveCB: TCheckBox
  387.       Left = 26
  388.       Top = 136
  389.       Width = 97
  390.       Height = 17
  391.       Caption = 'Progressive'
  392.       TabOrder = 2
  393.     end
  394.   end
  395.   object GeneralGroupBox: TGroupBox
  396.     Left = 0
  397.     Top = 404
  398.     Width = 400
  399.     Height = 110
  400.     Align = alTop
  401.     Caption = 'General'
  402.     TabOrder = 5
  403.     object ScreenGammaLabel: TLabel
  404.       Left = 30
  405.       Top = 48
  406.       Width = 73
  407.       Height = 13
  408.       Caption = 'Screen Gamma'
  409.     end
  410.     object ScreenGammaEdit: TEdit
  411.       Left = 112
  412.       Top = 43
  413.       Width = 32
  414.       Height = 21
  415.       TabOrder = 0
  416.       Text = 'ScreenGammaEdit'
  417.     end
  418.     object GammaCorrectionOnReadCB: TCheckBox
  419.       Left = 30
  420.       Top = 73
  421.       Width = 288
  422.       Height = 17
  423.       Caption = 'Gamma correction on read'
  424.       TabOrder = 1
  425.     end
  426.     object WriteGammaCB: TCheckBox
  427.       Left = 29
  428.       Top = 19
  429.       Width = 306
  430.       Height = 17
  431.       Caption = 'Write Gamma'
  432.       TabOrder = 2
  433.     end
  434.   end
  435.   object Button1: TButton
  436.     Left = 99
  437.     Top = 526
  438.     Width = 75
  439.     Height = 25
  440.     Caption = 'OK'
  441.     Default = True
  442.     ModalResult = 1
  443.     TabOrder = 0
  444.   end
  445.   object Button2: TButton
  446.     Left = 226
  447.     Top = 526
  448.     Width = 75
  449.     Height = 25
  450.     Cancel = True
  451.     Caption = 'Cancel'
  452.     ModalResult = 2
  453.     TabOrder = 1
  454.   end
  455. end
  456.