forked from transmission-remote-gui/transgui
-
Notifications
You must be signed in to change notification settings - Fork 2
/
connoptionsmiscframe.lfm
111 lines (111 loc) · 2.23 KB
/
connoptionsmiscframe.lfm
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
object ConnOptionsMiscFrame: TConnOptionsMiscFrame
Left = 0
Height = 345
Top = 0
Width = 524
ClientHeight = 345
ClientWidth = 524
TabOrder = 0
DesignLeft = 412
DesignTop = 651
object gbSpeed: TGroupBox
Left = 7
Height = 125
Top = 6
Width = 517
Anchors = [akTop, akLeft, akRight]
Caption = 'Speed limit menu items'
ClientHeight = 101
ClientWidth = 511
TabOrder = 0
object txDownSpeeds: TLabel
Left = 8
Height = 15
Top = 4
Width = 150
Caption = 'Download speeds (KB/s):'
ParentColor = False
end
object txUpSpeeds: TLabel
Left = 8
Height = 15
Top = 52
Width = 132
Caption = 'Upload speeds (KB/s):'
ParentColor = False
end
object edDownSpeeds: TEdit
Left = 8
Height = 23
Top = 24
Width = 495
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
end
object edUpSpeeds: TEdit
Left = 8
Height = 23
Top = 72
Width = 495
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
end
end
object edTranslateForm: TCheckBox
Left = 8
Height = 21
Top = 136
Width = 516
Caption = 'Activate the translated version of the application (need to restart the application)'
TabOrder = 1
Visible = False
OnChange = edTranslateFormChange
end
object edTranslateMsg: TCheckBox
Left = 8
Height = 21
Top = 160
Width = 331
Caption = 'Activate the translation of the Transmission strings'
TabOrder = 2
Visible = False
end
object Label111: TLabel
Left = 7
Height = 15
Top = 189
Width = 64
Caption = 'Language:'
ParentColor = False
Visible = False
end
object edLanguage: TEdit
Left = 80
Height = 23
Top = 184
Width = 368
ReadOnly = True
TabOrder = 3
Visible = False
OnDblClick = edLanguageDblClick
end
object Label2: TLabel
Left = 8
Height = 15
Top = 216
Width = 65
Caption = 'Config file:'
ParentColor = False
Visible = False
end
object edIniFileName: TEdit
Left = 80
Height = 23
Top = 211
Width = 368
ReadOnly = True
TabOrder = 4
Visible = False
OnDblClick = edIniFileNameDblClick
end
end