home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / temacd / photofiltre / pf-setup-en.exe / PhotoFiltre.exe / 0 / RCDATA / TPROPFORM / TPROPFORM.txt
Text File  |  2008-01-12  |  4KB  |  159 lines

  1. object PropForm: TPropForm
  2.   Left = 329
  3.   Top = 193
  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 = TshComment
  30.     TabIndex = 3
  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.       end
  42.       object ResIcon: TImage
  43.         Left = 16
  44.         Top = 16
  45.         Width = 32
  46.         Height = 32
  47.       end
  48.     end
  49.     object TshExif: TTabSheet
  50.       Caption = 'EXIF'
  51.       object Label1: TLabel
  52.         Left = 12
  53.         Top = 216
  54.         Width = 75
  55.         Height = 13
  56.         Caption = 'User Comment :'
  57.       end
  58.       object MemoExif: TMemo
  59.         Left = 12
  60.         Top = 234
  61.         Width = 393
  62.         Height = 41
  63.         ReadOnly = True
  64.         TabOrder = 1
  65.       end
  66.       object ExifGrid: TStringGrid
  67.         Left = 12
  68.         Top = 12
  69.         Width = 393
  70.         Height = 193
  71.         ColCount = 2
  72.         DefaultColWidth = 150
  73.         DefaultRowHeight = 18
  74.         DefaultDrawing = False
  75.         FixedCols = 0
  76.         RowCount = 1
  77.         FixedRows = 0
  78.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
  79.         ScrollBars = ssVertical
  80.         TabOrder = 0
  81.         OnDrawCell = GridDrawCell
  82.       end
  83.     end
  84.     object TshIPTC: TTabSheet
  85.       Caption = 'IPTC'
  86.       ImageIndex = 1
  87.       object IptcGrid: TStringGrid
  88.         Left = 12
  89.         Top = 12
  90.         Width = 393
  91.         Height = 175
  92.         ColCount = 2
  93.         DefaultColWidth = 150
  94.         DefaultRowHeight = 18
  95.         DefaultDrawing = False
  96.         FixedCols = 0
  97.         RowCount = 1
  98.         FixedRows = 0
  99.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
  100.         ScrollBars = ssVertical
  101.         TabOrder = 0
  102.         OnDrawCell = GridDrawCell
  103.         OnSelectCell = IptcGridSelectCell
  104.       end
  105.       object EdtName: TEdit
  106.         Left = 12
  107.         Top = 196
  108.         Width = 393
  109.         Height = 21
  110.         TabOrder = 1
  111.       end
  112.       object MemData: TMemo
  113.         Left = 12
  114.         Top = 224
  115.         Width = 393
  116.         Height = 51
  117.         TabOrder = 2
  118.       end
  119.     end
  120.     object TshComment: TTabSheet
  121.       Caption = 'Commentaire'
  122.       ImageIndex = 3
  123.       object MemComment: TMemo
  124.         Left = 12
  125.         Top = 12
  126.         Width = 393
  127.         Height = 181
  128.         ReadOnly = True
  129.         TabOrder = 0
  130.       end
  131.     end
  132.   end
  133.   object BOk: TButton
  134.     Left = 360
  135.     Top = 343
  136.     Width = 78
  137.     Height = 25
  138.     Caption = 'Ok'
  139.     TabOrder = 1
  140.     OnClick = BOkClick
  141.   end
  142.   object BExport: TButton
  143.     Left = 12
  144.     Top = 343
  145.     Width = 78
  146.     Height = 25
  147.     Caption = 'Exporter'
  148.     TabOrder = 2
  149.     OnClick = BExportClick
  150.   end
  151.   object SaveDialog: TSaveDialog
  152.     DefaultExt = 'txt'
  153.     Filter = 'Text (*.txt)|*.txt'
  154.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  155.     Left = 256
  156.     Top = 344
  157.   end
  158. end
  159.