Changeset 178 for branches/highdpi/Locale.lfm
- Timestamp:
- Jun 23, 2019, 3:15:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Locale.lfm
r167 r178 1 1 object LocaleDlg: TLocaleDlg 2 Left = 7663 Height = 4482 ClientHeight = 456 3 ClientWidth = 483 4 4 Top = 240 5 Left = 754 5 6 Width = 483 6 BorderStyle = bsNone 7 Height = 456 8 Visible = False 7 9 Caption = 'LocaleDlg' 8 ClientHeight = 448 9 ClientWidth = 483 10 Enabled = True 11 ShowHint = False 12 Font.Color = clDefault 13 Font.PixelsPerInch = 144 14 Align = alNone 15 Color = clDefault 16 OnPaint = FormPaint 17 HorzScrollBar.Visible = False 18 VertScrollBar.Visible = False 10 19 DesignTimePPI = 144 11 20 FormStyle = fsStayOnTop 21 BorderStyle = bsNone 22 BorderIcons = [] 23 LCLVersion = '2.0.2.0' 24 OnShow = FormShow 12 25 OnCreate = FormCreate 13 26 OnDestroy = FormDestroy 14 OnPaint = FormPaint 15 OnShow = FormShow 16 LCLVersion = '2.0.2.0' 17 object List: TListBox 27 object List: TDpiListBox 18 28 Tag = 15360 29 ClientHeight = 360 30 ClientWidth = 424 31 Top = 16 19 32 Left = 24 20 Height = 33621 Top = 1622 33 Width = 424 23 Anchors = [akTop, akLeft, akRight, akBottom]24 BorderStyle = bsNone25 Color = clBlack26 ExtendedSelect = False34 Height = 360 35 Visible = True 36 Enabled = True 37 ShowHint = False 27 38 Font.Color = 4176863 28 Font.Height = -1529 39 Font.Name = 'Times New Roman' 30 40 Font.Style = [fsBold] 31 IntegralHeight = True 32 ItemHeight = 0 33 ParentFont = False 34 ScrollWidth = 424 35 TabOrder = 0 36 TabStop = False 37 TopIndex = -1 41 Font.PixelsPerInch = 144 42 Font.Height = -15 43 Align = alNone 44 Color = clBlack 38 45 end 39 46 object OKBtn: TButtonA 47 ClientHeight = 25 48 ClientWidth = 100 49 Top = 400 40 50 Left = 272 51 Width = 100 41 52 Height = 25 42 Top = 400 43 Width = 100 53 Visible = True 54 Enabled = True 55 ShowHint = False 56 Font.Color = clDefault 57 Font.PixelsPerInch = 144 58 Align = alNone 59 Color = clDefault 60 OnClick = OKBtnClick 44 61 Down = False 45 62 Permanent = False 46 OnClick = OKBtnClick47 63 end 48 64 object CancelBtn: TButtonA 65 ClientHeight = 25 66 ClientWidth = 100 67 Top = 400 49 68 Left = 96 69 Width = 100 50 70 Height = 25 51 Top = 400 52 Width = 100 71 Visible = True 72 Enabled = True 73 ShowHint = False 74 Font.Color = clDefault 75 Font.PixelsPerInch = 144 76 Align = alNone 77 Color = clDefault 78 OnClick = CancelBtnClick 53 79 Down = False 54 80 Permanent = False 55 OnClick = CancelBtnClick56 end57 object ButtonFullscreen: TButtonC58 Left = 2459 Height = 1860 Top = 36861 Width = 1862 Down = False63 Permanent = False64 OnClick = ButtonFullscreenClick65 ButtonIndex = 066 81 end 67 82 end
Note:
See TracChangeset
for help on using the changeset viewer.