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/UItemEdit.lfm

    r12 r20  
    11object ItemEditForm: TItemEditForm
    2   Left = 295
    3   Height = 429
    4   Top = 122
    5   Width = 558
     2  Left = 296
     3  Height = 427
     4  Top = 123
     5  Width = 556
    66  ActiveControl = Panel1
    77  Caption = 'Edit item'
    8   ClientHeight = 429
    9   ClientWidth = 558
     8  ClientHeight = 427
     9  ClientWidth = 556
    1010  OnClose = FormClose
    1111  OnCreate = FormCreate
     
    1515  object Panel1: TPanel
    1616    Left = 0
    17     Height = 386
     17    Height = 384
    1818    Top = 0
    19     Width = 558
     19    Width = 556
    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 = 400
     28    Top = 398
    2929    Width = 75
    3030    Anchors = [akRight, akBottom]
     
    3434  end
    3535  object ButtonSave: TButton
    36     Left = 472
     36    Left = 470
    3737    Height = 25
    38     Top = 400
     38    Top = 398
    3939    Width = 75
    4040    Anchors = [akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.