home *** CD-ROM | disk | FTP | other *** search
/ Screen - 100 Snelle Screensavers / ScreenSaver.iso / aquascape / jpeg.dll / 0 / RCDATA / TJPEGOPTSFORM / TJPEGOPTSFORM.txt
Text File  |  1997-06-06  |  4KB  |  189 lines

  1. object JPEGOptsForm: TJPEGOptsForm
  2.   Left = 434
  3.   Top = 248
  4.   Width = 487
  5.   Height = 298
  6.   Font.Color = clWindowText
  7.   Font.Height = -11
  8.   Font.Name = 'MS Sans Serif'
  9.   Font.Style = []
  10.   OnActivate = FormActivate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 18
  15.     Top = 8
  16.     Width = 207
  17.     Height = 13
  18.     Caption = 'Optionen f∩┐╜r das Einlesen von JPEG-Bildern'
  19.   end
  20.   object Bevel1: TBevel
  21.     Left = 16
  22.     Top = 118
  23.     Width = 449
  24.     Height = 6
  25.     Shape = bsTopLine
  26.   end
  27.   object Label2: TLabel
  28.     Left = 18
  29.     Top = 132
  30.     Width = 215
  31.     Height = 13
  32.     Caption = 'Optionen f∩┐╜r das Speichern von JPEG-Bildern'
  33.   end
  34.   object AbbruchButton: TButton
  35.     Left = 304
  36.     Top = 238
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Abbrechen'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.   end
  44.   object OKButton: TButton
  45.     Left = 220
  46.     Top = 238
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     Default = True
  51.     ModalResult = 1
  52.     TabOrder = 0
  53.     OnClick = OKButtonClick
  54.   end
  55.   object GroupBox1: TGroupBox
  56.     Left = 16
  57.     Top = 26
  58.     Width = 153
  59.     Height = 79
  60.     Caption = 'JPEG-Bilder einlesen als...'
  61.     TabOrder = 3
  62.     object JPEGInOriginalRadioButton: TRadioButton
  63.       Left = 14
  64.       Top = 22
  65.       Width = 121
  66.       Height = 17
  67.       Caption = '...Original'
  68.       Checked = True
  69.       TabOrder = 0
  70.       TabStop = True
  71.       OnClick = JPEGInOriginalRadioButtonClick
  72.     end
  73.     object JPEGIn256RadioButton: TRadioButton
  74.       Left = 14
  75.       Top = 36
  76.       Width = 121
  77.       Height = 17
  78.       Caption = '...mit 256 Farben'
  79.       TabOrder = 1
  80.       OnClick = JPEGIn256RadioButtonClick
  81.     end
  82.     object JPEGInGrayRadioButton: TRadioButton
  83.       Left = 14
  84.       Top = 50
  85.       Width = 121
  86.       Height = 17
  87.       Caption = '...mit Graustufen'
  88.       TabOrder = 2
  89.       OnClick = JPEGInGrayRadioButtonClick
  90.     end
  91.   end
  92.   object GroupBox2: TGroupBox
  93.     Left = 174
  94.     Top = 26
  95.     Width = 143
  96.     Height = 79
  97.     Caption = 'Eingabe-Quantisierung'
  98.     TabOrder = 4
  99.     object JPEGIn1PassRadioButton: TRadioButton
  100.       Left = 6
  101.       Top = 22
  102.       Width = 129
  103.       Height = 17
  104.       Caption = '1-Pass-Quantisierung'
  105.       TabOrder = 0
  106.     end
  107.     object JPEGIn2PassRadioButton: TRadioButton
  108.       Left = 6
  109.       Top = 36
  110.       Width = 129
  111.       Height = 17
  112.       Caption = '2-Pass-Quantisierung'
  113.       Checked = True
  114.       TabOrder = 1
  115.       TabStop = True
  116.     end
  117.   end
  118.   object GroupBox3: TGroupBox
  119.     Left = 322
  120.     Top = 26
  121.     Width = 141
  122.     Height = 79
  123.     Caption = 'Verwendetes Dithering'
  124.     TabOrder = 5
  125.     object JPEGInNoDitherRadioButton: TRadioButton
  126.       Left = 8
  127.       Top = 24
  128.       Width = 113
  129.       Height = 17
  130.       Caption = 'Nicht dithern'
  131.       TabOrder = 0
  132.     end
  133.     object JPEGInOrdDitherRadioButton: TRadioButton
  134.       Left = 8
  135.       Top = 38
  136.       Width = 113
  137.       Height = 17
  138.       Caption = 'Ordered'
  139.       TabOrder = 1
  140.     end
  141.     object JPEGInFSDitherRadioButton: TRadioButton
  142.       Left = 8
  143.       Top = 52
  144.       Width = 113
  145.       Height = 17
  146.       Caption = 'Floyd-Steinberg'
  147.       Checked = True
  148.       TabOrder = 2
  149.       TabStop = True
  150.     end
  151.   end
  152.   object HelpButton: TButton
  153.     Left = 388
  154.     Top = 238
  155.     Width = 75
  156.     Height = 25
  157.     Caption = '&Hilfe'
  158.     TabOrder = 2
  159.   end
  160.   object GroupBox4: TGroupBox
  161.     Left = 20
  162.     Top = 152
  163.     Width = 133
  164.     Height = 61
  165.     Caption = 'Ausgabequalit∩┐╜t'
  166.     TabOrder = 6
  167.     object Label3: TLabel
  168.       Left = 8
  169.       Top = 28
  170.       Width = 47
  171.       Height = 13
  172.       Caption = 'in Prozent'
  173.     end
  174.     object JPEGOutQualitySpinEdit: TSpinEdit
  175.       Left = 64
  176.       Top = 24
  177.       Width = 55
  178.       Height = 22
  179.       EditorEnabled = False
  180.       Increment = 10
  181.       MaxLength = 3
  182.       MaxValue = 100
  183.       MinValue = 0
  184.       TabOrder = 0
  185.       Value = 80
  186.     end
  187.   end
  188. end
  189.