OSDN Git Service

043fb734e4e670ca3ef639b5cd2c82dca94c904b
[gikonavigoeson/gikonavi.git] / Setting.pas
1 unit Setting;
2
3
4 interface
5
6 uses
7         SysUtils, Classes, Graphics, Forms, {Math, IniFiles, UCryptAuto, UBase64,}
8         ComCtrls, GestureModel, IniFiles, SkinFiles;
9
10 const
11         MAIN_COOLBAND_COUNT = 4;                //\83\81\83C\83\93CoolBand\82Ì\90\94
12         LIST_COOLBAND_COUNT = 2;                //\94ÂCoolBand\82Ì\90\94
13         BROWSER_COOLBAND_COUNT = 3;     //\83u\83\89\83E\83UCoolBand\82Ì\90\94
14
15
16 type
17         TGikoTabPosition = (gtpTop, gtpBottom);                                                         // \83^\83u\88Ê\92u
18         TGikoTabAppend = (gtaFirst, gtaLast, gtaRight, gtaLeft);                                                                        // \83^\83u\92Ç\89Á\88Ê\92u
19         TGikoTabStyle = (gtsTab, gtsButton, gtsFlat);                                   // \83^\83u\83X\83^\83C\83\8b
20         TGikoListOrientation = (gloHorizontal, gloVertical);    // \83\8a\83X\83g\90\82\92¼\81E\90\85\95½
21         TGikoListState = (glsMax, glsNormal, glsMin);                                   // \83\8a\83X\83g\83T\83C\83Y\8fó\91Ô
22                                                                                                                                                                                                                                 // \83|\83b\83v\83A\83b\83v\95\\8e¦\88Ê\92u
23         TGikoPopupPosition = (gppLeftTop = 0, gppTop, gppRightTop,
24                                                                                                 gppLeft, gppCenter, gppRight,
25                                                                                                 gppLeftBottom, gppBottom, gppRightBottom);
26                                                                                                                                                                                                                                 //\83v\83\8c\83r\83\85\81[\83T\83C\83Y
27         TGikoPreviewSize = (gpsXLarge, gpsLarge, gpsMedium, gpsSmall, gpsXSmall);
28         TGikoBrowserAutoMaximize        = (gbmNone, gbmClick, gbmDoubleClick);
29                                                                                                                                                                                                                                 // \83u\83\89\83E\83U\82ð\8e©\93®\93I\82É\8dÅ\91å\89»\82·\82é\8fð\8c\8f
30         /// \83\8c\83X\95\\8e¦\94Í\88Í\81B10 \81` 65535 \82Í\8dÅ\90V n \83\8c\83X\88µ\82¢\81B
31         /// \8f«\97\88 201-300 \82Ì\82æ\82¤\82È\94Í\88Í\82ð\8e\9d\82½\82¹\82é\89Â\94\\90«\82à\8dl\82¦\82Ä\8fã\88Ê 2 byte \82Í\97\\96ñ\81B
32         TGikoResRange = (grrAll, grrSelect, grrKoko, grrNew);
33
34         /// \83X\83\8c\83b\83h\88ê\97\97\95\\8e¦\94Í\88Í
35         TGikoThreadRange = (gtrAll, gtrSelect, gtrLog, gtrNew, gtrLive, gtrArch);
36
37         //! \83X\83p\83\80\83t\83B\83\8b\83^\81[\83A\83\8b\83S\83\8a\83Y\83\80
38         TGikoSpamFilterAlgorithm = (
39                 gsfaNone, gsfaPaulGraham, gsfaGaryRobinson, gsfaGaryRobinsonFisher);
40
41
42         /// \83J\83e\83S\83\8a\83\8a\83X\83g\82Ì\83J\83\89\83\80 ID
43         type    TGikoBBSColumnID = (gbbscTitle);
44         /// \83J\83e\83S\83\8a\83\8a\83X\83g\82Ì\83J\83\89\83\80\96¼
45         const   GikoBBSColumnCaption : array[0..0] of string =
46                 ( '\83J\83e\83S\83\8a\96¼' );
47         /// \83J\83e\83S\83\8a\83\8a\83X\83g\83J\83\89\83\80\94z\97ñ
48         type    TGikoBBSColumnList = class( TList )
49         private
50                 function GetItem( index : integer ) : TGikoBBSColumnID;
51                 procedure SetItem( index : integer; value : TGikoBBSColumnID);
52         public
53                 constructor Create;
54                 destructor Destroy;     override;
55                 function Add( value : TGikoBBSColumnID ) : Integer;
56                 property Items[index : integer]: TGikoBBSColumnID read GetItem write SetItem; default;
57         end;
58         /// \94Â\83\8a\83X\83g\82Ì\83J\83\89\83\80 ID
59         type    TGikoCategoryColumnID = (gccTitle, gccRoundName, gccLastModified);
60         /// \94Â\83\8a\83X\83g\82Ì\83J\83\89\83\80\96¼
61         const GikoCategoryColumnCaption : array[0..2] of string =
62                 ( '\94Â\96¼', '\8f\84\89ñ\97\\96ñ', '\8eæ\93¾\93ú\8e\9e' );
63         /// \94Â\83\8a\83X\83g\83J\83\89\83\80\94z\97ñ
64         type    TGikoCategoryColumnList = class( TList )
65         private
66                 function GetItem( index : integer ) : TGikoCategoryColumnID;
67                 procedure SetItem( index : integer; value : TGikoCategoryColumnID);
68         public
69                 constructor Create;
70                 destructor Destroy;     override;
71                 function Add( value : TGikoCategoryColumnID ) : Integer;
72                 property Items[index : integer]: TGikoCategoryColumnID read GetItem write SetItem; default;
73         end;
74         /// \83X\83\8c\83\8a\83X\83g\82Ì\83J\83\89\83\80 ID
75         type    TGikoBoardColumnID = (gbcTitle, gbcAllCount, gbcLocalCount, gbcNonAcqCount,
76                 gbcNewCount, gbcUnReadCount, gbcRoundName, gbcRoundDate, gbcCreated, gbcLastModified, gbcVigor );{gbcLastModified,}
77         /// \83X\83\8c\83\8a\83X\83g\82Ì\83J\83\89\83\80\96¼
78         const   GikoBoardColumnCaption : array[0..10] of string =
79                 ( '\83X\83\8c\83b\83h\96¼', '\83J\83E\83\93\83g', '\8eæ\93¾', '\96¢\8eæ\93¾', '\90V\92\85',
80                 '\96¢\93Ç', '\8f\84\89ñ\97\\96ñ', '\8eæ\93¾\93ú\8e\9e', '\83X\83\8c\8dì\90¬\93ú\8e\9e', '\8dÅ\8fI\8dX\90V\93ú\8e\9e', '\90¨\82¢' );
81         const GikoBoardColumnAlignment : array[0..10] of TAlignment = (
82                 taLeftJustify, taRightJustify, taRightJustify, taRightJustify,
83                 taRightJustify, taRightJustify, taLeftJustify, taLeftJustify,
84                 taLeftJustify, taLeftJustify, taRightJustify);
85         /// \83X\83\8c\83\8a\83X\83g\83J\83\89\83\80\94z\97ñ
86         type    TGikoBoardColumnList = class( TList )
87         private
88                 function GetItem( index : integer ) : TGikoBoardColumnID;
89                 procedure SetItem( index : integer; value : TGikoBoardColumnID);
90         public
91                 constructor Create;
92                 destructor Destroy;     override;
93                 function Add( value : TGikoBoardColumnID ) : Integer;
94                 property Items[index : integer]: TGikoBoardColumnID read GetItem write SetItem; default;
95         end;
96
97 type
98         //CoolBar\90Ý\92è\83\8c\83R\81[\83h
99         TCoolSet = record
100                 FCoolID: Integer;
101                 FCoolWidth: Integer;
102                 FCoolBreak: Boolean;
103         end;
104
105         TSetting = class(TObject)
106         private
107                 //\8eó\90M\83o\83b\83t\83@\83T\83C\83Y
108                 FRecvBufferSize: Integer;
109                 //HTTP1.1\8eg\97p
110                 FProtocol: Boolean;
111                 //\83v\83\8d\83L\83V\90Ú\91±HTTP1.1\8eg\97p
112                 FProxyProtocol: Boolean;
113
114                 //\83v\83\8d\83L\83V\81i\93Ç\8d\9e\97p\81j
115                 FReadProxy: Boolean;
116                 FReadProxyAddress: string;
117                 FReadProxyPort: Integer;
118                 FReadProxyUserID: string;
119                 FReadProxyPassword: string;
120
121                 //\83v\83\8d\83L\83V\81i\8f\91\8d\9e\97p\81j
122                 FWriteProxy: Boolean;
123                 FWriteProxyAddress: string;
124                 FWriteProxyPort: Integer;
125                 FWriteProxyUserID: string;
126                 FWriteProxyPassword: string;
127
128                 //\83L\83\83\83r\83l\83b\83g
129                 FCabinetFontName: string;
130                 FCabinetFontSize: Integer;
131                 FCabinetFontBold: Boolean;
132                 FCabinetFontItalic: Boolean;
133                 FCabinetFontColor: TColor;
134                 FCabinetBackColor: TColor;
135
136                 //\83\8a\83X\83g
137                 FListFontName: string;
138                 FListFontSize: Integer;
139                 FListFontBold: Boolean;
140                 FListFontItalic: Boolean;
141                 FListFontColor: TColor;
142                 FListBackColor: TColor;
143
144                 //\83u\83\89\83E\83U
145                 FBrowserFontName: string;                       // ''...default
146                 FBrowserFontSize: Integer;              // 0...default
147                 FBrowserFontBold: Integer;              // 0...default, -1...False, 1...True
148                 FBrowserFontItalic: Integer;    // \8fã\82É\93¯\82
149                 FBrowserFontColor: Integer;             // -1...default
150                 FBrowserBackColor: Integer;             // \8fã\82É\93¯\82
151
152                 //\83G\83f\83B\83^
153                 FEditorFontName: string;
154                 FEditorFontSize: Integer;
155                 FEditorFontBold: Boolean;
156                 FEditorFontItalic: Boolean;
157                 FEditorFontColor: TColor;
158                 FEditorBackColor: TColor;
159
160                 //\83^\83u\83t\83H\83\93\83g
161                 FBrowserTabFontName: string;
162                 FBrowserTabFontSize: Integer;
163                 FBrowserTabFontBold: Boolean;
164                 FBrowserTabFontItalic: Boolean;
165
166                 //\83q\83\93\83g\83E\83B\83\93\83h\83E
167                 FHintFontName: string;
168                 FHintFontSize: Integer;
169                 //FHintFontBold: Boolean;
170                 //FHintFontItalic: Boolean;
171                 FHintFontColor: TColor;
172                 FHintBackColor: TColor;
173
174                 //\83E\83B\83\93\83h\83E\83T\83C\83Y
175                 FWindowTop: Integer;
176                 FWindowLeft: Integer;
177                 FWindowHeight: Integer;
178                 FWindowWidth: Integer;
179                 FWindowMax: Boolean;
180                 //\83\8a\83X\83g\83r\83\85\81[\83X\83^\83C\83\8b
181                 FListStyle: TViewStyle;
182
183                 //\83c\81[\83\8b\83o\81[\95\\8e¦
184                 FStdToolBarVisible: Boolean;
185                 FAddressBarVisible: Boolean;
186                 FLinkBarVisible: Boolean;
187                 FListToolBarVisible: Boolean;
188                 FListNameBarVisible: Boolean;
189                 FBrowserToolBarVisible: Boolean;
190                 FBrowserNameBarVisible: Boolean;
191
192                 //\83u\83\89\83E\83U\83^\83u
193                 FBrowserTabVisible: Boolean;
194                 FBrowserTabPosition: TGikoTabPosition;
195                 FBrowserTabAppend: TGikoTabAppend;
196                 FBrowserTabStyle: TGikoTabStyle;
197
198                 //\83\81\83b\83Z\81[\83W\83o\81[
199                 FMessageBarVisible: Boolean;
200                 FMessegeBarHeight: Integer;
201
202                 //\83X\83e\81[\83^\83X\83o\81[
203                 FStatusBarVisible: Boolean;
204
205                 //\83L\83\83\83r\83l\83b\83g\89Â\8e\8b\81E\83T\83C\83Y
206                 FCabinetVisible: Boolean;
207                 FCabinetWidth: Integer;
208
209                 //\83\8a\83X\83g\81E\83u\83\89\83E\83U\83T\83C\83Y
210                 FListOrientation: TGikoListOrientation;
211                 FListHeight: Integer;
212                 FListHeightState: TGikoListState;
213                 FListWidth: Integer;
214                 FListWidthState: TGikoListState;
215 //              FListHeightMax: Boolean;
216 //              FListWidthMax: Boolean;
217
218                 //\91\97\90M\97p\96¼\91O\81E\83\81\81[\83\8b
219                 FNameList: TStringList;
220                 FMailList: TStringList;
221
222                 //\83G\83f\83B\83^\81[\83E\83B\83\93\83h\83E\83T\83C\83Y
223                 FEditWindowTop: Integer;
224                 FEditWindowLeft: Integer;
225                 FEditWindowHeight: Integer;
226                 FEditWindowWidth: Integer;
227                 FEditWindowMax: Boolean;
228                 FEditWindowStay: Boolean;
229                 FEditWindowTranslucent: Boolean;
230
231                 //\83\8a\83X\83g\94Ô\8d\86\95\\8e¦
232                 FListViewNo: Boolean;
233                 //CSS\95\\8e¦
234                 FUseCSS: Boolean;
235                 // \83X\83L\83\93\95\\8e¦(\88ê\8e\9e\93I\82È\82à\82Ì\82Å ini \82É\95Û\91\82Í\82³\82ê\82È\82¢)
236                 FUseSkin: Boolean;
237                 //\82©\82¿\82ã\81`\82µ\82á\97p\82ÌSkin\82ð\97\98\97p\82·\82é\82©
238                 FUseKatjushaType : Boolean;
239                 //mail\97\93\95\\8e¦
240                 FShowMail: Boolean;
241                 /// \83\8c\83X\95\\8e¦\94Í\88Í
242                 FResRange                       : Longint;
243                 /// \8bN\93®\8e\9e\83\8c\83X\95\\8e¦\94Í\88Í\82Ì\8cÅ\92è
244                 FResRangeHold   : Boolean;
245                 /// \83X\83\8c\83b\83h\88ê\97\97\95\\8e¦\94Í\88Í
246                 FThreadRange    : TGikoThreadRange;
247                 //\94ñ\83A\83N\83e\83B\83u\8e\9e\83\8c\83X\83|\83b\83v\83A\83b\83v\95\\8e¦
248                 FUnActivePopup: Boolean;
249                 //\83\8c\83X\83|\83b\83v\83A\83b\83v\83w\83b\83_\81[\83{\81[\83\8b\83h
250                 FResPopupHeaderBold: Boolean;
251
252                 //\83\8d\83O\83t\83H\83\8b\83_
253                 FLogFolder: string;
254         FLogFolderP: string; //\83p\83X\96¼\82ª\83p\83X\8bæ\90Ø\82è\8bL\8d\86\82Å\8fI\82í\82Á\82Ä\82¢\82é\81B
255                 FNewLogFolder: string;
256
257                 //\83\8a\83X\83g\83J\83\89\83\80\83w\83b\83_\81[\83T\83C\83Y
258                 FBBSColumnWidth: array[0..0] of Integer;
259                 FCategoryColumnWidth: array[0..2] of Integer;
260                 FBoardColumnWidth: array[0..10] of Integer;
261
262                 /// \83J\83e\83S\83\8a\83\8a\83X\83g\83J\83\89\83\80\8f\87\8f\98
263                 FBBSColumnOrder : TGikoBBSColumnList;
264                 /// \94Â\83\8a\83X\83g\83J\83\89\83\80\8f\87\8f\98
265                 FCategoryColumnOrder : TGikoCategoryColumnList;
266                 /// \83X\83\8c\83\8a\83X\83g\83J\83\89\83\80\8f\87\8f\98
267                 FBoardColumnOrder : TGikoBoardColumnList;
268
269                 //\83\\81[\83g\8f\87
270                 FBBSSortIndex: Integer;
271                 FBBSSortOrder: Boolean;
272                 FCategorySortIndex: Integer;
273                 FCategorySortOrder: Boolean;
274                 FBoardSortIndex: Integer;
275                 FBoardSortOrder: Boolean;
276
277                 //Dat\97\8e\82¿\83X\83\8c\83\\81[\83g\8f\87
278                 FDatOchiSortIndex: Integer;
279                 FDatOchiSortOrder: Boolean;
280
281                 //\8di\8d\9e\82Ý\95\8e\9a\97ñ
282                 FSelectTextList: TStringList;
283
284                 //\94Â\88ê\97\97URL
285                 //FBoardURL2ch: string;
286                 FBoardURLs: TStringList;
287                 FBoardURLSelected: Integer;
288
289                 //\83\86\81[\83UID\81E\83p\83X\83\8f\81[\83h
290                 FUserID: string;
291                 FPassword: string;
292                 FAutoLogin: Boolean;
293                 FForcedLogin: Boolean;
294                 FDolibURL: string;
295
296                 //URL\83N\83\8a\83b\83N\8e\9e\8bN\93®\83A\83v\83\8a
297                 FURLApp: Boolean;
298                 FURLAppFile: string;
299
300                 //mailto\83N\83\8a\83b\83N\8e\9e\93®\8dì
301                 FOpenMailer: Boolean;
302
303                 //\8dí\8f\9c\8am\94F
304                 FDeleteMsg: Boolean;
305
306                 //CoolBar\81i\83\81\83C\83\93\81E\94Â\81E\83u\83\89\83E\83U\81j
307                 FMainCoolBar: array[0..MAIN_COOLBAND_COUNT - 1] of TCoolSet;
308                 FListCoolBar: array[0..LIST_COOLBAND_COUNT - 1] of TCoolSet;
309                 FBrowserCoolBar: array[0..BROWSER_COOLBAND_COUNT - 1] of TCoolSet;
310
311                 //ToolBar Wrapable
312                 FListToolBarWrapable: Boolean;
313                 FBrowserToolBarWrapable: Boolean;
314
315                 //\83|\83b\83v\83A\83b\83v\88Ê\92u
316                 FPopupPosition: TGikoPopupPosition;
317
318                 //\83A\83h\83\8c\83X\83o\81[
319                 FURLDisplay: Boolean;
320                 FAddressBarTabStop: Boolean;
321                 FLinkAddAddressBar: Boolean;
322                 FAddressHistoryCount: Integer;
323
324                 //\89æ\91\9c\83v\83\8c\83r\83\85\81[
325                 FPreviewVisible: Boolean;
326                 FPreviewSize: TGikoPreviewSize;
327                 FPreviewWait: Integer;
328
329                 // \83u\83\89\83E\83U
330                 FBrowserAutoMaximize: TGikoBrowserAutoMaximize;
331
332                 //\83X\83\8c\83b\83h\88ê\97\97\8dX\90V\83A\83C\83R\83\93\95\\8e¦
333                 FListIconVisible: Boolean;
334
335                 //\83X\83\8c\83b\83h\88ê\97\97\82ÅLog\82Ì\82 \82é\83X\83\8c\83b\83h\82Ì\82Ý\83X\83\8c\8dì\90¬\93ú\82ð\95\\8e¦\82·\82é\82©
336                 FCreationTimeLogs: Boolean;
337                 //\83X\83\8c\83b\83h\88ê\97\97\82Ì\83X\83\8c\90\90¬\93ú\82Å\96¢\97\88\82Ì\83X\83\8c\82Ì\90\90¬\93ú\82ð\95\\8e¦\82µ\82È\82¢
338                 FFutureThread: Boolean;
339
340                 //\8f\91\82«\8d\9e\82Ý\8e\9e\83}\83V\83\93\8e\9e\8aÔ\8eg\97p\90Ý\92è
341                 FUseMachineTime: Boolean;
342                 FTimeAdjustSec: Integer;
343                 FTimeAdjust: Boolean;
344
345                 //\82 \82Ú\81`\82ñ
346                 FAbonDeleterlo : Boolean; //&rlo;\82ð\8dí\82é\82©
347                 FAbonReplaceul : Boolean; //<ul>\83^\83O\82ð<br>\83^\83O\82É\92u\8a·\82·\82é\82©
348                 FPopUpAbon               : Boolean; //\83\8c\83X\83|\83b\83v\83A\83b\83v\8e\9e\82Ì\82 \82Ú\81`\82ñ\97L\8cø
349                 FShowNGLinesNum : Boolean; //\8aY\93\96\82µ\82½\82m\82f\83\8f\81[\83h\83t\83@\83C\83\8b\82Ì\8ds\90\94\82ð\95\\8e¦
350                 FAddResAnchor : Boolean; //NG\83\8c\83X\82Ö\82Ì\83\8c\83X\83A\83\93\83J\81[\82ð\92Ç\89Á\82·\82é
351                 FDeleteSyria : Boolean; //\83V\83\8a\83A\8cê\83u\83\89\83N\83\89\91Î\8dô
352                 FIgnoreKana     : Boolean;      //\91S\94¼\8ap\82Ð\82ç\83J\83i\82Ì\88á\82¢\82ð\96³\8e\8b\82·\82é\82©
353
354                 // \83X\83\8c\83b\83h\8di\8d\9e\83t\83B\81[\83\8b\83h\82Ì\95\9d
355                 FSelectComboBoxWidth : Integer;
356
357                 // \8dÅ\8cã\82É\91I\91ð\82³\82ê\82½\83I\83v\83V\83\87\83\93\83_\83C\83A\83\8d\83O\82Ì\83^\83u
358                 FOptionDialogTabIndex: Integer;
359
360                 // \8dÅ\8cã\82É\91I\91ð\82³\82ê\82½\83L\83\83\83r\83l\83b\83g
361                 FCabinetIndex: Integer;
362
363                 //\8fI\97¹\8e\9e\82É\8am\94F\83_\83C\83A\83\8d\83O\82ð\95\\8e¦\82·\82é\82©
364                 FShowDialogForEnd : Boolean;
365                 //\91S\82Ä\82Ì\83^\83u\95Â\82\82é\82Ì\82Æ\82«\82É\8am\94F\83_\83C\83A\83\8d\83O\82ð\95\\8e¦\82·\82é
366                 FShowDialogForAllTabClose: Boolean;
367                 //\8eæ\93¾\83\8c\83X\90\94\82Æ\83X\83\8c\83b\83h\82Ì\83\8c\83X\90\94\82ª\88Ù\82È\82Á\82½\82Æ\82«\82É\92Ê\8fí\94w\8ci\90F\82Æ\88á\82Á\82½\90F\82Ì\94w\8ci\90F\82ð\8eg\97p\82·\82é\82©
368                 FUseOddColorOddResNum: Boolean;
369                 FOddColor: TColor;
370                 //\83\8c\83X\90\94\91\9d\8c¸\8b­\92²\8e\9e\82É\81A\91I\91ð\83A\83C\83e\83\80\82É\83t\83H\81[\83J\83X\82ª\96³\82¢\82Æ\82«\82É\91¾\8e\9a\82É\82·\82é\82©
371                 FUnFocusedBold : Boolean;
372
373                 //Samba24\91Î\8dô\8b@\94\\82ð\8eg\82¤\82©
374                 FUseSamba: Boolean;
375
376                 //\83\8c\83X\83A\83\93\83J\81[\82ð\83N\83\8a\83b\83N\82µ\82Ä\83W\83\83\83\93\83v\82·\82é\82©
377                 FResAnchorJamp: Boolean;
378
379                 //Tab\8e©\93®\95Û\91
380                 FTabAutoLoadSave : Boolean;
381                 //\8dÅ\8cã\82É\8aJ\82¢\82Ä\82¢\82½\83X\83\8c\83b\83h\82ÌURL
382                 FLastCloseTabURL: String;
383                 //\82É\82¿\82á\82ñ\8cê\88Ä\93à\83T\83|\81[\83g\8b@\94\
384                 F2chSupport : Boolean;
385
386                 // \83G\83f\83B\83^
387                 FSpaceToNBSP    : Boolean;      ///< \94¼\8ap\83X\83y\81[\83X\81ATab \82ð &nbsp; \82É\92u\8a·
388                 FAmpToCharRef   : Boolean;      ///< '&' \82ð &amp; \82É\92u\8a·
389
390                 //\83u\83\89\83E\83U\83^\83u\94ñ\95\\8e¦\82Ì\8e\9e\82Ì\83X\83\8c\88ê\97\97\82Å\82Ì\83J\81[\83\\83\8b\83L\81[\88Ú\93®\82Ì\96³\94½\89\9e\8e\9e\8aÔ
391                 FSelectInterval : Integer;
392
393                 //KuroutSettingTab \8fÚ\8d×\90Ý\92è\83^\83u\82ÌActiveTab
394                 FKuroutSettingTabIndex: Integer;
395
396                 //! \83}\83E\83X\83W\83F\83X\83`\83\83\81[
397                 FGestures       : TGestureModel;
398                 //! \83}\83E\83X\83W\83F\83X\83`\83\83\81[\82ð\8eg\97p\82·\82é\82©\82Ç\82¤\82©
399                 FGestureEnabled : Boolean;
400         //! \83}\83E\83X\83W\83F\83X\83`\83\83\81[\82ð\83R\83\93\83e\83L\83X\83g\93\99\82Ì\8fã\82Å\96³\8cø
401         FGestureIgnoreContext : Boolean;
402                 //\83t\83V\83A\83i\83g\83\89\83b\83v\90Ý\92è
403                 FLocalTrapAtt : Boolean;
404                 FRemoteTrapAtt : Boolean;
405                 FReadTimeOut: Integer;
406
407                 //! \8eg\97p\82·\82é\83X\83p\83\80\83t\83B\83\8b\83^\81[
408                 FSpamFilterAlgorithm : TGikoSpamFilterAlgorithm;
409                 //\83~\83\85\81[\83g\82µ\82Ä\82é\82©
410                 FMute: Boolean;
411                 //\83X\83\8c\8di\8d\9e\82Ý\82Å\96¢\8am\92è\95\8e\9a\82à\97L\8cø\82É\82·\82é\82©
412                 FUseUndecided: Boolean;
413
414                                 //Be2ch
415                 //\94F\8fØ\97p\83\86\81[\83UID\81E\83p\83X\83\8f\81[\83h
416                 FBeUserID: String;
417                 FBeCode: String;
418                 FBeAutoLogin: Boolean;
419                 FBeLogin: Boolean;
420                 //\97\9a\97ð\82Ì\8dÅ\91å\95Û\91\8c\8f\90\94
421                 FMaxRecordCount : Integer;
422
423                 //\83X\83\8c\83b\83h\88ê\97\97\82ð\83_\83E\83\93\83\8d\81[\83h\8cã\82É\83\\81[\83g\82·\82é\82©
424                 FAutoSortThreadList : Boolean;
425
426                 //InputAssist\83t\83H\81[\83\80\82Ì\88Ê\92u
427                 FInputAssistFormLeft :Integer;
428                 FInputAssistFormTop :Integer;
429                 //InputAssist\83t\83H\81[\83\80\82Ì\83T\83C\83Y
430                 FInputAssistFormWidth: Integer;
431                 FInputAssistFormHeight: Integer;
432
433                 //! Cookie\82É\95t\89Á\82·\82é\8cÅ\92è\83R\81[\83h
434                 FFixedCookie: String;
435         //! \83\8a\83\93\83N\88Ú\93®\97\9a\97ð\82Ì\95Û\8e\9d\90\94
436         FMoveHistorySize : Integer;
437         //! \8dÅ\8f¬\89»\82µ\82½\82Æ\82«\82É\83^\83X\83N\83g\83\8c\83C\82É\8ai\94[\82·\82é\82©
438         FStoredTaskTray : Boolean;
439         //! \83^\83u\82Ì\88Ú\93®\82Å\83\8b\81[\83v\82ð\8b\96\89Â\82·\82é
440         FLoopBrowserTabs : Boolean;
441         //! 100\83\8c\83X\95\\8e¦\82Ì\90æ\93ª\95\\8e¦\83\8c\83X\90\94
442         FHeadResCount : Integer;
443         //! 100\83\8c\83X\95\\8e¦\90\94\81i\8ag\92£\97p\81j
444         FResRangeExCount: Integer;
445         //! \8aÖ\98A\83L\81[\83\8f\81[\83h\92Ç\89Á\83t\83\89\83O
446         FAddKeywordLink: Boolean;
447         //! dat\92u\8a·\82ð\97L\8cø\82É\82·\82é
448         FReplaceDat: Boolean;
449         //! sent.ini\83t\83@\83C\83\8b\82Ì\83T\83C\83Y\81i\92P\88ÊMB\81j
450         FSentIniFileSize: Integer;
451         //! \83\8a\83\93\83NURL\8eæ\93¾\82Ì\91Î\8fÛ\8ag\92£\8eq
452         FExtList: String;
453         //! Skin\8aÖ\98A
454         FSkinFiles: TSkinFiles;
455         //! index\83t\83@\83C\83\8b\82ð\93Ç\82Ý\8e\9e\82Édat\82ð\8c\9f\8dõ\82·\82é
456         FCheckDatFile: Boolean;
457         //! \93¯ID\83\8c\83X\83A\83\93\83J\81[\95\\8e¦
458         FLimitResCountMessage: Boolean;
459         //! \83\8c\83X\83|\83b\83v\83A\83b\83v\95\\8e¦\88Ê\92udeltaX
460         FRespopupDeltaX: Integer;
461         //! \83\8c\83X\83|\83b\83v\83A\83b\83v\95\\8e¦\88Ê\92udeltaY
462         FRespopupDeltaY: Integer;
463         //! \83\8c\83X\83|\83b\83v\83A\83b\83v\83^\83C\83}\81[
464         FRespopupWait: Integer;
465         //! \83\81\81[\83\8b\97\93\83\8c\83X\83|\83b\83v\83A\83b\83v
466         FRespopupMailTo: Boolean;
467                 function GetMainCoolSet(Index: Integer): TCoolSet;
468                 function GetBoardCoolSet(Index: Integer): TCoolSet;
469                 function GetBrowserCoolSet(Index: Integer): TCoolSet;
470                 procedure SetMainCoolSet(Index: Integer; CoolSet: TCoolSet);
471                 procedure SetBoardCoolSet(Index: Integer; CoolSet: TCoolSet);
472                 procedure SetBrowserCoolSet(Index: Integer; CoolSet: TCoolSet);
473
474                 function GetBBSColumnWidth(index: Integer): Integer;
475                 function GetCategoryColumnWidth(index: Integer): Integer;
476                 function GetBoardColumnWidth(index: Integer): Integer;
477                 procedure SetBBSColumnWidth(index: Integer; value: Integer);
478                 procedure SetCategoryColumnWidth(index: Integer; value: Integer);
479                 procedure SetBoardColumnWidth(index: Integer; value: Integer);
480
481                 function GetSoundName(Index: Integer): string;
482                 function GetSoundViewName(Index: Integer): string;
483                 function GetSoundFileName(Index: Integer): string;
484                 procedure SetSoundFileName(Index: Integer; value: string);
485                 function Encrypt(s: string): string;
486                 function Decrypt(s: string): string;
487
488                 procedure MakeURLIniFile();
489
490                 procedure SetUseCSS( value: Boolean );
491                 procedure SetCSSFileName( fileName: string );
492         function GetCSSFileName: string;
493         //! \83v\83\8d\83L\83V\90Ý\92è\93Ç\82Ý\8d\9e\82Ý
494         procedure ReadProxySettings(memIni: TMemIniFile);
495         //! \8ae\8eí\83E\83B\83\93\83h\83E\90Ý\92è\93Ç\82Ý\8d\9e\82Ý
496         procedure ReadWindowSettings(memIni: TMemIniFile);
497         //! \93ü\97Í\97\9a\97ð\93Ç\82Ý\8d\9e\82Ý\81i\8c\9f\8dõ\81{\83\81\81[\83\8b\97\93\81{\96¼\91O\81j
498         procedure ReadInputHisotrys(memIni: TMemIniFile);
499         //! \83\8a\83X\83g\83J\83\89\83\80\95\9d\93Ç\82Ý\8d\9e\82Ý
500         procedure ReadListColumnWidth(memIni: TMemIniFile);
501         //! \83J\83e\83S\83\8a\83\8a\83X\83g\83J\83\89\83\80\8f\87\8f\98\93Ç\82Ý\8d\9e\82Ý
502         procedure ReadOrdColumn(memIni: TMemIniFile);
503         protected
504
505         public
506                 constructor Create;
507                 destructor Destroy; override;
508                 function GetFileName: string;
509                 function GetBoardURLFileName: string;
510                 procedure ReadSettingFile;
511                 procedure ReadBoardURLsFile;
512                 procedure WriteSystemSettingFile;
513                 procedure WriteWindowSettingFile;
514                 procedure WriteNameMailSettingFile;
515                 procedure WriteFolderSettingFile();
516                 procedure WriteBoardURLSettingFile;
517                 function GetSoundCount: Integer;
518                 function FindSoundFileName(Name: string): string;
519
520                 function GetBoardFileName: string;
521                 function GetCustomBoardFileName: string;
522                 function GetBoardDir: string;
523                 function GetHtmlTempFileName: string;
524                 function GetAppDir: string;
525                 function GetTempFolder: string;
526                 function GetSentFileName: string;
527                 function GetConfigDir: string;
528                 function GetSkinDir: string;
529                 function GetStyleSheetDir: string;
530                 function GetOutBoxFileName: string;
531                 function GetNGWordsDir: string;
532                 function GetBoardPlugInDir: string;
533                 function GetSambaFileName: string;
534                 function GetIgnoreFileName: string;
535                 function GetGestureFileName : string;
536                 function GetSpamFilterFileName : string;
537                 function GetLanguageFileName: string;
538                 function GetMainKeyFileName: String;
539                 function GetEditorKeyFileName: String;
540                 procedure WriteLogFolder(AVal : String);
541                 function GetInputAssistFileName : String;
542         function GetReplaceFileName: String;
543         function GetExtprevieFileName: String;
544         {
545         \brief  \83\8a\83\93\83N\97\9a\97ð\82Ì\95Û\8e\9d\83T\83C\83Y\82Ìsetter
546         \param  AVal    \90Ý\92è\82·\82é\83T\83C\83Y( >0)
547         }
548         procedure SetMoveHistorySize(AVal : Integer);
549                 //\8eó\90M\83o\83b\83t\83@\83T\83C\83Y
550                 property RecvBufferSize: Integer read FRecvBufferSize write FRecvBufferSize;
551                 //HTTP1.1\8eg\97p
552                 property Protocol: Boolean read FProtocol write FProtocol;
553                 //\83v\83\8d\83L\83V\90Ú\91±HTTP1.1\8eg\97p
554                 property ProxyProtocol: Boolean read FProxyProtocol write FProxyProtocol;
555
556                 property ReadProxy: Boolean read FReadProxy write FReadProxy;
557                 property ReadProxyAddress: string read FReadProxyAddress write FReadProxyAddress;
558                 property ReadProxyPort: Integer read FReadProxyPort write FReadProxyPort;
559                 property ReadProxyUserID: string read FReadProxyUserID write FReadProxyUserID;
560                 property ReadProxyPassword: string read FReadProxyPassword write FReadProxyPassword;
561
562                 property WriteProxy: Boolean read FWriteProxy write FWriteProxy;
563                 property WriteProxyAddress: string read FWriteProxyAddress write FWriteProxyAddress;
564                 property WriteProxyPort: Integer read FWriteProxyPort write FWriteProxyPort;
565                 property WriteProxyUserID: string read FWriteProxyUserID write FWriteProxyUserID;
566                 property WriteProxyPassword: string read FWriteProxyPassword write FWriteProxyPassword;
567
568                 property CabinetFontName: string read FCabinetFontName write FCabinetFontName;
569                 property CabinetFontSize: Integer read FCabinetFontSize write FCabinetFontSize;
570                 property CabinetFontBold: Boolean read FCabinetFontBold write FCabinetFontBold;
571                 property CabinetFontItalic: Boolean read FCabinetFontItalic write FCabinetFontItalic;
572                 property CabinetFontColor: TColor read FCabinetFontColor write FCabinetFontColor;
573                 property CabinetBackColor: TColor read FCabinetBackColor write FCabinetBackColor;
574
575                 property ListFontName: string read FListFontName write FListFontName;
576                 property ListFontSize: Integer read FListFontSize write FListFontSize;
577                 property ListFontBold: Boolean read FListFontBold write FListFontBold;
578                 property ListFontItalic: Boolean read FListFontItalic write FListFontItalic;
579                 property ListFontColor: TColor read FListFontColor write FListFontColor;
580                 property ListBackColor: TColor read FListBackColor write FListBackColor;
581
582                 property BrowserFontName: string read FBrowserFontName write FBrowserFontName;
583                 property BrowserFontSize: Integer read FBrowserFontSize write FBrowserFontSize;
584                 property BrowserFontBold: Integer read FBrowserFontBold write FBrowserFontBold;
585                 property BrowserFontItalic: Integer read FBrowserFontItalic write FBrowserFontItalic;
586                 property BrowserFontColor: Integer read FBrowserFontColor write FBrowserFontColor;
587                 property BrowserBackColor: Integer read FBrowserBackColor write FBrowserBackColor;
588
589                 property EditorFontName: string read FEditorFontName write FEditorFontName;
590                 property EditorFontSize: Integer read FEditorFontSize write FEditorFontSize;
591                 property EditorFontBold: Boolean read FEditorFontBold write FEditorFontBold;
592                 property EditorFontItalic: Boolean read FEditorFontItalic write FEditorFontItalic;
593                 property EditorFontColor: TColor read FEditorFontColor write FEditorFontColor;
594                 property EditorBackColor: TColor read FEditorBackColor write FEditorBackColor;
595
596                 property BrowserTabFontName: string read FBrowserTabFontName write FBrowserTabFontName;
597                 property BrowserTabFontSize: Integer read FBrowserTabFontSize write FBrowserTabFontSize;
598                 property BrowserTabFontBold: Boolean read FBrowserTabFontBold write FBrowserTabFontBold;
599                 property BrowserTabFontItalic: Boolean read FBrowserTabFontItalic write FBrowserTabFontItalic;
600
601                 property HintFontName: string read FHintFontName write FHintFontName;
602                 property HintFontSize: Integer read FHintFontSize write FHintFontSize;
603                 //property HintFontBold: Boolean read FHintFontBold write FHintFontBold;
604                 //property HintFontItalic: Boolean read FHintFontItalic write FHintFontItalic;
605                 property HintFontColor: TColor read FHintFontColor write FHintFontColor;
606                 property HintBackColor: TColor read FHintBackColor write FHintBackColor;
607
608                 property WindowTop: Integer read FWindowTop write FWindowTop;
609                 property WindowLeft: Integer read FWindowLeft write FWindowLeft;
610                 property WindowHeight: Integer read FWindowHeight write FWindowHeight;
611                 property WindowWidth: Integer read FWindowWidth write FWindowWidth;
612                 property WindowMax: Boolean read FWindowMax write FWindowMax;
613                 property ListStyle: TViewStyle read FListStyle write FListStyle;
614
615                 property StdToolBarVisible: Boolean read FStdToolBarVisible write FStdToolBarVisible;
616                 property AddressBarVisible: Boolean read FAddressBarVisible write FAddressBarVisible;
617                 property LinkBarVisible: Boolean read FLinkBarVisible write FLinkBarVisible;
618                 property ListToolBarVisible: Boolean read FListToolBarVisible write FListToolBarVisible;
619                 property ListNameBarVisible: Boolean read FListNameBarVisible write FListNameBarVisible;
620                 property BrowserToolBarVisible: Boolean read FBrowserToolBarVisible write FBrowserToolBarVisible;
621                 property BrowserNameBarVisible: Boolean read FBrowserNameBarVisible write FBrowserNameBarVisible;
622
623                 property BrowserTabVisible: Boolean read FBrowserTabVisible write FBrowserTabVisible;
624                 property BrowserTabPosition: TGikoTabPosition read FBrowserTabPosition write FBrowserTabPosition;
625                 property BrowserTabAppend: TGikoTabAppend read FBrowserTabAppend write FBrowserTabAppend;
626                 property BrowserTabStyle: TGikoTabStyle read FBrowserTabStyle write FBrowserTabStyle;
627
628                 property MessageBarVisible: Boolean read FMessageBarVisible write FMessageBarVisible;
629                 property MessegeBarHeight: Integer read FMessegeBarHeight write FMessegeBarHeight;
630
631                 property StatusBarVisible: Boolean read FStatusBarVisible write FStatusBarVisible;
632
633                 property CabinetVisible: Boolean read FCabinetVisible write FCabinetVisible;
634                 property CabinetWidth: Integer read FCabinetWidth write FCabinetWidth;
635
636                 property ListOrientation: TGikoListOrientation read FListOrientation write FListOrientation;
637                 property ListHeight: Integer read FListHeight write FListHeight;
638                 property ListHeightState: TGikoListState read FListHeightState write FListHeightState;
639                 property ListWidth: Integer read FListWidth write FListWidth;
640                 property ListWidthState: TGikoListState read FListWidthState write FListWidthState;
641 //              property ListHeightMax: Boolean read FListHeightMax write FListHeightMax;
642 //              property ListWidthMax: Boolean read FListWidthMax write FListWidthMax;
643
644                 property NameList: TStringList read FNameList write FNameList;
645                 property MailList: TStringList read FMailList write FMailList;
646                 property SelectTextList: TStringList read FSelectTextList write FSelectTextList;
647
648                 property EditWindowTop: Integer read FEditWindowTop write FEditWindowTop;
649                 property EditWindowLeft: Integer read FEditWindowLeft write FEditWindowLeft;
650                 property EditWindowHeight: Integer read FEditWindowHeight write FEditWindowHeight;
651                 property EditWindowWidth: Integer read FEditWindowWidth write FEditWindowWidth;
652                 property EditWindowMax: Boolean read FEditWindowMax write FEditWindowMax;
653                 property EditWindowStay: Boolean read FEditWindowStay write FEditWindowStay;
654                 property EditWindowTranslucent: Boolean read FEditWindowTranslucent write FEditWindowTranslucent;
655
656                 property ListViewNo: Boolean read FListViewNo write FListViewNo;
657                 property UseCSS: Boolean read FUseCSS write SetUseCSS;
658                 property CSSFileName: string read GetCSSFileName write SetCSSFileName;
659                 property UseKatjushaType : Boolean read FUseKatjushaType write FUseKatjushaType;
660                 property UseSkin: Boolean read FUseSkin;
661
662                 property ShowMail: Boolean read FShowMail write FShowMail;
663                 property ResRange : Longint read FResRange write FResRange;
664                 property ResRangeHold : Boolean read FResRangeHold write FResRangeHold;
665                 property ThreadRange    : TGikoThreadRange read FThreadRange write FThreadRange;
666                 property UnActivePopup: Boolean read FUnActivePopup write FUnActivePopup;
667                 property ResPopupHeaderBold: Boolean read FResPopupHeaderBold write FResPopupHeaderBold;
668
669                 property LogFolder: string read FLogFolder write WriteLogFolder;
670         property LogFolderP: string read FLogFolderP;
671                 property NewLogFolder: string read FNewLogFolder write FNewLogFolder;
672
673                 property BBSColumnWidth[index: Integer]: Integer read GetBBSColumnWidth write SetBBSColumnWidth;
674                 property CategoryColumnWidth[index: Integer]: Integer read GetCategoryColumnWidth write SetCategoryColumnWidth;
675                 property BoardColumnWidth[index: Integer]: Integer read GetBoardColumnWidth write SetBoardColumnWidth;
676
677                 property BBSColumnOrder : TGikoBBSColumnList read FBBSColumnOrder write FBBSColumnOrder;
678                 property CategoryColumnOrder : TGikoCategoryColumnList read FCategoryColumnOrder write FCategoryColumnOrder;
679                 property BoardColumnOrder : TGikoBoardColumnList read FBoardColumnOrder write FBoardColumnOrder;
680
681                 property SoundName[index: Integer]: string read GetSoundName;
682                 property SoundViewName[index: Integer]: string read GetSoundViewName;
683                 property SoundFileName[index: Integer]: string read GetSoundFileName write SetSoundFileName;
684
685                 property BBSSortIndex: Integer read FBBSSortIndex write FBBSSortIndex;
686                 property BBSSortOrder: Boolean read FBBSSortOrder write FBBSSortOrder;
687                 property CategorySortIndex: Integer read FCategorySortIndex write FCategorySortIndex;
688                 property CategorySortOrder: Boolean read FCategorySortOrder write FCategorySortOrder;
689                 property BoardSortIndex: Integer read FBoardSortIndex write FBoardSortIndex;
690                 property BoardSortOrder: Boolean read FBoardSortOrder write FBoardSortOrder;
691
692                 property DatOchiSortIndex: Integer read FDatOchiSortIndex write FDatOchiSortIndex;
693                 property DatOchiSortOrder: Boolean read FDatOchiSortOrder write FDatOchiSortOrder;
694
695                 //property BoardURL2ch: string read FBoardURL2ch write FBoardURL2ch;
696                 property BoardURLs: TStringList read FBoardURLs write FBoardURLs;
697                 property BoardURLSelected: Integer read FBoardURLSelected write FBoardURLSelected;
698                 property UserID: string read FUserID write FUserID;
699                 property Password: string read FPassword write FPassword;
700                 property AutoLogin: Boolean read FAutoLogin write FAutoLogin;
701                 property ForcedLogin: Boolean read FForcedLogin write FForcedLogin;
702                 property DolibURL: string read FDolibURL write FDolibURL;
703
704                 property URLApp: Boolean read FURLApp write FURLApp;
705                 property URLAppFile: string read FURLAppFile write FURLAppFile;
706
707                 property OpenMailer: Boolean read FOpenMailer write FOpenMailer;
708
709                 property DeleteMsg: Boolean read FDeleteMsg write FDeleteMsg;
710
711                 property MainCoolSet[Index: Integer]: TCoolSet read GetMainCoolSet write SetMainCoolSet;
712                 property ListCoolSet[Index: Integer]: TCoolSet read GetBoardCoolSet write SetBoardCoolSet;
713                 property BrowserCoolSet[Index: Integer]: TCoolSet read GetBrowserCoolSet write SetBrowserCoolSet;
714
715                 property ListToolBarWrapable: Boolean read FListToolBarWrapable write FListToolBarWrapable;
716                 property BrowserToolBarWrapable: Boolean read FBrowserToolBarWrapable write FBrowserToolBarWrapable;
717
718                 property PopupPosition: TGikoPopupPosition read FPopupPosition write FPopupPosition;
719
720                 property URLDisplay: Boolean read FURLDisplay write FURLDisplay;
721                 property AddressBarTabStop: Boolean read FAddressBarTabStop write FAddressBarTabStop;
722                 property LinkAddAddressBar: Boolean read FLinkAddAddressBar write FLinkAddAddressBar;
723                 property AddressHistoryCount: Integer read FAddressHistoryCount write FAddressHistoryCount;
724
725                 property PreviewVisible: Boolean read FPreviewVisible write FPreviewVisible;
726                 property PreviewSize: TGikoPreviewSize read FPreviewSize write FPreviewSize;
727                 property PreviewWait: Integer read FPreviewWait write FPreviewWait;
728                 property BrowserAutoMaximize: TGikoBrowserAutoMaximize read FBrowserAutoMaximize write FBrowserAutoMaximize;
729
730                 property ListIconVisible: Boolean read FListIconVisible write FListIconVisible;
731                 property CreationTimeLogs: Boolean read FCreationTimeLogs write FCreationTimeLogs;
732                 property FutureThread: Boolean read FFutureThread write FFutureThread;
733
734                 property UseMachineTime: Boolean read FUseMachineTime write FUseMachineTime;
735                 property TimeAdjustSec: Integer read FTimeAdjustSec write FTimeAdjustSec;
736                 property TimeAdjust: Boolean read FTimeAdjust write FTimeAdjust;
737
738                 //\82 \82Ú\81`\82ñ
739                 property AbonDeleterlo : Boolean read FAbonDeleterlo write FAbonDeleterlo;
740                 property AbonReplaceul : Boolean read FAbonReplaceul write FAbonReplaceul;
741                 property PopUpAbon               : Boolean read FPopUpAbon write FPopUpAbon;
742                 property ShowNGLinesNum : Boolean read FShowNGLinesNum write FShowNGLinesNum;
743                 property AddResAnchor : Boolean read FAddResAnchor write FAddResAnchor;
744                 property DeleteSyria : Boolean read FDeleteSyria write FDeleteSyria;
745                 property IgnoreKana : Boolean read FIgnoreKana write FIgnoreKana;
746                 // \83X\83\8c\83b\83h\8di\8d\9e\83t\83B\81[\83\8b\83h\82Ì\95\9d
747                 property SelectComboBoxWidth : Integer read FSelectComboBoxWidth write FSelectComboBoxWidth;
748
749                 // \8dÅ\8cã\82É\91I\91ð\82³\82ê\82½\83I\83v\83V\83\87\83\93\83_\83C\83A\83\8d\83O\82Ì\83^\83u
750                 property OptionDialogTabIndex : Integer read FOptionDialogTabIndex write FOptionDialogTabIndex;
751
752                 // \8dÅ\8cã\82É\91I\91ð\82³\82ê\82½\83L\83\83\83r\83l\83b\83g
753                 property CabinetIndex : Integer read FCabinetIndex write FCabinetIndex;
754
755                 //\8fI\97¹\8e\9e\82É\8am\94F\83_\83C\83A\83\8d\83O\82ð\95\\8e¦\82·\82é\82©
756                 property ShowDialogForEnd : Boolean read FShowDialogForEnd write FShowDialogForEnd;
757                 property ShowDialogForAllTabClose: Boolean read FShowDialogForAllTabClose write FShowDialogForAllTabClose;
758                 //\8eæ\93¾\83\8c\83X\90\94\82Æ\83X\83\8c\83b\83h\82Ì\83\8c\83X\90\94\82ª\88Ù\82È\82Á\82½\82Æ\82«\82É\92Ê\8fí\94w\8ci\90F\82Æ\88á\82Á\82½\90F\82Ì\94w\8ci\90F\82ð\8eg\97p\82·\82é\82©
759                 property UseOddColorOddResNum: Boolean read FUseOddColorOddResNum write FUseOddColorOddResNum;
760                 property OddColor: TColor read FOddColor write FOddColor;
761                 property UnFocusedBold : Boolean read FUnFocusedBold write FUnFocusedBold;
762                 property UseSamba: Boolean read FUseSamba write FUseSamba;
763                                 property ResAnchorJamp: Boolean read FResAnchorJamp write FResAnchorJamp;
764
765                 // \83G\83f\83B\83^
766                 property SpaceToNBSP    : Boolean       read FSpaceToNBSP               write FSpaceToNBSP;
767                 property AmpToCharRef   : Boolean       read FAmpToCharRef      write FAmpToCharRef;
768
769                 property SelectInterval : Integer       read FSelectInterval    write FSelectInterval;
770                 //Tab\95Û\91
771                 property TabAutoLoadSave: Boolean           read FTabAutoLoadSave      write FTabAutoLoadSave;
772         //\83^\83u\82Ì\95\9c\8c³\82Æ\82©\97p
773         property LastCloseTabURL: String read FLastCloseTabURL write FLastCloseTabURL;
774                                 //property Gengo: TStringList read F2chLanguage write F2chLanguage;
775                                 property GengoSupport : Boolean read F2chSupport write F2chSupport;
776                 property KuroutSettingTabIndex: Integer read FKuroutSettingTabIndex write FKuroutSettingTabIndex;
777                 //! \83}\83E\83X\83W\83F\83X\83`\83\83\81[
778                 property Gestures : TGestureModel read FGestures write FGestures;
779                 //! \83}\83E\83X\83W\83F\83X\83`\83\83\81[\82ð\8eg\97p\82·\82é\82©\82Ç\82¤\82©
780                 property GestureEnabled : Boolean read FGestureEnabled write FGestureEnabled;
781         property GestureIgnoreContext : Boolean read FGestureIgnoreContext write FGestureIgnoreContext;
782                 //\83t\83V\83A\83i\83g\83\89\83b\83v\90Ý\92è
783                 property LocalTrapAtt : Boolean read FLocalTrapAtt write FLocalTrapAtt;
784                 property RemoteTrapAtt : Boolean read FRemoteTrapAtt write FRemoteTrapAtt;
785                 property ReadTimeOut: Integer read FReadTimeOut write FReadTimeOut;
786                 //! \8eg\97p\82·\82é\83X\83p\83\80\83t\83B\83\8b\83^
787                 property SpamFilterAlgorithm : TGikoSpamFilterAlgorithm
788                         read FSpamFilterAlgorithm write FSpamFilterAlgorithm;
789                 property Mute: Boolean read FMute write FMute;
790                 property UseUndecided: Boolean read FUseUndecided write FUseUndecided;
791
792                 property BeUserID: string read FBeUserID write FBeUserID;
793                 property BeCode: string read FBeCode write FBeCode;
794                 property BeAutoLogin: Boolean read FBeAutoLogin write FBeAutoLogin;
795                 property BeLogin: Boolean read FBeLogin write FBeLogin;
796                 property MaxRecordCount : Integer read FMaxRecordCount write FMaxRecordCount;
797                 //! \83X\83\8c\83b\83h\88ê\97\97\83_\83E\83\93\83\8d\81[\83h\8cã\82É\83X\83\8c\83b\83h\96¼\82Å\8f¸\8f\87\83\\81[\83g\82·\82é\82©
798                 property AutoSortThreadList : Boolean read FAutoSortThreadList write FAutoSortThreadList;
799                 //! InputAssist\83t\83H\81[\83\80\82Ì\88Ê\92u
800                 property InputAssistFormLeft :Integer read FInputAssistFormLeft write FInputAssistFormLeft;
801                 property InputAssistFormTop :Integer read FInputAssistFormTop write FInputAssistFormTop;
802                 //! InputAssist\83t\83H\81[\83\80\82Ì\83T\83C\83Y
803                 property InputAssistFormWidth: Integer read FInputAssistFormWidth write FInputAssistFormWidth;
804                 property InputAssistFormHeight: Integer read FInputAssistFormHeight write FInputAssistFormHeight;
805                 //! Cookie\82É\95t\89Á\82·\82é\8cÅ\92è\83R\81[\83h
806                 property FixedCookie: String read FFixedCookie write FFixedCookie;
807         //! \83\8a\83\93\83N\88Ú\93®\97\9a\97ð\82Ì\95Û\8e\9d\90\94
808         property MoveHistorySize : Integer read FMoveHistorySize write SetMoveHistorySize;
809         //! \8dÅ\8f¬\89»\8e\9e\82É\83^\83X\83N\83g\83\8c\83C\82É\8ai\94[\82·\82é\82©
810         property StoredTaskTray : Boolean read FStoredTaskTray write FStoredTaskTray;
811         //! \83u\83\89\83E\83U\83^\83u\82Ì\83\8b\81[\83v\82ð\8b\96\89Â\82·\82é
812         property LoopBrowserTabs : Boolean read FLoopBrowserTabs write FLoopBrowserTabs;
813         //! 100\83\8c\83X\95\\8e¦\82Ì\90æ\93ª\95\\8e¦\83\8c\83X\90\94
814         property HeadResCount : Integer read FHeadResCount write FHeadResCount;
815         //! 100\83\8c\83X\95\\8e¦\90\94\81i\8ag\92£\97p\81j
816         property ResRangeExCount: Integer read FResRangeExCount write FResRangeExCount;
817         //! \8aÖ\98A\83L\81[\83\8f\81[\83h\92Ç\89Á\83t\83\89\83O
818         property AddKeywordLink: Boolean read FAddKeywordLink write FAddKeywordLink;
819         //! dat\82Ì\92u\8a·\82ð\97L\8cø\82É\82·\82é\82©
820         property ReplaceDat: Boolean read FReplaceDat write FReplaceDat;
821         //! sent.ini\83t\83@\83C\83\8b\82Ì\83T\83C\83Y\81i\92P\88ÊMB\81j
822         property SentIniFileSize: Integer read FSentIniFileSize write FSentIniFileSize;
823         //! \83\8a\83\93\83NURL\8eæ\93¾\82Ì\91Î\8fÛ\8ag\92£\8eq
824         property ExtList: String read FExtList write FExtList;
825         //! Skin\83t\83@\83C\83\8b\8aÇ\97\9d
826         property SkinFiles: TSkinFiles read FSkinFiles;
827         //! \83C\83\93\83f\83b\83N\83X\93Ç\82Ý\8d\9e\82Ý\8e\9edat\83t\83@\83C\83\8b\83`\83F\83b\83N
828         property CheckDatFile: Boolean read FCheckDatFile write FCheckDatFile;
829         property LimitResCountMessage: Boolean read FLimitResCountMessage write FLimitResCountMessage;
830         //! \83\8c\83X\83|\83b\83v\83A\83b\83v\95\\8e¦\88Ê\92udeltaX
831         property  RespopupDeltaX: Integer read FRespopupDeltaX write FRespopupDeltaX;
832         //! \83\8c\83X\83|\83b\83v\83A\83b\83v\95\\8e¦\88Ê\92udeltaY
833         property RespopupDeltaY: Integer read FRespopupDeltaY write FRespopupDeltaY;
834         //! \83\8c\83X\83|\83b\83v\83A\83b\83v\83^\83C\83}\81[
835         property RespopupWait: Integer read FRespopupWait write FRespopupWait;
836         property RespopupMailTo: Boolean read FRespopupMailTo write FRespopupMailTo;
837 end;
838
839
840 const
841 //      MAIN_COOLBAND_COUNT = 4;                //\83\81\83C\83\93CoolBand\82Ì\90\94
842 //      LIST_COOLBAND_COUNT = 2;                //\94ÂCoolBand\82Ì\90\94
843 //      BROWSER_COOLBAND_COUNT = 3;     //\83u\83\89\83E\83UCoolBand\82Ì\90\94
844
845         BOARD_FILE_NAME                                                         = 'board.2ch';
846         CUSTOMBOARD_FILE_NAME                                   = 'custom.2ch';
847         BOARD_DIR_NAME                                                          = 'Board';
848         KEY_SETTING_FILE_NAME                                   = 'key.ini';
849         EKEY_SETTING_FILE_NAME                          = 'Ekey.ini';
850         TEMP_FOLDER                                                                             = 'Temp';
851         OUTBOX_FILE_NAME                                                        = 'outbox.ini';
852         SENT_FILE_NAME                                                          = 'sent.ini';
853         CONFIG_DIR_NAME                                                         = 'config';
854         CSS_DIR_NAME                                                                    = 'css';
855         SKIN_DIR_NAME                                                                   = 'skin';
856         NGWORDs_DIR_NAME : String               = 'NGwords';
857         BOARD_PLUGIN_DIR_NAME                                   = 'BoardPlugin';
858         SAMBATIME_FILE_NAME : String    = 'Samba.ini';
859         IGNORE_FILE_NAME : String               = 'Ignore.txt';
860 //      DOLIB_LOGIN_URL     = '/~tora3n2c/futen.cgi';
861         MAX_POPUP_RES : Integer = 10;
862         GESTURE_FILE_NAME                                                       = 'Gestures.ini';
863         SPAMFILTER_FILE_NAME                                    = 'SpamFilter.ini';
864                 LANGUAGE_FILE_NAME    = 'language.ini';
865         INPUTASSIST_FILE_NAME   = 'InputAssist.ini';
866     FIXED_COOKIE =           '';
867     REPLACE_FILE_NAME = 'replace.ini';
868     EXT_PREVIEW_FILE_NAME = 'extpreview.ini';
869
870 implementation
871
872 uses
873         Math, UCryptAuto, UBase64, Windows,GikoUtil;
874
875 type
876         TSoundName = record
877                 Name: string;
878                 ViewName: string;
879                 FileName: string;
880         end;
881
882 const
883         INI_FILE_NAME: string                            = 'gikoNavi.ini';
884         BOARD_URL_INI_FILE_NAME: string = 'url.ini';
885         DEFAULT_FONT_NAME: string                = '\82l\82\82o\83S\83V\83b\83N';
886         DEFAULT_FONT_SIZE: Integer              = 9;
887         DEFAULT_FONT_COLOR: string              = 'clWindowText';
888         DEFAULT_WINDOW_COLOR: string    = 'clWindow';
889         DEFAULT_TAB_FONT_NAME: string            = '\82l\82\82o\83S\83V\83b\83N';
890         DEFAULT_TAB_FONT_SIZE: Integer          = 9;
891         DEFAULT_2CH_BOARD_URL1: string = 'http://menu.2ch.net/bbsmenu.html';
892         GIKO_ENCRYPT_TEXT: string                = 'gikoNaviEncryptText';
893
894 var
895         SOUND_NAME: array[0..4] of TSoundName = (
896                 (Name: 'New';                           ViewName: '\8eæ\93¾\90¬\8c÷';                                    FileName: ''),
897                 (Name: 'NewDiff';               ViewName: '\8eæ\93¾\90¬\8c÷(\8d·\95ª)';              FileName: ''),
898                 (Name: 'NoChange';       ViewName: '\96¢\8dX\90V';                                             FileName: ''),
899 //              (Name: 'RoundEnd';       ViewName: '\8f\84\89ñ\8fI\97¹(\8eæ\93¾\82 \82è)'; FileName: ''),
900 //              (Name: 'RoundNone';     ViewName: '\8f\84\89ñ\8fI\97¹(\8eæ\93¾\82È\82µ)'; FileName: ''),
901                 (Name: 'ResEnd';                 ViewName: '\83\8c\83X\91\97\90M\8a®\97¹';                       FileName: ''),
902                 (Name: 'Error';                 ViewName: '\83G\83\89\81[';                                              FileName: ''));
903
904 constructor TGikoBBSColumnList.Create;
905 begin
906         inherited;
907 end;
908
909 destructor TGikoBBSColumnList.Destroy;
910 begin
911         inherited;
912 end;
913
914 function TGikoBBSColumnList.GetItem( index : integer ) : TGikoBBSColumnID;
915 begin
916         Result := TGikoBBSColumnID( inherited Items[ index ] );
917 end;
918
919 procedure TGikoBBSColumnList.SetItem( index : integer; value : TGikoBBSColumnID);
920 begin
921         inherited Items[ index ] := Pointer( value );
922 end;
923
924 function TGikoBBSColumnList.Add( value : TGikoBBSColumnID ) : Integer;
925 begin
926         Result := inherited Add( Pointer( value ) );
927 end;
928
929 constructor TGikoCategoryColumnList.Create;
930 begin
931         inherited;
932 end;
933
934 destructor TGikoCategoryColumnList.Destroy;
935 begin
936         inherited;
937 end;
938
939 function TGikoCategoryColumnList.GetItem( index : integer ) : TGikoCategoryColumnID;
940 begin
941         Result := TGikoCategoryColumnID( inherited Items[ index ] );
942 end;
943
944 procedure TGikoCategoryColumnList.SetItem( index : integer; value : TGikoCategoryColumnID);
945 begin
946         inherited Items[ index ] := Pointer( value );
947 end;
948
949 function TGikoCategoryColumnList.Add( value : TGikoCategoryColumnID ) : Integer;
950 begin
951         Result := inherited Add( Pointer( value ) );
952 end;
953
954 constructor TGikoBoardColumnList.Create;
955 begin
956         inherited;
957 end;
958
959 destructor TGikoBoardColumnList.Destroy;
960 begin
961         inherited;
962 end;
963
964 function TGikoBoardColumnList.GetItem( index : integer ) : TGikoBoardColumnID;
965 begin
966         Result := TGikoBoardColumnID( inherited Items[ index ] );
967 end;
968
969 procedure TGikoBoardColumnList.SetItem( index : integer; value : TGikoBoardColumnID);
970 begin
971         inherited Items[ index ] := Pointer( value );
972 end;
973
974 function TGikoBoardColumnList.Add( value : TGikoBoardColumnID ) : Integer;
975 begin
976         Result := inherited Add( Pointer( value ) );
977 end;
978
979 //\83R\83\93\83X\83g\83\89\83N\83^
980 constructor TSetting.Create();
981 begin
982         FNameList := TStringList.Create;
983         FMailList := TStringList.Create;
984         FSelectTextList := TStringList.Create;
985         FBoardURLs := TStringList.Create;
986         FBBSColumnOrder := TGikoBBSColumnList.Create;
987         FCategoryColumnOrder := TGikoCategoryColumnList.Create;
988         FBoardColumnOrder := TGikoBoardColumnList.Create;
989         FGestures := TGestureModel.Create;
990     FSkinFiles := TSkinFiles.Create;
991         FNameList.Duplicates := dupIgnore;
992         FMailList.Duplicates := dupIgnore;
993         FBoardURLs.Duplicates := dupIgnore;
994         FSelectTextList.Duplicates := dupIgnore;
995         ReadSettingFile();
996         ReadBoardURLsFile();
997 end;
998
999 //\83f\83X\83g\83\89\83N\83^
1000 destructor TSetting.Destroy();
1001 begin
1002         FBoardColumnOrder.Free;
1003         FCategoryColumnOrder.Free;
1004         FBBSColumnOrder.Free;
1005         FSelectTextList.Free;
1006         FBoardURLs.Free;
1007         FMailList.Free;
1008         FNameList.Free;
1009         FGestures.Free;
1010     FSkinFiles.Free;
1011         inherited;
1012 end;
1013
1014 //\8f\89\8aú\89»\83t\83@\83C\83\8b\96¼\8eæ\93¾\81i\83p\83X\81{\83t\83@\83C\83\8b\96¼\81j
1015 function TSetting.GetFileName(): string;
1016 begin
1017         Result := GetAppDir + INI_FILE_NAME;
1018 end;
1019
1020 //\94Â\8dX\90V\97pURL\90Ý\92è\83t\83@\83C\83\8b\96¼\81i\83p\83X\81{\83t\83@\83C\83\8b\96¼\81j
1021 function TSetting.GetBoardURLFileName(): string;
1022 begin
1023         Result := GetAppDir + BOARD_URL_INI_FILE_NAME;
1024 end;
1025
1026 //\90Ý\92è\83t\83@\83C\83\8b\93Ç\8d\9e
1027 procedure TSetting.ReadSettingFile();
1028 var
1029         ini: TMemIniFile;
1030         i: Integer;
1031         Exists: Boolean;
1032         s: string;                                               
1033         CoolSet: TCoolSet;
1034     msg: String;
1035 begin
1036         Exists := FileExists(GetFileName);
1037         ini := TMemIniFile.Create(GetFileName);
1038         try
1039                 //\8eó\90M\83o\83b\83t\83@\83T\83C\83Y
1040                 FRecvBufferSize := ini.ReadInteger('HTTP', 'RecvBufferSize', 4096);
1041                 //HTTP1.1\8eg\97p
1042                 FProtocol := ini.ReadBool('HTTP', 'Protocol', True);
1043                 //\83v\83\8d\83L\83V\90Ú\91±HTTP1.1\8eg\97p
1044                 FProxyProtocol := ini.ReadBool('HTTP', 'ProxyProtocol', False);
1045
1046         // \83v\83\8d\83L\83V\90Ý\92è\93Ç\82Ý\8d\9e\82Ý
1047         ReadProxySettings( ini );
1048
1049         // \8ae\8eí\83E\83B\83\93\83h\83E\82Ì\90Ý\92è\93Ç\82Ý\8d\9e\82Ý
1050         ReadWindowSettings( ini );
1051
1052                 FWindowTop := ini.ReadInteger('WindowSize', 'Top', -1);
1053                 FWindowLeft := ini.ReadInteger('WindowSize', 'Left', -1);
1054                 FWindowHeight := ini.ReadInteger('WindowSize', 'Height', -1);
1055                 FWindowWidth := ini.ReadInteger('WindowSize', 'Width', -1);
1056                 FWindowMax := ini.ReadBool('WindowSize', 'Max', false);
1057
1058                 if FWindowHeight <= 0 then      FWindowHeight := 400;
1059                 if FWindowWidth <= 0 then FWindowWidth := 600;
1060
1061                 FListStyle := TViewStyle(ini.ReadInteger('ViewStyle', 'ListView', Ord(vsReport)));
1062
1063                 FEditWindowTop := ini.ReadInteger('EditorWindowSize', 'Top', -1);
1064                 FEditWindowLeft := ini.ReadInteger('EditorWindowSize', 'Left', -1);
1065                 FEditWindowHeight := ini.ReadInteger('EditorWindowSize', 'Height', -1);
1066                 FEditWindowWidth := ini.ReadInteger('EditorWindowSize', 'Width', -1);
1067                 FEditWindowMax := ini.ReadBool('EditorWindowSize', 'Max', False);
1068                 FEditWindowStay := ini.ReadBool('EditorWindowSize', 'Stay', False);
1069                 FEditWindowTranslucent := ini.ReadBool('EditorWindowSize', 'Translucent', False);
1070
1071                 FOptionDialogTabIndex := ini.ReadInteger('OptionDialog', 'TabIndex', 0);
1072
1073                 //\83c\81[\83\8b\83o\81[
1074                 FStdToolBarVisible := ini.ReadBool('ToolBar', 'StdVisible', True);
1075                 FAddressBarVisible := ini.ReadBool('ToolBar', 'AddressVisible', True);
1076                 FLinkBarVisible := ini.ReadBool('ToolBar', 'LinkVisible', True);
1077                 FListToolBarVisible := ini.ReadBool('ToolBar', 'ListVisible', True);
1078                 FListNameBarVisible := ini.ReadBool('ToolBar', 'ListNameVisible', True);
1079                 FBrowserToolBarVisible := ini.ReadBool('ToolBar', 'BrowserVisible', True);
1080                 FBrowserNameBarVisible := ini.ReadBool('ToolBar', 'BrowserNameVisible', True);
1081                 //\83c\81[\83\8b\83o\81[Wrapable
1082                 FListToolBarWrapable := ini.ReadBool('ToolBar', 'ListWrapable', False);
1083                 FBrowserToolBarWrapable := ini.ReadBool('ToolBar', 'BrowserWrapable', False);
1084
1085                 FBrowserTabVisible := ini.ReadBool('Tab', 'BrowserTabVisible', True);
1086                 FBrowserTabPosition := TGikoTabPosition(ini.ReadInteger('Tab', 'BrowserTabPosition', Ord(gtpTop)));
1087                 FBrowserTabAppend := TGikoTabAppend(ini.ReadInteger('Tab', 'BrowserTabAppend', Ord(gtaFirst)));
1088                 FBrowserTabStyle := TGikoTabStyle(ini.ReadInteger('Tab', 'BrowserTabStyle', Ord(gtsFlat)));
1089
1090                 FMessageBarVisible := ini.ReadBool('MessageBar', 'Visible', True);
1091                 FMessegeBarHeight := ini.ReadInteger('MessageBar', 'Height', 30);
1092
1093                 FStatusBarVisible := ini.ReadBool('StatusBar', 'Visible', True);
1094
1095                 FCabinetVisible := ini.ReadBool('Cabinet', 'Visible', True);
1096                 FCabinetWidth := ini.ReadInteger('Cabinet', 'Width', 200);
1097                 FCabinetIndex := ini.ReadInteger('Cabinet', 'Index', 0);
1098
1099                 FListOrientation := TGikoListOrientation(ini.ReadInteger('List', 'Orientation', Ord(gloHorizontal)));
1100                 FListHeight := ini.ReadInteger('List', 'Height', 180);
1101                 FListHeightState := TGikoListState(ini.ReadInteger('List', 'HeightState', Ord(glsNormal)));
1102                 FListWidth := ini.ReadInteger('List', 'Width', 180);
1103                 FListWidthState := TGikoListState(ini.ReadInteger('List', 'WidthState', Ord(glsNormal)));
1104 //              FListHeightMax := ini.ReadBool('List', 'HeightMax', False);
1105 //              FListWidthMax := ini.ReadBool('List', 'WidthMax', False);
1106
1107         // \93ü\97Í\8d\80\96Ú\82Ì\97\9a\97ð\82ð\93Ç\82Ý\8d\9e\82Þ
1108         ReadInputHisotrys( ini );
1109
1110                 // \83\8a\83X\83g\83J\83\89\83\80\95\9d
1111         ReadListColumnWidth( ini );
1112
1113                 // \83J\83e\83S\83\8a\83\8a\83X\83g\83J\83\89\83\80\8f\87\8f\98
1114         ReadOrdColumn( ini );
1115
1116                 //\83\8a\83X\83g\94Ô\8d\86
1117                 FListViewNo := ini.ReadBool('Function', 'ListViewNo', True);
1118                 //CSS
1119                 UseCSS := ini.ReadBool('CSS', 'UseCSS', True);
1120                 //CSS\83t\83@\83C\83\8b\96¼
1121                 CSSFileName := ini.ReadString('CSS', 'FileName', 'default.css');
1122                 //\82©\82µ\82ã\81`\82µ\82á\82Ì\83X\83L\83\93\82ð\8eg\82¤\82©
1123                 FUseKatjushaType := ini.ReadBool('CSS', 'UseKatjushaType', false);
1124
1125                 //Mail\97\93\95\\8e¦
1126                 FShowMail := ini.ReadBool('Thread', 'ShowMail', True);
1127                 // \83\8c\83X\95\\8e¦\94Í\88Í
1128                 if ini.ReadBool('Thread', 'OnlyAHundredRes',false) then
1129                         FResRange := 100        // \8cÃ\82¢\90Ý\92è\82Ì\8cÝ\8a·\97p
1130                 else
1131                         FResRange := ini.ReadInteger( 'Thread', 'ResRange', Ord( grrAll ) );
1132                 FResRangeHold := ini.ReadBool( 'Thread', 'ResRangeHold', False );
1133         FHeadResCount := ini.ReadInteger('Thread', 'HeadResCount', 1);
1134         FResRangeExCount:= ini.ReadInteger('Thread','ResRangeExCount', 100);
1135                 // \83X\83\8c\83b\83h\88ê\97\97\95\\8e¦\94Í\88Í
1136                 FThreadRange := TGikoThreadRange( ini.ReadInteger('ThreadList', 'ThreadRange', Ord( gtrAll )) );
1137                 //\94ñ\83A\83N\83e\83B\83u\8e\9e\83\8c\83X\83|\83b\83v\83A\83b\83v\95\\8e¦
1138                 FUnActivePopup := ini.ReadBool('Thread', 'UnActivePopup', False);
1139                 //\83\8c\83X\83|\83b\83v\83A\83b\83v\83w\83b\83_\81[\83{\81[\83\8b\83h
1140                 FResPopupHeaderBold := ini.ReadBool('Thread', 'ResPopupHeaderBold', True);
1141                 //\8dí\8f\9c\8am\94F
1142                 FDeleteMsg := ini.ReadBool('Function', 'LogDeleteMessage', True);
1143                 //\8fI\97¹\8am\94F
1144                 FShowDialogForEnd := ini.ReadBool('Function','ShowDialogForEnd',false);
1145                 //AllTabClose
1146                 FShowDialogForAllTabClose := ini.ReadBool('Function','ShowDialogForAllTabClose',false);
1147                 //Samba
1148                 FUseSamba := ini.ReadBool('Function','UseSamba', True);
1149                 //ResAnchorjamp
1150                 ResAnchorJamp := ini.ReadBool('Function', 'ResAnchoJamp', True);
1151                 //\83\8d\83O\83t\83H\83\8b\83_
1152                 LogFolder := ini.ReadString('Folder', 'LogFolder', GetAppDir + 'Log');
1153                 NewLogFolder := '';
1154
1155                 //\94ÂURL
1156                 //\95¡\90\94\93o\98^\82Å\82«\82é\82æ\82¤\82É\82µ\82ÄFBoardURLs\82É\82µ\82½\81@2003/10/05
1157                 //FBoardURL2ch := ini.ReadString('BoardURL', '2ch', DEFAULT_2CH_BOARD_URL);
1158
1159                 //\94F\8fØ\97p\83\86\81[\83UID\81E\83p\83X\83\8f\81[\83h
1160                 FUserID := ini.ReadString('Attestation', 'UserID', '');
1161                 FPassword := Decrypt(ini.ReadString('Attestation', 'Password', ''));
1162                 FAutoLogin := ini.ReadBool('Attestation', 'AutoLogin', False);
1163                 FForcedLogin := ini.ReadBool('Attestation', 'FForcedLogin', False);
1164 //              FDolibURL       := ini.ReadString('Attestation', 'FDolibURL', DOLIB_LOGIN_URL);
1165
1166                 //URL\83N\83\8a\83b\83N\8e\9e\8bN\93®\83A\83v\83\8a
1167                 FURLApp := ini.ReadBool('URLApp', 'Select', False);
1168                 FURLAppFile := ini.ReadString('URLApp', 'File', '');
1169
1170                 //mailto\83N\83\8a\83b\83N\8e\9e\93®\8dì
1171                 FOpenMailer := ini.ReadBool('Mailto', 'Open', True);
1172
1173                 //\83|\83b\83v\83A\83b\83v\88Ê\92u
1174                 FPopupPosition := TGikoPopupPosition(ini.ReadInteger('Browser', 'PopupPosition', Ord(gppRightTop)));
1175         // \83o\83^56\88È\91O\82©\82ç\82Ì\83A\83b\83v\83f\81[\83g\91Î\8dô
1176         if (FPopupPosition = gppCenter) then begin
1177             FPopupPosition := gppTop;
1178         end;
1179         FRespopupDeltaX := ini.ReadInteger('Browser', 'RespopupDelteX', 5);
1180         FRespopupDeltaY := ini.ReadInteger('Browser', 'RespopupDelteY', 5);
1181         FRespopupWait   := ini.ReadInteger('Browser', 'RespopupWait', 1000);
1182         FRespopupMailTo := ini.ReadBool('Browser', 'RespopupMailTo', true);
1183
1184                 //\83A\83h\83\8c\83X\83o\81[
1185                 FURLDisplay := ini.ReadBool('AddressBar', 'URLDisplay', False);
1186                 FAddressBarTabStop := ini.ReadBool('AddressBar', 'TabStop', True);
1187                 FLinkAddAddressBar := ini.ReadBool('AddressBar', 'LinkAdd', False);
1188                 FAddressHistoryCount := ini.ReadInteger('AddressBar', 'HistoryCount', 100);
1189
1190                 //\89æ\91\9c\83v\83\8c\83r\83\85\81[
1191                 FPreviewVisible := ini.ReadBool('Browser', 'PreviewVisible', True);
1192                 FPreviewSize := TGikoPreviewSize(ini.ReadInteger('Browser', 'PreviewSize', Ord(gpsMedium)));
1193                 FPreviewWait := ini.ReadInteger('Browser', 'PreviewWait', 500);
1194
1195                 // \83u\83\89\83E\83U
1196                 FBrowserAutoMaximize := TGikoBrowserAutoMaximize(
1197                         ini.ReadInteger('Window', 'BrowserAutoMaximize', Ord(gbmDoubleClick)) );
1198
1199                 //\83X\83\8c\83b\83h\88ê\97\97\8dX\90V\83A\83C\83R\83\93
1200                 FListIconVisible := ini.ReadBool('ThreadList', 'StateIconVisible', True);
1201                 FCreationTimeLogs := ini.ReadBool('ThreadList', 'CreationTimeLogs', True);
1202                 FFutureThread := ini.ReadBool('ThreadList', 'FutureThread', True);
1203                 FSelectInterval := ini.ReadInteger('ThreadList', 'SelectInterval', 110);
1204                 //\83\\81[\83g\8f\87
1205                 FBBSSortIndex := ini.ReadInteger('ThreadList', 'BBSSortIndex', 0);
1206                 FBBSSortOrder := ini.ReadBool('ThreadList', 'BBSSortOrder', True);
1207                 FCategorySortIndex := ini.ReadInteger('ThreadList', 'CategorySortIndex', 0);
1208                 FCategorySortOrder := ini.ReadBool('ThreadList', 'CategorySortOrder', True);
1209                 FBoardSortIndex := ini.ReadInteger('ThreadList', 'BoardSortIndex', 0);
1210                 FBoardSortOrder := ini.ReadBool('ThreadList', 'BoardSortOrder', True);
1211                 // DL\8cã\82Ì\8e©\93®\83\\81[\83g
1212                 FAutoSortThreadList := ini.ReadBool('ThreadList', 'AutoSort', False);
1213                 //Dat\97\8e\82¿\83X\83\8c\83\\81[\83g\8f\87
1214                 FDatOchiSortIndex := ini.ReadInteger('ThreadList', 'DatOchiSortIndex', -1);
1215                 FDatOchiSortOrder := ini.ReadBool('ThreadList', 'DatOchiSortOrder', False);
1216
1217                 //\8f\91\82«\8d\9e\82Ý\8e\9e\83}\83V\83\93\8e\9e\8d\8f\8eg\97p\90Ý\92è
1218                 FUseMachineTime := ini.ReadBool('PostTime', 'UseMachineTime', False);
1219                 FTimeAdjustSec := ini.ReadInteger('PostTime', 'TimeAdjustSec', 0);
1220                 FTimeAdjust := ini.ReadBool('PostTime', 'TimeAdjust', True);
1221
1222                 //\83T\83E\83\93\83h
1223                 if Exists then begin
1224                         for i := 0 to GetSoundCount - 1 do begin
1225                                 SoundFileName[i] := ini.ReadString('Sound', SoundName[i], '');
1226                 // \91\8a\91Î\8eQ\8fÆ\91Î\8dô
1227                 s := SoundFileName[i];
1228                 if (AnsiPos('.\', SoundFileName[i]) = 1) then begin
1229                     s := GetAppDir
1230                             + Copy(SoundFileName[i], 2, Length(SoundFileName[i]));
1231                 end;
1232                 // \83t\83@\83C\83\8b\82Ì\91\8dÝ\83`\83F\83b\83N
1233                 if not FileExists(SoundFileName[i]) then begin
1234                     SoundFileName[i] := '';
1235                 end;
1236                         end;
1237                 end else begin
1238                         s := GetAppDir + '\sound\';
1239                         SoundFileName[0] := s + '\8eæ\93¾\90¬\8c÷.wav';
1240                         SoundFileName[1] := s + '\8eæ\93¾\90¬\8c÷(\8d·\95ª).wav';
1241                         SoundFileName[2] := s + '\96¢\8dX\90V.wav';
1242                         SoundFileName[3] := '';
1243                         SoundFileName[4] := s + '\83G\83\89\81[.wav';
1244                 end;
1245
1246                 //\83N\81[\83\8b\83o\81[
1247                 for i := 0 to MAIN_COOLBAND_COUNT - 1 do begin
1248                         CoolSet.FCoolID := ini.ReadInteger('MainCoolBar', 'ID' + IntToStr(i), -1);
1249                         CoolSet.FCoolWidth := ini.ReadInteger('MainCoolBar', 'Width' + IntToStr(i), -1);
1250                         CoolSet.FCoolBreak := ini.ReadBool('MainCoolBar', 'Break' + IntToStr(i), False);
1251                         MainCoolSet[i] := CoolSet;
1252                 end;
1253                 FSelectComboBoxWidth := ini.ReadInteger( 'ListCoolBar', 'SelectWidth', 127 );
1254                 for i := 0 to LIST_COOLBAND_COUNT - 1 do begin
1255                         CoolSet.FCoolID := ini.ReadInteger('ListCoolBar', 'ID' + IntToStr(i), -1);
1256                         CoolSet.FCoolWidth := ini.ReadInteger('ListCoolBar', 'Width' + IntToStr(i), -1);
1257                         CoolSet.FCoolBreak := ini.ReadBool('ListCoolBar', 'Break' + IntToStr(i), False);
1258                         ListCoolSet[i] := CoolSet;
1259                 end;
1260                 for i := 0 to BROWSER_COOLBAND_COUNT - 1 do begin
1261                         CoolSet.FCoolID := ini.ReadInteger('BrowserCoolBar', 'ID' + IntToStr(i), -1);
1262                         CoolSet.FCoolWidth := ini.ReadInteger('BrowserCoolBar', 'Width' + IntToStr(i), -1);
1263                         CoolSet.FCoolBreak := ini.ReadBool('BrowserCoolBar', 'Break' + IntToStr(i), False);
1264                         BrowserCoolSet[i] := CoolSet;
1265                 end;
1266
1267                 //\82 \82Ú\81`\82ñ
1268                 FAbonDeleterlo := ini.ReadBool('Abon','Deleterlo',false);
1269                 FAbonReplaceul := ini.ReadBool('Abon','Replaceul',false);
1270                 FPopUpAbon               := ini.ReadBool('Abon','Popup',false);
1271                 FShowNGLinesNum := ini.ReadBool('Abon','ShowNGLines',false);
1272                 FAddResAnchor := ini.ReadBool('Abon','AddResAnchor',false);
1273                 FDeleteSyria :=  ini.ReadBool('Abon','DeleteSyria',false);
1274                 FIgnoreKana  :=  ini.ReadBool('Abon','IgnoreKana',false);
1275
1276                 // \83G\83f\83B\83^
1277                 FSpaceToNBSP    := ini.ReadBool( 'Editor', 'SpaceToNBSP', False );
1278                 FAmpToCharRef   := ini.ReadBool( 'Editor', 'AmpToCharRef', False );
1279
1280                 //Tab\8e©\93®\95Û\91\81A\93Ç\82Ý\8d\9e\82Ý
1281                 FTabAutoLoadSave    := ini.ReadBool('TabAuto', 'TabAutoLoadSave', False);
1282         FLastCloseTabURL    := ini.ReadString('Thread', 'LastCloseTabURL', '');
1283                 FKuroutSettingTabIndex := ini.ReadInteger('OptionDialog', 'KuroutTabIndex' , 0);
1284
1285                 // \83}\83E\83X\83W\83F\83X\83`\83\83\81[
1286                 FGestureEnabled := ini.ReadBool( 'Guesture', 'Enabled', False );
1287         FGestureIgnoreContext := ini.ReadBool( 'Guesture', 'IgnoreContext', False );
1288                 //2ch\8c¾\8cê\83T\83|
1289                 F2chSupport := ini.ReadBool('2chSupport', 'Support', False);
1290
1291                 //FusianaTrap
1292                 FLocalTrapAtt := ini.ReadBool('Trap', 'LocalTrap', False);
1293                 FRemoteTrapAtt := ini.ReadBool('Trap', 'RemoteTrap', False);
1294                 FReadTimeOut := ini.ReadInteger('HTTP', 'ReadTimeOut', 10000);
1295
1296                 // \8eg\97p\82·\82é\83X\83p\83\80\83t\83B\83\8b\83^
1297                 FSpamFilterAlgorithm := TGikoSpamFilterAlgorithm(
1298                         ini.ReadInteger( 'Abon', 'SpamFilterAlgorithm', Ord( gsfaNone ) ) );
1299                 FMute := ini.ReadBool('Function', 'Mute', false);
1300                 FUseUndecided := ini.ReadBool('ThreadList', 'UseUndecided', False);
1301
1302         //Be2ch
1303                 //\94F\8fØ\97p\83\86\81[\83UID\81E\94F\8fØ\83R\81[\83h
1304                 FBeUserID := ini.ReadString('Be', 'UserID', '');
1305                 FBeCode := Decrypt(ini.ReadString('Be', 'Code', ''));
1306                 FBeAutoLogin := ini.ReadBool('Be', 'AutoLogin', False);
1307                 //\97\9a\97ð\82Ì\8dÅ\91å\95Û\91\8c\8f\90\94
1308                 FMaxRecordCount := Max(ini.ReadInteger('Recode', 'Max', 100), 1);
1309
1310                 // \93ü\97Í\83A\83V\83X\83g
1311                 FInputAssistFormTop := ini.ReadInteger('IAtWindowsSize', 'Top', 0);
1312                 FInputAssistFormLeft := ini.ReadInteger('IAtWindowsSize', 'Left', 0);
1313                 FInputAssistFormWidth := ini.ReadInteger('IAtWindowsSize', 'Width', 400);
1314                 FInputAssistFormHeight := ini.ReadInteger('IAtWindowsSize', 'Height', 460);
1315
1316                 // Cookie\82É\95t\89Á\82·\82é\8cÅ\92è\83R\81[\83h
1317                 FFixedCookie := ini.ReadString('Cookie', 'fixedString', FIXED_COOKIE);
1318
1319         // \83\8a\83\93\83N\88Ú\93®\97\9a\97ð\82Ì\8dÅ\91å\95Û\8e\9d\90\94
1320         FMoveHistorySize := ini.ReadInteger('MoveHisotry', 'Max', 20);
1321
1322         FStoredTaskTray := ini.ReadBool('Function', 'StroedTaskTray', false);
1323         FLoopBrowserTabs := ini.ReadBool('Function', 'LoopBrowserTabs', false);
1324         FAddKeywordLink := ini.ReadBool('Thread', 'AddKeywordLink', false);
1325         if not (ini.ValueExists('Thread', 'ReplaceDat')) then begin
1326             msg := '\83Z\83L\83\85\83\8a\83e\83B\83\\83t\83g\82Ì\8cë\94½\89\9e\91Î\8dô\82ð\82µ\82Ü\82·\82©\81H'+ #13#10 +
1327                  '\81i\90\84\8f§:\82Í\82¢\81j'+ #13#10+'\8fÚ\8d×\90Ý\92è\82©\82ç\95Ï\8dX\82Å\82«\82Ü\82·\81B';
1328                     if MsgBox(Application.Handle,
1329                  msg, '\83M\83R\83i\83r', MB_YESNO or MB_ICONQUESTION) = IDYES  then begin
1330                  FReplaceDat := True;
1331             end;
1332         end else begin
1333             FReplaceDat := ini.ReadBool('Thread', 'ReplaceDat', False);
1334         end;
1335
1336         FSentIniFileSize := ini.ReadInteger('Function', 'SentIniFileSize', 3);
1337         FExtList := ini.ReadString('Function', 'ExtList', '*.gif;*.jpg;*.jpeg;*.png;*.zip;*.rar');
1338
1339         FCheckDatFile := ini.ReadBool('ThreadList', 'CheckDatFile', True);
1340         FLimitResCountMessage := ini.ReadBool('Thread', 'LimitResCountMessage', True);
1341
1342         // \83M\83R\83i\83r\8dX\90V\82Å\97\98\97p\82µ\82½\83C\83\93\83X\83g\81[\83\89\82Ì\8dí\8f\9c
1343         s := ini.ReadString('Update', 'Remove0', '');
1344         if (FileExists(s)) then begin
1345             SysUtils.DeleteFile(s);
1346             // \8dí\8f\9c\82É\8e¸\94s\82µ\82Ä\82à\96³\8e\8b\82·\82é
1347             ini.DeleteKey('Update', 'Remove0');
1348         end;
1349
1350                 ini.UpdateFile;
1351         finally
1352                 ini.Free;
1353         end;
1354 end;
1355 //\94Â\8dX\90V\97pURL\93Ç\82Ý\8d\9e\82Ý
1356 procedure TSetting.ReadBoardURLsFile();
1357 var
1358         ini: TMemIniFile;
1359         urlNum: Integer;
1360         i : Integer;
1361 begin
1362         if not FileExists(GetBoardURLFileName()) then
1363         MakeURLIniFile();
1364         ini := TMemIniFile.Create(GetBoardURLFileName());
1365         try
1366                 urlNum := ini.ReadInteger('URL','count',0);
1367                 BoardURLSelected := ini.ReadInteger('URL','selected',0);
1368                 for i := 0 to urlNum - 1 do begin
1369                         FBoardURLs.Append(ini.ReadString('URL',IntToStr(i+1),''));
1370                 end;
1371         finally
1372                 ini.Free;
1373         end;
1374
1375 end;
1376 //\90Ý\92è\83t\83@\83C\83\8b\95Û\91¶(system)
1377 procedure TSetting.WriteSystemSettingFile();
1378 var
1379         ini: TMemIniFile;
1380 begin
1381         ini := TMemIniFile.Create(GetFileName());
1382         try
1383                 //\8eó\90M\83o\83b\83t\83@\83T\83C\83Y
1384                 ini.WriteInteger('HTTP', 'RecvBufferSize', FRecvBufferSize);
1385                 //HTTP1.1\8eg\97p
1386                 ini.WriteBool('HTTP', 'Protocol', FProtocol);
1387                 //\83v\83\8d\83L\83V\90Ú\91±HTTP1.1\8eg\97p
1388                 ini.WriteBool('HTTP', 'ProxyProtocol', FProxyProtocol);
1389
1390                 ini.WriteBool('ReadProxy', 'Proxy', FReadProxy);
1391                 ini.WriteString('ReadProxy', 'Address', FReadProxyAddress);
1392                 ini.WriteInteger('ReadProxy', 'Port', FReadProxyPort);
1393                 ini.WriteString('ReadProxy', 'UserID', FReadProxyUserID);
1394                 ini.WriteString('ReadProxy', 'Password', FReadProxyPassword);
1395
1396                 ini.WriteBool('WriteProxy', 'Proxy', FWriteProxy);
1397                 ini.WriteString('WriteProxy', 'Address', FWriteProxyAddress);
1398                 ini.WriteInteger('WriteProxy', 'Port', FWriteProxyPort);
1399                 ini.WriteString('WriteProxy', 'UserID', FWriteProxyUserID);
1400                 ini.WriteString('WriteProxy', 'Password', FWriteProxyPassword);
1401
1402                 ini.WriteString('Window', 'BrowserFontName', FBrowserFontName);
1403                 ini.WriteInteger('Window', 'BrowserFontSize', FBrowserFontSize);
1404                 ini.WriteInteger('Window', 'BrowserFontSize', FBrowserFontSize);
1405                 ini.WriteInteger('Window', 'BrowserFontBold', FBrowserFontBold);
1406                 ini.WriteInteger('Window', 'BrowserFontItalic', FBrowserFontItalic);
1407                 ini.WriteInteger('Window', 'BrowserFontColor', FBrowserFontColor);
1408                 ini.WriteInteger('Window', 'BrowserBackColor', FBrowserBackColor);
1409
1410                 ini.WriteString('Window', 'CabinetFontName', FCabinetFontName);
1411                 ini.WriteInteger('Window', 'CabinetFontSize', FCabinetFontSize);
1412                 ini.WriteString('Window', 'CabinetFontColor', ColorToString(FCabinetFontColor));
1413                 ini.WriteBool('Window', 'CabinetFontBold', FCabinetFontBold);
1414                 ini.WriteBool('Window', 'CabinetFontItalic', FCabinetFontItalic);
1415                 ini.WriteString('Window', 'CabinetBackColor', ColorToString(FCabinetBackColor));
1416
1417                 ini.WriteString('Window', 'ListFontName', FListFontName);
1418                 ini.WriteInteger('Window', 'ListFontSize', FListFontSize);
1419                 ini.WriteString('Window', 'ListFontColor', ColorToString(FListFontColor));
1420                 ini.WriteString('Window', 'ListBackColor', ColorToString(FListBackColor));
1421                 ini.WriteBool('Window', 'ListFontBold', FListFontBold);
1422                 ini.WriteBool('Window', 'ListFontItalic', FListFontItalic);
1423                 ini.WriteBool('Window','UseOddColor',FUseOddColorOddResNum);
1424                 ini.WriteString('Window', 'OddColor',ColorToString(FOddColor));
1425                 ini.WriteBool('Window','UnFocusedBold', FUnFocusedBold);
1426
1427                 ini.WriteString('Window', 'EditorFontName', FEditorFontName);
1428                 ini.WriteInteger('Window', 'EditorFontSize', FEditorFontSize);
1429                 ini.WriteString('Window', 'EditorFontColor', ColorToString(FEditorFontColor));
1430                 ini.WriteString('Window', 'EditorBackColor', ColorToString(FEditorBackColor));
1431
1432                 ini.WriteString('Window', 'BrowserTabFontName', FBrowserTabFontName);
1433                 ini.WriteInteger('Window', 'BrowserTabFontSize', FBrowserTabFontSize);
1434                 ini.WriteBool('Window', 'BrowserTabFontBold', FBrowserTabFontBold);
1435                 ini.WriteBool('Window', 'BrowserTabFontItalic', FBrowserTabFontItalic);
1436
1437                 ini.WriteString('Window', 'HintFontName', FHintFontName);
1438                 ini.WriteInteger('Window', 'HintFontSize', FHintFontSize);
1439                 ini.WriteString('Window', 'HintFontColor', ColorToString(FHintFontColor));
1440                 ini.WriteString('Window', 'HintBackColor', ColorToString(FHintBackColor));
1441
1442                 ini.UpdateFile;
1443         finally
1444                 ini.Free;
1445         end;
1446 end;
1447
1448 //\90Ý\92è\83t\83@\83C\83\8b\95Û\91¶(window)
1449 procedure TSetting.WriteWindowSettingFile();
1450 var
1451         i: Integer;
1452         ini: TMemIniFile;
1453         CoolSet: TCoolSet;
1454         wkList  : TStringList;
1455 begin
1456         ini := TMemIniFile.Create(GetFileName());
1457         try
1458                 ini.WriteInteger('WindowSize', 'Top', WindowTop);
1459                 ini.WriteInteger('WindowSize', 'Left', WindowLeft);
1460                 ini.WriteInteger('WindowSize', 'Height', WindowHeight);
1461                 ini.WriteInteger('WindowSize', 'Width', WindowWidth);
1462                 ini.WriteBool('WindowSize', 'Max', WindowMax);
1463
1464                 ini.WriteInteger('ViewStyle', 'ListView', Ord(ListStyle));
1465
1466                 ini.WriteInteger('EditorWindowSize', 'Top', EditWindowTop);
1467                 ini.WriteInteger('EditorWindowSize', 'Left', EditWindowLeft);
1468                 ini.WriteInteger('EditorWindowSize', 'Height', EditWindowHeight);
1469                 ini.WriteInteger('EditorWindowSize', 'Width', EditWindowWidth);
1470                 ini.WriteBool('EditorWindowSize', 'Max', EditWindowMax);
1471                 ini.WriteBool('EditorWindowSize', 'Stay', EditWindowStay);
1472                 ini.WriteBool('EditorWindowSize', 'Translucent', EditWindowTranslucent);
1473
1474                 ini.WriteInteger('OptionDialog', 'TabIndex', FOptionDialogTabIndex);
1475
1476                 // \93ü\97Í\83A\83V\83X\83g
1477                 ini.WriteInteger('IAtWindowsSize', 'Top', FInputAssistFormTop);
1478                 ini.WriteInteger('IAtWindowsSize', 'Left', FInputAssistFormLeft);
1479                 ini.WriteInteger('IAtWindowsSize', 'Width', FInputAssistFormWidth);
1480                 ini.WriteInteger('IAtWindowsSize', 'Height', FInputAssistFormHeight);
1481
1482                 //\83c\81[\83\8b\83o\81[
1483                 ini.WriteBool('ToolBar', 'StdVisible', FStdToolBarVisible);
1484                 ini.WriteBool('ToolBar', 'AddressVisible', FAddressBarVisible);
1485                 ini.WriteBool('ToolBar', 'LinkVisible', FLinkBarVisible);
1486                 ini.WriteBool('ToolBar', 'ListVisible', FListToolBarVisible);
1487                 ini.WriteBool('ToolBar', 'ListNameVisible', FListNameBarVisible);
1488                 ini.WriteBool('ToolBar', 'BrowserVisible', FBrowserToolBarVisible);
1489                 ini.WriteBool('ToolBar', 'BrowserNameVisible', FBrowserNameBarVisible);
1490                 //\83c\81[\83\8b\83o\81[Wrapable
1491                 ini.WriteBool('ToolBar', 'ListWrapable', FListToolBarWrapable);
1492                 ini.WriteBool('ToolBar', 'BrowserWrapable', FBrowserToolBarWrapable);
1493
1494                 //\83^\83u
1495                 ini.WriteBool('Tab', 'BrowserTabVisible', FBrowserTabVisible);
1496                 ini.WriteInteger('Tab', 'BrowserTabPosition', Ord(FBrowserTabPosition));
1497                 ini.WriteInteger('Tab', 'BrowserTabAppend', Ord(FBrowserTabAppend));
1498                 ini.WriteInteger('Tab', 'BrowserTabStyle', Ord(FBrowserTabStyle));
1499
1500                 //\83\81\83b\83Z\81[\83W\83o\81[
1501                 ini.WriteBool('MessageBar', 'Visible', FMessageBarVisible);
1502                 ini.WriteInteger('MessageBar', 'Height', FMessegeBarHeight);
1503
1504                 //\83X\83e\81[\83^\83X\83o\81[
1505                 ini.WriteBool('StatusBar', 'Visible', FStatusBarVisible);
1506
1507                 //\83L\83\83\83r\83l\83b\83g
1508                 ini.WriteBool('Cabinet', 'Visible', FCabinetVisible);
1509                 ini.WriteInteger('Cabinet', 'Width', FCabinetWidth);
1510                 ini.WriteInteger('Cabinet', 'Index', FCabinetIndex);
1511
1512                 //\83\8a\83X\83g\82Ì\83T\83C\83Y\82Æ\90\82\92¼\90\85\95½
1513                 ini.WriteInteger('List', 'Orientation', Ord(FListOrientation));
1514                 ini.WriteInteger('List', 'Height', FListHeight);
1515                 ini.WriteInteger('List', 'HeightState', Ord(FListHeightState));
1516                 ini.WriteInteger('List', 'Width', FListWidth);
1517                 ini.WriteInteger('List', 'WidthState', Ord(FListWidthState));
1518 //              ini.WriteBool('List', 'HeightMax', FListHeightMax);
1519 //              ini.WriteBool('List', 'WidthMax', FListWidthMax);
1520
1521
1522 //              ini.WriteInteger('Window', 'BrowserFontSize', BrowserFontSize);
1523
1524                 //\83\8a\83X\83g\94Ô\8d\86\95\\8e¦
1525                 ini.WriteBool('Function', 'ListViewNo', FListViewNo);
1526                 //CSS\8eg\97p
1527                 ini.WriteBool('CSS', 'UseCSS', FUseCSS);
1528                 //\82©\82µ\82ã\81`\82µ\82á\82Ì\83X\83L\83\93\82ð\8eg\82¤\82©
1529                 ini.WriteBool('CSS', 'UseKatjushaType', FUseKatjushaType);
1530                 //CSS\83t\83@\83C\83\8b\96¼
1531                 ini.WriteString('CSS', 'FileName', FSkinFiles.FileName);
1532                 //Mail\97\93\95\\8e¦
1533                 ini.WriteBool('Thread', 'ShowMail', FShowMail);
1534                 // \83\8c\83X\95\\8e¦\94Í\88Í
1535                 ini.DeleteKey( 'Thread', 'OnlyAHundredRes' );   // \8cÃ\82¢\90Ý\92è\82Ì\8dí\8f\9c
1536                 ini.WriteInteger('Thread', 'ResRange', FResRange);
1537                 ini.WriteBool('Thread', 'ResRangeHold', FResRangeHold);
1538         ini.WriteInteger('Thread', 'HeadResCount', FHeadResCount);
1539         ini.WriteInteger('Thread','ResRangeExCount', FResRangeExCount);
1540                 // \83X\83\8c\83b\83h\88ê\97\97\95\\8e¦\94Í\88Í
1541                 ini.WriteInteger('ThreadList', 'ThreadRange', Ord( FThreadRange ));
1542                 //\83\8d\83O\8dí\8f\9c\8am\94F
1543                 ini.WriteBool('Function', 'LogDeleteMessage', FDeleteMsg);
1544                 //\8fI\97¹\8am\94F
1545                 ini.WriteBool('Function','ShowDialogForEnd',FShowDialogForEnd);
1546                 //AllTabClose
1547                 ini.WriteBool('Function','ShowDialogForAllTabClose', FShowDialogForAllTabClose);
1548                 //Samba
1549                 ini.WriteBool('Function','UseSamba', FUseSamba);
1550                 //ResAnchorjamp
1551                 ini.WriteBool('Function', 'ResAnchoJamp', ResAnchorJamp);
1552
1553                 //\94ñ\83A\83N\83e\83B\83u\8e\9e\83|\83b\83v\83A\83b\83v\95\\8e¦
1554                 ini.WriteBool('Thread', 'UnActivePopup', FUnActivePopup);
1555                 //\83\8c\83X\83|\83b\83v\83A\83b\83v\83w\83b\83_\81[\83{\81[\83\8b\83h
1556                 ini.WriteBool('Thread', 'ResPopupHeaderBold', FResPopupHeaderBold);
1557                 //ini.WriteString('BoardURL', '2ch', FBoardURL2ch);
1558
1559                 //\94F\8fØ\97p\83\86\81[\83UID\81E\83p\83X\83\8f\81[\83h
1560                 ini.WriteString('Attestation', 'UserID', FUserID);
1561                 ini.WriteString('Attestation', 'Password', Encrypt(FPassword));
1562                 ini.WriteBool('Attestation', 'AutoLogin', FAutoLogin);
1563                 ini.WriteBool('Attestation', 'FForcedLogin', FForcedLogin);
1564                 ini.WriteString('Attestation', 'FDolibURL', FDolibURL);
1565
1566                 //URL\83N\83\8a\83b\83N\8e\9e\8bN\93®\83A\83v\83\8a
1567                 ini.WriteBool('URLApp', 'Select', FURLApp);
1568                 ini.WriteString('URLApp', 'File', FURLAppFile);
1569
1570                 //mailto\83N\83\8a\83b\83N\8e\9e\93®\8dì
1571                 ini.WriteBool('Mailto', 'Open', FOpenMailer);
1572
1573                 //\83|\83b\83v\83A\83b\83v\88Ê\92u
1574                 ini.WriteInteger('Browser', 'PopupPosition', Ord(FPopupPosition));
1575         ini.WriteInteger('Browser', 'RespopupDelteX', FRespopupDeltaX);
1576         ini.WriteInteger('Browser', 'RespopupDelteY', FRespopupDeltaY);
1577         ini.WriteInteger('Browser', 'RespopupWait', FRespopupWait);
1578         ini.WriteBool('Browser', 'RespopupMailTo', FRespopupMailTo);
1579         
1580                 //\83A\83h\83\8c\83X\83o\81[
1581                 ini.WriteBool('AddressBar', 'URLDisplay', FURLDisplay);
1582                 ini.WriteBool('AddressBar', 'TabStop', FAddressBarTabStop);
1583                 ini.WriteBool('AddressBar', 'LinkAdd', FLinkAddAddressBar);
1584                 ini.WriteInteger('AddressBar', 'HistoryCount', FAddressHistoryCount);
1585
1586                 //\89æ\91\9c\83v\83\8c\83r\83\85\81[
1587                 ini.WriteBool('Browser', 'PreviewVisible', FPreviewVisible);
1588                 ini.WriteInteger('Browser', 'PreviewSize', Ord(FPreviewSize));
1589                 ini.WriteInteger('Browser', 'PreviewWait', FPreviewWait);
1590
1591                 ini.WriteInteger('Window', 'BrowserAutoMaximize', Ord( BrowserAutoMaximize ) );
1592
1593                 //\83X\83\8c\83b\83h\88ê\97\97\8dX\90V\83A\83C\83R\83\93
1594                 ini.WriteBool('ThreadList', 'StateIconVisible', FListIconVisible);
1595                 ini.WriteBool('ThreadList', 'CreationTimeLogs',FCreationTimeLogs);
1596                 ini.WriteBool('ThreadList', 'FutureThread', FFutureThread);
1597                 ini.WriteInteger('ThreadList', 'SelectInterval', FSelectInterval);
1598                 //\83\\81[\83g\8f\87
1599                 ini.WriteInteger('ThreadList', 'BBSSortIndex', FBBSSortIndex);
1600                 ini.WriteBool('ThreadList', 'BBSSortOrder', FBBSSortOrder);
1601                 ini.WriteInteger('ThreadList', 'CategorySortIndex', FCategorySortIndex);
1602                 ini.WriteBool('ThreadList', 'CategorySortOrder', FCategorySortOrder);
1603                 ini.WriteInteger('ThreadList', 'BoardSortIndex', FBoardSortIndex);
1604                 ini.WriteBool('ThreadList', 'BoardSortOrder', FBoardSortOrder);
1605                 ini.WriteInteger('ThreadList', 'DatOchiSortIndex', FDatOchiSortIndex);
1606                 ini.WriteBool('ThreadList', 'DatOchiSortOrder', FDatOchiSortOrder);
1607                 // DL\8cã\82Ì\8e©\93®\83\\81[\83g
1608                 ini.WriteBool('ThreadList', 'AutoSort', FAutoSortThreadList);
1609
1610                 //\8f\91\82«\8d\9e\82Ý\8e\9e\83}\83V\83\93\8e\9e\8d\8f\8eg\97p\90Ý\92è
1611                 ini.WriteBool('PostTime', 'UseMachineTime', FUseMachineTime);
1612                 ini.WriteInteger('PostTime', 'TimeAdjustSec', FTimeAdjustSec);
1613                 ini.WriteBool('PostTime', 'TimeAdjust', FTimeAdjust);
1614
1615                 // \83\8a\83X\83g\83J\83\89\83\80\95\9d
1616                 for i := 0 to Length(FBBSColumnWidth) - 1 do begin
1617                         ini.WriteInteger('BBSColumnWidth', 'ID' + IntToStr(i), FBBSColumnWidth[i]);
1618                 end;
1619                 for i := 0 to Length(FCategoryColumnWidth) - 1 do begin
1620                         ini.WriteInteger('CategoryColumnWidth', 'ID' + IntToStr(i), FCategoryColumnWidth[i]);
1621                 end;
1622                 for i := 0 to Length(FBoardColumnWidth) - 1 do begin
1623                         ini.WriteInteger('BoardColumnWidth', 'ID' + IntToStr(i), FBoardColumnWidth[i]);
1624                 end;
1625
1626                 wkList := TStringList.Create;
1627                 try
1628                         // \83J\83e\83S\83\8a\83\8a\83X\83g\8f\87\8f\98
1629                         ini.ReadSection( 'BBSColumnOrder', wkList );
1630                         for i := wkList.Count - 1 downto 0 do
1631                                 ini.DeleteKey( 'BBSColumnOrder', wkList[ i ] );
1632                         for i := 0 to FBBSColumnOrder.Count - 1 do
1633                                 ini.WriteInteger( 'BBSColumnOrder', 'ID' + IntToStr( i ), Ord( FBBSColumnOrder[ i ] ) );
1634
1635                         // \94Â\83\8a\83X\83g\8f\87\8f\98
1636                         ini.ReadSection( 'CategoryColumnOrder', wkList );
1637                         for i := wkList.Count - 1 downto 0 do
1638                                 ini.DeleteKey( 'CategoryColumnOrder', wkList[ i ] );
1639                         for i := 0 to FCategoryColumnOrder.Count - 1 do
1640                                 ini.WriteInteger( 'CategoryColumnOrder', 'ID' + IntToStr( i ), Ord( FCategoryColumnOrder[ i ] ) );
1641
1642                         // \83X\83\8c\83\8a\83X\83g\8f\87\8f\98
1643                         ini.ReadSection( 'BoardColumnOrder', wkList );
1644                         for i := wkList.Count - 1 downto 0 do
1645                                 ini.DeleteKey( 'BoardColumnOrder', wkList[ i ] );
1646                         for i := 0 to FBoardColumnOrder.Count - 1 do
1647                                 ini.WriteInteger( 'BoardColumnOrder', 'ID' + IntToStr( i ), Ord( FBoardColumnOrder[ i ] ) );
1648                 finally
1649                         wkList.Free;
1650                 end;
1651
1652                 //\83T\83E\83\93\83h
1653                 for i := 0 to GetSoundCount - 1 do begin
1654                         if not FileExists(SoundFileName[i]) then
1655                                 SoundFileName[i] := '';
1656                         ini.WriteString('Sound', SoundName[i], SoundFileName[i]);
1657                 end;
1658
1659                 //CoolBar
1660                 ini.EraseSection('MainCoolBar');
1661                 for i := 0 to MAIN_COOLBAND_COUNT - 1 do begin
1662                         CoolSet := MainCoolSet[i];
1663                         ini.WriteInteger('MainCoolBar', 'ID' + IntToStr(i), CoolSet.FCoolID);
1664                         ini.WriteInteger('MainCoolBar', 'Width' + IntToStr(i), CoolSet.FCoolWidth);
1665                         ini.WriteBool('MainCoolBar', 'Break' + IntToStr(i), CoolSet.FCoolBreak);
1666                 end;
1667                 ini.EraseSection('ListCoolBar');
1668                 ini.WriteInteger( 'ListCoolBar', 'SelectWidth', FSelectComboBoxWidth );
1669                 for i := 0 to LIST_COOLBAND_COUNT - 1 do begin
1670                         CoolSet := ListCoolSet[i];
1671                         ini.WriteInteger('ListCoolBar', 'ID' + IntToStr(i), CoolSet.FCoolID);
1672                         ini.WriteInteger('ListCoolBar', 'Width' + IntToStr(i), CoolSet.FCoolWidth);
1673                         ini.WriteBool('ListCoolBar', 'Break' + IntToStr(i), CoolSet.FCoolBreak);
1674                 end;
1675                 ini.EraseSection('BrowserCoolBar');
1676                 for i := 0 to BROWSER_COOLBAND_COUNT - 1 do begin
1677                         CoolSet := BrowserCoolSet[i];
1678                         ini.WriteInteger('BrowserCoolBar', 'ID' + IntToStr(i), CoolSet.FCoolID);
1679                         ini.WriteInteger('BrowserCoolBar', 'Width' + IntToStr(i), CoolSet.FCoolWidth);
1680                         ini.WriteBool('BrowserCoolBar', 'Break' + IntToStr(i), CoolSet.FCoolBreak);
1681                 end;
1682
1683                 //\82 \82Ú\81`\82ñ
1684                 ini.WriteBool('Abon','Deleterlo',FAbonDeleterlo);
1685                 ini.WriteBool('Abon','Replaceul',FAbonReplaceul);
1686                 ini.WriteBool('Abon','Popup',FPopUpAbon);
1687                 ini.WriteBool('Abon','ShowNGLines',FShowNGLinesNum);
1688                 ini.WriteBool('Abon','AddResAnchor',FAddResAnchor);
1689                 ini.WriteBool('Abon','DeleteSyria',FDeleteSyria);
1690                 ini.WriteBool('Abon','IgnoreKana', FIgnoreKana);
1691
1692                 // \83G\83f\83B\83^
1693                 ini.WriteBool( 'Editor', 'SpaceToNBSP', FSpaceToNBSP );
1694                 ini.WriteBool( 'Editor', 'AmpToCharRef', FAmpToCharRef );
1695
1696                 //\83^\83u\8e©\93®\95Û\91
1697                 ini.WriteBool('TabAuto', 'TabAutoLoadSave', FTabAutoLoadSave);
1698         ini.WriteString('Thread', 'LastCloseTabURL', FLastCloseTabURL); 
1699                 //\8fÚ\8d×\90Ý\92è
1700                 ini.WriteInteger('OptionDialog', 'KuroutTabIndex', FKuroutSettingTabIndex);
1701
1702                 //\82É\82¿\82á\82ñ\8cê\88Ä\93à\8b@\94\
1703                 ini.WriteBool('2chSupport', 'Support', F2chSupport);
1704
1705                 // \83}\83E\83X\83W\83F\83X\83`\83\83\81[\82ð\8eg\97p\82·\82é\82©\82Ç\82¤\82©
1706                 ini.WriteBool( 'Guesture', 'Enabled', FGestureEnabled );
1707         ini.WriteBool( 'Guesture', 'IgnoreContext', FGestureIgnoreContext );
1708                 //FusianaTrap
1709                 ini.WriteBool('Trap', 'LocalTrap', FLocalTrapAtt);
1710                 ini.WriteBool('Trap', 'RemoteTrap', FRemoteTrapAtt);
1711                 ini.WriteInteger('HTTP', 'ReadTimeOut', FReadTimeOut);
1712
1713                 // \8eg\97p\82·\82é\83X\83p\83\80\83t\83B\83\8b\83^
1714                 ini.WriteInteger( 'Abon', 'SpamFilterAlgorithm', Ord( FSpamFilterAlgorithm ) );
1715                 ini.WriteBool('Function', 'Mute', FMute);
1716                 ini.WriteBool('ThreadList', 'UseUndecided', FUseUndecided);
1717
1718                 //\94F\8fØ\97p\83\86\81[\83UID\81E\83p\83X\83\8f\81[\83h
1719                 ini.WriteString('Be', 'UserID', FBeUserID);
1720                 ini.WriteString('Be', 'Code', Encrypt(FBeCode));
1721                 ini.WriteBool('Be', 'AutoLogin', FBeAutoLogin);
1722
1723                 //\97\9a\97ð\82Ì\8dÅ\91å\95Û\91\8c\8f\90\94
1724                 ini.WriteInteger('Recode', 'Max', FMaxRecordCount);
1725                 // \8cÅ\92è\82ÌCookie\95\8e\9a\97ñ
1726         ini.WriteString('Cookie', 'fixedString', FFixedCookie);
1727
1728         // \83\8a\83\93\83N\88Ú\93®\97\9a\97ð\82Ì\8dÅ\91å\95Û\8e\9d\90\94
1729         ini.WriteInteger('MoveHisotry', 'Max', FMoveHistorySize);
1730
1731         ini.WriteBool('Function', 'StroedTaskTray', FStoredTaskTray);
1732         ini.WriteBool('Function', 'LoopBrowserTabs', FLoopBrowserTabs);
1733         ini.WriteBool('Thread', 'AddKeywordLink', FAddKeywordLink);
1734         ini.WriteBool('Thread', 'ReplaceDat', FReplaceDat);
1735         ini.WriteInteger('Function', 'SentIniFileSize', FSentIniFileSize);
1736         ini.WriteString('Function', 'ExtList', FExtList);
1737         ini.WriteBool('ThreadList', 'CheckDatFile', FCheckDatFile);
1738         ini.WriteBool('Thread', 'LimitResCountMessage', FLimitResCountMessage);
1739                 ini.UpdateFile;
1740         finally
1741                 ini.Free;
1742         end;
1743 end;
1744
1745 //\90Ý\92è\83t\83@\83C\83\8b\95Û\91¶(name & mail)
1746 procedure TSetting.WriteNameMailSettingFile();
1747 var
1748         i: Integer;
1749         ini: TMemIniFile;
1750 begin
1751         ini := TMemIniFile.Create(GetFileName());
1752         try
1753                 ini.EraseSection('Name');
1754                 ini.EraseSection('Mail');
1755                 ini.EraseSection('SelectText');
1756                 for i := 0 to FNameList.Count - 1 do begin
1757                         ini.WriteString('Name', Format('%.2d', [i + 1]), FNameList[i]);
1758                         if i >= 39 then
1759                                 Break;
1760                 end;
1761                 for i := 0 to FMailList.Count - 1 do begin
1762                         ini.WriteString('Mail', Format('%.2d', [i + 1]), FMailList[i]);
1763                         if i >= 39 then
1764                                 Break;
1765                 end;
1766                 for i := 0 to FSelectTextList.Count - 1 do begin
1767                         ini.WriteString('SelectText', Format('%.2d', [i + 1]), FSelectTextList[i]);
1768                         if i >= 39 then
1769                                 Break;
1770                 end;
1771                 ini.UpdateFile;
1772         finally
1773                 ini.Free;
1774         end;
1775 end;
1776
1777 procedure TSetting.WriteFolderSettingFile();
1778 var
1779         ini: TMemIniFile;
1780 begin
1781         ini := TMemIniFile.Create(GetFileName());
1782         try
1783                 if GetAppDir + 'Log' = NewLogFolder then
1784                         ini.DeleteKey('Folder', 'LogFolder')
1785                 else
1786                         ini.WriteString('Folder', 'LogFolder', NewLogFolder);
1787                 ini.UpdateFile;
1788         finally
1789                 ini.Free;
1790         end;
1791 end;
1792 //\94Â\8dX\90V\97pBoardURL\82ð\95Û\91
1793 procedure TSetting.WriteBoardURLSettingFile();
1794 var
1795         ini: TMemIniFile;
1796                 i : Integer;
1797                 oldcount : Integer;
1798 begin
1799         ini := TMemIniFile.Create(GetBoardURLFileName());
1800         try
1801                 oldcount := ini.ReadInteger('URL','count',FBoardURLs.Count);
1802                 ini.WriteInteger('URL','count',FBoardURLs.Count);
1803                 ini.WriteInteger('URL','selected',BoardURLSelected);
1804                 for i := 0 to FBoardURLs.Count -1 do begin
1805                                         ini.WriteString('URL',IntToStr(i+1),FBoardURLs.Strings[i]);
1806                 end;
1807                 if oldcount > FBoardURLs.Count then begin
1808                         for i := FBoardURLs.Count to oldcount do begin
1809                                 ini.DeleteKey('URL',IntToStr(i+1));
1810                         end;
1811                 end;
1812                 ini.UpdateFile;
1813         finally
1814                 ini.Free;
1815         end;
1816 end;
1817
1818 {$R-}
1819 //\83\8a\83X\83g\83J\83\89\83\80\83w\83b\83_\81[
1820 function TSetting.GetBBSColumnWidth(index: Integer): Integer;
1821 begin
1822         Result := IfThen(index in [0..Length(FBBSColumnWidth) - 1], FBBSColumnWidth[index], 0);
1823 end;
1824
1825 function TSetting.GetCategoryColumnWidth(index: Integer): Integer;
1826 begin
1827         Result := IfThen(index in [0..Length(FCategoryColumnWidth) - 1], FCategoryColumnWidth[index], 0);
1828 end;
1829
1830 function TSetting.GetBoardColumnWidth(index: Integer): Integer;
1831 begin
1832         Result := IfThen(index in [0..Length(FBoardColumnWidth) - 1], FBoardColumnWidth[index], 0);
1833 end;
1834 {$IFDEF DEBUG}
1835 {$R+}
1836 {$ENDIF}
1837
1838 procedure TSetting.SetBBSColumnWidth(index: Integer; value: Integer);
1839 begin
1840         if index in [0..Length(FBBSColumnWidth) - 1] then
1841                 FBBSColumnWidth[index] := value;
1842 end;
1843
1844 procedure TSetting.SetCategoryColumnWidth(index: Integer; value: Integer);
1845 begin
1846         if index in [0..Length(FCategoryColumnWidth) - 1] then
1847                 FCategoryColumnWidth[index] := value;
1848 end;
1849
1850 procedure TSetting.SetBoardColumnWidth(index: Integer; value: Integer);
1851 begin
1852         if index in [0..Length(FBoardColumnWidth) - 1] then
1853                 FBoardColumnWidth[index] := value;
1854 end;
1855
1856 function TSetting.GetSoundCount: Integer;
1857 begin
1858         Result := Length(SOUND_NAME);
1859 end;
1860
1861 function TSetting.GetSoundName(Index: Integer): string;
1862 begin
1863         if (Index < GetSoundCount) and (Index >= 0) then
1864                 Result := SOUND_NAME[Index].Name
1865         else
1866                 Result := '';
1867 end;
1868
1869 function TSetting.GetSoundViewName(Index: Integer): string;
1870 begin
1871         if (Index < GetSoundCount) and (Index >= 0) then
1872                 Result := SOUND_NAME[Index].ViewName
1873         else
1874                 Result := '';
1875 end;
1876
1877 function TSetting.GetSoundFileName(Index: Integer): string;
1878 begin
1879         if (Index < GetSoundCount) and (Index >= 0) then
1880                 Result := SOUND_NAME[Index].FileName
1881         else
1882                 Result := '';
1883 end;
1884
1885 procedure TSetting.SetSoundFileName(Index: Integer; value: string);
1886 begin
1887         if (Index < GetSoundCount) and (Index >= 0) then
1888                 SOUND_NAME[Index].FileName := value;
1889 end;
1890
1891 function TSetting.FindSoundFileName(Name: string): string;
1892 var
1893         i: Integer;
1894 begin
1895         for i := 0 to GetSoundCount - 1 do begin
1896                 if SoundName[i] = Name then begin
1897                         Result := SoundFileName[i];
1898             // \91\8a\91Î\83p\83X\91Î\8dô
1899             if (AnsiPos('.\', Result) = 1) then begin
1900                 Result := GetAppDir
1901                     + Copy(Result, 2, Length(Result));
1902             end;
1903                         Exit;
1904                 end;
1905         end;
1906         Result := '';
1907 end;
1908
1909 function TSetting.Encrypt(s: string): string;
1910 var
1911         cryptObj: THogeCryptAuto;
1912         inputStream, outputStream: TStringStream;
1913 begin
1914         inputStream := TStringStream.Create(s);
1915         outputStream := TStringStream.Create('');
1916         cryptObj := THogeCryptAuto.Create;
1917         try
1918                 // \88Ã\8d\86\89»
1919                 cryptObj.Encrypt(inputStream, GIKO_ENCRYPT_TEXT, outputStream);
1920
1921                 // \83o\83C\83i\83\8a\82È\82Ì\82Å\95K\97v\82É\89\9e\82\82Ä\83e\83L\83X\83g\82É\95Ï\8a·
1922                 Result := HogeBase64Encode(outputStream.DataString);
1923         finally
1924                 cryptObj.Free;
1925                 outputStream.Free;
1926                 inputStream.Free;
1927         end;
1928 end;
1929
1930 function TSetting.Decrypt(s: string): string;
1931 var
1932         cryptObj: THogeCryptAuto;
1933         inputStream, outputStream: TStringStream;
1934 begin
1935         try
1936                 inputStream := TStringStream.Create(HogeBase64Decode(s));
1937         except
1938                 Result := '';
1939                 Exit;
1940         end;
1941         outputStream := TStringStream.Create('');
1942         cryptObj := THogeCryptAuto.Create;
1943         try
1944                 // \95\9c\8d\86
1945                 cryptObj.Decrypt(inputStream, GIKO_ENCRYPT_TEXT, outputStream);
1946                 Result := outputStream.DataString;
1947         finally
1948                 cryptObj.Free;
1949                 outputStream.Free;
1950                 inputStream.Free;
1951         end;
1952 end;
1953
1954 function TSetting.GetMainCoolSet(Index: Integer): TCoolSet;
1955 begin
1956         if Index in [0..MAIN_COOLBAND_COUNT - 1] then
1957                 Result := FMainCoolBar[Index]
1958         else begin
1959                 Result.FCoolID := -1;
1960                 Result.FCoolWidth := -1;
1961                 Result.FCoolBreak := False;
1962         end;
1963 end;
1964
1965 function TSetting.GetBoardCoolSet(Index: Integer): TCoolSet;
1966 begin
1967         if Index in [0..LIST_COOLBAND_COUNT - 1] then
1968                 Result := FListCoolBar[Index]
1969         else begin
1970                 Result.FCoolID := -1;
1971                 Result.FCoolWidth := -1;
1972                 Result.FCoolBreak := False;
1973         end;
1974 end;
1975
1976 function TSetting.GetBrowserCoolSet(Index: Integer): TCoolSet;
1977 begin
1978         if Index in [0..BROWSER_COOLBAND_COUNT - 1] then
1979                 Result := FBrowserCoolBar[Index]
1980         else begin
1981                 Result.FCoolID := -1;
1982                 Result.FCoolWidth := -1;
1983                 Result.FCoolBreak := False;
1984         end;
1985 end;
1986
1987 procedure TSetting.SetMainCoolSet(Index: Integer; CoolSet: TCoolSet);
1988 begin
1989         if Index in [0..MAIN_COOLBAND_COUNT - 1] then
1990                 FMainCoolBar[Index] := CoolSet;
1991 end;
1992
1993 procedure TSetting.SetBoardCoolSet(Index: Integer; CoolSet: TCoolSet);
1994 begin
1995         if Index in [0..LIST_COOLBAND_COUNT - 1] then
1996                 FListCoolBar[Index] := CoolSet;
1997 end;
1998
1999 procedure TSetting.SetBrowserCoolSet(Index: Integer; CoolSet: TCoolSet);
2000 begin
2001         if Index in [0..BROWSER_COOLBAND_COUNT - 1] then
2002                 FBrowserCoolBar[Index] := CoolSet;
2003 end;
2004
2005 //url.ini\82ª\82È\82¢\82Æ\82«\82É\90\90¬\82·\82é
2006 procedure TSetting.MakeURLIniFile();
2007 var
2008         ini: TMemIniFile;
2009 begin
2010         ini := TMemIniFile.Create(GetBoardURLFileName());
2011         try
2012                 //\8dX\90VURL\82Ì\90\94
2013                 ini.WriteInteger('URL','count',1);
2014                 //\83f\83t\83H\83\8b\83g\82Å\8eg\97p\82·\82é\82t\82q\82k\82Ì\83C\83\93\83f\83b\83N\83X
2015                 ini.WriteInteger('URL','selected',1);
2016                 //\88È\89º\95K\97v\82È\90\94\82¾\82¯\81A\8dX\90V\82t\82q\82k\82ð\92Ç\89Á
2017                 ini.WriteString('URL','1',DEFAULT_2CH_BOARD_URL1);
2018                 //ini.WriteString('URL','2',DEFAULT_2CH_BOARD_URL2);
2019                 ini.UpdateFile;
2020         finally
2021                 ini.Free;
2022         end;
2023 end;
2024
2025 (*************************************************************************
2026  *\83{\81[\83h\83t\83@\83C\83\8b\96¼\8eæ\93¾\81i\83p\83X\81{\83t\83@\83C\83\8b\96¼\81j
2027  *************************************************************************)
2028 function TSetting.GetBoardFileName: string;
2029 begin
2030         Result := GetConfigDir + BOARD_FILE_NAME;
2031 end;
2032
2033 (*************************************************************************
2034  *\83{\81[\83h\83t\83@\83C\83\8b\96¼\8eæ\93¾\81i\83p\83X\81{\83t\83@\83C\83\8b\96¼\81j
2035  *************************************************************************)
2036 function TSetting.GetCustomBoardFileName: string;
2037 begin
2038         Result := GetConfigDir + CUSTOMBOARD_FILE_NAME;
2039 end;
2040
2041 (*************************************************************************
2042  *\83{\81[\83h\83f\83B\83\8c\83N\83g\83\8a\8eæ\93¾(\\82Å\8fI\82í\82é)
2043  *************************************************************************)
2044 function TSetting.GetBoardDir: string;
2045 begin
2046         Result := IncludeTrailingPathDelimiter(GetConfigDir + BOARD_DIR_NAME);
2047 end;
2048
2049 (*************************************************************************
2050  *\83e\83\93\83|\83\89\83\8a\83t\83H\83\8b\83_\81[\96¼\8eæ\93¾
2051  *************************************************************************)
2052 function TSetting.GetHtmlTempFileName: string;
2053 begin
2054         Result := TEMP_FOLDER;
2055 end;
2056
2057
2058 (*************************************************************************
2059  *\8eÀ\8ds\83t\83@\83C\83\8b\83t\83H\83\8b\83_\8eæ\93¾(\8dÅ\8cã\82É\\82ª\82 \82é)
2060  *************************************************************************)
2061 function TSetting.GetAppDir: string;
2062 begin
2063         Result := ExtractFilePath(Application.ExeName);
2064 end;
2065
2066 (*************************************************************************
2067  *TempHtml\83t\83@\83C\83\8b\96¼\8eæ\93¾\81i\83p\83X\81{\83t\83@\83C\83\8b\96¼\81j
2068  *************************************************************************)
2069 function TSetting.GetTempFolder: string;
2070 begin
2071         Result := GetAppDir + TEMP_FOLDER;
2072 end;
2073
2074 (*************************************************************************
2075  *sent.ini\83t\83@\83C\83\8b\96¼\8eæ\93¾\81i\83p\83X\81{\83t\83@\83C\83\8b\96¼\81j
2076  *************************************************************************)
2077 function TSetting.GetSentFileName: string;
2078 begin
2079         Result := GetAppDir + SENT_FILE_NAME;
2080 end;
2081
2082 (*************************************************************************
2083  *outbox.ini\83t\83@\83C\83\8b\96¼\8eæ\93¾\81i\83p\83X\81{\83t\83@\83C\83\8b\96¼\81j
2084  *************************************************************************)
2085 function TSetting.GetOutBoxFileName: string;
2086 begin
2087         Result := GetAppDir + OUTBOX_FILE_NAME;
2088 end;
2089
2090 (*************************************************************************
2091  *Config\83t\83H\83\8b\83_\8eæ\93¾(\\82Å\8fI\82í\82é)
2092  *************************************************************************)
2093 function TSetting.GetConfigDir: string;
2094 begin
2095         Result := IncludeTrailingPathDelimiter(GetAppDir + CONFIG_DIR_NAME);
2096 end;
2097 (*************************************************************************
2098  *CSS\83t\83H\83\8b\83_\8eæ\93¾(\\82Å\8fI\82í\82é)
2099  *************************************************************************)
2100 function TSetting.GetStyleSheetDir: string;
2101 begin
2102         Result := IncludeTrailingPathDelimiter(GetConfigDir + CSS_DIR_NAME);
2103 end;
2104 (*************************************************************************
2105  *skin\83t\83H\83\8b\83_\8eæ\93¾(\\82Å\8fI\82í\82é)
2106  *************************************************************************)
2107 function TSetting.GetSkinDir: string;
2108 begin
2109         Result := IncludeTrailingPathDelimiter(GetConfigDir + SKIN_DIR_NAME);
2110 end;
2111 (*************************************************************************
2112  *NG\83\8f\81[\83h\83f\83B\83\8c\83N\83g\83\8a\8eæ\93¾(\\82Å\8fI\82í\82é)
2113  *************************************************************************)
2114 function TSetting.GetNGWordsDir: string;
2115 begin
2116         Result := IncludeTrailingPathDelimiter(GetConfigDir + NGWORDs_DIR_NAME);
2117 end;
2118 (*************************************************************************
2119  *Board\83v\83\89\83O\83C\83\93\83f\83B\83\8c\83N\83g\83\8a\8eæ\93¾(\\82Å\8fI\82í\82é)
2120  *************************************************************************)
2121 function TSetting.GetBoardPlugInDir: string;
2122 begin
2123         Result := IncludeTrailingPathDelimiter(GetConfigDir + BOARD_PLUGIN_DIR_NAME);
2124 end;
2125
2126 procedure TSetting.SetUseCSS( value: Boolean );
2127 begin
2128
2129         FUseCSS := value;
2130         // Windows\93I\82É\83t\83@\83C\83\8b\83p\83X\82Ì\91å\95\8e\9a\8f¬\95\8e\9a\82Ì\88á\82¢\82Í\96³\8e\8b\82³\82ê\82é\82Ì\82Å\81A
2131         // \83R\83R\82Å\82Ì\94»\92è\82Å\82à\91å\95\8e\9a\8f¬\95\8e\9a\82Ì\88á\82¢\82Í\96³\8e\8b\82·\82é\81B
2132         FUseSkin :=
2133                 UseCSS and
2134                 (Pos( AnsiLowerCase(GetSkinDir), AnsiLowerCase(FSkinFiles.FileName) ) > 0) and
2135                 FileExists( FSkinFiles.GetSkinHeaderFileName );
2136
2137 end;
2138
2139 procedure TSetting.SetCSSFileName( fileName: string );
2140 begin
2141     FSkinFiles.FileName := fileName;
2142         // Windows\93I\82É\83t\83@\83C\83\8b\83p\83X\82Ì\91å\95\8e\9a\8f¬\95\8e\9a\82Ì\88á\82¢\82Í\96³\8e\8b\82³\82ê\82é\82Ì\82Å\81A
2143         // \83R\83R\82Å\82Ì\94»\92è\82Å\82à\91å\95\8e\9a\8f¬\95\8e\9a\82Ì\88á\82¢\82Í\96³\8e\8b\82·\82é\81B
2144         FUseSkin :=
2145                 UseCSS and
2146                 (Pos( AnsiLowerCase(GetSkinDir), AnsiLowerCase(FSkinFiles.FileName) ) > 0) and
2147                 FileExists( FSkinFiles.GetSkinHeaderFileName );
2148
2149 end;
2150 (*************************************************************************
2151  *samba\90Ý\92è\83t\83@\83C\83\8b\96¼\8eæ\93¾
2152  *************************************************************************)
2153 function TSetting.GetSambaFileName: string;
2154 begin
2155         Result := GetAppDir + SAMBATIME_FILE_NAME;
2156 end;
2157 //\94Â\8dX\90V\8f\9c\8aO\83J\83e\83S\83\8a\83\8a\83X\83g\95Û\91\83t\83@\83C\83\8b
2158 function TSetting.GetIgnoreFileName: string;
2159 begin
2160         Result := GetConfigDir + IGNORE_FILE_NAME;
2161 end;
2162
2163 //! \83}\83E\83X\83W\83F\83X\83`\83\83\81[\83t\83@\83C\83\8b\83p\83X
2164 function TSetting.GetGestureFileName: string;
2165 begin
2166         Result := GetConfigDir + GESTURE_FILE_NAME;
2167 end;
2168
2169 //! \83X\83p\83\80\83t\83B\83\8b\83^\8aw\8fK\97\9a\97ð\83t\83@\83C\83\8b\83p\83X
2170 function TSetting.GetSpamFilterFileName: string;
2171 begin
2172         Result := GetConfigDir + SPAMFILTER_FILE_NAME;
2173 end;
2174
2175 function TSetting.GetLanguageFileName: string;
2176 begin
2177     Result := GetConfigDir + LANGUAGE_FILE_NAME;
2178 end;
2179 procedure TSetting.WriteLogFolder(AVal : String);
2180 begin
2181         FLogFolder := AVal;
2182         FLogFolderP := IncludeTrailingPathDelimiter(LogFolder);
2183 end;
2184 function TSetting.GetMainKeyFileName: String;
2185 begin
2186         Result := GetConfigDir + KEY_SETTING_FILE_NAME;
2187 end;
2188 function TSetting.GetEditorKeyFileName: String;
2189 begin
2190         Result := GetConfigDir + EKEY_SETTING_FILE_NAME;
2191 end;
2192 function TSetting.GetInputAssistFileName : String;
2193 begin
2194         Result := GetConfigDir + INPUTASSIST_FILE_NAME;
2195 end;
2196 function TSetting.GetReplaceFileName: String;
2197 begin
2198     Result := GetConfigDir + REPLACE_FILE_NAME;
2199 end;
2200 function TSetting.GetExtprevieFileName: String;
2201 begin
2202     Result := GetConfigDir + EXT_PREVIEW_FILE_NAME;
2203 end;
2204 procedure TSetting.SetMoveHistorySize(AVal : Integer);
2205 begin
2206     if (AVal > 0) then begin
2207         FMoveHistorySize := AVal;
2208     end;
2209 end;
2210 {
2211 \brief \83v\83\8d\83L\83V\90Ý\92è\93Ç\82Ý\8d\9e\82Ý
2212 \param  memIni  ini\83t\83@\83C\83\8b
2213 }
2214 procedure TSetting.ReadProxySettings(memIni: TMemIniFile);
2215 const
2216     READ_SECTION = 'ReadProxy';
2217     WRITE_SECTION= 'WriteProxy';
2218     PROXY_KEY = 'Proxy';
2219     ADDRE_KEY = 'Address';
2220     PORT_KEY = 'Port';
2221     UID_KEY  = 'UserID';
2222     PASS_KEY = 'Password';
2223 begin
2224     if (memIni <> nil) then begin
2225                 FReadProxy := memIni.ReadBool(READ_SECTION, PROXY_KEY, false);
2226                 FReadProxyAddress := memIni.ReadString(READ_SECTION, ADDRE_KEY, '');
2227                 FReadProxyPort := memIni.ReadInteger(READ_SECTION, PORT_KEY, 0);
2228                 FReadProxyUserID := memIni.ReadString(READ_SECTION, UID_KEY, '');
2229                 FReadProxyPassword := memIni.ReadString(READ_SECTION, PASS_KEY, '');
2230
2231                 FWriteProxy := memIni.ReadBool(WRITE_SECTION, PROXY_KEY, false);
2232                 FWriteProxyAddress := memIni.ReadString(WRITE_SECTION, ADDRE_KEY, '');
2233                 FWriteProxyPort := memIni.ReadInteger(WRITE_SECTION, PORT_KEY, 0);
2234                 FWriteProxyUserID := memIni.ReadString(WRITE_SECTION, UID_KEY, '');
2235                 FWriteProxyPassword := memIni.ReadString(WRITE_SECTION, PASS_KEY, '');
2236     end;
2237 end;
2238 {
2239 \brief  \8ae\8eí\83E\83B\83\93\83h\83E\90Ý\92è\93Ç\82Ý\8d\9e\82Ý
2240 \param  menIni  ini\83t\83@\83C\83\8b
2241 }
2242 procedure TSetting.ReadWindowSettings(memIni: TMemIniFile);
2243 const
2244     WINDOW_SECTION = 'Window';
2245 begin
2246     if (memIni <> nil) then begin
2247                 FBrowserFontName := memIni.ReadString(WINDOW_SECTION, 'BrowserFontName', '');
2248                 FBrowserFontSize := memIni.ReadInteger(WINDOW_SECTION, 'BrowserFontSize', 0);
2249                 FBrowserFontBold := memIni.ReadInteger(WINDOW_SECTION, 'BrowserFontBold', 0);
2250                 FBrowserFontItalic := memIni.ReadInteger(WINDOW_SECTION, 'BrowserFontItalic', 0);
2251                 FBrowserFontColor := memIni.ReadInteger(WINDOW_SECTION, 'BrowserFontColor', -1);
2252                 FBrowserBackColor := memIni.ReadInteger(WINDOW_SECTION, 'BrowserBackColor', -1);
2253
2254                 FCabinetFontName := memIni.ReadString(WINDOW_SECTION, 'CabinetFontName', DEFAULT_FONT_NAME);
2255                 FCabinetFontSize := memIni.ReadInteger(WINDOW_SECTION, 'CabinetFontSize', DEFAULT_FONT_SIZE);
2256                 FCabinetFontBold := memIni.ReadBool(WINDOW_SECTION, 'CabinetFontBold', False);
2257                 FCabinetFontItalic := memIni.ReadBool(WINDOW_SECTION, 'CabinetFontItalic', False);
2258                 FCabinetFontColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'CabinetFontColor', DEFAULT_FONT_COLOR));
2259                 FCabinetBackColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'CabinetBackColor', DEFAULT_WINDOW_COLOR));
2260
2261                 FListFontName := memIni.ReadString(WINDOW_SECTION, 'ListFontName', DEFAULT_FONT_NAME);
2262                 FListFontSize := memIni.ReadInteger(WINDOW_SECTION, 'ListFontSize', DEFAULT_FONT_SIZE);
2263                 FListFontBold := memIni.ReadBool(WINDOW_SECTION, 'ListFontBold', False);
2264                 FListFontItalic := memIni.ReadBool(WINDOW_SECTION, 'ListFontItalic', False);
2265                 FListFontColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'ListFontColor', DEFAULT_FONT_COLOR));
2266                 FListBackColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'ListBackColor', DEFAULT_WINDOW_COLOR));
2267                 FUseOddColorOddResNum := memIni.ReadBool(WINDOW_SECTION,'UseOddColor', False);
2268                 FOddColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'OddColor', DEFAULT_WINDOW_COLOR));
2269                 FUnFocusedBold := memIni.ReadBool(WINDOW_SECTION,'UnFocusedBold', False);
2270
2271                 FEditorFontName := memIni.ReadString(WINDOW_SECTION, 'EditorFontName', DEFAULT_FONT_NAME);
2272                 FEditorFontSize := memIni.ReadInteger(WINDOW_SECTION, 'EditorFontSize', DEFAULT_FONT_SIZE);
2273                 FEditorFontBold := memIni.ReadBool(WINDOW_SECTION, 'EditorFontBold', False);
2274                 FEditorFontItalic := memIni.ReadBool(WINDOW_SECTION, 'EditorFontItalic', False);
2275                 FEditorFontColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'EditorFontColor', DEFAULT_FONT_COLOR));
2276                 FEditorBackColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'EditorBackColor', DEFAULT_WINDOW_COLOR));
2277
2278                 FBrowserTabFontName := memIni.ReadString(WINDOW_SECTION, 'BrowserTabFontName', DEFAULT_TAB_FONT_NAME);
2279                 FBrowserTabFontSize := memIni.ReadInteger(WINDOW_SECTION, 'BrowserTabFontSize', DEFAULT_TAB_FONT_SIZE);
2280                 FBrowserTabFontBold := memIni.ReadBool(WINDOW_SECTION, 'BrowserTabFontBold', False);
2281                 FBrowserTabFontItalic := memIni.ReadBool(WINDOW_SECTION, 'BrowserTabFontItalic', False);
2282
2283                 FHintFontName := memIni.ReadString(WINDOW_SECTION, 'HintFontName', Screen.HintFont.Name);
2284                 FHintFontSize := memIni.ReadInteger(WINDOW_SECTION, 'HintFontSize', Screen.HintFont.Size);
2285                 //FHintFontBold := memIni.ReadBool(WINDOW_SECTION, 'HintFontBold', False);
2286                 //FHintFontItalic := memIni.ReadBool(WINDOW_SECTION, 'HintFontItalic', False);
2287                 FHintFontColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'HintFontColor', DEFAULT_FONT_COLOR));
2288                 FHintBackColor := StringToColor(memIni.ReadString(WINDOW_SECTION, 'HintBackColor', 'clInfoBk'));
2289     end;
2290 end;
2291 {
2292 \brief  \93ü\97Í\97\9a\97ð\93Ç\82Ý\8d\9e\82Ý\81i\8c\9f\8dõ\81{\83\81\81[\83\8b\97\93\81{\96¼\91O\81j
2293 \param  memIni  ini\83t\83@\83C\83\8b
2294 }
2295 procedure TSetting.ReadInputHisotrys(memIni: TMemIniFile);
2296 const
2297     SECTIONS : array[0..2] of string = ('Name', 'Mail', 'SelectText');
2298 var
2299         wkList : TStringList;
2300     wkStr : string;
2301     i, j : Integer;
2302     listArray : array[0..2] of TStringList;
2303 begin
2304     if (memIni <> nil) then begin
2305         listArray[0] := FNameList;
2306         listArray[1] := FMailList;
2307         listArray[2] := FSelectTextList;
2308         wkList := TStringList.Create;
2309         try
2310             for i := 0 to High(listArray) do begin
2311                 memIni.ReadSection(SECTIONS[i], wkList);
2312                 for j := 0 to wkList.Count -1 do begin
2313                     wkStr := memIni.ReadString(SECTIONS[i], wkList[j], '');
2314                     if (wkStr <> '') and
2315                         (listArray[i].IndexOf(wkStr) = -1) then begin
2316                         listArray[i].Add(wkStr);
2317                     end;
2318                 end;
2319             end;
2320         finally
2321             wkList.Free;
2322         end;
2323     end;
2324 end;
2325 {
2326 \breif  \83\8a\83X\83g\83J\83\89\83\80\95\9d\93Ç\82Ý\8d\9e\82Ý
2327 \param  memIni  ini\83t\83@\83C\83\8b
2328 }
2329 procedure TSetting.ReadListColumnWidth(memIni: TMemIniFile);
2330 const
2331     SECTIONS : array[0..2] of string =
2332         ('BBSColumnWidth', 'CategoryColumnWidth', 'BoardColumnWidth');
2333         DEFAULT_BBS_WIDTH: array[0..0] of Integer = (140);
2334         DEFAULT_CATEGORY_WIDTH: array[0..2] of Integer = (150, 80, 130);
2335         DEFAULT_BOARD_WIDTH: array[0..10] of Integer = (350, 60, 60, 60, 60, 60, 80, 130, 130, 130, 60);
2336         MAX_WIDTH: Integer = 2000;
2337 var
2338         wkList : TStringList;
2339     i : Integer;
2340 begin
2341     if (memIni <> nil) then begin
2342                 // \83\8a\83X\83g\83J\83\89\83\80\95\9d
2343                 wkList := TStringList.Create;
2344                 try
2345                         memIni.ReadSection(SECTIONS[0], wkList);
2346                         if Length(FBBSColumnWidth) <> wkList.Count then begin
2347                                 memIni.EraseSection(SECTIONS[0]);
2348                         end;
2349                         for i := 0 to High(FBBSColumnWidth) do begin
2350                                 BBSColumnWidth[i] := memIni.ReadInteger(SECTIONS[0],
2351                      'ID' + IntToStr(i), DEFAULT_BBS_WIDTH[i]);
2352                                 if BBSColumnWidth[i] > MAX_WIDTH then
2353                                         BBSColumnWidth[i] := DEFAULT_BBS_WIDTH[i];
2354                         end;
2355                         memIni.ReadSection(SECTIONS[1], wkList);
2356                         if Length(FCategoryColumnWidth) <> wkList.Count then begin
2357                                 memIni.EraseSection(SECTIONS[1]);
2358                         end;
2359                         for i := 0 to High(FCategoryColumnWidth) do begin
2360                                 CategoryColumnWidth[i] := memIni.ReadInteger(SECTIONS[1],
2361                      'ID' + IntToStr(i), DEFAULT_CATEGORY_WIDTH[i]);
2362                                 if CategoryColumnWidth[i] > MAX_WIDTH then
2363                                         CategoryColumnWidth[i] := DEFAULT_CATEGORY_WIDTH[i];
2364                         end;
2365                         memIni.ReadSection(SECTIONS[2], wkList);
2366                         if Length(FBoardColumnWidth) <> wkList.Count then begin
2367                                 memIni.EraseSection(SECTIONS[2]);
2368                         end;
2369                         for i := 0 to High(FBoardColumnWidth) do begin
2370                                 BoardColumnWidth[i] := memIni.ReadInteger(SECTIONS[2],
2371                      'ID' + IntToStr(i), DEFAULT_BOARD_WIDTH[i]);
2372                                 if BoardColumnWidth[i] > MAX_WIDTH then
2373                                         BoardColumnWidth[i] := DEFAULT_BOARD_WIDTH[i];
2374                         end;
2375                 finally
2376                         wkList.Free;
2377                 end;
2378     end;
2379 end;
2380 //! \83J\83e\83S\83\8a\83\8a\83X\83g\83J\83\89\83\80\8f\87\8f\98\93Ç\82Ý\8d\9e\82Ý
2381 procedure TSetting.ReadOrdColumn(memIni: TMemIniFile);
2382 var
2383         wkList : TStringList;
2384     wkStr : string;
2385     i, id, code : Integer;
2386 begin
2387     if (memIni <> nil) then begin
2388                 wkList := TStringList.Create;
2389                 try
2390                         memIni.ReadSection( 'BBSColumnOrder', wkList );
2391                         for i := 0 to wkList.Count - 1 do begin
2392                                 wkStr := memIni.ReadString( 'BBSColumnOrder', 'ID' + IntToStr( i ), '' );
2393                                 Val( wkStr, id, code );
2394                                 if code = 0 then
2395                                         FBBSColumnOrder.Add( TGikoBBSColumnID( id ) );
2396                         end;
2397                         if FBBSColumnOrder.Count = 0 then begin
2398                                 // \90Ý\92è\82ª\96³\82¢\82Ì\82Å\8dì\90¬
2399                                 for i := 0 to Integer( High( TGikoBBSColumnID ) ) do
2400                                         FBBSColumnOrder.Add( TGikoBBSColumnID( i ) );
2401                         end;
2402
2403                         memIni.ReadSection( 'CategoryColumnOrder', wkList );
2404                         for i := 0 to wkList.Count - 1 do begin
2405                                 wkStr := memIni.ReadString( 'CategoryColumnOrder', 'ID' + IntToStr( i ), '' );
2406                                 Val( wkStr, id, code );
2407                                 if code = 0 then
2408                                         FCategoryColumnOrder.Add( TGikoCategoryColumnID( id ) );
2409                         end;
2410                         if FCategoryColumnOrder.Count = 0 then begin
2411                                 // \90Ý\92è\82ª\96³\82¢\82Ì\82Å\8dì\90¬
2412                                 for i := 0 to Integer( High( TGikoCategoryColumnID ) ) do
2413                                         FCategoryColumnOrder.Add( TGikoCategoryColumnID( i ) );
2414                         end;
2415
2416                         memIni.ReadSection( 'BoardColumnOrder', wkList );
2417                         for i := 0 to wkList.Count - 1 do begin
2418                                 wkStr := memIni.ReadString( 'BoardColumnOrder', 'ID' + IntToStr( i ), '' );
2419                                 Val( wkStr, id, code );
2420                                 if code = 0 then
2421                                         FBoardColumnOrder.Add( TGikoBoardColumnID( id ) );
2422                         end;
2423                         if FBoardColumnOrder.Count = 0 then begin
2424                                 // \90Ý\92è\82ª\96³\82¢\82Ì\82Å\8dì\90¬
2425                                 for i := 0 to Integer( High( TGikoBoardColumnID ) ) do begin
2426                                         // \90¨\82¢\82Ì\83J\83\89\83\80\82Í\83f\83t\83H\83\8b\83g\82Å\94ñ\95\\8e¦\82É\82·\82é
2427                                         if ( i <> Ord(gbcVigor) ) then begin
2428                                                 FBoardColumnOrder.Add( TGikoBoardColumnID( i ) );
2429                                         end;
2430                                 end;
2431                         end;
2432                 finally
2433                         wkList.Free;
2434                 end;
2435     end;
2436 end;
2437
2438 function TSetting.GetCSSFileName: string;
2439 begin
2440     Result := FSkinFiles.FileName;
2441 end;
2442
2443 end.
2444