Changeset 51 for trunk/Forms/UFormCategories.lfm
- Timestamp:
- Jul 25, 2016, 5:20:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormCategories.lfm
r35 r51 7 7 ClientHeight = 429 8 8 ClientWidth = 784 9 OnCreate = FormCreate 9 10 OnShow = FormShow 10 11 LCLVersion = '1.6.0.4' … … 33 34 OnSelectItem = ListViewCategoriesSelectItem 34 35 end 35 object Button1: TButton 36 Left = 15 37 Height = 25 38 Top = 390 39 Width = 75 40 Action = AAdd 41 Anchors = [akLeft, akBottom] 36 object ToolBar1: TToolBar 37 Left = 0 38 Height = 26 39 Top = 403 40 Width = 784 41 Align = alBottom 42 Caption = 'ToolBar1' 43 Images = FormMain.ImageList1 44 ParentShowHint = False 45 ShowHint = True 42 46 TabOrder = 1 43 end 44 object Button2: TButton 45 Left = 104 46 Height = 25 47 Top = 390 48 Width = 75 49 Action = AModify 50 Anchors = [akLeft, akBottom] 51 TabOrder = 2 52 end 53 object Button3: TButton 54 Left = 192 55 Height = 25 56 Top = 390 57 Width = 75 58 Action = ARemove 59 Anchors = [akLeft, akBottom] 60 TabOrder = 3 47 object ToolButton1: TToolButton 48 Left = 1 49 Top = 2 50 Action = AAdd 51 end 52 object ToolButton2: TToolButton 53 Left = 24 54 Top = 2 55 Action = AModify 56 end 57 object ToolButton3: TToolButton 58 Left = 47 59 Top = 2 60 Action = ARemove 61 end 61 62 end 62 63 object ActionList1: TActionList
Note:
See TracChangeset
for help on using the changeset viewer.