This repository was archived by the owner on Mar 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.dfm
More file actions
113 lines (113 loc) · 1.95 KB
/
Config.dfm
File metadata and controls
113 lines (113 loc) · 1.95 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
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
112
113
object ConfigForm: TConfigForm
Left = 425
Top = 142
Width = 478
Height = 346
Caption = #35373#23450
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
Font.Style = []
OldCreateOrder = False
OnShow = Show
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 20
Width = 21
Height = 12
Caption = 'Port'
end
object Label2: TLabel
Left = 16
Top = 52
Width = 57
Height = 12
Caption = 'User Name'
end
object Label3: TLabel
Left = 16
Top = 84
Width = 49
Height = 12
Caption = 'Password'
end
object Label4: TLabel
Left = 16
Top = 140
Width = 66
Height = 12
Caption = 'Winny Folder'
end
object Button1: TButton
Left = 280
Top = 272
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 368
Top = 272
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = Button2Click
end
object Edit1: TEdit
Left = 104
Top = 16
Width = 121
Height = 20
TabOrder = 2
Text = 'Edit1'
end
object Edit2: TEdit
Left = 104
Top = 48
Width = 121
Height = 20
TabOrder = 3
Text = 'Edit2'
end
object Edit3: TEdit
Left = 104
Top = 80
Width = 121
Height = 20
PasswordChar = '*'
TabOrder = 4
Text = 'Edit3'
end
object CheckBox1: TCheckBox
Left = 16
Top = 112
Width = 129
Height = 17
Caption = #12450#12452#12467#12531#29366#24907#12391#36215#21205
TabOrder = 5
end
object Edit4: TEdit
Left = 104
Top = 136
Width = 121
Height = 20
TabOrder = 6
Text = 'Edit4'
end
object Button3: TButton
Left = 232
Top = 136
Width = 20
Height = 20
Caption = '...'
TabOrder = 7
OnClick = Button3Click
end
end