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 pathUConfig.dfm
More file actions
151 lines (151 loc) · 2.84 KB
/
UConfig.dfm
File metadata and controls
151 lines (151 loc) · 2.84 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
object ConfigForm: TConfigForm
Left = 492
Top = 142
Width = 381
Height = 274
Caption = #35373#23450
Color = clBtnFace
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'MS UI Gothic'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = Show
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 20
Width = 52
Height = 12
Caption = #12509#12540#12488#30058#21495
end
object Label4: TLabel
Left = 16
Top = 44
Width = 35
Height = 12
Caption = #12501#12457#12523#12480
end
object Label2: TLabel
Left = 16
Top = 68
Width = 42
Height = 12
Caption = #12518#12540#12470#21517
end
object Label3: TLabel
Left = 16
Top = 92
Width = 47
Height = 12
Caption = #12497#12473#12527#12540#12489
end
object Label5: TLabel
Left = 16
Top = 116
Width = 81
Height = 12
Caption = #12497#12473#12527#12540#12489#19981#35201'IP'
end
object Label6: TLabel
Left = 16
Top = 140
Width = 134
Height = 12
Caption = #36942#21435#12398#30330#35328#12434#21462#24471#12377#12427#26085#25968
end
object ButtonOk: TButton
Left = 208
Top = 216
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = ButtonOkClick
end
object ButtonCancel: TButton
Left = 288
Top = 216
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 1
OnClick = ButtonCancelClick
end
object EditPort: TEdit
Left = 176
Top = 16
Width = 121
Height = 20
TabOrder = 2
Text = '8000'
end
object CheckBoxIconize: TCheckBox
Left = 16
Top = 192
Width = 129
Height = 17
Caption = #12450#12452#12467#12531#29366#24907#12391#36215#21205
TabOrder = 3
end
object EditFolder: TEdit
Left = 176
Top = 40
Width = 121
Height = 20
TabOrder = 4
end
object ButtonFolder: TButton
Left = 304
Top = 40
Width = 20
Height = 20
Caption = '...'
TabOrder = 5
OnClick = ButtonFolderClick
end
object EditUser: TEdit
Left = 176
Top = 64
Width = 121
Height = 20
TabOrder = 6
end
object EditPassword: TEdit
Left = 176
Top = 88
Width = 121
Height = 20
PasswordChar = '*'
TabOrder = 7
end
object EditAdminIp: TEdit
Left = 176
Top = 112
Width = 121
Height = 20
TabOrder = 8
Text = '127.0.0.1'
end
object CheckBoxAcceptGateway: TCheckBox
Left = 16
Top = 168
Width = 185
Height = 17
Caption = #22806#37096#12363#12425#12398'BBS'#21442#29031#12434#35377#21487#12377#12427
Checked = True
State = cbChecked
TabOrder = 9
end
object EditBackDates: TEdit
Left = 176
Top = 136
Width = 121
Height = 20
TabOrder = 10
end
end