| 設定項目 | 使用するオブジェクト | 名前 |
|---|---|---|
| 使用するブラウザの選択 | コンボボックス | cmbBrowser |
125: cmbBrowser.Text:=Leg.ReadStringDef('/common/Browser','stpl\stplBrowser.pas');
|
129: begin 130: txtURL.Text:='http://www.alt-r.com/di/toc5-0.html'; 131: lblLocalLogFileName.Caption:=DataDir +'\'+ 'stpl\stpl.mbx'; 132: cmbBrowser.Text:='stpl\stplBrowser.pas'; 133: end; 134: end else 135: begin 136: txtURL.Text:='http://www.alt-r.com/di/toc5-0.html'; 137: lblLocalLogFileName.Caption:=DataDir +'\'+ 'stpl\stpl.mbx'; 138: cmbBrowser.Text:='stpl\stplBrowser.pas'; 139: end; |
68: Leg.WriteString('/common/Browser',cmbBrowser.text);
|
87: Item.PluginExecFileName:=cmbBrowser.text; |
95: end else begin
96: Item:=CabinetManager.Find('diary$stpl');
97: Item.PluginExecFileName:=cmbBrowser.text;
98: Item.PluginExecArg:='-H '+ txtURL.text +' -T スタパライフ stpl\stpl.mbx';
99: end;
|