Changeset 112 for branches/generator/Forms/UFormRule.lfm
- Timestamp:
- Aug 9, 2017, 8:47:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generator/Forms/UFormRule.lfm
r111 r112 1 1 object FormRule: TFormRule 2 2 Left = 679 3 Height = 3983 Height = 505 4 4 Top = 620 5 5 Width = 660 6 6 ActiveControl = ButtonOk 7 7 Caption = 'Rule' 8 ClientHeight = 3988 ClientHeight = 505 9 9 ClientWidth = 660 10 10 OnShow = FormShow … … 13 13 Left = 376 14 14 Height = 25 15 Top = 36015 Top = 467 16 16 Width = 75 17 17 Anchors = [akLeft, akBottom] … … 23 23 Left = 168 24 24 Height = 25 25 Top = 36025 Top = 467 26 26 Width = 75 27 27 Anchors = [akLeft, akBottom] … … 47 47 object ListView: TListView 48 48 Left = 16 49 Height = 23249 Height = 307 50 50 Top = 112 51 51 Width = 624 52 Anchors = [akTop, akLeft, ak Bottom]52 Anchors = [akTop, akLeft, akRight, akBottom] 53 53 Columns = < 54 54 item … … 78 78 object ComboBox1: TComboBox 79 79 Left = 186 80 Height = 3 680 Height = 34 81 81 Top = 61 82 82 Width = 390 … … 89 89 TabOrder = 4 90 90 end 91 object ToolBar1: TToolBar 92 Left = 16 93 Height = 26 94 Top = 424 95 Width = 624 96 Align = alCustom 97 Anchors = [akLeft, akRight, akBottom] 98 Caption = 'ToolBar1' 99 Images = Core.ImageList1 100 TabOrder = 5 101 object ToolButton1: TToolButton 102 Left = 1 103 Top = 2 104 Action = AAdd 105 end 106 object ToolButton2: TToolButton 107 Left = 24 108 Top = 2 109 Action = AModify 110 end 111 object ToolButton3: TToolButton 112 Left = 47 113 Top = 2 114 Action = ARemove 115 end 116 end 91 117 object ActionList1: TActionList 118 Images = Core.ImageList1 92 119 left = 347 93 120 top = 187 94 121 object AAdd: TAction 95 122 Caption = 'Add' 123 ImageIndex = 0 96 124 OnExecute = AAddExecute 97 125 end 98 126 object AModify: TAction 99 127 Caption = 'Modify' 128 ImageIndex = 3 100 129 OnExecute = AModifyExecute 101 130 end 102 131 object ARemove: TAction 103 132 Caption = 'Remove' 133 ImageIndex = 1 104 134 OnExecute = ARemoveExecute 105 135 end 106 136 end 107 137 object PopupMenu1: TPopupMenu 138 Images = Core.ImageList1 108 139 left = 118 109 140 top = 185
Note:
See TracChangeset
for help on using the changeset viewer.