Changeset 27 for trunk/Forms/UFormImportFormat.lfm
- Timestamp:
- Jun 7, 2016, 3:56:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormImportFormat.lfm
r25 r27 7 7 ClientHeight = 433 8 8 ClientWidth = 664 9 LCLVersion = '1.7' 9 OnShow = FormShow 10 LCLVersion = '1.6.0.4' 10 11 object ButtonOk: TButton 11 12 Left = 560 … … 13 14 Top = 384 14 15 Width = 75 16 Anchors = [akRight, akBottom] 15 17 Caption = 'Ok' 16 18 ModalResult = 1 … … 22 24 Top = 384 23 25 Width = 75 26 Anchors = [akRight, akBottom] 24 27 Caption = 'Cancel' 25 28 ModalResult = 2 … … 28 31 object Label1: TLabel 29 32 Left = 20 30 Height = 2 233 Height = 20 31 34 Top = 16 32 Width = 4 935 Width = 43 33 36 Caption = 'Name:' 34 37 ParentColor = False … … 36 39 object EditName: TEdit 37 40 Left = 179 38 Height = 3241 Height = 28 39 42 Top = 11 40 43 Width = 461 … … 42 45 TabOrder = 2 43 46 end 44 object Label 2: TLabel47 object Label8: TLabel 45 48 Left = 20 46 Height = 22 47 Top = 133 48 Width = 112 49 Caption = 'Acronym start:' 50 ParentColor = False 51 end 52 object EditAcronymStart: TEdit 53 Left = 179 54 Height = 32 55 Top = 128 56 Width = 461 57 Anchors = [akTop, akLeft, akRight] 58 TabOrder = 3 59 end 60 object Label3: TLabel 61 Left = 20 62 Height = 22 63 Top = 173 64 Width = 105 65 Caption = 'Acronym end:' 66 ParentColor = False 67 end 68 object EditAcronymEnd: TEdit 69 Left = 179 70 Height = 32 71 Top = 168 72 Width = 461 73 Anchors = [akTop, akLeft, akRight] 74 TabOrder = 4 75 end 76 object Label4: TLabel 77 Left = 20 78 Height = 22 79 Top = 213 80 Width = 111 81 Caption = 'Meaning start:' 82 ParentColor = False 83 end 84 object EditMeaningStart: TEdit 85 Left = 179 86 Height = 32 87 Top = 208 88 Width = 461 89 Anchors = [akTop, akLeft, akRight] 90 TabOrder = 5 91 end 92 object Label5: TLabel 93 Left = 20 94 Height = 22 95 Top = 253 96 Width = 104 97 Caption = 'Meaning end:' 98 ParentColor = False 99 end 100 object EditMeaningEnd: TEdit 101 Left = 179 102 Height = 32 103 Top = 248 104 Width = 461 105 Anchors = [akTop, akLeft, akRight] 106 TabOrder = 6 107 end 108 object Label6: TLabel 109 Left = 20 110 Height = 22 111 Top = 293 112 Width = 132 113 Caption = 'Description start:' 114 ParentColor = False 115 end 116 object EditDescriptionStart: TEdit 117 Left = 179 118 Height = 32 119 Top = 288 120 Width = 461 121 Anchors = [akTop, akLeft, akRight] 122 TabOrder = 7 123 end 124 object Label7: TLabel 125 Left = 20 126 Height = 22 127 Top = 333 128 Width = 125 129 Caption = 'Description end:' 130 ParentColor = False 131 end 132 object EditDescriptionEnd: TEdit 133 Left = 179 134 Height = 32 135 Top = 328 136 Width = 461 137 Anchors = [akTop, akLeft, akRight] 138 TabOrder = 8 139 end 140 object Label8: TLabel 141 Left = 24 142 Height = 22 49 Height = 20 143 50 Top = 53 144 Width = 8551 Width = 72 145 52 Caption = 'Block start:' 146 53 ParentColor = False … … 148 55 object EditBlockStart: TEdit 149 56 Left = 179 150 Height = 3257 Height = 28 151 58 Top = 48 152 59 Width = 461 153 60 Anchors = [akTop, akLeft, akRight] 154 TabOrder = 961 TabOrder = 3 155 62 end 156 63 object Label9: TLabel 157 Left = 2 4158 Height = 2 264 Left = 20 65 Height = 20 159 66 Top = 93 160 Width = 7867 Width = 68 161 68 Caption = 'Block end:' 162 69 ParentColor = False … … 164 71 object EditBlockEnd: TEdit 165 72 Left = 179 166 Height = 3273 Height = 28 167 74 Top = 88 168 75 Width = 461 169 76 Anchors = [akTop, akLeft, akRight] 170 TabOrder = 10 77 TabOrder = 4 78 end 79 object ListViewItemRules: TListView 80 Left = 20 81 Height = 230 82 Top = 144 83 Width = 620 84 Anchors = [akTop, akLeft, akRight, akBottom] 85 Columns = < 86 item 87 Caption = 'Start string' 88 Width = 100 89 end 90 item 91 Caption = 'End string' 92 Width = 100 93 end 94 item 95 Caption = 'Action' 96 Width = 100 97 end 98 item 99 Caption = 'Variable' 100 Width = 100 101 end> 102 OwnerData = True 103 PopupMenu = PopupMenu1 104 ReadOnly = True 105 RowSelect = True 106 TabOrder = 5 107 ViewStyle = vsReport 108 OnData = ListViewItemRulesData 109 OnDblClick = AModifyExecute 110 end 111 object Label2: TLabel 112 Left = 20 113 Height = 20 114 Top = 120 115 Width = 68 116 Caption = 'Item rules:' 117 ParentColor = False 118 end 119 object PopupMenu1: TPopupMenu 120 Images = FormMain.ImageList1 121 left = 181 122 top = 240 123 object MenuItem1: TMenuItem 124 Action = AAdd 125 end 126 object MenuItem2: TMenuItem 127 Action = AModify 128 end 129 object MenuItem3: TMenuItem 130 Action = ARemove 131 end 132 object MenuItem4: TMenuItem 133 Action = AMoveUp 134 end 135 object MenuItem5: TMenuItem 136 Action = AMoveDown 137 end 138 end 139 object ActionList1: TActionList 140 Images = FormMain.ImageList1 141 left = 383 142 top = 245 143 object AAdd: TAction 144 Caption = 'Add' 145 OnExecute = AAddExecute 146 ShortCut = 45 147 end 148 object AModify: TAction 149 Caption = 'Modify' 150 OnExecute = AModifyExecute 151 ShortCut = 13 152 end 153 object ARemove: TAction 154 Caption = 'Remove' 155 OnExecute = ARemoveExecute 156 ShortCut = 46 157 end 158 object AMoveUp: TAction 159 Caption = 'Move up' 160 OnExecute = AMoveUpExecute 161 end 162 object AMoveDown: TAction 163 Caption = 'Move down' 164 OnExecute = AMoveDownExecute 165 end 171 166 end 172 167 end
Note:
See TracChangeset
for help on using the changeset viewer.