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

  1. object FormMultiPicEdit: TFormMultiPicEdit
  2.   Left = 471
  3.   Top = 351
  4.   HelpContext = 303
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Multiple Picture Properties'
  8.   ClientHeight = 387
  9.   ClientWidth = 430
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 346
  25.     Width = 430
  26.     Height = 41
  27.     Align = alBottom
  28.     TabOrder = 0
  29.     DesignSize = (
  30.       430
  31.       41)
  32.     object BtnOk: TButton
  33.       Left = 248
  34.       Top = 8
  35.       Width = 75
  36.       Height = 25
  37.       Anchors = [akTop, akRight]
  38.       Caption = 'OK'
  39.       Default = True
  40.       TabOrder = 0
  41.       OnClick = BtnOkClick
  42.     end
  43.     object Button2: TButton
  44.       Left = 338
  45.       Top = 8
  46.       Width = 75
  47.       Height = 25
  48.       Anchors = [akTop, akRight]
  49.       Cancel = True
  50.       Caption = 'Cancel'
  51.       ModalResult = 2
  52.       TabOrder = 1
  53.     end
  54.     object BtnHelp: TButton
  55.       Left = 10
  56.       Top = 8
  57.       Width = 75
  58.       Height = 25
  59.       Caption = 'Help'
  60.       TabOrder = 2
  61.       OnClick = BtnHelpClick
  62.     end
  63.   end
  64.   object Panel2: TPanel
  65.     Left = 0
  66.     Top = 0
  67.     Width = 430
  68.     Height = 346
  69.     Align = alClient
  70.     TabOrder = 1
  71.     DesignSize = (
  72.       430
  73.       346)
  74.     object Label1: TLabel
  75.       Left = 23
  76.       Top = 10
  77.       Width = 304
  78.       Height = 13
  79.       Caption = 'Select the value(s) you want to change on the selected pictures.'
  80.     end
  81.     object BtnPictDate: TSpeedButton
  82.       Left = 271
  83.       Top = 123
  84.       Width = 23
  85.       Height = 22
  86.       Glyph.Data = {
  87.         76010000424D7601000000000000760000002800000020000000100000000100
  88.         04000000000000010000120B0000120B00001000000000000000000000000000
  89.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  90.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  91.         33333FFFFFFFFFFFFFFF000000000000000077777777777777770FF7FF7FF7FF
  92.         7FF07FF7FF7FF7F37F3709F79F79F7FF7FF077F77F77F7FF7FF7077777777777
  93.         777077777777777777770FF7FF7FF7FF7FF07FF7FF7FF7FF7FF709F79F79F79F
  94.         79F077F77F77F77F77F7077777777777777077777777777777770FF7FF7FF7FF
  95.         7FF07FF7FF7FF7FF7FF709F79F79F79F79F077F77F77F77F77F7077777777777
  96.         777077777777777777770FFFFF7FF7FF7FF07F33337FF7FF7FF70FFFFF79F79F
  97.         79F07FFFFF77F77F77F700000000000000007777777777777777CCCCCC8888CC
  98.         CCCC777777FFFF777777CCCCCCCCCCCCCCCC7777777777777777}
  99.       NumGlyphs = 2
  100.       OnClick = BtnPictDateClick
  101.     end
  102.     object Label2: TLabel
  103.       Left = 274
  104.       Top = 152
  105.       Width = 23
  106.       Height = 13
  107.       Caption = 'Time'
  108.     end
  109.     object LblNumPics: TLabel
  110.       Left = 10
  111.       Top = 328
  112.       Width = 107
  113.       Height = 13
  114.       Anchors = [akLeft, akBottom]
  115.       Caption = '(xxx) Selected Pictures'
  116.     end
  117.     object btnAddKeywords: TSpeedButton
  118.       Left = 400
  119.       Top = 76
  120.       Width = 20
  121.       Height = 20
  122.       Caption = '...'
  123.       OnClick = btnAddKeywordsClick
  124.     end
  125.     object BtnRemoveKeywords: TSpeedButton
  126.       Left = 400
  127.       Top = 100
  128.       Width = 20
  129.       Height = 20
  130.       Caption = '...'
  131.       OnClick = BtnRemoveKeywordsClick
  132.     end
  133.     object EditCaption: TEdit
  134.       Left = 152
  135.       Top = 34
  136.       Width = 245
  137.       Height = 21
  138.       Color = clBtnFace
  139.       TabOrder = 0
  140.     end
  141.     object EditPictDate: TEdit
  142.       Left = 152
  143.       Top = 123
  144.       Width = 115
  145.       Height = 21
  146.       CharCase = ecUpperCase
  147.       TabOrder = 1
  148.       OnChange = EditPictDateChange
  149.     end
  150.     object EditTime: TEdit
  151.       Left = 152
  152.       Top = 148
  153.       Width = 116
  154.       Height = 21
  155.       CharCase = ecUpperCase
  156.       TabOrder = 2
  157.     end
  158.     object RbWebPublish: TRadioGroup
  159.       Left = 152
  160.       Top = 171
  161.       Width = 265
  162.       Height = 73
  163.       Caption = 'Publish to Web'
  164.       Items.Strings = (
  165.         'Not Published (PC only)'
  166.         'Public Web'
  167.         'Private Web')
  168.       TabOrder = 3
  169.       OnClick = RbWebPublishClick
  170.     end
  171.     object cbCaptions: TCheckBox
  172.       Left = 11
  173.       Top = 36
  174.       Width = 137
  175.       Height = 17
  176.       Caption = 'Change captions to'
  177.       TabOrder = 4
  178.       OnClick = cbCaptionsClick
  179.     end
  180.     object cbDateTime: TCheckBox
  181.       Left = 11
  182.       Top = 125
  183.       Width = 135
  184.       Height = 17
  185.       Caption = 'Change dates to'
  186.       TabOrder = 5
  187.       OnClick = cbDateTimeClick
  188.     end
  189.     object cbPublished: TCheckBox
  190.       Left = 11
  191.       Top = 176
  192.       Width = 135
  193.       Height = 17
  194.       Caption = 'Change published to'
  195.       TabOrder = 6
  196.       OnClick = cbPublishedClick
  197.     end
  198.     object cbUseFiledate: TCheckBox
  199.       Left = 299
  200.       Top = 126
  201.       Width = 102
  202.       Height = 17
  203.       Caption = 'Use file dates'
  204.       TabOrder = 7
  205.       OnClick = cbUseFiledateClick
  206.     end
  207.     object EditAddToKeywords: TEdit
  208.       Left = 152
  209.       Top = 75
  210.       Width = 245
  211.       Height = 21
  212.       TabOrder = 8
  213.     end
  214.     object cbAddToKeywords: TCheckBox
  215.       Left = 11
  216.       Top = 77
  217.       Width = 137
  218.       Height = 17
  219.       Caption = 'Add to keywords'
  220.       TabOrder = 9
  221.       OnClick = cbAddToKeywordsClick
  222.     end
  223.     object cbRemoveKeywords: TCheckBox
  224.       Left = 11
  225.       Top = 101
  226.       Width = 137
  227.       Height = 17
  228.       Caption = 'Remove from keywords'
  229.       TabOrder = 10
  230.       OnClick = cbRemoveKeywordsClick
  231.     end
  232.     object EditRemoveKeywords: TEdit
  233.       Left = 152
  234.       Top = 99
  235.       Width = 245
  236.       Height = 21
  237.       TabOrder = 11
  238.     end
  239.     object cbUseFilenames: TCheckBox
  240.       Left = 152
  241.       Top = 56
  242.       Width = 233
  243.       Height = 17
  244.       Caption = 'Use filenames for captions (if blank)'
  245.       TabOrder = 12
  246.       OnClick = cbUseFilenamesClick
  247.     end
  248.     object cbChgWebReduce: TCheckBox
  249.       Left = 11
  250.       Top = 256
  251.       Width = 140
  252.       Height = 17
  253.       Caption = 'Change Web Reduce to'
  254.       TabOrder = 13
  255.       OnClick = cbChgWebReduceClick
  256.     end
  257.     object GroupBox1: TGroupBox
  258.       Left = 152
  259.       Top = 243
  260.       Width = 265
  261.       Height = 85
  262.       TabOrder = 14
  263.       object LblReduce: TLabel
  264.         Left = 32
  265.         Top = 35
  266.         Width = 50
  267.         Height = 13
  268.         Caption = 'Reduce to'
  269.       end
  270.       object LblCompress: TLabel
  271.         Left = 32
  272.         Top = 58
  273.         Width = 60
  274.         Height = 13
  275.         Caption = 'Compression'
  276.       end
  277.       object cbWebReduce: TCheckBox
  278.         Left = 13
  279.         Top = 11
  280.         Width = 180
  281.         Height = 17
  282.         Caption = 'Reduce picture on web (JPEG)'
  283.         TabOrder = 0
  284.         OnClick = cbWebReduceClick
  285.       end
  286.       object cbWebReduceAmt: TComboBox
  287.         Left = 96
  288.         Top = 31
  289.         Width = 161
  290.         Height = 21
  291.         Style = csDropDownList
  292.         ItemHeight = 13
  293.         TabOrder = 1
  294.         Items.Strings = (
  295.           'No reduction'
  296.           '640x480'
  297.           '800x600'
  298.           '1024x768'
  299.           '1280x1024'
  300.           '1600x1200')
  301.       end
  302.       object cbWebCompression: TComboBox
  303.         Left = 96
  304.         Top = 55
  305.         Width = 161
  306.         Height = 21
  307.         Style = csDropDownList
  308.         ItemHeight = 13
  309.         ItemIndex = 2
  310.         TabOrder = 2
  311.         Text = '75 = Average compression'
  312.         Items.Strings = (
  313.           '55 = Very high compression'
  314.           '65 = High compression'
  315.           '75 = Average compression'
  316.           '85 = Low compression'
  317.           '95 = Minimal compression')
  318.       end
  319.     end
  320.   end
  321. end
  322.