Develop and Download Open Source Software

Browse Subversion Repository

Contents of /NicoVitanD_Login.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (show annotations) (download)
Mon Oct 20 03:46:34 2014 UTC (9 years, 6 months ago) by arigayas
File size: 4661 byte(s)
ListViewを仮想モードで使うようにする前のバージョンをコミットしておく。
このコミットで必要なpas/dfmファイルは
* NIcoVitanD_setting
* NicoVitanD_Login
* NicoVitanD_pas
* ProgramInfoTabDlg
とプロジェクトファイルは
* NIcoVitanD.dpr
* NIcoVitanD.dproj
である。
1 object LoginForm: TLoginForm
2 Left = 0
3 Top = 0
4 Margins.Left = 5
5 Margins.Top = 5
6 Margins.Right = 5
7 Margins.Bottom = 5
8 Caption = #12525#12464#12452#12531#35373#23450
9 ClientHeight = 262
10 ClientWidth = 708
11 Color = clBtnFace
12 Constraints.MaxHeight = 300
13 Constraints.MaxWidth = 3600
14 Constraints.MinHeight = 300
15 Constraints.MinWidth = 360
16 Font.Charset = DEFAULT_CHARSET
17 Font.Color = clWindowText
18 Font.Height = -11
19 Font.Name = 'Tahoma'
20 Font.Style = []
21 OldCreateOrder = False
22 OnCreate = FormCreate
23 DesignSize = (
24 708
25 262)
26 PixelsPerInch = 96
27 TextHeight = 13
28 object GroupBox1: TGroupBox
29 Left = 10
30 Top = 10
31 Width = 320
32 Height = 113
33 Caption = #30452#25509#12525#12464#12452#12531
34 TabOrder = 0
35 object ErrorLbl: TLabel
36 Left = 17
37 Top = 75
38 Width = 37
39 Height = 13
40 Caption = 'ErrorLbl'
41 end
42 object LoginOkBtn: TButton
43 Left = 144
44 Top = 70
45 Width = 75
46 Height = 25
47 Caption = 'OK'
48 TabOrder = 0
49 OnClick = LoginOkBtnClick
50 end
51 object LoginCancelBtn: TButton
52 Left = 225
53 Top = 70
54 Width = 75
55 Height = 25
56 Caption = 'Cancel'
57 TabOrder = 1
58 OnClick = LoginCancelBtnClick
59 end
60 object MailEdit: TLabeledEdit
61 Left = 96
62 Top = 16
63 Width = 200
64 Height = 21
65 BiDiMode = bdLeftToRight
66 EditLabel.Width = 73
67 EditLabel.Height = 13
68 EditLabel.BiDiMode = bdLeftToRight
69 EditLabel.Caption = #12513#12540#12523#12450#12489#12524#12473' '#65306
70 EditLabel.ParentBiDiMode = False
71 LabelPosition = lpLeft
72 LabelSpacing = 10
73 ParentBiDiMode = False
74 TabOrder = 2
75 TextHint = 'example@example.com'
76 end
77 object PasswordEdit: TLabeledEdit
78 Left = 96
79 Top = 43
80 Width = 200
81 Height = 21
82 EditLabel.Width = 56
83 EditLabel.Height = 13
84 EditLabel.Caption = #12497#12473#12527#12540#12489' '#65306
85 ImeMode = imDisable
86 LabelPosition = lpLeft
87 LabelSpacing = 10
88 ParentShowHint = False
89 PasswordChar = '*'
90 ShowHint = False
91 TabOrder = 3
92 TextHint = '*******'
93 OnChange = PasswordEditChange
94 end
95 end
96 object GroupBox2: TGroupBox
97 Left = 12
98 Top = 144
99 Width = 320
100 Height = 105
101 Caption = #12525#12464#12452#12531#24773#22577#12434#20849#26377#12377#12427#12502#12521#12454#12470#12398#36984#25246
102 TabOrder = 1
103 object BrowserInfo: TLabel
104 Left = 21
105 Top = 51
106 Width = 59
107 Height = 13
108 Caption = 'BrowserInfo'
109 end
110 object BrowserChoiceCBox: TComboBox
111 Left = 17
112 Top = 24
113 Width = 200
114 Height = 21
115 Style = csDropDownList
116 TabOrder = 0
117 TextHint = #12502#12521#12454#12470#12522#12473#12488
118 OnChange = BrowserChoiceCBoxChange
119 Items.Strings = (
120 'Internet Explorer'
121 'Firefox'
122 'SeaMonkey'
123 'Opera'
124 'Google Chrome')
125 end
126 object CookieButton: TButton
127 Left = 232
128 Top = 24
129 Width = 75
130 Height = 25
131 Caption = #26356#26032
132 TabOrder = 1
133 OnClick = CookieButtonClick
134 end
135 end
136 object Memo1: TMemo
137 Left = 344
138 Top = 8
139 Width = 356
140 Height = 246
141 Anchors = [akLeft, akTop, akRight, akBottom]
142 Lines.Strings = (
143 'Memo1')
144 TabOrder = 2
145 end
146 object IdHTTP1: TIdHTTP
147 IOHandler = IdSSLIOHandlerSocketOpenSSL1
148 AllowCookies = True
149 HandleRedirects = True
150 ProxyParams.BasicAuthentication = False
151 ProxyParams.ProxyPort = 0
152 Request.ContentLength = -1
153 Request.ContentRangeEnd = -1
154 Request.ContentRangeStart = -1
155 Request.ContentRangeInstanceLength = -1
156 Request.Accept = 'text/html, */*'
157 Request.BasicAuthentication = False
158 Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
159 Request.Ranges.Units = 'bytes'
160 Request.Ranges = <>
161 HTTPOptions = [hoForceEncodeParams]
162 CookieManager = IdCookieManager1
163 Left = 104
164 Top = 80
165 end
166 object IdSSLIOHandlerSocketOpenSSL1: TIdSSLIOHandlerSocketOpenSSL
167 MaxLineAction = maException
168 Port = 0
169 DefaultPort = 0
170 SSLOptions.Mode = sslmUnassigned
171 SSLOptions.VerifyMode = []
172 SSLOptions.VerifyDepth = 0
173 Left = 104
174 Top = 200
175 end
176 object XMLDocument1: TXMLDocument
177 Left = 376
178 Top = 64
179 DOMVendorDesc = 'MSXML'
180 end
181 object IdCookieManager1: TIdCookieManager
182 Left = 232
183 Top = 200
184 end
185 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26