-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathFrmSettingsFrame.dfm
More file actions
69 lines (69 loc) · 1.35 KB
/
FrmSettingsFrame.dfm
File metadata and controls
69 lines (69 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
object FrmSettingsFrame: TFrmSettingsFrame
Left = 0
Top = 0
Width = 500
Height = 186
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = []
TabOrder = 0
object lblVSCodeCommand: TLabel
Left = 16
Top = 16
Width = 159
Height = 13
Caption = 'Visual Studio Code executable:'
end
object lblCommandHint: TLabel
Left = 16
Top = 68
Width = 468
Height = 28
AutoSize = False
Caption =
'Leave as '#39'code'#39' if VS Code is in PATH, or enter the full path to' +
' the executable (e.g. code.cmd or code.exe).'
WordWrap = True
end
object lblShortcut: TLabel
Left = 16
Top = 110
Width = 97
Height = 13
Caption = 'Keyboard shortcut:'
end
object lblShortcutHint: TLabel
Left = 16
Top = 162
Width = 290
Height = 13
Caption = 'The shortcut takes effect after clicking OK.'
end
object edVSCodeCommand: TEdit
Left = 16
Top = 36
Width = 380
Height = 21
TabOrder = 0
end
object btnBrowse: TButton
Left = 404
Top = 34
Width = 80
Height = 25
Caption = 'Browse...'
TabOrder = 1
OnClick = btnBrowseClick
end
object hkShortcut: THotKey
Left = 16
Top = 129
Width = 200
Height = 21
HotKey = 0
Modifiers = []
TabOrder = 2
end
end