Changeset 246 for branches/highdpi/Start.lfm
- Timestamp:
- May 21, 2020, 8:17:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Start.lfm
r244 r246 1 1 object StartDlg: TStartDlg 2 Left = 246 3 Height = 326 4 Top = 120 5 Width = 556 6 BorderIcons = [] 7 BorderStyle = bsNone 8 Caption = 'C-evo' 2 9 ClientHeight = 326 3 10 ClientWidth = 556 4 Top = 120 5 Left = 246 6 Width = 556 7 Height = 326 8 Caption = 'C-evo' 9 Enabled = True 10 ShowHint = False 11 Color = clBtnFace 12 DesignTimePPI = 144 11 13 Font.Color = clWindowText 14 Font.Height = -13 12 15 Font.Name = 'MS Sans Serif' 13 Font.PixelsPerInch = 144 14 Font.Height = -13 15 Align = alNone 16 Color = clBtnFace 16 FormStyle = fsStayOnTop 17 OnClose = FormClose 18 OnCreate = FormCreate 19 OnDestroy = FormDestroy 20 OnHide = FormHide 21 OnKeyDown = FormKeyDown 17 22 OnMouseDown = FormMouseDown 18 23 OnMouseMove = FormMouseMove 19 24 OnMouseUp = FormMouseUp 20 OnKeyDown = FormKeyDown21 25 OnPaint = FormPaint 22 HorzScrollBar.Visible = False23 VertScrollBar.Visible = False24 DesignTimePPI = 14425 FormStyle = fsStayOnTop26 BorderStyle = bsNone27 BorderIcons = []28 LCLVersion = '2.0.8.0'29 26 OnShow = FormShow 30 OnHide = FormHide 31 OnCreate = FormCreate 32 OnDestroy = FormDestroy 33 OnClose = FormClose 27 LCLVersion = '2.0.2.0' 28 PixelsPerInch = 96 29 Scaled = False 34 30 object StartBtn: TButtonA 35 31 Tag = 15104 36 ClientHeight = 2537 ClientWidth = 10032 Left = 389 33 Height = 25 38 34 Top = 286 39 Left = 38940 35 Width = 100 41 Height = 25 42 Enabled = True 43 ShowHint = False 44 Font.Color = clDefault 45 Font.PixelsPerInch = 144 46 Align = alNone 47 Color = clBtnFace 36 Down = False 37 Permanent = False 48 38 OnClick = StartBtnClick 49 Visible = True50 Down = False51 Permanent = False52 39 end 53 40 object Down1Btn: TButtonC 54 41 Tag = 4096 55 ClientHeight = 1256 ClientWidth= 1242 Left = 522 43 Height = 12 57 44 Top = 111 58 Left = 522 59 Width = 12 60 Height = 12 61 Enabled = True 62 ShowHint = True 63 Font.Color = clDefault 64 Font.PixelsPerInch = 144 65 Align = alNone 66 Color = clBtnFace 45 Width = 12 46 Down = False 47 Permanent = False 67 48 OnClick = Down1BtnClick 68 Visible = True69 Down = False70 Permanent = False71 49 ButtonIndex = 0 72 50 end 73 51 object Up1Btn: TButtonC 74 52 Tag = 4096 75 ClientHeight = 1276 ClientWidth= 1253 Left = 522 54 Height = 12 77 55 Top = 99 78 Left = 522 79 Width = 12 80 Height = 12 81 Enabled = True 82 ShowHint = True 83 Font.Color = clDefault 84 Font.PixelsPerInch = 144 85 Align = alNone 86 Color = clBtnFace 56 Width = 12 57 Down = False 58 Permanent = False 87 59 OnClick = Up1BtnClick 88 Visible = True89 Down = False90 Permanent = False91 60 ButtonIndex = 1 92 61 end 93 62 object RenameBtn: TButtonB 94 63 Tag = 10240 95 ClientHeight = 2596 ClientWidth= 2564 Left = 412 65 Height = 25 97 66 Top = 98 98 Left = 412 99 Width = 25 100 Height = 25 101 Enabled = True 102 ShowHint = True 103 Font.Color = clDefault 104 Font.PixelsPerInch = 144 105 Align = alNone 106 Color = clBtnFace 67 Width = 25 68 Visible = False 69 Down = False 70 Permanent = False 107 71 OnClick = RenameBtnClick 108 Visible = False109 Down = False110 Permanent = False111 72 ButtonIndex = 31 112 73 end 113 74 object DeleteBtn: TButtonB 114 75 Tag = 10240 115 ClientHeight = 25116 ClientWidth= 2576 Left = 441 77 Height = 25 117 78 Top = 98 118 Left = 441 119 Width = 25 120 Height = 25 121 Enabled = True 122 ShowHint = True 123 Font.Color = clDefault 124 Font.PixelsPerInch = 144 125 Align = alNone 126 Color = clBtnFace 79 Width = 25 80 Visible = False 81 Down = False 82 Permanent = False 127 83 OnClick = DeleteBtnClick 128 Visible = False129 Down = False130 Permanent = False131 84 ButtonIndex = 21 132 85 end 133 86 object Down2Btn: TButtonC 134 87 Tag = 6912 135 ClientHeight = 12136 ClientWidth= 1288 Left = 522 89 Height = 12 137 90 Top = 249 138 Left = 522 139 Width = 12 140 Height = 12 141 Enabled = True 142 ShowHint = True 143 Font.Color = clDefault 144 Font.PixelsPerInch = 144 145 Align = alNone 146 Color = clBtnFace 91 Width = 12 92 Visible = False 93 Down = False 94 Permanent = False 147 95 OnClick = Down2BtnClick 148 Visible = False149 Down = False150 Permanent = False151 96 ButtonIndex = 0 152 97 end 153 98 object Up2Btn: TButtonC 154 99 Tag = 6912 155 ClientHeight = 12156 ClientWidth= 12100 Left = 522 101 Height = 12 157 102 Top = 237 158 Left = 522 159 Width = 12 160 Height = 12 161 Enabled = True 162 ShowHint = True 163 Font.Color = clDefault 164 Font.PixelsPerInch = 144 165 Align = alNone 166 Color = clBtnFace 103 Width = 12 104 Visible = False 105 Down = False 106 Permanent = False 167 107 OnClick = Up2BtnClick 168 Visible = False169 Down = False170 Permanent = False171 108 ButtonIndex = 1 172 109 end 173 110 object QuitBtn: TButtonB 174 111 Tag = 268435200 175 ClientHeight = 25176 ClientWidth= 25112 Left = 530 113 Height = 25 177 114 Top = 7 178 Left = 530 179 Width = 25 180 Height = 25 181 Enabled = True 182 ShowHint = True 183 Font.Color = clDefault 184 Font.PixelsPerInch = 144 185 Align = alNone 186 Color = clBtnFace 115 Width = 25 116 Down = False 117 Permanent = False 187 118 OnClick = QuitBtnClick 188 Visible = True189 Down = False190 Permanent = False191 119 ButtonIndex = 0 192 120 end 193 121 object CustomizeBtn: TButtonC 194 122 Tag = 768 195 ClientHeight = 12196 ClientWidth= 12123 Left = 120 124 Height = 12 197 125 Top = 302 198 Left = 120 199 Width = 12 200 Height = 12 201 Enabled = True 202 ShowHint = True 203 Font.Color = clDefault 204 Font.PixelsPerInch = 144 205 Align = alNone 206 Color = clBtnFace 126 Width = 12 127 Down = False 128 Permanent = False 207 129 OnClick = CustomizeBtnClick 208 Visible = True209 Down = False210 Permanent = False211 130 ButtonIndex = 0 212 131 end 213 132 object AutoDiffUpBtn: TButtonC 214 ClientHeight = 12215 ClientWidth= 12133 Left = 280 134 Height = 12 216 135 Top = 237 136 Width = 12 137 Down = False 138 Permanent = False 139 OnClick = AutoDiffUpBtnClick 140 ButtonIndex = 1 141 end 142 object AutoDiffDownBtn: TButtonC 217 143 Left = 280 218 Width = 12 219 Height = 12 220 Enabled = True 221 ShowHint = True 222 Font.Color = clDefault 223 Font.PixelsPerInch = 144 224 Align = alNone 225 Color = clBtnFace 226 OnClick = AutoDiffUpBtnClick 227 Visible = True 228 Down = False 229 Permanent = False 230 ButtonIndex = 1 231 end 232 object AutoDiffDownBtn: TButtonC 233 ClientHeight = 12 234 ClientWidth = 12 144 Height = 12 235 145 Top = 249 236 Left = 280 237 Width = 12 238 Height = 12 239 Enabled = True 240 ShowHint = True 241 Font.Color = clDefault 242 Font.PixelsPerInch = 144 243 Align = alNone 244 Color = clBtnFace 146 Width = 12 147 Down = False 148 Permanent = False 245 149 OnClick = AutoDiffDownBtnClick 246 Visible = True247 Down = False248 Permanent = False249 150 ButtonIndex = 0 250 151 end 251 152 object AutoEnemyUpBtn: TButtonC 252 ClientHeight = 12253 ClientWidth= 12153 Left = 206 154 Height = 12 254 155 Top = 152 156 Width = 12 157 Down = False 158 Permanent = False 159 OnClick = AutoEnemyUpBtnClick 160 ButtonIndex = 1 161 end 162 object AutoEnemyDownBtn: TButtonC 255 163 Left = 206 256 Width = 12 257 Height = 12 258 Enabled = True 259 ShowHint = True 260 Font.Color = clDefault 261 Font.PixelsPerInch = 144 262 Align = alNone 263 Color = clBtnFace 264 OnClick = AutoEnemyUpBtnClick 265 Visible = True 266 Down = False 267 Permanent = False 268 ButtonIndex = 1 269 end 270 object AutoEnemyDownBtn: TButtonC 271 ClientHeight = 12 272 ClientWidth = 12 164 Height = 12 273 165 Top = 164 274 Left = 206 275 Width = 12 276 Height = 12 277 Enabled = True 278 ShowHint = True 279 Font.Color = clDefault 280 Font.PixelsPerInch = 144 281 Align = alNone 282 Color = clBtnFace 166 Width = 12 167 Down = False 168 Permanent = False 283 169 OnClick = AutoEnemyDownBtnClick 284 Visible = True285 Down = False286 Permanent = False287 170 ButtonIndex = 0 288 171 end 289 172 object ReplayBtn: TButtonB 290 173 Tag = 2048 291 ClientHeight = 25292 ClientWidth= 25174 Left = 352 175 Height = 25 293 176 Top = 286 294 Left = 352 295 Width = 25 296 Height = 25 297 Enabled = True 298 ShowHint = True 299 Font.Color = clDefault 300 Font.PixelsPerInch = 144 301 Align = alNone 302 Color = clBtnFace 177 Width = 25 178 Down = False 179 Permanent = False 303 180 OnClick = ReplayBtnClick 304 Visible = True305 Down = False306 Permanent = False307 181 ButtonIndex = 19 308 182 end 309 183 object List: TDpiListBox 310 184 Tag = 15360 311 ClientHeight = 238312 ClientWidth = 266185 Left = 45 186 Height = 238 313 187 Top = 64 314 Left = 45315 188 Width = 266 316 Height = 238317 Enabled = True318 ShowHint = False189 BorderStyle = bsNone 190 Color = clBlack 191 ExtendedSelect = False 319 192 Font.Color = 4176863 193 Font.Height = -15 320 194 Font.Name = 'Times New Roman' 321 195 Font.Style = [fsBold] 322 Font.PixelsPerInch = 144 323 Font.Height = -15 324 Align = alNone 325 Color = clBlack 196 IntegralHeight = True 197 ItemHeight = 0 326 198 OnClick = ListClick 199 ParentFont = False 200 ScrollWidth = 266 327 201 TabOrder = 0 328 TabStop = True202 TabStop = False 329 203 TopIndex = -1 330 ScrollWidth = 266331 ParentFont = False332 ItemHeight = 0333 IntegralHeight = True334 ExtendedSelect = False335 BorderStyle = bsSingle336 204 Visible = False 337 205 end
Note:
See TracChangeset
for help on using the changeset viewer.