Changeset 55
- Timestamp:
- Jul 26, 2016, 1:38:36 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpi
r43 r55 178 178 <Filename Value="Forms\UFormSettings.pas"/> 179 179 <IsPartOfProject Value="True"/> 180 <HasResources Value="True"/> 180 <ComponentName Value="FormSettings"/> 181 <HasResources Value="True"/> 182 <ResourceBaseClass Value="Form"/> 181 183 </Unit7> 182 184 <Unit8> -
trunk/Forms/UFormAcronym.lfm
r35 r55 54 54 ModalResult = 1 55 55 OnKeyUp = FormKeyUp 56 TabOrder = 256 TabOrder = 7 57 57 end 58 58 object ButtonCancel: TButton … … 65 65 ModalResult = 2 66 66 OnKeyUp = FormKeyUp 67 TabOrder = 367 TabOrder = 6 68 68 end 69 69 object Label3: TLabel … … 82 82 Anchors = [akTop, akLeft, akRight] 83 83 ScrollBars = ssAutoBoth 84 TabOrder = 484 TabOrder = 2 85 85 end 86 86 object Label4: TLabel … … 103 103 PopupMenu = PopupMenuCategory 104 104 ScrollWidth = 358 105 TabOrder = 5105 TabOrder = 3 106 106 end 107 107 object Button1: TButton … … 111 111 Width = 75 112 112 Action = ACategoryAdd 113 TabOrder = 6113 TabOrder = 4 114 114 end 115 115 object Button2: TButton … … 119 119 Width = 75 120 120 Action = ACategoryRemove 121 TabOrder = 7121 TabOrder = 5 122 122 end 123 123 object ActionList1: TActionList -
trunk/Forms/UFormAcronyms.lfm
r51 r55 56 56 Panels = < 57 57 item 58 Width = 1 0058 Width = 120 59 59 end 60 60 item 61 Width = 1 0061 Width = 120 62 62 end> 63 63 SimplePanel = False -
trunk/Forms/UFormCategorySelect.lfm
r33 r55 30 30 Caption = 'Select' 31 31 ModalResult = 1 32 TabOrder = 132 TabOrder = 2 33 33 end 34 34 object ButtonCancel: TButton … … 40 40 Caption = 'Cancel' 41 41 ModalResult = 2 42 TabOrder = 242 TabOrder = 1 43 43 end 44 44 end -
trunk/Forms/UFormImport.lfm
r16 r55 25 25 Anchors = [akTop, akLeft, akRight, akBottom] 26 26 ScrollBars = ssAutoBoth 27 TabOrder = 127 TabOrder = 3 28 28 end 29 29 object ComboBoxDataFormat: TComboBox … … 39 39 ) 40 40 Style = csDropDownList 41 TabOrder = 241 TabOrder = 1 42 42 Text = 'CSV' 43 43 end … … 58 58 Caption = 'Load from file' 59 59 OnClick = ButtonLoadFromFileClick 60 TabOrder = 360 TabOrder = 2 61 61 end 62 62 object OpenDialog1: TOpenDialog -
trunk/Forms/UFormImportFormat.lfm
r50 r55 18 18 Caption = 'Ok' 19 19 ModalResult = 1 20 TabOrder = 020 TabOrder = 6 21 21 end 22 22 object ButtonCancel: TButton … … 28 28 Caption = 'Cancel' 29 29 ModalResult = 2 30 TabOrder = 130 TabOrder = 5 31 31 end 32 32 object Label1: TLabel … … 44 44 Width = 461 45 45 Anchors = [akTop, akLeft, akRight] 46 TabOrder = 246 TabOrder = 1 47 47 end 48 48 object Label8: TLabel … … 60 60 Width = 461 61 61 Anchors = [akTop, akLeft, akRight] 62 TabOrder = 362 TabOrder = 2 63 63 end 64 64 object Label9: TLabel … … 76 76 Width = 461 77 77 Anchors = [akTop, akLeft, akRight] 78 TabOrder = 478 TabOrder = 3 79 79 end 80 80 object ListViewItemRules: TListView … … 109 109 ReadOnly = True 110 110 RowSelect = True 111 TabOrder = 5111 TabOrder = 4 112 112 ViewStyle = vsReport 113 113 OnData = ListViewItemRulesData … … 142 142 ) 143 143 Style = csDropDownList 144 TabOrder = 6144 TabOrder = 0 145 145 end 146 146 object PopupMenu1: TPopupMenu -
trunk/Forms/UFormImportPattern.lfm
r45 r55 9 9 OnCreate = FormCreate 10 10 OnShow = FormShow 11 LCLVersion = '1. 7'11 LCLVersion = '1.6.0.4' 12 12 object Label8: TLabel 13 13 Left = 24 14 Height = 2 414 Height = 20 15 15 Top = 13 16 Width = 10116 Width = 75 17 17 Caption = 'Start string:' 18 18 ParentColor = False … … 20 20 object Label9: TLabel 21 21 Left = 24 22 Height = 2 422 Height = 20 23 23 Top = 53 24 Width = 9224 Width = 69 25 25 Caption = 'End string:' 26 26 ParentColor = False … … 28 28 object EditBlockEnd: TEdit 29 29 Left = 183 30 Height = 3430 Height = 28 31 31 Top = 48 32 32 Width = 461 33 33 Anchors = [akTop, akLeft, akRight] 34 TabOrder = 034 TabOrder = 1 35 35 end 36 36 object EditBlockStart: TEdit 37 37 Left = 183 38 Height = 3438 Height = 28 39 39 Top = 8 40 40 Width = 461 41 41 Anchors = [akTop, akLeft, akRight] 42 TabOrder = 142 TabOrder = 0 43 43 end 44 44 object ButtonCancel: TButton … … 50 50 Caption = 'Cancel' 51 51 ModalResult = 2 52 TabOrder = 252 TabOrder = 5 53 53 end 54 54 object ButtonOk: TButton … … 60 60 Caption = 'Ok' 61 61 ModalResult = 1 62 TabOrder = 362 TabOrder = 6 63 63 end 64 64 object Label10: TLabel 65 65 Left = 24 66 Height = 2 466 Height = 20 67 67 Top = 88 68 Width = 6068 Width = 46 69 69 Caption = 'Action:' 70 70 ParentColor = False … … 72 72 object Label11: TLabel 73 73 Left = 24 74 Height = 2 474 Height = 20 75 75 Top = 120 76 Width = 7476 Width = 58 77 77 Caption = 'Variable:' 78 78 ParentColor = False … … 80 80 object ComboBoxAction: TComboBox 81 81 Left = 183 82 Height = 3882 Height = 28 83 83 Top = 87 84 84 Width = 461 85 85 Anchors = [akTop, akLeft, akRight] 86 ItemHeight = 086 ItemHeight = 20 87 87 Style = csDropDownList 88 TabOrder = 488 TabOrder = 2 89 89 end 90 90 object ComboBoxVariable: TComboBox 91 91 Left = 183 92 Height = 3892 Height = 28 93 93 Top = 120 94 94 Width = 461 95 95 Anchors = [akTop, akLeft, akRight] 96 ItemHeight = 096 ItemHeight = 20 97 97 Items.Strings = ( 98 98 '' 99 99 ) 100 100 Style = csDropDownList 101 TabOrder = 5101 TabOrder = 3 102 102 end 103 103 object CheckBoxRepetition: TCheckBox 104 104 Left = 24 105 Height = 2 8105 Height = 24 106 106 Top = 160 107 Width = 112107 Width = 93 108 108 Caption = 'Repetition' 109 TabOrder = 6109 TabOrder = 4 110 110 end 111 111 end -
trunk/Forms/UFormImportSource.lfm
r50 r55 49 49 Caption = 'Ok' 50 50 ModalResult = 1 51 TabOrder = 251 TabOrder = 11 52 52 end 53 53 object ButtonCancel: TButton … … 59 59 Caption = 'Cancel' 60 60 ModalResult = 2 61 TabOrder = 361 TabOrder = 10 62 62 end 63 63 object Label3: TLabel … … 77 77 ItemHeight = 20 78 78 Style = csDropDownList 79 TabOrder = 479 TabOrder = 2 80 80 end 81 81 object ButtonShowFormat: TButton … … 87 87 Caption = 'Configure' 88 88 OnClick = ButtonShowFormatClick 89 TabOrder = 589 TabOrder = 3 90 90 end 91 91 object CheckBoxEnabled: TCheckBox … … 95 95 Width = 78 96 96 Caption = 'Enabled' 97 TabOrder = 697 TabOrder = 4 98 98 end 99 99 object Label4: TLabel … … 115 115 PopupMenu = PopupMenuCategory 116 116 ScrollWidth = 358 117 TabOrder = 7117 TabOrder = 5 118 118 end 119 119 object Button1: TButton … … 123 123 Width = 75 124 124 Action = ACategoryAdd 125 TabOrder = 8125 TabOrder = 6 126 126 end 127 127 object Button2: TButton … … 131 131 Width = 75 132 132 Action = ACategoryRemove 133 TabOrder = 9133 TabOrder = 7 134 134 end 135 135 object Bevel1: TBevel … … 161 161 Top = 351 162 162 Width = 153 163 TabOrder = 10163 TabOrder = 8 164 164 end 165 165 object EditPassword: TEdit … … 170 170 EchoMode = emPassword 171 171 PasswordChar = '*' 172 TabOrder = 11172 TabOrder = 9 173 173 end 174 174 object ActionList1: TActionList -
trunk/Forms/UFormMain.lfm
r51 r55 1 1 object FormMain: TFormMain 2 Left = 4292 Left = 603 3 3 Height = 446 4 4 Top = 342 -
trunk/Forms/UFormSettings.lfm
r16 r55 35 35 ModalResult = 1 36 36 OnClick = ButtonOkClick 37 TabOrder = 137 TabOrder = 3 38 38 end 39 39 object ButtonCancel: TButton … … 53 53 Width = 118 54 54 Caption = 'Always on top' 55 TabOrder = 355 TabOrder = 1 56 56 end 57 57 end -
trunk/Packages/Common/UJobProgressView.lfm
r54 r55 1 1 object FormJobProgressView: TFormJobProgressView 2 Left = 4672 Left = 656 3 3 Height = 246 4 Top = 2524 Top = 354 5 5 Width = 328 6 6 BorderIcons = [biSystemMenu]
Note:
See TracChangeset
for help on using the changeset viewer.