home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / QCARD250.ZIP / QC2000.EXE / 0 / RCDATA / TPICTDLG / TPICTDLG.txt
Text File  |  1998-06-12  |  5KB  |  240 lines

  1. object PictDlg: TPictDlg
  2.   Left = 246
  3.   Top = 109
  4.   HelpContext = 12
  5.   BorderStyle = bsDialog
  6.   Caption = '∩┐╜∩┐╜╦╣∩┐╜∩┐╜┘╗ß║║∩┐╜┘╗∩┐╜╥╛'
  7.   ClientHeight = 314
  8.   ClientWidth = 394
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Bevel1: TBevel
  18.     Left = 9
  19.     Top = 9
  20.     Width = 376
  21.     Height = 256
  22.     Shape = bsFrame
  23.   end
  24.   object Bevel2: TBevel
  25.     Left = 176
  26.     Top = 16
  27.     Width = 201
  28.     Height = 201
  29.     Shape = bsFrame
  30.   end
  31.   object Label1: TLabel
  32.     Left = 24
  33.     Top = 59
  34.     Width = 94
  35.     Height = 14
  36.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜τ╣╡∩┐╜∩┐╜∩┐╜∩┐╜/∩┐╜∩┐╜∩┐╜∩┐╜'
  37.   end
  38.   object Label2: TLabel
  39.     Left = 24
  40.     Top = 91
  41.     Width = 48
  42.     Height = 14
  43.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╥º'
  44.   end
  45.   object Label3: TLabel
  46.     Left = 24
  47.     Top = 115
  48.     Width = 36
  49.     Height = 14
  50.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜┘º'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 24
  54.     Top = 147
  55.     Width = 59
  56.     Height = 14
  57.     Caption = '∩┐╜∩┐╜∩┐╜╦╣Φº½∩┐╜∩┐╜∩┐╜'
  58.   end
  59.   object Label5: TLabel
  60.     Left = 24
  61.     Top = 171
  62.     Width = 55
  63.     Height = 14
  64.     Caption = '∩┐╜∩┐╜∩┐╜╦╣Φº║∩┐╜'
  65.   end
  66.   object Bevel3: TBevel
  67.     Left = 16
  68.     Top = 228
  69.     Width = 361
  70.     Height = 25
  71.   end
  72.   object PictFileNameLabel: TFileLabel
  73.     Left = 24
  74.     Top = 232
  75.     Width = 345
  76.     Height = 17
  77.     Direction = drFromLeft
  78.     Separator = '\'
  79.     Alignment = taRightJustify
  80.   end
  81.   object OKBtn: TButton
  82.     Left = 24
  83.     Top = 276
  84.     Width = 81
  85.     Height = 27
  86.     Caption = 'OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 0
  90.     OnClick = OKBtnClick
  91.   end
  92.   object CancelBtn: TButton
  93.     Left = 112
  94.     Top = 276
  95.     Width = 81
  96.     Height = 27
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     ModalResult = 2
  100.     TabOrder = 1
  101.   end
  102.   object KeepAspect: TCheckBox
  103.     Left = 24
  104.     Top = 27
  105.     Width = 151
  106.     Height = 17
  107.     Caption = '∩┐╜╤í∩┐╜∩┐╜∩┐╜╤┤∩┐╜∩┐╜╟╣π╣í∩┐╜∩┐╜∩┐╜∩┐╜═ó∩┐╜∩┐╜∩┐╜'
  108.     TabOrder = 4
  109.     OnClick = KeepAspectClick
  110.   end
  111.   object PerCent: TEdit
  112.     Left = 128
  113.     Top = 57
  114.     Width = 33
  115.     Height = 22
  116.     TabOrder = 5
  117.     Text = '100'
  118.     OnChange = PerCentChange
  119.     OnEnter = PerCentEnter
  120.     OnExit = PerCentExit
  121.     OnKeyPress = PerCentKeyPress
  122.   end
  123.   object PictWidth: TEdit
  124.     Tag = 1
  125.     Left = 108
  126.     Top = 89
  127.     Width = 53
  128.     Height = 22
  129.     TabOrder = 6
  130.     Text = '0'
  131.     OnEnter = PerCentEnter
  132.     OnExit = PerCentExit
  133.     OnKeyPress = PictWidthKeyPress
  134.   end
  135.   object PictHeight: TEdit
  136.     Tag = 1
  137.     Left = 108
  138.     Top = 113
  139.     Width = 53
  140.     Height = 22
  141.     TabOrder = 7
  142.     Text = '0'
  143.     OnEnter = PerCentEnter
  144.     OnExit = PerCentExit
  145.     OnKeyPress = PictWidthKeyPress
  146.   end
  147.   object OpenBtn: TButton
  148.     Left = 200
  149.     Top = 276
  150.     Width = 81
  151.     Height = 27
  152.     Caption = '∩┐╜∩┐╜╥╣∩┐╜┘╗...'
  153.     TabOrder = 2
  154.     OnClick = OpenBtnClick
  155.   end
  156.   object PreviewImage: TPMultiImage
  157.     Left = 184
  158.     Top = 24
  159.     Width = 185
  160.     Height = 185
  161.     Center = True
  162.     Color = clBtnFace
  163.     ImageName = 'file not found'
  164.     ImageDither = True
  165.     ImageReadRes = lAutoMatic
  166.     ImageWriteRes = sAutoMatic
  167.     TifSaveCompress = sNONE
  168.     JPegSaveQuality = 25
  169.     JPegSaveSmooth = 0
  170.     StretchRatio = True
  171.     TextLeft = 0
  172.     TextTop = 150
  173.     TextRotate = 0
  174.     TabOrder = 10
  175.     TabStop = False
  176.   end
  177.   object PictLeft: TEdit
  178.     Left = 108
  179.     Top = 145
  180.     Width = 53
  181.     Height = 22
  182.     TabOrder = 8
  183.     Text = '0'
  184.     OnChange = PictWidthChange
  185.     OnEnter = PerCentEnter
  186.     OnExit = PerCentExit
  187.     OnKeyPress = PictWidthKeyPress
  188.   end
  189.   object PictTop: TEdit
  190.     Left = 108
  191.     Top = 169
  192.     Width = 53
  193.     Height = 22
  194.     TabOrder = 9
  195.     Text = '0'
  196.     OnChange = PictWidthChange
  197.     OnEnter = PerCentEnter
  198.     OnExit = PerCentExit
  199.     OnKeyPress = PictWidthKeyPress
  200.   end
  201.   object QPreviewBtn: TButton
  202.     Left = 288
  203.     Top = 276
  204.     Width = 81
  205.     Height = 27
  206.     Caption = 'QuickAlbum...'
  207.     TabOrder = 3
  208.     OnClick = QPreviewBtnClick
  209.   end
  210.   object EmbededPicture: TCheckBox
  211.     Left = 24
  212.     Top = 197
  213.     Width = 151
  214.     Height = 17
  215.     Caption = '∩┐╜╤╣∩┐╜╓í∩┐╜┘╗∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜╤╡∩┐╜'
  216.     TabOrder = 11
  217.   end
  218.   object PictOpenDlg: TMMOpenDialog
  219.     AutoDisPlay = True
  220.     AutoPlay = False
  221.     Filter = 
  222.       'All Pictures|*.BMP;*.BMQ;*.GIF;*.JPG;*.JPE;*.PCX;*.PNG;*.TIF;*.W' +
  223.       'MF;|BMP|*.BITMAP;*.BMQ|GIF|*.GIF|JPEG|*.JPG;*.JPE|PCX|*.PCX|PNG|' +
  224.       '*.PNG|TIFF|*.TIF|WMF|*.WMF'
  225.     Title = 'Open File'
  226.     ShowAutoPlay = True
  227.     Left = 10
  228.     Top = 237
  229.   end
  230.   object QPreview: TThumbPreview
  231.     AutoLoad = True
  232.     Title = 'QuickAlbum'
  233.     DataFileName = 'thumbs.dat'
  234.     DataFileDir = 'C:\PROGRAM FILES\BORLAND\DELPHI 2.0\BIN\'
  235.     PreviewsDir = 'C:\PROGRAM FILES\BORLAND\DELPHI 2.0\BIN\'
  236.     Left = 44
  237.     Top = 238
  238.   end
  239. end
  240.