Ignore:
Timestamp:
Mar 17, 2015, 12:09:11 AM (9 years ago)
Author:
chronos
Message:
  • Modified: Now records are loaded from SQL database using SQL query. The query is parsed also by XML database client to load records from XML file.
  • Added: Packages Network and Synapse.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormRecord.lfm

    r8 r13  
    11object FormRecord: TFormRecord
    22  Left = 639
    3   Height = 694
    4   Top = 174
    5   Width = 859
     3  Height = 649
     4  Top = 223
     5  Width = 858
    66  Caption = 'FormRecord'
    7   ClientHeight = 694
    8   ClientWidth = 859
     7  ClientHeight = 649
     8  ClientWidth = 858
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
     
    1414  object Panel1: TPanel
    1515    Left = 4
    16     Height = 632
     16    Height = 583
    1717    Top = 4
    18     Width = 851
     18    Width = 850
    1919    Align = alTop
     20    Anchors = [akTop, akLeft, akRight, akBottom]
    2021    BorderSpacing.Around = 4
    2122    BevelOuter = bvNone
     
    2324  end
    2425  object ButtonOk: TButton
    25     Left = 760
     26    Left = 759
    2627    Height = 25
    27     Top = 648
     28    Top = 603
    2829    Width = 75
    2930    Anchors = [akRight, akBottom]
     
    3334  end
    3435  object ButtonCancel: TButton
    35     Left = 649
     36    Left = 648
    3637    Height = 27
    37     Top = 646
     38    Top = 601
    3839    Width = 72
    3940    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.