home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 7 / cd.iso / Zaplect / Mitsumi / Viewer.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-12-23  |  3KB  |  147 lines

  1. object Form1: TForm1
  2.   Left = 227
  3.   Top = 229
  4.   Width = 719
  5.   Height = 446
  6.   Anchors = []
  7.   BorderIcons = []
  8.   Caption = 'Viewer PC 2.3'
  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.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   WindowState = wsMaximized
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Panel1: TPanel
  24.     Left = 0
  25.     Top = 0
  26.     Width = 711
  27.     Height = 398
  28.     Align = alClient
  29.     BevelOuter = bvNone
  30.     Color = clBlack
  31.     TabOrder = 0
  32.     object Image1: TImage
  33.       Left = 1
  34.       Top = 2
  35.       Width = 105
  36.       Height = 105
  37.       Anchors = []
  38.       Stretch = True
  39.       OnProgress = Image1Progress
  40.     end
  41.   end
  42.   object Panel2: TPanel
  43.     Left = 0
  44.     Top = 398
  45.     Width = 711
  46.     Height = 21
  47.     Align = alBottom
  48.     TabOrder = 1
  49.     object Panel3: TPanel
  50.       Left = 1
  51.       Top = 1
  52.       Width = 100
  53.       Height = 19
  54.       Align = alLeft
  55.       BevelInner = bvLowered
  56.       BevelOuter = bvNone
  57.       Caption = 'NbImage'
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clWindowText
  60.       Font.Height = -12
  61.       Font.Name = 'Arial'
  62.       Font.Style = []
  63.       ParentFont = False
  64.       TabOrder = 0
  65.     end
  66.     object Panel4: TPanel
  67.       Left = 101
  68.       Top = 1
  69.       Width = 100
  70.       Height = 19
  71.       Align = alLeft
  72.       BevelInner = bvLowered
  73.       BevelOuter = bvNone
  74.       Caption = 'Taille'
  75.       Font.Charset = ANSI_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -12
  78.       Font.Name = 'Arial'
  79.       Font.Style = []
  80.       ParentFont = False
  81.       TabOrder = 1
  82.     end
  83.     object Panel5: TPanel
  84.       Left = 201
  85.       Top = 1
  86.       Width = 100
  87.       Height = 19
  88.       Align = alLeft
  89.       BevelInner = bvLowered
  90.       BevelOuter = bvNone
  91.       Caption = 'Poids'
  92.       Font.Charset = ANSI_CHARSET
  93.       Font.Color = clWindowText
  94.       Font.Height = -12
  95.       Font.Name = 'Arial'
  96.       Font.Style = []
  97.       ParentFont = False
  98.       TabOrder = 2
  99.     end
  100.     object Panel6: TPanel
  101.       Left = 301
  102.       Top = 1
  103.       Width = 311
  104.       Height = 19
  105.       Align = alClient
  106.       Alignment = taLeftJustify
  107.       BevelInner = bvLowered
  108.       BevelOuter = bvNone
  109.       Caption = 'NomImage'
  110.       Font.Charset = ANSI_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -12
  113.       Font.Name = 'Arial'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       TabOrder = 3
  117.     end
  118.     object Panel7: TPanel
  119.       Left = 612
  120.       Top = 1
  121.       Width = 98
  122.       Height = 19
  123.       Align = alRight
  124.       BevelInner = bvRaised
  125.       BevelOuter = bvLowered
  126.       Caption = 'F1 : Aide'
  127.       Font.Charset = ANSI_CHARSET
  128.       Font.Color = clWindowText
  129.       Font.Height = -13
  130.       Font.Name = 'Arial'
  131.       Font.Style = [fsBold]
  132.       ParentFont = False
  133.       TabOrder = 4
  134.     end
  135.   end
  136.   object SavePictureDialog1: TSavePictureDialog
  137.     Filter = 
  138.       'Tout (*.gif;*.jpg;*.jpeg;*.bmp;*.ico;*.emf;*.wmf)|*.gif;*.jpg;*.' +
  139.       'jpeg;*.bmp;*.ico;*.emf;*.wmf|CompuServe GIF Image (*.gif)|*.gif|' +
  140.       'Fichier image JPEG (*.jpg)|*.jpg|Fichier image JPEG (*.jpeg)|*.j' +
  141.       'peg|Bitmaps (*.bmp)|*.bmp|Ic∩┐╜nes (*.ico)|*.ico|M∩┐╜taFichiers am∩┐╜l' +
  142.       'ior∩┐╜s (*.emf)|*.emf|MetaFichiers (*.wmf)|*.wmf'
  143.     Left = 8
  144.     Top = 8
  145.   end
  146. end
  147.