Changeset 4 for Options.pas
- Timestamp:
- May 15, 2009, 9:08:00 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Options.pas
r1 r4 135 135 end; 136 136 CheckBox5.Checked := UpdateApplication; 137 CheckBox3.Checked := Form1.SkinData1.Active;138 Edit1.Text := Form1.SkinData1.SkinFile;137 //CheckBox3.Checked := Form1.SkinData1.Active; 138 //Edit1.Text := Form1.SkinData1.SkinFile; 139 139 CheckBox10.Checked := ShowDetails; 140 140 CheckBox4.Checked := Form1.Timer4.Enabled; … … 207 207 AfterWoWStartMinimalize := RadioButton1.Checked; 208 208 UpdateApplication := CheckBox5.Checked; 209 Form1.SkinData1.Active := CheckBox3.Checked;209 //Form1.SkinData1.Active := CheckBox3.Checked; 210 210 ShowDetails := CheckBox10.Checked; 211 211 Form1.Timer4.Enabled := CheckBox4.Checked; … … 266 266 Edit1.Enabled := False; 267 267 Button3.Enabled := False; 268 Form1.SkinData1.Active := False;268 //Form1.SkinData1.Active := False; 269 269 end else begin 270 270 Edit1.Enabled := True; 271 271 Button3.Enabled := True; 272 Form1.SkinData1.Active := True;272 //Form1.SkinData1.Active := True; 273 273 end; 274 274 end; … … 283 283 if OpenDialog1.Execute then begin 284 284 Edit1.Text:= OpenDialog1.FileName; 285 Form1.SkinData1.SkinFile := Edit1.Text;286 Form1.SkinData1.Active := False;287 Form1.SkinData1.Active := True;285 //Form1.SkinData1.SkinFile := Edit1.Text; 286 //Form1.SkinData1.Active := False; 287 //Form1.SkinData1.Active := True; 288 288 end; 289 289 end; … … 465 465 RSSAddress := 'http://wow.zdechov.net/rss.php'; 466 466 Form1.CoolTrayIcon1.MinimizeToTray := True; 467 Form1.SkinData1.Active := False;467 //Form1.SkinData1.Active := False; 468 468 Form1.Timer4.Enabled := True; 469 469
Note:
See TracChangeset
for help on using the changeset viewer.