Changeset 39 for trunk/Forms/UNewGameForm.lfm
- Timestamp:
- Apr 18, 2019, 4:13:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UNewGameForm.lfm
r36 r39 1 1 object NewGameForm: TNewGameForm 2 2 Left = 579 3 Height = 4343 Height = 542 4 4 Top = 226 5 Width = 6775 Width = 846 6 6 Caption = 'New game' 7 ClientHeight = 434 8 ClientWidth = 677 7 ClientHeight = 542 8 ClientWidth = 846 9 DesignTimePPI = 120 9 10 OnCreate = FormCreate 10 11 OnDestroy = FormDestroy 11 12 OnShow = FormShow 12 LCLVersion = ' 1.8.0.4'13 LCLVersion = '2.0.0.4' 13 14 object ButtonStart: TButton 14 Left = 59215 Height = 2516 Top = 40017 Width = 7515 Left = 740 16 Height = 31 17 Top = 500 18 Width = 94 18 19 Anchors = [akRight, akBottom] 19 20 Caption = 'Start' 20 21 ModalResult = 1 22 ParentFont = False 21 23 TabOrder = 0 22 24 end 23 25 object ButtonCancel: TButton 24 Left = 50425 Height = 2526 Top = 40027 Width = 7526 Left = 630 27 Height = 31 28 Top = 500 29 Width = 94 28 30 Anchors = [akRight, akBottom] 29 31 Caption = 'Cancel' 30 32 ModalResult = 2 33 ParentFont = False 31 34 TabOrder = 1 32 35 end 33 36 object Label1: TLabel 34 Left = 835 Height = 2 637 Left = 10 38 Height = 20 36 39 Top = 0 37 Width = 6640 Width = 49 38 41 Caption = 'Players:' 39 42 ParentColor = False 43 ParentFont = False 40 44 end 41 45 object ListView1: TListView 42 Left = 843 Height = 36844 Top = 2446 Left = 10 47 Height = 460 48 Top = 30 45 49 Width = 368 46 50 Anchors = [akTop, akLeft, akBottom] … … 49 53 item 50 54 Caption = 'Name' 51 Width = 1 5055 Width = 188 52 56 end 53 57 item 54 58 Caption = 'Color' 59 Width = 62 55 60 end 56 61 item 57 62 Caption = 'Controls' 58 Width = 1 5163 Width = 189 59 64 end> 60 65 OwnerData = True 66 ParentFont = False 61 67 ReadOnly = True 62 68 RowSelect = True … … 68 74 end 69 75 object ColorButton1: TColorButton 70 Left = 50471 Height = 2572 Top = 6473 Width = 7576 Left = 630 77 Height = 31 78 Top = 80 79 Width = 94 74 80 BorderWidth = 2 75 81 ButtonColorSize = 16 76 82 ButtonColor = clBlack 77 83 OnColorChanged = ColorButton1ColorChanged 84 ParentFont = False 78 85 end 79 86 object Label2: TLabel 80 Left = 40081 Height = 2 682 Top = 6783 Width = 5087 Left = 500 88 Height = 20 89 Top = 84 90 Width = 39 84 91 Caption = 'Color:' 85 92 ParentColor = False 93 ParentFont = False 86 94 end 87 95 object GroupBox1: TGroupBox 88 Left = 39289 Height = 26490 Top = 1 0491 Width = 27296 Left = 490 97 Height = 330 98 Top = 130 99 Width = 340 92 100 Caption = 'Control keys' 93 ClientHeight = 236 94 ClientWidth = 268 101 ClientHeight = 305 102 ClientWidth = 336 103 ParentFont = False 95 104 TabOrder = 3 96 105 object EditUp: TEdit 97 Left = 8698 Height = 36106 Left = 108 107 Height = 28 99 108 Top = 2 100 Width = 80109 Width = 100 101 110 OnChange = EditUpChange 102 111 OnKeyDown = EditUpKeyDown 112 ParentFont = False 103 113 TabOrder = 0 104 114 end 105 115 object Label3: TLabel 106 Left = 6107 Height = 2 6108 Top = 1 0109 Width = 2 9116 Left = 8 117 Height = 20 118 Top = 12 119 Width = 22 110 120 Caption = 'Up:' 111 121 ParentColor = False 122 ParentFont = False 112 123 end 113 124 object Label4: TLabel 114 Left = 6115 Height = 2 6116 Top = 42117 Width = 54125 Left = 8 126 Height = 20 127 Top = 52 128 Width = 42 118 129 Caption = 'Down:' 119 130 ParentColor = False 131 ParentFont = False 120 132 end 121 133 object EditDown: TEdit 122 Left = 86123 Height = 36124 Top = 32125 Width = 80134 Left = 108 135 Height = 28 136 Top = 40 137 Width = 100 126 138 OnChange = EditDownChange 127 139 OnKeyDown = EditDownKeyDown 140 ParentFont = False 128 141 TabOrder = 1 129 142 end 130 143 object Label5: TLabel 131 Left = 6132 Height = 2 6133 Top = 74134 Width = 37144 Left = 8 145 Height = 20 146 Top = 92 147 Width = 28 135 148 Caption = 'Left:' 136 149 ParentColor = False 150 ParentFont = False 137 151 end 138 152 object EditLeft: TEdit 139 Left = 86140 Height = 36141 Top = 66142 Width = 80153 Left = 108 154 Height = 28 155 Top = 82 156 Width = 100 143 157 OnChange = EditLeftChange 144 158 OnKeyDown = EditLeftKeyDown 159 ParentFont = False 145 160 TabOrder = 2 146 161 end 147 162 object Label6: TLabel 148 Left = 6149 Height = 2 6150 Top = 1 06151 Width = 50163 Left = 8 164 Height = 20 165 Top = 132 166 Width = 38 152 167 Caption = 'Right:' 153 168 ParentColor = False 169 ParentFont = False 154 170 end 155 171 object EditRight: TEdit 156 Left = 86157 Height = 36158 Top = 98159 Width = 80172 Left = 108 173 Height = 28 174 Top = 122 175 Width = 100 160 176 OnChange = EditRightChange 161 177 OnKeyDown = EditRightKeyDown 178 ParentFont = False 162 179 TabOrder = 3 163 180 end 164 181 object Label7: TLabel 165 Left = 6166 Height = 2 6167 Top = 1 38168 Width = 55182 Left = 8 183 Height = 20 184 Top = 172 185 Width = 42 169 186 Caption = 'Shoot:' 170 187 ParentColor = False 188 ParentFont = False 171 189 end 172 190 object EditShoot: TEdit 173 Left = 86174 Height = 36175 Top = 1 30176 Width = 80191 Left = 108 192 Height = 28 193 Top = 162 194 Width = 100 177 195 OnChange = EditShootChange 178 196 OnKeyDown = EditShootKeyDown 197 ParentFont = False 179 198 TabOrder = 4 180 199 end 181 200 end 182 201 object EditName: TEdit 183 Left = 480184 Height = 36185 Top = 24186 Width = 176202 Left = 600 203 Height = 28 204 Top = 30 205 Width = 220 187 206 OnChange = EditNameChange 207 ParentFont = False 188 208 TabOrder = 4 189 209 end 190 210 object Label8: TLabel 191 Left = 400192 Height = 2 6193 Top = 32194 Width = 56211 Left = 500 212 Height = 20 213 Top = 40 214 Width = 43 195 215 Caption = 'Name:' 196 216 ParentColor = False 217 ParentFont = False 197 218 end 198 219 end
Note:
See TracChangeset
for help on using the changeset viewer.