home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / multimedia / photofiltre / pfs-setup-en.exe / pf-studio.exe / 0 / RCDATA / TPROPFORM / TPROPFORM.txt
Text File  |  2007-09-16  |  4KB  |  170 lines

  1. object PropForm: TPropForm
  2.   Left = 328
  3.   Top = 192
  4.   BorderStyle = bsDialog
  5.   Caption = 'Propri'#233't'#233's de l'#39'image'
  6.   ClientHeight = 381
  7.   ClientWidth = 450
  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.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PgControl: TPageControl
  25.     Left = 12
  26.     Top = 12
  27.     Width = 426
  28.     Height = 318
  29.     ActivePage = TshInfos
  30.     TabIndex = 0
  31.     TabOrder = 0
  32.     object TshInfos: TTabSheet
  33.       Caption = 'Image'
  34.       ImageIndex = 2
  35.       object LblImage: TLabel
  36.         Left = 64
  37.         Top = 16
  38.         Width = 43
  39.         Height = 13
  40.         Caption = 'LblImage'
  41.         Transparent = True
  42.       end
  43.       object ResIcon: TImage
  44.         Left = 16
  45.         Top = 16
  46.         Width = 32
  47.         Height = 32
  48.       end
  49.     end
  50.     object TshExif: TTabSheet
  51.       Caption = 'EXIF'
  52.       object Label1: TLabel
  53.         Left = 12
  54.         Top = 216
  55.         Width = 75
  56.         Height = 13
  57.         Caption = 'User Comment :'
  58.       end
  59.       object MemoExif: TMemo
  60.         Left = 12
  61.         Top = 234
  62.         Width = 393
  63.         Height = 41
  64.         ReadOnly = True
  65.         TabOrder = 1
  66.       end
  67.       object ExifGrid: TStringGrid
  68.         Left = 12
  69.         Top = 12
  70.         Width = 393
  71.         Height = 193
  72.         ColCount = 2
  73.         DefaultColWidth = 150
  74.         DefaultRowHeight = 18
  75.         DefaultDrawing = False
  76.         FixedCols = 0
  77.         RowCount = 1
  78.         FixedRows = 0
  79.         Options = [goVertLine, goHorzLine, goRangeSelect, goRowSelect]
  80.         ScrollBars = ssVertical
  81.         TabOrder = 0
  82.         OnDrawCell = GridDrawCell
  83.       end
  84.     end
  85.     object TshIPTC: TTabSheet
  86.       Caption = 'IPTC'
  87.       ImageIndex = 1
  88.       object IptcGrid: TStringGrid
  89.         Left = 12
  90.         Top = 12
  91.         Width = 393
  92.         Height = 175
  93.         ColCount = 2
  94.         DefaultColWidth = 150
  95.         DefaultRowHeight = 18
  96.         DefaultDrawing = False
  97.         FixedCols = 0
  98.         RowCount = 1
  99.         FixedRows = 0
  100.         Options = [goVertLine, goHorzLine, goRangeSelect, goRowSelect]
  101.         ScrollBars = ssVertical
  102.         TabOrder = 0
  103.         OnDrawCell = GridDrawCell
  104.         OnSelectCell = IptcGridSelectCell
  105.       end
  106.       object EdtName: TEdit
  107.         Left = 12
  108.         Top = 196
  109.         Width = 393
  110.         Height = 21
  111.         TabOrder = 1
  112.       end
  113.       object MemData: TMemo
  114.         Left = 12
  115.         Top = 224
  116.         Width = 393
  117.         Height = 51
  118.         TabOrder = 2
  119.       end
  120.     end
  121.     object TshComment: TTabSheet
  122.       Caption = 'Commentaire'
  123.       ImageIndex = 3
  124.       object MemComment: TMemo
  125.         Left = 12
  126.         Top = 12
  127.         Width = 393
  128.         Height = 229
  129.         ReadOnly = True
  130.         TabOrder = 0
  131.         OnChange = MemCommentChange
  132.       end
  133.     end
  134.   end
  135.   object BOk: TButton
  136.     Left = 360
  137.     Top = 342
  138.     Width = 78
  139.     Height = 25
  140.     Caption = 'Ok'
  141.     TabOrder = 1
  142.     OnClick = BOkClick
  143.   end
  144.   object BExport: TButton
  145.     Left = 12
  146.     Top = 342
  147.     Width = 78
  148.     Height = 25
  149.     Caption = 'Exporter'
  150.     TabOrder = 2
  151.     OnClick = BExportClick
  152.   end
  153.   object BSave: TButton
  154.     Left = 108
  155.     Top = 345
  156.     Width = 109
  157.     Height = 25
  158.     Caption = 'Valider'
  159.     TabOrder = 3
  160.     OnClick = BSaveClick
  161.   end
  162.   object SaveDialog: TSaveDialog
  163.     DefaultExt = 'txt'
  164.     Filter = 'Text (*.txt)|*.txt'
  165.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  166.     Left = 248
  167.     Top = 344
  168.   end
  169. end
  170.