Changeset 667 for cprs/branches/tmg-cprs/CPRS-Chart/Options
- Timestamp:
- Jan 12, 2010, 3:30:13 PM (15 years ago)
- Location:
- cprs/branches/tmg-cprs/CPRS-Chart/Options
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptionsOther.dfm
r541 r667 1 1 object frmOptionsOther: TfrmOptionsOther 2 Left = 2983 Top = 1 892 Left = 517 3 Top = 143 4 4 Hint = 'Use system default settings' 5 5 HelpContext = 9110 … … 380 380 object cbEnableTabColors: TCheckBox 381 381 Left = 9 382 Top = 1 10382 Top = 102 383 383 Width = 169 384 384 Height = 17 385 385 Caption = 'Enable Custom Tab Colors' 386 386 Checked = True 387 Enabled = False388 387 State = cbChecked 389 388 TabOrder = 26 390 Visible = False391 389 OnClick = cbEnableTabColorsClick 392 390 end -
cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptionsOther.pas
r541 r667 199 199 procedure TfrmOptionsOther.FormCreate(Sender: TObject); 200 200 begin 201 cbEnableTabColors.checked := uTabColorsEnabled; 201 202 FStartDT := 0; 202 203 FStopDT := 0; … … 351 352 //kt added 352 353 begin 353 uTabColorsEnabled := cbEnableTabColors.Checked; 354 cboTabColors.Enabled := uTabColorsEnabled; 355 lblEditTabColor.Enabled := uTabColorsEnabled; 356 lblTabColors.Enabled := uTabColorsEnabled; 357 pnlShowColor.Enabled := uTabColorsEnabled; 354 uTabColorsEnabled := cbEnableTabColors.Checked; //elh 01/12/10 355 frmFrame.tabPage.OwnerDraw := cbEnableTabColors.Checked; //elh 01/12/10 356 //cboTabColors.Enabled := uTabColorsEnabled; 357 //lblEditTabColor.Enabled := uTabColorsEnabled; 358 //lblTabColors.Enabled := uTabColorsEnabled; 359 //pnlShowColor.Enabled := uTabColorsEnabled; 358 360 end; 359 361
Note:
See TracChangeset
for help on using the changeset viewer.