home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / wiagra / SetupW10.exe / _SETUP.1 / libmcl-2.2.6.dll / RCDATA / TFRMSET / TFRMSET.txt
Encoding:
Text File  |  2001-02-19  |  4.7 KB  |  244 lines

  1. object frmSet: TfrmSet
  2.   Left = 145
  3.   Top = 220
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmSet'
  6.   ClientHeight = 323
  7.   ClientWidth = 624
  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.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object panView: TPanel
  18.     Left = 10
  19.     Top = 12
  20.     Width = 322
  21.     Height = 242
  22.     BevelOuter = bvLowered
  23.     TabOrder = 6
  24.   end
  25.   object edFrame: TEdit
  26.     Left = 9
  27.     Top = 288
  28.     Width = 77
  29.     Height = 21
  30.     TabStop = False
  31.     Color = clBtnFace
  32.     ReadOnly = True
  33.     TabOrder = 0
  34.   end
  35.   object btnOK: TButton
  36.     Left = 353
  37.     Top = 282
  38.     Width = 82
  39.     Height = 28
  40.     Caption = 'OK'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ModalResult = 1
  47.     ParentFont = False
  48.     TabOrder = 2
  49.   end
  50.   object btnCancel: TButton
  51.     Left = 435
  52.     Top = 282
  53.     Width = 82
  54.     Height = 28
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     Font.Charset = DEFAULT_CHARSET
  58.     Font.Color = clWindowText
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ModalResult = 2
  63.     ParentFont = False
  64.     TabOrder = 3
  65.   end
  66.   object boxSize: TGroupBox
  67.     Left = 344
  68.     Top = 132
  69.     Width = 270
  70.     Height = 97
  71.     Caption = 'Resolution and Color Depth'
  72.     TabOrder = 1
  73.     object labResX: TLabel
  74.       Left = 15
  75.       Top = 24
  76.       Width = 28
  77.       Height = 13
  78.       Caption = 'Width'
  79.     end
  80.     object labX: TLabel
  81.       Left = 70
  82.       Top = 43
  83.       Width = 7
  84.       Height = 13
  85.       Caption = 'X'
  86.     end
  87.     object labBPP: TLabel
  88.       Left = 138
  89.       Top = 24
  90.       Width = 59
  91.       Height = 13
  92.       Caption = 'Bits per pixel'
  93.     end
  94.     object labResY: TLabel
  95.       Left = 80
  96.       Top = 24
  97.       Width = 31
  98.       Height = 13
  99.       Caption = 'Height'
  100.     end
  101.     object chkDither: TCheckBox
  102.       Left = 138
  103.       Top = 68
  104.       Width = 67
  105.       Height = 17
  106.       Caption = 'Dithering'
  107.       TabOrder = 0
  108.     end
  109.     object lstBPP: TComboBox
  110.       Left = 138
  111.       Top = 39
  112.       Width = 119
  113.       Height = 21
  114.       Style = csDropDownList
  115.       ItemHeight = 13
  116.       TabOrder = 1
  117.       OnChange = lstBPPChange
  118.     end
  119.     object edResX: TEdit
  120.       Left = 15
  121.       Top = 39
  122.       Width = 51
  123.       Height = 21
  124.       TabOrder = 2
  125.       OnExit = edResXExit
  126.     end
  127.     object edResY: TEdit
  128.       Left = 80
  129.       Top = 39
  130.       Width = 51
  131.       Height = 21
  132.       TabOrder = 3
  133.       OnExit = edResYExit
  134.     end
  135.   end
  136.   object btnUndo: TButton
  137.     Left = 528
  138.     Top = 282
  139.     Width = 82
  140.     Height = 28
  141.     Caption = 'Revert...'
  142.     Font.Charset = DEFAULT_CHARSET
  143.     Font.Color = clWindowText
  144.     Font.Height = -11
  145.     Font.Name = 'MS Sans Serif'
  146.     Font.Style = []
  147.     ParentFont = False
  148.     TabOrder = 4
  149.     OnClick = btnUndoClick
  150.   end
  151.   object edFilename: TEdit
  152.     Left = 87
  153.     Top = 288
  154.     Width = 245
  155.     Height = 21
  156.     TabStop = False
  157.     Color = clBtnFace
  158.     ReadOnly = True
  159.     TabOrder = 5
  160.   end
  161.   object barFrame: TTrackBar
  162.     Left = 2
  163.     Top = 257
  164.     Width = 337
  165.     Height = 25
  166.     Orientation = trHorizontal
  167.     Frequency = 1
  168.     Position = 0
  169.     SelEnd = 0
  170.     SelStart = 0
  171.     TabOrder = 7
  172.     TickMarks = tmBoth
  173.     TickStyle = tsNone
  174.     OnChange = barFrameChange
  175.   end
  176.   object boxFormat: TGroupBox
  177.     Left = 344
  178.     Top = 7
  179.     Width = 270
  180.     Height = 114
  181.     Caption = 'Output File'
  182.     TabOrder = 8
  183.     object Label1: TLabel
  184.       Left = 11
  185.       Top = 22
  186.       Width = 31
  187.       Height = 13
  188.       Caption = 'Name:'
  189.     end
  190.     object Label2: TLabel
  191.       Left = 11
  192.       Top = 48
  193.       Width = 34
  194.       Height = 13
  195.       Caption = 'Codec:'
  196.     end
  197.     object btnCodec: TButton
  198.       Left = 156
  199.       Top = 77
  200.       Width = 103
  201.       Height = 25
  202.       Caption = '&Codec Settings...'
  203.       Font.Charset = DEFAULT_CHARSET
  204.       Font.Color = clWindowText
  205.       Font.Height = -11
  206.       Font.Name = 'MS Sans Serif'
  207.       Font.Style = []
  208.       ParentFont = False
  209.       TabOrder = 0
  210.       OnClick = btnCodecClick
  211.     end
  212.     object edName: TEdit
  213.       Left = 52
  214.       Top = 19
  215.       Width = 207
  216.       Height = 21
  217.       TabStop = False
  218.       Color = clBtnFace
  219.       Ctl3D = True
  220.       ParentCtl3D = False
  221.       ReadOnly = True
  222.       TabOrder = 1
  223.     end
  224.     object edCodec: TEdit
  225.       Left = 52
  226.       Top = 46
  227.       Width = 207
  228.       Height = 21
  229.       TabStop = False
  230.       Color = clBtnFace
  231.       Ctl3D = True
  232.       Font.Charset = DEFAULT_CHARSET
  233.       Font.Color = clWindowText
  234.       Font.Height = -11
  235.       Font.Name = 'MS Sans Serif'
  236.       Font.Style = []
  237.       ParentCtl3D = False
  238.       ParentFont = False
  239.       ReadOnly = True
  240.       TabOrder = 2
  241.     end
  242.   end
  243. end
  244.