home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip_2000-11_cd2.bin / sharewar / 2020 / SETUP.EXE / %MAINDIR% / 2020.exe / 0 / RCDATA / TNAILCONTROL / TNAILCONTROL.txt
Encoding:
Text File  |  2000-09-13  |  12.6 KB  |  595 lines

  1. object NailControl: TNailControl
  2.   Left = 78
  3.   Top = 68
  4.   Width = 648
  5.   Height = 488
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = '20/20 Thumb Nail Generator'
  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 = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object FileListBox: TFileListBox
  18.     Left = 4
  19.     Top = 6
  20.     Width = 188
  21.     Height = 293
  22.     DragCursor = crMultiDrag
  23.     DragMode = dmAutomatic
  24.     ItemHeight = 16
  25.     Mask = '*.gif;*.jpg;*.jpeg;*.bmp;*.eps;*.tif;*.dib'
  26.     MultiSelect = True
  27.     ShowGlyphs = True
  28.     TabOrder = 0
  29.     OnChange = FileListBoxChange
  30.     OnDblClick = FileListBoxDblClick
  31.   end
  32.   object Button1: TButton
  33.     Left = 4
  34.     Top = 326
  35.     Width = 189
  36.     Height = 25
  37.     Caption = 'Change Directory'
  38.     TabOrder = 2
  39.     OnClick = Button1Click
  40.   end
  41.   object FilterComboBox1: TFilterComboBox
  42.     Left = 5
  43.     Top = 301
  44.     Width = 188
  45.     Height = 21
  46.     FileList = FileListBox
  47.     Filter = 
  48.       'All Graphics|*.gif;*.jpg;*.jpeg;*.bmp;*.eps;*.tif;*.dib|JPEG|*.j' +
  49.       'pg;*.jpeg|GIF|*.gif|BMP|*.bmp;*.dib'
  50.     TabOrder = 1
  51.   end
  52.   object hImage: TPMultiImage
  53.     Left = 108
  54.     Top = 243
  55.     Width = 40
  56.     Height = 37
  57.     GrabHandCursor = 5
  58.     Scrolling = True
  59.     ShowScrollbars = True
  60.     B_W_CopyFlags = [C_DEL]
  61.     Color = clBtnFace
  62.     ImageReadRes = lAutoMatic
  63.     BlitMode = sLight
  64.     ImageWriteRes = sAutoMatic
  65.     TifSaveCompress = sNONE
  66.     TiffPage = 0
  67.     TiffAppend = False
  68.     JPegSaveQuality = 25
  69.     JPegSaveSmooth = 5
  70.     RubberBandBtn = mbLeft
  71.     ScrollbarWidth = 12
  72.     ParentColor = True
  73.     TextLeft = 0
  74.     TextTop = 0
  75.     TextRotate = 0
  76.     TabOrder = 6
  77.     TabStop = False
  78.     Visible = False
  79.     ZoomBy = 10
  80.   end
  81.   object pcOptions: TPageControl
  82.     Left = 206
  83.     Top = 304
  84.     Width = 422
  85.     Height = 150
  86.     ActivePage = tsGeneral
  87.     TabOrder = 8
  88.     object tsGeneral: TTabSheet
  89.       Caption = 'General'
  90.       object Label2: TLabel
  91.         Left = 183
  92.         Top = 6
  93.         Width = 58
  94.         Height = 13
  95.         Caption = 'Background'
  96.       end
  97.       object Label4: TLabel
  98.         Left = 207
  99.         Top = 27
  100.         Width = 34
  101.         Height = 13
  102.         Caption = 'Frames'
  103.       end
  104.       object Label5: TLabel
  105.         Left = 188
  106.         Top = 47
  107.         Width = 53
  108.         Height = 13
  109.         Caption = 'Description'
  110.       end
  111.       object cbPreview: TCheckBox
  112.         Left = 90
  113.         Top = 102
  114.         Width = 63
  115.         Height = 17
  116.         Caption = 'Preview'
  117.         Checked = True
  118.         State = cbChecked
  119.         TabOrder = 3
  120.         OnClick = cbPreviewClick
  121.       end
  122.       object cbAspect: TCheckBox
  123.         Left = 90
  124.         Top = 83
  125.         Width = 78
  126.         Height = 17
  127.         Caption = 'Use Aspect'
  128.         Checked = True
  129.         State = cbChecked
  130.         TabOrder = 2
  131.         OnClick = cbAspectClick
  132.       end
  133.       object pbgcolor: TPanel
  134.         Left = 247
  135.         Top = 5
  136.         Width = 38
  137.         Height = 16
  138.         TabOrder = 4
  139.         OnClick = pbgcolorClick
  140.       end
  141.       object cbthumbSize: TRadioGroup
  142.         Left = 4
  143.         Top = 0
  144.         Width = 81
  145.         Height = 119
  146.         Caption = 'Thumb Size'
  147.         ItemIndex = 2
  148.         Items.Strings = (
  149.           'Smallest'
  150.           'Small'
  151.           'Normal'
  152.           'Large'
  153.           'Largest')
  154.         TabOrder = 0
  155.         OnClick = cbthumbSizeClick
  156.       end
  157.       object DropMethod: TRadioGroup
  158.         Left = 311
  159.         Top = 0
  160.         Width = 85
  161.         Height = 81
  162.         Caption = 'Drop Method'
  163.         ItemIndex = 0
  164.         Items.Strings = (
  165.           'Append'
  166.           'On Target'
  167.           'Sort')
  168.         TabOrder = 9
  169.         OnClick = DropMethodClick
  170.       end
  171.       object cbScanSub: TCheckBox
  172.         Left = 179
  173.         Top = 82
  174.         Width = 120
  175.         Height = 17
  176.         Caption = 'Scan Sub-Directories'
  177.         TabOrder = 7
  178.       end
  179.       object pfcolor: TPanel
  180.         Left = 247
  181.         Top = 25
  182.         Width = 38
  183.         Height = 16
  184.         TabOrder = 5
  185.         OnClick = pfcolorClick
  186.       end
  187.       object pdcolor: TPanel
  188.         Left = 247
  189.         Top = 45
  190.         Width = 38
  191.         Height = 16
  192.         Color = clBlack
  193.         TabOrder = 6
  194.         OnClick = pdcolorClick
  195.       end
  196.       object cbSSmall: TCheckBox
  197.         Left = 179
  198.         Top = 101
  199.         Width = 98
  200.         Height = 17
  201.         Caption = 'Stretch Smaller'
  202.         TabOrder = 8
  203.       end
  204.       object GroupBox2: TGroupBox
  205.         Left = 89
  206.         Top = 0
  207.         Width = 79
  208.         Height = 78
  209.         Caption = 'Margins'
  210.         TabOrder = 1
  211.         object Label6: TLabel
  212.           Left = 5
  213.           Top = 20
  214.           Width = 19
  215.           Height = 13
  216.           Caption = 'L/R'
  217.         end
  218.         object Label7: TLabel
  219.           Left = 5
  220.           Top = 51
  221.           Width = 19
  222.           Height = 13
  223.           Caption = 'T/B'
  224.         end
  225.         object SELR: TSpinEdit
  226.           Left = 30
  227.           Top = 16
  228.           Width = 43
  229.           Height = 22
  230.           MaxValue = 1000
  231.           MinValue = 0
  232.           TabOrder = 0
  233.           Value = 5
  234.           OnChange = SELRChange
  235.         end
  236.         object SETB: TSpinEdit
  237.           Left = 30
  238.           Top = 47
  239.           Width = 43
  240.           Height = 22
  241.           MaxValue = 1000
  242.           MinValue = 0
  243.           TabOrder = 1
  244.           Value = 5
  245.           OnChange = SETBChange
  246.         end
  247.       end
  248.     end
  249.     object tsFrames: TTabSheet
  250.       Caption = 'Frames'
  251.       object Label1: TLabel
  252.         Left = 274
  253.         Top = 9
  254.         Width = 69
  255.         Height = 13
  256.         Caption = 'Images Across'
  257.       end
  258.       object Label3: TLabel
  259.         Left = 291
  260.         Top = 37
  261.         Width = 52
  262.         Height = 13
  263.         Caption = 'Gutter Size'
  264.       end
  265.       object cbFrames: TRadioGroup
  266.         Left = 3
  267.         Top = 5
  268.         Width = 78
  269.         Height = 105
  270.         Caption = 'Bevel Width'
  271.         ItemIndex = 0
  272.         Items.Strings = (
  273.           'Thin'
  274.           'Normal'
  275.           'Thick'
  276.           'Thicker'
  277.           'Thickest')
  278.         TabOrder = 0
  279.         OnClick = cbFramesClick
  280.       end
  281.       object cbOBevel: TRadioGroup
  282.         Left = 89
  283.         Top = 5
  284.         Width = 85
  285.         Height = 105
  286.         Caption = 'Outer Bevel'
  287.         ItemIndex = 2
  288.         Items.Strings = (
  289.           'None'
  290.           'Lowered'
  291.           'Raised')
  292.         TabOrder = 1
  293.         OnClick = cbOBevelClick
  294.       end
  295.       object cbIBevel: TRadioGroup
  296.         Left = 181
  297.         Top = 5
  298.         Width = 86
  299.         Height = 105
  300.         Caption = 'Inner Bevel'
  301.         ItemIndex = 0
  302.         Items.Strings = (
  303.           'None'
  304.           'Lowered'
  305.           'Raised')
  306.         TabOrder = 2
  307.         OnClick = cbIBevelClick
  308.       end
  309.       object ThumbCols: TSpinEdit
  310.         Left = 349
  311.         Top = 7
  312.         Width = 38
  313.         Height = 22
  314.         MaxValue = 25
  315.         MinValue = 1
  316.         TabOrder = 3
  317.         Value = 5
  318.         OnChange = ThumbColsChange
  319.       end
  320.       object GutterSize: TSpinEdit
  321.         Left = 349
  322.         Top = 33
  323.         Width = 38
  324.         Height = 22
  325.         MaxValue = 100
  326.         MinValue = 0
  327.         TabOrder = 4
  328.         Value = 5
  329.         OnChange = GutterSizeChange
  330.       end
  331.       object GroupBox1: TGroupBox
  332.         Left = 303
  333.         Top = 61
  334.         Width = 86
  335.         Height = 52
  336.         Caption = 'Description'
  337.         TabOrder = 5
  338.         object cbdfilename: TCheckBox
  339.           Left = 7
  340.           Top = 14
  341.           Width = 72
  342.           Height = 17
  343.           Caption = 'File Name'
  344.           Checked = True
  345.           State = cbChecked
  346.           TabOrder = 0
  347.           OnClick = cbdfilenameClick
  348.         end
  349.         object cbdfsize: TCheckBox
  350.           Left = 7
  351.           Top = 31
  352.           Width = 68
  353.           Height = 17
  354.           Caption = 'File Size'
  355.           Checked = True
  356.           State = cbChecked
  357.           TabOrder = 1
  358.           OnClick = cbdfilenameClick
  359.         end
  360.       end
  361.     end
  362.     object tsOutput: TTabSheet
  363.       Caption = 'Output'
  364.       object rgOutType: TRadioGroup
  365.         Left = 7
  366.         Top = 8
  367.         Width = 116
  368.         Height = 105
  369.         Caption = 'Output Type'
  370.         ItemIndex = 0
  371.         Items.Strings = (
  372.           'Preview Window'
  373.           '20/20'
  374.           'File'
  375.           'Html')
  376.         TabOrder = 0
  377.       end
  378.     end
  379.     object tsHTML1: TTabSheet
  380.       Caption = 'Html Options 1'
  381.       object Label11: TLabel
  382.         Left = 45
  383.         Top = 79
  384.         Width = 42
  385.         Height = 13
  386.         Caption = 'Prologue'
  387.       end
  388.       object Label12: TLabel
  389.         Left = 46
  390.         Top = 103
  391.         Width = 41
  392.         Height = 13
  393.         Caption = 'Epilogue'
  394.       end
  395.       object Label8: TLabel
  396.         Left = 16
  397.         Top = 6
  398.         Width = 71
  399.         Height = 13
  400.         Caption = 'Html File Name'
  401.       end
  402.       object Label9: TLabel
  403.         Left = 18
  404.         Top = 30
  405.         Width = 69
  406.         Height = 13
  407.         Caption = 'Base Directory'
  408.       end
  409.       object Label10: TLabel
  410.         Left = 13
  411.         Top = 55
  412.         Width = 74
  413.         Height = 13
  414.         Caption = 'Image Directory'
  415.       end
  416.       object htmlprologue: TEdit
  417.         Left = 93
  418.         Top = 76
  419.         Width = 229
  420.         Height = 21
  421.         TabOrder = 3
  422.         OnDblClick = Button5Click
  423.         OnEnter = htmlfnameExit
  424.         OnExit = htmlfnameExit
  425.       end
  426.       object htmlepilogue: TEdit
  427.         Left = 93
  428.         Top = 100
  429.         Width = 229
  430.         Height = 21
  431.         TabOrder = 4
  432.         OnDblClick = Button5Click
  433.         OnEnter = htmlfnameExit
  434.         OnExit = htmlfnameExit
  435.       end
  436.       object htmlfname: TEdit
  437.         Left = 93
  438.         Top = 3
  439.         Width = 229
  440.         Height = 21
  441.         TabOrder = 0
  442.         OnDblClick = Button5Click
  443.         OnEnter = htmlfnameExit
  444.         OnExit = htmlfnameExit
  445.       end
  446.       object Button5: TButton
  447.         Left = 331
  448.         Top = 49
  449.         Width = 75
  450.         Height = 25
  451.         Caption = 'Browse'
  452.         TabOrder = 5
  453.         OnClick = Button5Click
  454.       end
  455.       object htmlbdir: TEdit
  456.         Left = 93
  457.         Top = 27
  458.         Width = 229
  459.         Height = 21
  460.         TabOrder = 1
  461.         OnDblClick = Button5Click
  462.         OnEnter = htmlfnameExit
  463.         OnExit = htmlfnameExit
  464.       end
  465.       object htmlidir: TEdit
  466.         Left = 93
  467.         Top = 52
  468.         Width = 229
  469.         Height = 21
  470.         TabOrder = 2
  471.         OnDblClick = Button5Click
  472.         OnEnter = htmlfnameExit
  473.         OnExit = htmlfnameExit
  474.       end
  475.     end
  476.     object tshtml2: TTabSheet
  477.       Caption = '2'
  478.       object rgthumbtype: TRadioGroup
  479.         Left = 6
  480.         Top = 5
  481.         Width = 88
  482.         Height = 105
  483.         Caption = 'Thumb Type'
  484.         ItemIndex = 0
  485.         Items.Strings = (
  486.           'GIF'
  487.           'JPEG'
  488.           'PNG'
  489.           'Original')
  490.         TabOrder = 0
  491.       end
  492.       object rgimagetype: TRadioGroup
  493.         Left = 102
  494.         Top = 5
  495.         Width = 94
  496.         Height = 105
  497.         Caption = 'Image Link Type'
  498.         Enabled = False
  499.         ItemIndex = 0
  500.         Items.Strings = (
  501.           'GIF'
  502.           'JPEG'
  503.           'PNG'
  504.           'Original')
  505.         TabOrder = 1
  506.       end
  507.       object cbLink: TCheckBox
  508.         Left = 210
  509.         Top = 14
  510.         Width = 97
  511.         Height = 17
  512.         Caption = 'Link To Original'
  513.         TabOrder = 2
  514.         OnClick = cbLinkClick
  515.       end
  516.       object cbhtmlpreview: TCheckBox
  517.         Left = 210
  518.         Top = 53
  519.         Width = 135
  520.         Height = 17
  521.         Caption = 'Preview After Generate'
  522.         TabOrder = 3
  523.       end
  524.     end
  525.   end
  526.   object Gridbox: TScrollBox
  527.     Left = 206
  528.     Top = 2
  529.     Width = 419
  530.     Height = 297
  531.     HorzScrollBar.Tracking = True
  532.     VertScrollBar.Tracking = True
  533.     Color = clSilver
  534.     ParentColor = False
  535.     TabOrder = 7
  536.   end
  537.   object Button2: TButton
  538.     Left = 4
  539.     Top = 360
  540.     Width = 189
  541.     Height = 25
  542.     Caption = 'Scan and Load'
  543.     TabOrder = 3
  544.     OnClick = Button2Click
  545.   end
  546.   object Button3: TButton
  547.     Left = 4
  548.     Top = 395
  549.     Width = 189
  550.     Height = 25
  551.     Caption = 'Clear Thumbnails'
  552.     TabOrder = 4
  553.     OnClick = Button3Click
  554.   end
  555.   object Button4: TButton
  556.     Left = 4
  557.     Top = 429
  558.     Width = 189
  559.     Height = 25
  560.     Caption = 'Generate'
  561.     TabOrder = 5
  562.     OnClick = Button4Click
  563.   end
  564.   object BrowseFolder1: TBrowseFolder
  565.     Title = 'Select Image Directory'
  566.     Flags = [bfFileSysDirsOnly, bfStatusText]
  567.     ShowPathInStatusArea = True
  568.     SyncCustomButton = False
  569.     Left = 277
  570.     Top = 223
  571.   end
  572.   object cd: TColorDialog
  573.     Ctl3D = True
  574.     Options = [cdFullOpen]
  575.     Left = 214
  576.     Top = 222
  577.   end
  578.   object fd: TFontDialog
  579.     Font.Charset = DEFAULT_CHARSET
  580.     Font.Color = clWindowText
  581.     Font.Height = -11
  582.     Font.Name = 'MS Sans Serif'
  583.     Font.Style = []
  584.     MinFontSize = 0
  585.     MaxFontSize = 0
  586.     Left = 245
  587.     Top = 223
  588.   end
  589.   object od: TOpenDialog
  590.     Options = [ofOverwritePrompt, ofHideReadOnly]
  591.     Left = 318
  592.     Top = 223
  593.   end
  594. end
  595.