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

    r17 r20  
    11object ItemViewForm: TItemViewForm
    2   Left = 311
    3   Height = 469
    4   Top = 110
    5   Width = 626
     2  Left = 312
     3  Height = 467
     4  Top = 111
     5  Width = 624
    66  Caption = 'View item'
    7   ClientHeight = 469
    8   ClientWidth = 626
     7  ClientHeight = 467
     8  ClientWidth = 624
    99  OnClose = FormClose
    1010  OnCreate = FormCreate
     
    1414  LCLVersion = '0.9.31'
    1515  object ButtonClose: TButton
    16     Left = 546
     16    Left = 544
    1717    Height = 25
    18     Top = 439
     18    Top = 437
    1919    Width = 75
    2020    Anchors = [akRight, akBottom]
     
    2424  end
    2525  object ButtonEdit: TButton
    26     Left = 458
     26    Left = 456
    2727    Height = 25
    28     Top = 439
     28    Top = 437
    2929    Width = 75
    3030    Anchors = [akRight, akBottom]
     
    3535  object Panel1: TPanel
    3636    Left = 0
    37     Height = 433
     37    Height = 431
    3838    Top = 0
    39     Width = 626
     39    Width = 624
    4040    Align = alTop
    4141    Anchors = [akTop, akLeft, akRight, akBottom]
    4242    BevelOuter = bvNone
    43     ClientHeight = 433
    44     ClientWidth = 626
     43    ClientHeight = 431
     44    ClientWidth = 624
    4545    TabOrder = 2
    4646    object Panel2: TPanel
    4747      Left = 0
    4848      Height = 200
    49       Top = 233
    50       Width = 626
     49      Top = 231
     50      Width = 624
    5151      Align = alBottom
    5252      BevelOuter = bvNone
    5353      ClientHeight = 200
    54       ClientWidth = 626
     54      ClientWidth = 624
    5555      TabOrder = 0
    5656      object TabControl1: TTabControl
     
    5858        Height = 24
    5959        Top = 0
    60         Width = 626
     60        Width = 624
    6161        Align = alTop
    6262        OnChange = TabControl1Change
     
    7474        Height = 176
    7575        Top = 24
    76         Width = 626
     76        Width = 624
    7777        Align = alClient
    7878        Columns = <>
     
    8989      Left = 0
    9090      Height = 3
    91       Top = 230
    92       Width = 626
     91      Top = 228
     92      Width = 624
    9393      Align = alBottom
    9494      ResizeAnchor = akBottom
     
    9696    object PanelControls: TPanel
    9797      Left = 0
    98       Height = 230
     98      Height = 228
    9999      Top = 0
    100       Width = 626
     100      Width = 624
    101101      Align = alClient
    102102      Anchors = [akLeft, akRight, akBottom]
Note: See TracChangeset for help on using the changeset viewer.