Changeset 52 for trunk/Forms/UFormNewGame.lfm
- Timestamp:
- Dec 20, 2021, 7:47:26 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNewGame.lfm
r47 r52 1 1 object FormNewGame: TFormNewGame 2 Left = 5793 Height = 5424 Top = 2265 Width = 8462 Left = 479 3 Height = 650 4 Top = 392 5 Width = 1015 6 6 Caption = 'New game' 7 ClientHeight = 5428 ClientWidth = 8469 DesignTimePPI = 1 207 ClientHeight = 650 8 ClientWidth = 1015 9 DesignTimePPI = 144 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = '2.0. 2.0'13 LCLVersion = '2.0.12.0' 14 14 object ButtonStart: TButton 15 Left = 74016 Height = 3 117 Top = 50018 Width = 9415 Left = 888 16 Height = 37 17 Top = 600 18 Width = 113 19 19 Anchors = [akRight, akBottom] 20 20 Caption = 'Start' … … 24 24 end 25 25 object ButtonCancel: TButton 26 Left = 63027 Height = 3 128 Top = 50029 Width = 9426 Left = 756 27 Height = 37 28 Top = 600 29 Width = 113 30 30 Anchors = [akRight, akBottom] 31 31 Caption = 'Cancel' … … 35 35 end 36 36 object Label1: TLabel 37 Left = 1 038 Height = 2 039 Top = 840 Width = 4937 Left = 12 38 Height = 25 39 Top = 10 40 Width = 59 41 41 Caption = 'Players:' 42 42 ParentColor = False … … 44 44 end 45 45 object ListView1: TListView 46 Left = 1 047 Height = 46048 Top = 3 049 Width = 36846 Left = 12 47 Height = 552 48 Top = 36 49 Width = 442 50 50 Anchors = [akTop, akLeft, akBottom] 51 51 Checkboxes = True … … 53 53 item 54 54 Caption = 'Name' 55 Width = 18855 Width = 226 56 56 end 57 57 item 58 58 Caption = 'Color' 59 Width = 6259 Width = 74 60 60 end 61 61 item 62 62 Caption = 'Controls' 63 Width = 18963 Width = 227 64 64 end> 65 65 OwnerData = True … … 75 75 end 76 76 object ColorButton1: TColorButton 77 Left = 63478 Height = 3 179 Top = 1 1280 Width = 9477 Left = 761 78 Height = 37 79 Top = 134 80 Width = 113 81 81 BorderWidth = 2 82 82 ButtonColorSize = 16 … … 86 86 end 87 87 object Label2: TLabel 88 Left = 50089 Height = 2 090 Top = 1 1691 Width = 5188 Left = 600 89 Height = 25 90 Top = 139 91 Width = 62 92 92 Caption = 'Color 1:' 93 93 ParentColor = False … … 95 95 end 96 96 object GroupBox1: TGroupBox 97 Left = 49098 Height = 2 4399 Top = 2 08100 Width = 34097 Left = 588 98 Height = 292 99 Top = 250 100 Width = 408 101 101 Caption = 'Control keys' 102 ClientHeight = 2 18103 ClientWidth = 336102 ClientHeight = 262 103 ClientWidth = 404 104 104 ParentFont = False 105 105 TabOrder = 3 106 106 object EditUp: TEdit 107 Left = 1 08108 Height = 28107 Left = 130 108 Height = 33 109 109 Top = 2 110 Width = 1 00110 Width = 120 111 111 OnChange = EditUpChange 112 112 OnKeyDown = EditUpKeyDown … … 115 115 end 116 116 object Label3: TLabel 117 Left = 8118 Height = 2 0119 Top = 1 2120 Width = 2 2117 Left = 10 118 Height = 25 119 Top = 14 120 Width = 27 121 121 Caption = 'Up:' 122 122 ParentColor = False … … 124 124 end 125 125 object Label4: TLabel 126 Left = 8127 Height = 2 0128 Top = 52129 Width = 42126 Left = 10 127 Height = 25 128 Top = 62 129 Width = 51 130 130 Caption = 'Down:' 131 131 ParentColor = False … … 133 133 end 134 134 object EditDown: TEdit 135 Left = 1 08136 Height = 28137 Top = 4 0138 Width = 1 00135 Left = 130 136 Height = 33 137 Top = 48 138 Width = 120 139 139 OnChange = EditDownChange 140 140 OnKeyDown = EditDownKeyDown … … 143 143 end 144 144 object Label5: TLabel 145 Left = 8146 Height = 2 0147 Top = 92148 Width = 28145 Left = 10 146 Height = 25 147 Top = 110 148 Width = 33 149 149 Caption = 'Left:' 150 150 ParentColor = False … … 152 152 end 153 153 object EditLeft: TEdit 154 Left = 1 08155 Height = 28156 Top = 82157 Width = 1 00154 Left = 130 155 Height = 33 156 Top = 98 157 Width = 120 158 158 OnChange = EditLeftChange 159 159 OnKeyDown = EditLeftKeyDown … … 162 162 end 163 163 object Label6: TLabel 164 Left = 8165 Height = 2 0166 Top = 1 32167 Width = 38164 Left = 10 165 Height = 25 166 Top = 158 167 Width = 46 168 168 Caption = 'Right:' 169 169 ParentColor = False … … 171 171 end 172 172 object EditRight: TEdit 173 Left = 1 08174 Height = 28175 Top = 1 22176 Width = 1 00173 Left = 130 174 Height = 33 175 Top = 146 176 Width = 120 177 177 OnChange = EditRightChange 178 178 OnKeyDown = EditRightKeyDown … … 181 181 end 182 182 object Label7: TLabel 183 Left = 8184 Height = 2 0185 Top = 172186 Width = 42183 Left = 10 184 Height = 25 185 Top = 206 186 Width = 52 187 187 Caption = 'Shoot:' 188 188 ParentColor = False … … 190 190 end 191 191 object EditShoot: TEdit 192 Left = 1 08193 Height = 28194 Top = 1 62195 Width = 1 00192 Left = 130 193 Height = 33 194 Top = 194 195 Width = 120 196 196 OnChange = EditShootChange 197 197 OnKeyDown = EditShootKeyDown … … 201 201 end 202 202 object EditName: TEdit 203 Left = 720 204 Height = 33 205 Top = 36 206 Width = 264 207 OnChange = EditNameChange 208 ParentFont = False 209 TabOrder = 4 210 end 211 object Label8: TLabel 203 212 Left = 600 204 Height = 28 205 Top = 30 206 Width = 220 207 OnChange = EditNameChange 208 ParentFont = False 209 TabOrder = 4 210 end 211 object Label8: TLabel 212 Left = 500 213 Height = 20 214 Top = 40 215 Width = 43 213 Height = 25 214 Top = 48 215 Width = 51 216 216 Caption = 'Name:' 217 217 ParentColor = False … … 219 219 end 220 220 object Label9: TLabel 221 Left = 500222 Height = 2 0223 Top = 1 45224 Width = 51221 Left = 600 222 Height = 25 223 Top = 174 224 Width = 62 225 225 Caption = 'Color 2:' 226 226 ParentColor = False … … 228 228 end 229 229 object ColorButton2: TColorButton 230 Left = 634231 Height = 3 1232 Top = 1 45233 Width = 94230 Left = 761 231 Height = 37 232 Top = 174 233 Width = 113 234 234 BorderWidth = 2 235 235 ButtonColorSize = 16 … … 239 239 end 240 240 object CheckBoxEnabled: TCheckBox 241 Left = 504242 Height = 2 4243 Top = 80244 Width = 78241 Left = 605 242 Height = 29 243 Top = 96 244 Width = 93 245 245 Caption = 'Enabled' 246 246 OnChange = CheckBoxEnabledChange 247 ParentFont = False 247 248 TabOrder = 5 248 249 end
Note:
See TracChangeset
for help on using the changeset viewer.