Changeset 22 for trunk/Forms/UItemView.lfm
- Timestamp:
- Jun 16, 2011, 12:18:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UItemView.lfm
r20 r22 1 1 object ItemViewForm: TItemViewForm 2 Left = 31 23 Height = 46 74 Top = 11 15 Width = 62 42 Left = 314 3 Height = 463 4 Top = 113 5 Width = 620 6 6 Caption = 'View item' 7 ClientHeight = 46 78 ClientWidth = 62 47 ClientHeight = 463 8 ClientWidth = 620 9 9 OnClose = FormClose 10 10 OnCreate = FormCreate … … 14 14 LCLVersion = '0.9.31' 15 15 object ButtonClose: TButton 16 Left = 54 416 Left = 540 17 17 Height = 25 18 Top = 43 718 Top = 433 19 19 Width = 75 20 20 Anchors = [akRight, akBottom] … … 24 24 end 25 25 object ButtonEdit: TButton 26 Left = 45 626 Left = 452 27 27 Height = 25 28 Top = 43 728 Top = 433 29 29 Width = 75 30 30 Anchors = [akRight, akBottom] … … 35 35 object Panel1: TPanel 36 36 Left = 0 37 Height = 4 3137 Height = 427 38 38 Top = 0 39 Width = 62 439 Width = 620 40 40 Align = alTop 41 41 Anchors = [akTop, akLeft, akRight, akBottom] 42 42 BevelOuter = bvNone 43 ClientHeight = 4 3144 ClientWidth = 62 443 ClientHeight = 427 44 ClientWidth = 620 45 45 TabOrder = 2 46 46 object Panel2: TPanel 47 47 Left = 0 48 48 Height = 200 49 Top = 2 3150 Width = 62 449 Top = 227 50 Width = 620 51 51 Align = alBottom 52 52 BevelOuter = bvNone 53 53 ClientHeight = 200 54 ClientWidth = 62 454 ClientWidth = 620 55 55 TabOrder = 0 56 56 object TabControl1: TTabControl … … 58 58 Height = 24 59 59 Top = 0 60 Width = 62 460 Width = 620 61 61 Align = alTop 62 62 OnChange = TabControl1Change … … 74 74 Height = 176 75 75 Top = 24 76 Width = 62 476 Width = 620 77 77 Align = alClient 78 78 Columns = <> … … 89 89 Left = 0 90 90 Height = 3 91 Top = 22 892 Width = 62 491 Top = 224 92 Width = 620 93 93 Align = alBottom 94 94 ResizeAnchor = akBottom … … 96 96 object PanelControls: TPanel 97 97 Left = 0 98 Height = 22 898 Height = 224 99 99 Top = 0 100 Width = 62 4100 Width = 620 101 101 Align = alClient 102 102 Anchors = [akLeft, akRight, akBottom]
Note:
See TracChangeset
for help on using the changeset viewer.