home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMCUSTOMTHUMBNAILS / TFORMCUSTOMTHUMBNAILS.txt
Encoding:
Text File  |  2004-04-06  |  11.7 KB  |  441 lines

  1. object FormCustomThumbnails: TFormCustomThumbnails
  2.   Left = 353
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Customize Thumbnails'
  7.   ClientHeight = 349
  8.   ClientWidth = 450
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel2: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 450
  27.     Height = 409
  28.     Align = alTop
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     object Label5: TLabel
  32.       Left = 15
  33.       Top = 12
  34.       Width = 106
  35.       Height = 13
  36.       Caption = 'Thumbnail settings for:'
  37.     end
  38.     object LblCurMode: TBoxLabel
  39.       Left = 125
  40.       Top = 10
  41.       Width = 98
  42.       Height = 17
  43.       AutoSize = False
  44.       Caption = 'LblCurMode'
  45.       TextBorder = 0
  46.       BevelOuter = bvNone
  47.       Color = clBtnFace
  48.       MinWidth = 0
  49.       MaxWidth = 0
  50.       ParentShowHint = False
  51.       ParentColor = False
  52.       PatternFill = True
  53.       FilenameSupport = False
  54.     end
  55.     object SpeedButton1: TSpeedButton
  56.       Left = 239
  57.       Top = 8
  58.       Width = 106
  59.       Height = 21
  60.       Caption = 'Restore To Default'
  61.       OnClick = SpeedButton1Click
  62.     end
  63.     object GroupBox1: TGroupBox
  64.       Left = 9
  65.       Top = 34
  66.       Width = 430
  67.       Height = 143
  68.       Caption = 'Thumbnail Options'
  69.       TabOrder = 0
  70.       object LblHeightDescr: TLabel
  71.         Left = 4
  72.         Top = 51
  73.         Width = 48
  74.         Height = 13
  75.         Alignment = taRightJustify
  76.         AutoSize = False
  77.         Caption = 'Height'
  78.       end
  79.       object LblWidthDescr: TLabel
  80.         Left = 4
  81.         Top = 80
  82.         Width = 48
  83.         Height = 13
  84.         Alignment = taRightJustify
  85.         AutoSize = False
  86.         Caption = 'Width'
  87.       end
  88.       object Label3: TLabel
  89.         Left = 16
  90.         Top = 109
  91.         Width = 36
  92.         Height = 13
  93.         Alignment = taRightJustify
  94.         AutoSize = False
  95.         Caption = 'Border'
  96.       end
  97.       object LblHeight: TLabel
  98.         Left = 185
  99.         Top = 49
  100.         Width = 15
  101.         Height = 13
  102.         Caption = 'xxx'
  103.       end
  104.       object LblWidth: TLabel
  105.         Left = 185
  106.         Top = 80
  107.         Width = 15
  108.         Height = 13
  109.         Caption = 'xxx'
  110.       end
  111.       object LblBorder: TLabel
  112.         Left = 185
  113.         Top = 109
  114.         Width = 15
  115.         Height = 13
  116.         Caption = 'xxx'
  117.       end
  118.       object Label6: TLabel
  119.         Left = 236
  120.         Top = 25
  121.         Width = 85
  122.         Height = 13
  123.         Caption = 'Background Color'
  124.       end
  125.       object tbHeight: TTrackBar
  126.         Left = 52
  127.         Top = 47
  128.         Width = 133
  129.         Height = 27
  130.         Max = 140
  131.         Min = 40
  132.         Position = 40
  133.         TabOrder = 0
  134.         TickStyle = tsManual
  135.         OnChange = tbHeightChange
  136.       end
  137.       object tbWidth: TTrackBar
  138.         Left = 52
  139.         Top = 76
  140.         Width = 133
  141.         Height = 26
  142.         Max = 140
  143.         Min = 40
  144.         Position = 40
  145.         TabOrder = 1
  146.         TickStyle = tsManual
  147.         OnChange = tbWidthChange
  148.       end
  149.       object tbBorderSize: TTrackBar
  150.         Left = 53
  151.         Top = 105
  152.         Width = 133
  153.         Height = 26
  154.         Max = 15
  155.         Min = 1
  156.         Position = 1
  157.         TabOrder = 2
  158.         OnChange = tbBorderSizeChange
  159.       end
  160.       object cbAutoSize: TCheckBox
  161.         Left = 83
  162.         Top = 25
  163.         Width = 73
  164.         Height = 17
  165.         Caption = 'Auto Size'
  166.         TabOrder = 3
  167.         OnClick = cbAutoSizeClick
  168.       end
  169.       object dxBarDockControl1: TdxBarDockControl
  170.         Left = 231
  171.         Top = 47
  172.         Width = 193
  173.         Height = 19
  174.         Align = dalNone
  175.         BarManager = dxBarManager1
  176.       end
  177.     end
  178.     object GroupBox2: TGroupBox
  179.       Left = 229
  180.       Top = 182
  181.       Width = 210
  182.       Height = 115
  183.       Caption = 'Icon indicators'
  184.       TabOrder = 1
  185.       object cbCaptionIndicators: TCheckBox
  186.         Left = 8
  187.         Top = 19
  188.         Width = 121
  189.         Height = 17
  190.         Caption = 'Captions exist'
  191.         TabOrder = 0
  192.         OnClick = cbCaptionIndicatorsClick
  193.       end
  194.       object cbDisplayGlobes: TCheckBox
  195.         Left = 8
  196.         Top = 37
  197.         Width = 121
  198.         Height = 17
  199.         Caption = 'Published'
  200.         Checked = True
  201.         State = cbChecked
  202.         TabOrder = 1
  203.         OnClick = cbDisplayGlobesClick
  204.       end
  205.       object cbVideoIndicators: TCheckBox
  206.         Left = 8
  207.         Top = 55
  208.         Width = 97
  209.         Height = 17
  210.         Caption = 'Video'
  211.         TabOrder = 2
  212.         OnClick = cbVideoIndicatorsClick
  213.       end
  214.       object cbArchivedExisting: TCheckBox
  215.         Left = 8
  216.         Top = 73
  217.         Width = 113
  218.         Height = 17
  219.         Caption = 'Archive Existing'
  220.         TabOrder = 3
  221.         OnClick = cbArchivedExistingClick
  222.       end
  223.       object cbArchivedDeleted: TCheckBox
  224.         Left = 8
  225.         Top = 91
  226.         Width = 113
  227.         Height = 17
  228.         Caption = 'Archive Deleted'
  229.         TabOrder = 4
  230.         OnClick = cbArchivedDeletedClick
  231.       end
  232.     end
  233.     object GroupBox3: TGroupBox
  234.       Left = 9
  235.       Top = 182
  236.       Width = 210
  237.       Height = 115
  238.       Caption = 'Display below thumbnails'
  239.       TabOrder = 2
  240.       object cbFilename: TCheckBox
  241.         Left = 8
  242.         Top = 19
  243.         Width = 97
  244.         Height = 17
  245.         Caption = 'Filename'
  246.         TabOrder = 0
  247.         OnClick = cbFilenameClick
  248.       end
  249.       object cbFilesize: TCheckBox
  250.         Left = 8
  251.         Top = 37
  252.         Width = 97
  253.         Height = 17
  254.         Caption = 'Filesize'
  255.         TabOrder = 1
  256.         OnClick = cbFilesizeClick
  257.       end
  258.       object cbDimensions: TCheckBox
  259.         Left = 8
  260.         Top = 55
  261.         Width = 97
  262.         Height = 17
  263.         Caption = 'Dimensions'
  264.         TabOrder = 2
  265.         OnClick = cbDimensionsClick
  266.       end
  267.       object cbPicDate: TCheckBox
  268.         Left = 8
  269.         Top = 73
  270.         Width = 97
  271.         Height = 17
  272.         Caption = 'Picture Date'
  273.         TabOrder = 3
  274.         OnClick = cbPicDateClick
  275.       end
  276.       object cb3dEffects: TCheckBox
  277.         Left = 8
  278.         Top = 91
  279.         Width = 97
  280.         Height = 17
  281.         Caption = '3D Effects'
  282.         TabOrder = 4
  283.         OnClick = cb3dEffectsClick
  284.       end
  285.     end
  286.   end
  287.   object Panel1: TPanel
  288.     Left = 0
  289.     Top = 305
  290.     Width = 450
  291.     Height = 44
  292.     Align = alBottom
  293.     BevelOuter = bvNone
  294.     TabOrder = 5
  295.     DesignSize = (
  296.       450
  297.       44)
  298.     object Bevel1: TBevel
  299.       Left = 0
  300.       Top = 0
  301.       Width = 450
  302.       Height = 4
  303.       Align = alTop
  304.       Shape = bsTopLine
  305.     end
  306.     object btnOk: TButton
  307.       Left = 264
  308.       Top = 11
  309.       Width = 75
  310.       Height = 25
  311.       Anchors = [akRight, akBottom]
  312.       Caption = 'OK'
  313.       Default = True
  314.       ModalResult = 1
  315.       TabOrder = 0
  316.     end
  317.     object btnCancel: TButton
  318.       Left = 351
  319.       Top = 11
  320.       Width = 75
  321.       Height = 25
  322.       Anchors = [akRight, akBottom]
  323.       Cancel = True
  324.       Caption = 'Cancel'
  325.       ModalResult = 2
  326.       TabOrder = 1
  327.       OnClick = btnCancelClick
  328.     end
  329.   end
  330.   object dxBarManager1: TdxBarManager
  331.     Font.Charset = DEFAULT_CHARSET
  332.     Font.Color = clWindowText
  333.     Font.Height = -11
  334.     Font.Name = 'Tahoma'
  335.     Font.Style = []
  336.     Bars = <
  337.       item
  338.         AllowClose = False
  339.         AllowCustomizing = False
  340.         AllowQuickCustomizing = False
  341.         AllowReset = False
  342.         BorderStyle = bbsNone
  343.         Caption = 'Color'
  344.         DockControl = dxBarDockControl1
  345.         DockedDockControl = dxBarDockControl1
  346.         DockedLeft = 0
  347.         DockedTop = 0
  348.         FloatLeft = 564
  349.         FloatTop = 432
  350.         FloatClientWidth = 23
  351.         FloatClientHeight = 22
  352.         ItemLinks = <
  353.           item
  354.             Item = btnSelColor
  355.             UserDefine = [udWidth]
  356.             UserWidth = 187
  357.             Visible = True
  358.           end>
  359.         Name = 'Color'
  360.         NotDocking = [dsNone, dsLeft, dsTop, dsBottom]
  361.         OneOnRow = True
  362.         Row = 0
  363.         UseOwnFont = False
  364.         Visible = True
  365.         WholeRow = False
  366.       end>
  367.     Categories.Strings = (
  368.       'Default')
  369.     Categories.ItemsVisibles = (
  370.       2)
  371.     Categories.Visibles = (
  372.       True)
  373.     PopupMenuLinks = <>
  374.     UseSystemFont = True
  375.     Left = 392
  376.     Top = 112
  377.     DockControlHeights = (
  378.       0
  379.       0
  380.       0
  381.       0)
  382.     object btnSelColor: TdxBarColorCombo
  383.       Caption = 'Background Color'
  384.       Category = 0
  385.       Hint = 'Background Color'
  386.       Visible = ivAlways
  387.       OnChange = rbCustomColorsClick
  388.       Glyph.Data = {
  389.         36050000424D3605000000000000360400002800000010000000100000000100
  390.         0800000000000001000000000000000000000001000000000000000000000000
  391.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  392.         A6000020400000206000002080000020A0000020C0000020E000004000000040
  393.         20000040400000406000004080000040A0000040C0000040E000006000000060
  394.         20000060400000606000006080000060A0000060C0000060E000008000000080
  395.         20000080400000806000008080000080A0000080C0000080E00000A0000000A0
  396.         200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0
  397.         200000C0400000C0600000C0800000C0A00000C0C00000C0E00000E0000000E0
  398.         200000E0400000E0600000E0800000E0A00000E0C00000E0E000400000004000
  399.         20004000400040006000400080004000A0004000C0004000E000402000004020
  400.         20004020400040206000402080004020A0004020C0004020E000404000004040
  401.         20004040400040406000404080004040A0004040C0004040E000406000004060
  402.         20004060400040606000406080004060A0004060C0004060E000408000004080
  403.         20004080400040806000408080004080A0004080C0004080E00040A0000040A0
  404.         200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0
  405.         200040C0400040C0600040C0800040C0A00040C0C00040C0E00040E0000040E0
  406.         200040E0400040E0600040E0800040E0A00040E0C00040E0E000800000008000
  407.         20008000400080006000800080008000A0008000C0008000E000802000008020
  408.         20008020400080206000802080008020A0008020C0008020E000804000008040
  409.         20008040400080406000804080008040A0008040C0008040E000806000008060
  410.         20008060400080606000806080008060A0008060C0008060E000808000008080
  411.         20008080400080806000808080008080A0008080C0008080E00080A0000080A0
  412.         200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0
  413.         200080C0400080C0600080C0800080C0A00080C0C00080C0E00080E0000080E0
  414.         200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C000
  415.         2000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C020
  416.         2000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C040
  417.         2000C0404000C0406000C0408000C040A000C040C000C040E000C0600000C060
  418.         2000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C080
  419.         2000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A0
  420.         2000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C0
  421.         2000C0C04000C0C06000C0C08000C0C0A000F0FBFF00A4A0A000808080000000
  422.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFF000101A6
  423.         000202B4000404E4FFFFFFFF000101A6000202B4000404E4FFFFFFFF000EF9A7
  424.         0030FABC00C0FCE4FFFFFFFF0000F9A70000FABC0000FCE4FFFFFFFF000001A7
  425.         000002BC000004E4FFFFFFFF000001A7000002BC000004E4FFFFFFFF000001A7
  426.         000002BC000004E4FFFFFFFF000001A7000002BC000004E4FFFFFFFF000001A7
  427.         000002BC000004E4FFFFFFFF0000F9A70000FABC0000FCE4FFFFFFFF000EF9A7
  428.         0030FABC00C0FCE4FFFFFFFF000101A6000202B4000404E4FFFFFFFF000101A6
  429.         000202B4000404E4FFFFFFFF5201F9075202FA075204FC07FFFFFFFF070056FF
  430.         070072FF0700D2FFFFFFFFFFFF5207FFFF5207FFFF5207FFFFFF}
  431.       Width = 100
  432.       ShowEditor = True
  433.       AutoColor = clBtnFace
  434.       AutoColorText = '(Windows Colors)'
  435.       Color = clBtnFace
  436.       ShowAutoColor = True
  437.       ShowCustomColorButton = True
  438.     end
  439.   end
  440. end
  441.