Changeset 47 for trunk/Forms/UFormNewGame.lfm
- Timestamp:
- Apr 24, 2019, 11:41:52 AM (6 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormNewGame.lfm
r46 r47 1 object NewGameForm: TNewGameForm1 object FormNewGame: TFormNewGame 2 2 Left = 579 3 Height = 6503 Height = 542 4 4 Top = 226 5 Width = 10155 Width = 846 6 6 Caption = 'New game' 7 ClientHeight = 6508 ClientWidth = 10159 DesignTimePPI = 1 447 ClientHeight = 542 8 ClientWidth = 846 9 DesignTimePPI = 120 10 10 OnCreate = FormCreate 11 11 OnDestroy = FormDestroy 12 12 OnShow = FormShow 13 LCLVersion = '2.0. 0.4'13 LCLVersion = '2.0.2.0' 14 14 object ButtonStart: TButton 15 Left = 88816 Height = 3 717 Top = 60018 Width = 11315 Left = 740 16 Height = 31 17 Top = 500 18 Width = 94 19 19 Anchors = [akRight, akBottom] 20 20 Caption = 'Start' … … 24 24 end 25 25 object ButtonCancel: TButton 26 Left = 75627 Height = 3 728 Top = 60029 Width = 11326 Left = 630 27 Height = 31 28 Top = 500 29 Width = 94 30 30 Anchors = [akRight, akBottom] 31 31 Caption = 'Cancel' … … 35 35 end 36 36 object Label1: TLabel 37 Left = 1 238 Height = 2 639 Top = 040 Width = 6637 Left = 10 38 Height = 20 39 Top = 8 40 Width = 49 41 41 Caption = 'Players:' 42 42 ParentColor = False … … 44 44 end 45 45 object ListView1: TListView 46 Left = 1 247 Height = 55248 Top = 3 649 Width = 44246 Left = 10 47 Height = 460 48 Top = 30 49 Width = 368 50 50 Anchors = [akTop, akLeft, akBottom] 51 51 Checkboxes = True … … 53 53 item 54 54 Caption = 'Name' 55 Width = 22655 Width = 188 56 56 end 57 57 item 58 58 Caption = 'Color' 59 Width = 7459 Width = 62 60 60 end 61 61 item 62 62 Caption = 'Controls' 63 Width = 22763 Width = 189 64 64 end> 65 65 OwnerData = True … … 75 75 end 76 76 object ColorButton1: TColorButton 77 Left = 75678 Height = 3 779 Top = 9680 Width = 11377 Left = 634 78 Height = 31 79 Top = 112 80 Width = 94 81 81 BorderWidth = 2 82 82 ButtonColorSize = 16 … … 86 86 end 87 87 object Label2: TLabel 88 Left = 60089 Height = 2 690 Top = 1 0191 Width = 6588 Left = 500 89 Height = 20 90 Top = 116 91 Width = 51 92 92 Caption = 'Color 1:' 93 93 ParentColor = False … … 95 95 end 96 96 object GroupBox1: TGroupBox 97 Left = 58898 Height = 36899 Top = 184100 Width = 40897 Left = 490 98 Height = 243 99 Top = 208 100 Width = 340 101 101 Caption = 'Control keys' 102 ClientHeight = 341103 ClientWidth = 406102 ClientHeight = 218 103 ClientWidth = 336 104 104 ParentFont = False 105 105 TabOrder = 3 106 106 object EditUp: TEdit 107 Left = 1 30108 Height = 43107 Left = 108 108 Height = 28 109 109 Top = 2 110 Width = 1 20110 Width = 100 111 111 OnChange = EditUpChange 112 112 OnKeyDown = EditUpKeyDown … … 115 115 end 116 116 object Label3: TLabel 117 Left = 10118 Height = 2 6119 Top = 1 4120 Width = 2 9117 Left = 8 118 Height = 20 119 Top = 12 120 Width = 22 121 121 Caption = 'Up:' 122 122 ParentColor = False … … 124 124 end 125 125 object Label4: TLabel 126 Left = 10127 Height = 2 6128 Top = 62129 Width = 54126 Left = 8 127 Height = 20 128 Top = 52 129 Width = 42 130 130 Caption = 'Down:' 131 131 ParentColor = False … … 133 133 end 134 134 object EditDown: TEdit 135 Left = 1 30136 Height = 43137 Top = 4 8138 Width = 1 20135 Left = 108 136 Height = 28 137 Top = 40 138 Width = 100 139 139 OnChange = EditDownChange 140 140 OnKeyDown = EditDownKeyDown … … 143 143 end 144 144 object Label5: TLabel 145 Left = 10146 Height = 2 6147 Top = 110148 Width = 37145 Left = 8 146 Height = 20 147 Top = 92 148 Width = 28 149 149 Caption = 'Left:' 150 150 ParentColor = False … … 152 152 end 153 153 object EditLeft: TEdit 154 Left = 1 30155 Height = 43156 Top = 98157 Width = 1 20154 Left = 108 155 Height = 28 156 Top = 82 157 Width = 100 158 158 OnChange = EditLeftChange 159 159 OnKeyDown = EditLeftKeyDown … … 162 162 end 163 163 object Label6: TLabel 164 Left = 10165 Height = 2 6166 Top = 1 58167 Width = 50164 Left = 8 165 Height = 20 166 Top = 132 167 Width = 38 168 168 Caption = 'Right:' 169 169 ParentColor = False … … 171 171 end 172 172 object EditRight: TEdit 173 Left = 1 30174 Height = 43175 Top = 1 46176 Width = 1 20173 Left = 108 174 Height = 28 175 Top = 122 176 Width = 100 177 177 OnChange = EditRightChange 178 178 OnKeyDown = EditRightKeyDown … … 181 181 end 182 182 object Label7: TLabel 183 Left = 10184 Height = 2 6185 Top = 206186 Width = 55183 Left = 8 184 Height = 20 185 Top = 172 186 Width = 42 187 187 Caption = 'Shoot:' 188 188 ParentColor = False … … 190 190 end 191 191 object EditShoot: TEdit 192 Left = 1 30193 Height = 43194 Top = 1 94195 Width = 1 20192 Left = 108 193 Height = 28 194 Top = 162 195 Width = 100 196 196 OnChange = EditShootChange 197 197 OnKeyDown = EditShootKeyDown … … 201 201 end 202 202 object EditName: TEdit 203 Left = 720204 Height = 43205 Top = 3 6206 Width = 2 64203 Left = 600 204 Height = 28 205 Top = 30 206 Width = 220 207 207 OnChange = EditNameChange 208 208 ParentFont = False … … 210 210 end 211 211 object Label8: TLabel 212 Left = 600213 Height = 2 6214 Top = 4 8215 Width = 56212 Left = 500 213 Height = 20 214 Top = 40 215 Width = 43 216 216 Caption = 'Name:' 217 217 ParentColor = False … … 219 219 end 220 220 object Label9: TLabel 221 Left = 600222 Height = 2 6223 Top = 14 1224 Width = 65221 Left = 500 222 Height = 20 223 Top = 145 224 Width = 51 225 225 Caption = 'Color 2:' 226 226 ParentColor = False … … 228 228 end 229 229 object ColorButton2: TColorButton 230 Left = 756231 Height = 3 7232 Top = 1 36233 Width = 113230 Left = 634 231 Height = 31 232 Top = 145 233 Width = 94 234 234 BorderWidth = 2 235 235 ButtonColorSize = 16 … … 238 238 ParentFont = False 239 239 end 240 object CheckBoxEnabled: TCheckBox 241 Left = 504 242 Height = 24 243 Top = 80 244 Width = 78 245 Caption = 'Enabled' 246 OnChange = CheckBoxEnabledChange 247 TabOrder = 5 248 end 240 249 end
Note:
See TracChangeset
for help on using the changeset viewer.