Changeset 178 for branches/highdpi/Start.lfm
- Timestamp:
- Jun 23, 2019, 3:15:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Start.lfm
r169 r178 1 1 object StartDlg: TStartDlg 2 Left = 2463 Height = 3264 Top = 1205 Width = 5566 BorderIcons = []7 BorderStyle = bsNone8 Caption = 'C-evo'9 2 ClientHeight = 326 10 3 ClientWidth = 556 4 Top = 120 5 Left = 246 6 Width = 556 7 Height = 326 8 Visible = False 9 Caption = 'C-evo' 10 Enabled = True 11 ShowHint = False 12 Font.Color = clWindowText 13 Font.Name = 'MS Sans Serif' 14 Font.PixelsPerInch = 144 15 Font.Height = -13 16 Align = alNone 11 17 Color = clBtnFace 12 DesignTimePPI = 14413 Font.Color = clWindowText14 Font.Height = -1315 Font.Name = 'MS Sans Serif'16 FormStyle = fsStayOnTop17 OnClose = FormClose18 OnCreate = FormCreate19 OnDestroy = FormDestroy20 OnHide = FormHide21 OnKeyDown = FormKeyDown22 18 OnMouseDown = FormMouseDown 23 19 OnMouseMove = FormMouseMove 24 20 OnMouseUp = FormMouseUp 21 OnKeyDown = FormKeyDown 25 22 OnPaint = FormPaint 23 HorzScrollBar.Visible = False 24 VertScrollBar.Visible = False 25 DesignTimePPI = 144 26 FormStyle = fsStayOnTop 27 BorderStyle = bsNone 28 BorderIcons = [] 29 LCLVersion = '2.0.2.0' 26 30 OnShow = FormShow 27 LCLVersion = '2.0.2.0' 31 OnHide = FormHide 32 OnCreate = FormCreate 33 OnDestroy = FormDestroy 34 OnClose = FormClose 28 35 object StartBtn: TButtonA 29 36 Tag = 15104 37 ClientHeight = 25 38 ClientWidth = 100 39 Top = 286 30 40 Left = 389 31 Height = 2532 Top = 28633 41 Width = 100 34 Down = False 35 Permanent = False 42 Height = 25 43 Visible = True 44 Enabled = True 45 ShowHint = False 46 Font.Color = clDefault 47 Font.PixelsPerInch = 144 48 Align = alNone 49 Color = clBtnFace 36 50 OnClick = StartBtnClick 51 Down = False 52 Permanent = False 37 53 end 38 54 object Down1Btn: TButtonC 39 55 Tag = 4096 56 ClientHeight = 12 57 ClientWidth = 12 58 Top = 111 40 59 Left = 522 41 Height = 12 42 Top = 111 43 Width = 12 44 Down = False 45 Permanent = False 60 Width = 12 61 Height = 12 62 Visible = True 63 Enabled = True 64 ShowHint = True 65 Font.Color = clDefault 66 Font.PixelsPerInch = 144 67 Align = alNone 68 Color = clBtnFace 46 69 OnClick = Down1BtnClick 70 Down = False 71 Permanent = False 47 72 ButtonIndex = 0 48 73 end 49 74 object Up1Btn: TButtonC 50 75 Tag = 4096 76 ClientHeight = 12 77 ClientWidth = 12 78 Top = 99 51 79 Left = 522 52 Height = 12 53 Top = 99 54 Width = 12 55 Down = False 56 Permanent = False 80 Width = 12 81 Height = 12 82 Visible = True 83 Enabled = True 84 ShowHint = True 85 Font.Color = clDefault 86 Font.PixelsPerInch = 144 87 Align = alNone 88 Color = clBtnFace 57 89 OnClick = Up1BtnClick 90 Down = False 91 Permanent = False 58 92 ButtonIndex = 1 59 93 end 60 94 object RenameBtn: TButtonB 61 95 Tag = 10240 96 ClientHeight = 25 97 ClientWidth = 25 98 Top = 98 62 99 Left = 412 63 Height = 2564 Top = 9865 100 Width = 25 66 Visible = False 67 Down = False 68 Permanent = False 101 Height = 25 102 Visible = False 103 Enabled = True 104 ShowHint = True 105 Font.Color = clDefault 106 Font.PixelsPerInch = 144 107 Align = alNone 108 Color = clBtnFace 69 109 OnClick = RenameBtnClick 110 Down = False 111 Permanent = False 70 112 ButtonIndex = 31 71 113 end 72 114 object DeleteBtn: TButtonB 73 115 Tag = 10240 116 ClientHeight = 25 117 ClientWidth = 25 118 Top = 98 74 119 Left = 441 75 Height = 2576 Top = 9877 120 Width = 25 78 Visible = False 79 Down = False 80 Permanent = False 121 Height = 25 122 Visible = False 123 Enabled = True 124 ShowHint = True 125 Font.Color = clDefault 126 Font.PixelsPerInch = 144 127 Align = alNone 128 Color = clBtnFace 81 129 OnClick = DeleteBtnClick 130 Down = False 131 Permanent = False 82 132 ButtonIndex = 21 83 133 end 84 134 object Down2Btn: TButtonC 85 135 Tag = 6912 136 ClientHeight = 12 137 ClientWidth = 12 138 Top = 249 86 139 Left = 522 87 Height = 12 88 Top = 249 89 Width = 12 90 Visible = False 91 Down = False 92 Permanent = False 140 Width = 12 141 Height = 12 142 Visible = False 143 Enabled = True 144 ShowHint = True 145 Font.Color = clDefault 146 Font.PixelsPerInch = 144 147 Align = alNone 148 Color = clBtnFace 93 149 OnClick = Down2BtnClick 150 Down = False 151 Permanent = False 94 152 ButtonIndex = 0 95 153 end 96 154 object Up2Btn: TButtonC 97 155 Tag = 6912 156 ClientHeight = 12 157 ClientWidth = 12 158 Top = 237 98 159 Left = 522 99 Height = 12 100 Top = 237 101 Width = 12 102 Visible = False 103 Down = False 104 Permanent = False 160 Width = 12 161 Height = 12 162 Visible = False 163 Enabled = True 164 ShowHint = True 165 Font.Color = clDefault 166 Font.PixelsPerInch = 144 167 Align = alNone 168 Color = clBtnFace 105 169 OnClick = Up2BtnClick 170 Down = False 171 Permanent = False 106 172 ButtonIndex = 1 107 173 end 108 174 object QuitBtn: TButtonB 109 175 Tag = 268435200 176 ClientHeight = 25 177 ClientWidth = 25 178 Top = 7 110 179 Left = 530 111 Height = 25112 Top = 7113 180 Width = 25 114 Down = False 115 Permanent = False 181 Height = 25 182 Visible = True 183 Enabled = True 184 ShowHint = True 185 Font.Color = clDefault 186 Font.PixelsPerInch = 144 187 Align = alNone 188 Color = clBtnFace 116 189 OnClick = QuitBtnClick 190 Down = False 191 Permanent = False 117 192 ButtonIndex = 0 118 193 end 119 194 object CustomizeBtn: TButtonC 120 195 Tag = 768 196 ClientHeight = 12 197 ClientWidth = 12 198 Top = 302 121 199 Left = 120 122 Height = 12 123 Top = 302 124 Width = 12 125 Down = False 126 Permanent = False 200 Width = 12 201 Height = 12 202 Visible = True 203 Enabled = True 204 ShowHint = True 205 Font.Color = clDefault 206 Font.PixelsPerInch = 144 207 Align = alNone 208 Color = clBtnFace 127 209 OnClick = CustomizeBtnClick 210 Down = False 211 Permanent = False 128 212 ButtonIndex = 0 129 213 end 130 214 object AutoDiffUpBtn: TButtonC 215 ClientHeight = 12 216 ClientWidth = 12 217 Top = 237 131 218 Left = 280 132 Height = 12 133 Top = 237 134 Width = 12 135 Down = False 136 Permanent = False 219 Width = 12 220 Height = 12 221 Visible = True 222 Enabled = True 223 ShowHint = True 224 Font.Color = clDefault 225 Font.PixelsPerInch = 144 226 Align = alNone 227 Color = clBtnFace 137 228 OnClick = AutoDiffUpBtnClick 229 Down = False 230 Permanent = False 138 231 ButtonIndex = 1 139 232 end 140 233 object AutoDiffDownBtn: TButtonC 234 ClientHeight = 12 235 ClientWidth = 12 236 Top = 249 141 237 Left = 280 142 Height = 12 143 Top = 249 144 Width = 12 145 Down = False 146 Permanent = False 238 Width = 12 239 Height = 12 240 Visible = True 241 Enabled = True 242 ShowHint = True 243 Font.Color = clDefault 244 Font.PixelsPerInch = 144 245 Align = alNone 246 Color = clBtnFace 147 247 OnClick = AutoDiffDownBtnClick 248 Down = False 249 Permanent = False 148 250 ButtonIndex = 0 149 251 end 150 252 object AutoEnemyUpBtn: TButtonC 253 ClientHeight = 12 254 ClientWidth = 12 255 Top = 152 151 256 Left = 206 152 Height = 12 153 Top = 152 154 Width = 12 155 Down = False 156 Permanent = False 257 Width = 12 258 Height = 12 259 Visible = True 260 Enabled = True 261 ShowHint = True 262 Font.Color = clDefault 263 Font.PixelsPerInch = 144 264 Align = alNone 265 Color = clBtnFace 157 266 OnClick = AutoEnemyUpBtnClick 267 Down = False 268 Permanent = False 158 269 ButtonIndex = 1 159 270 end 160 271 object AutoEnemyDownBtn: TButtonC 272 ClientHeight = 12 273 ClientWidth = 12 274 Top = 164 161 275 Left = 206 162 Height = 12 163 Top = 164 164 Width = 12 165 Down = False 166 Permanent = False 276 Width = 12 277 Height = 12 278 Visible = True 279 Enabled = True 280 ShowHint = True 281 Font.Color = clDefault 282 Font.PixelsPerInch = 144 283 Align = alNone 284 Color = clBtnFace 167 285 OnClick = AutoEnemyDownBtnClick 286 Down = False 287 Permanent = False 168 288 ButtonIndex = 0 169 289 end 170 290 object ReplayBtn: TButtonB 171 291 Tag = 2048 292 ClientHeight = 25 293 ClientWidth = 25 294 Top = 286 172 295 Left = 352 173 Height = 25174 Top = 286175 296 Width = 25 176 Down = False 177 Permanent = False 297 Height = 25 298 Visible = True 299 Enabled = True 300 ShowHint = True 301 Font.Color = clDefault 302 Font.PixelsPerInch = 144 303 Align = alNone 304 Color = clBtnFace 178 305 OnClick = ReplayBtnClick 306 Down = False 307 Permanent = False 179 308 ButtonIndex = 19 180 309 end 181 object List: T ListBox310 object List: TDpiListBox 182 311 Tag = 15360 312 ClientHeight = 238 313 ClientWidth = 265 314 Top = 64 183 315 Left = 45 316 Width = 266 184 317 Height = 238 185 Top = 64 186 Width = 266 187 BorderStyle = bsNone 188 Color = clBlack 189 ExtendedSelect = False 318 Visible = False 319 Enabled = True 320 ShowHint = False 190 321 Font.Color = 4176863 191 Font.Height = -15192 322 Font.Name = 'Times New Roman' 193 323 Font.Style = [fsBold] 194 IntegralHeight = True 195 ItemHeight = 0 324 Font.PixelsPerInch = 144 325 Font.Height = -15 326 Align = alNone 327 Color = clBlack 196 328 OnClick = ListClick 197 ParentFont = False198 ScrollWidth = 266199 TabOrder = 0200 TabStop = False201 TopIndex = -1202 Visible = False203 329 end 204 330 object PopupMenu1: TPopupMenu
Note:
See TracChangeset
for help on using the changeset viewer.