Ignore:
Timestamp:
Jun 15, 2011, 11:11:59 AM (13 years ago)
Author:
george
Message:
  • Added: Import relation one and many from existed database.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UItemAdd.lfm

    r12 r20  
    11object ItemAddForm: TItemAddForm
    2   Left = 400
    3   Height = 421
    4   Top = 130
    5   Width = 567
     2  Left = 401
     3  Height = 419
     4  Top = 131
     5  Width = 565
    66  ActiveControl = Panel1
    77  Caption = 'Add item'
    8   ClientHeight = 421
    9   ClientWidth = 567
     8  ClientHeight = 419
     9  ClientWidth = 565
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1515  object Panel1: TPanel
    1616    Left = 0
    17     Height = 384
     17    Height = 382
    1818    Top = 0
    19     Width = 567
     19    Width = 565
    2020    Align = alTop
    2121    Anchors = [akLeft, akRight, akBottom]
     
    2424  end
    2525  object ButtonCancel: TButton
    26     Left = 384
     26    Left = 382
    2727    Height = 25
    28     Top = 392
     28    Top = 390
    2929    Width = 75
    3030    Anchors = [akRight, akBottom]
     
    3434  end
    3535  object ButtonSave: TButton
    36     Left = 472
     36    Left = 470
    3737    Height = 25
    38     Top = 392
     38    Top = 390
    3939    Width = 75
    4040    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.