Changeset 433
- Timestamp:
- Apr 28, 2022, 10:50:08 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Settings.lfm
r430 r433 8 8 ClientHeight = 448 9 9 ClientWidth = 483 10 Color = clB lack10 Color = clBtnFace 11 11 DesignTimePPI = 144 12 12 FormStyle = fsStayOnTop … … 38 38 TabOrder = 1 39 39 TabStop = False 40 TopIndex = -1 40 41 end 41 42 object ButtonOk: TButtonA … … 92 93 Tag = 15360 93 94 Left = 176 94 Height = 2 7295 Height = 264 95 96 Top = 32 96 97 Width = 288 … … 109 110 TabOrder = 0 110 111 TabStop = False 112 TopIndex = -1 111 113 end 112 114 object EditShortCutPrimary: TEdit 113 115 Left = 176 114 Height = 17115 Top = 3 34116 Height = 27 117 Top = 325 116 118 Width = 136 117 119 BorderStyle = bsNone … … 128 130 object EditShortCutSecondary: TEdit 129 131 Left = 328 130 Height = 17131 Top = 3 35132 Height = 27 133 Top = 325 132 134 Width = 136 133 135 BorderStyle = bsNone -
trunk/Settings.pas
r426 r433 78 78 procedure TSettingsDlg.FormCreate(Sender: TObject); 79 79 begin 80 Color := clBlack; 80 81 LocalKeyBindings := TKeyBindings.Create; 81 82
Note:
See TracChangeset
for help on using the changeset viewer.