Ignore:
Timestamp:
Jun 30, 2023, 11:34:35 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Improved Core initialization.
  • Fixed: Not loaded last opened files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormImage.lfm

    r149 r165  
    11object FormImage: TFormImage
    2   Left = 761
     2  Left = 924
    33  Height = 524
    4   Top = 539
     4  Top = 458
    55  Width = 711
    66  Caption = 'Photo'
     
    1010  Constraints.MinWidth = 711
    1111  DesignTimePPI = 144
    12   OnClose = FormClose
    1312  OnCreate = FormCreate
    1413  OnDestroy = FormDestroy
    1514  OnShow = FormShow
    16   LCLVersion = '2.2.0.4'
     15  LCLVersion = '2.2.6.0'
    1716  object ImagePhoto: TImage
    1817    Left = 15
     
    5756  object EditUrl: TEdit
    5857    Left = 84
    59     Height = 42
    60     Top = 417
     58    Height = 33
     59    Top = 426
    6160    Width = 610
    6261    Anchors = [akLeft, akRight, akBottom]
     
    8584  end
    8685  object Label1: TLabel
    87     Left = 15
    88     Height = 26
    89     Top = 425
    90     Width = 38
     86    Left = 16
     87    Height = 25
     88    Top = 432
     89    Width = 35
    9190    Anchors = [akLeft, akBottom]
    9291    Caption = 'URL:'
     92    ParentColor = False
    9393  end
    9494  object OpenPictureDialog1: TOpenPictureDialog
Note: See TracChangeset for help on using the changeset viewer.