Ʌüsal Konu tarihi: 18 Mayıs 2011 Paylaş Konu tarihi: 18 Mayıs 2011 procedure TForm1.Timer1Timer(Sender: TObject); var m: TMemoryStatus; temp: integer; begin m.dwLength:=sizeof(m); GlobalMemoryStatus(m); with m do begin //Загруженность памяти label1.caption:=IntToStr (dwMemoryLoad)+' %'; // Всего физической label2.caption:=IntToStr (dwTotalPhys)+' байт'; // Свободно физической label3.caption:=IntToStr (dwAvailPhys)+' байт'; // Всего страничной label4.caption:=IntToStr (dwTotalPageFile)+' байт'; // Свободно страничной label5.caption:=IntToStr (dwAvailPageFile)+' байт'; // Всего выиртуальной label6.caption:=IntToStr (dwTotalVirtual)+' байт'; //Свободно виртуальной label7.caption:=IntToStr (dwAvailVirtual)+' байт'; //Загруженность на ProgressBar1 progressbar1.Max:= dwTotalPhys; progressbar1.Position:=dwTotalPhys-dwAvailPhys; end; end; end. Forma 1 ədəd Timer 7 ədəd Label 1 ədəd isə ProgressBar əlavə edin.Timer-in üstündə iki dəfə klik edin və yuxarıdakı kodu daxıl edin. Alıntı - Laptop ve Desktop Anakartlarin temiri - BIOS yazilmasi - Sifreli SuperUser BIOS-larin silinmesi - Kicik chiplerin deyisidrilmesi - BGA Chiplerin deyisdirilmesi (GPU/CPU/FCH/PCH/HM ve s) Link to comment Share on other sites More sharing options...
saka-muka Mesaj tarihi: 19 Mayıs 2011 Paylaş Mesaj tarihi: 19 Mayıs 2011 men hecne basa dusmedim)) Alıntı Link to comment Share on other sites More sharing options...
Zirve Mesaj tarihi: 19 Mayıs 2011 Paylaş Mesaj tarihi: 19 Mayıs 2011 saka-muka Delphi 7 programı üçündür Alıntı Link to comment Share on other sites More sharing options...
saka-muka Mesaj tarihi: 19 Mayıs 2011 Paylaş Mesaj tarihi: 19 Mayıs 2011 hee ona hele girismemisem)) Alıntı Link to comment Share on other sites More sharing options...
Guest E_I_E Mesaj tarihi: 15 Mart 2013 Paylaş Mesaj tarihi: 15 Mart 2013 Baxmayaraq ki Delphi7-dən anlayışım yoxdur, ilk sınağım uğurlu oldu. İşlədi. Ramı göstərdi. Təşəkkür Vüsal qaqam Telefon qeydiyyat kitabçası düzəltmək üçün video + text dərslik paylaşa bilərsən qaqa? Alıntı Link to comment Share on other sites More sharing options...
Recommended Posts
Sohbete katıl
Şimdi mesajını gönderebilir ve daha sonra kayıt olabilirsin. Bir hesabın varsa, hesabınla göndermek için şimdi oturum aç.