自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (1)
  • 收藏
  • 关注

原创 用程序设置打印纸张类型

Device:Array[0..cchDeviceName-1] of Char;   Driver:Array[0..(MAX_PATH-1)] of Char;   Port:Array[0..32] of Char;   hDMode:THandle;   pDMode:PDevMode;begin     Printer.GetPrinter(Device,Driver,Port,hDMo

2006-09-25 15:11:00 938

原创 Form生成时激活的事件的先后顺序

  Form生成时激活的事件的先后顺序:OnCreateOnShowOnActivateOnPaintTEditOnkeyDownOnkeyPressOnchange

2006-09-25 15:06:00 962

原创 StringGrid隔行颜色代码

//StringGrid隔行颜色代码 procedure TForm1.StringGrid1DrawCell(Sender: TObject; ACol, ARow: Integer; Rect: TRect; State: TGridDrawState); begin with StringGrid1 do begin if ARow mod 2 = 0 then begin Canvas.B

2006-09-22 18:22:00 1443

原创 stringgrid 应用例子

   unit textUnit1;interfaceuses  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,  Dialogs, StdCtrls, Grids, printers, OleServer, Excel2000;type  TForm1 = class(T

2006-09-11 11:51:00 970

Delphi XE 起步者

Delphi XE 起步者英文版,国外的

2011-11-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除