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

    r19 r20  
    11object ImportStructureForm: TImportStructureForm
    2   Left = 320
    3   Height = 233
    4   Top = 144
    5   Width = 528
     2  Left = 321
     3  Height = 465
     4  Top = 145
     5  Width = 553
    66  Caption = 'Import structure'
    7   ClientHeight = 233
    8   ClientWidth = 528
     7  ClientHeight = 465
     8  ClientWidth = 553
     9  OnCreate = FormCreate
     10  OnDestroy = FormDestroy
    911  OnShow = FormShow
    1012  LCLVersion = '0.9.31'
     
    7072  end
    7173  object Button1: TButton
    72     Left = 448
     74    Left = 473
    7375    Height = 25
    74     Top = 201
     76    Top = 433
    7577    Width = 75
    7678    Anchors = [akRight, akBottom]
     
    8183  object Memo1: TMemo
    8284    Left = 184
    83     Height = 180
     85    Height = 412
    8486    Top = 8
    85     Width = 335
     87    Width = 360
    8688    Anchors = [akTop, akLeft, akRight, akBottom]
    8789    ScrollBars = ssAutoBoth
Note: See TracChangeset for help on using the changeset viewer.