level 13
yzf911
楼主
废话不说,我上原码了:
Delphi7下,窗体文件:
object Form1: TForm1
Left = 192
Top = 114
Width = 870
Height = 640
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object pgc1: TPageControl
Left = 0
Top = 0
Width = 862
Height = 606
ActivePage = ts3
Align = alClient
TabOrder = 0
object ts1: TTabSheet
Caption = 'ts1'
end
object ts2: TTabSheet
Caption = 'ts2'
ImageIndex = 1
end
object ts3: TTabSheet
Caption = 'ts3'
ImageIndex = 2
end
2013年03月16日 14点03分
1
Delphi7下,窗体文件:
object Form1: TForm1
Left = 192
Top = 114
Width = 870
Height = 640
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object pgc1: TPageControl
Left = 0
Top = 0
Width = 862
Height = 606
ActivePage = ts3
Align = alClient
TabOrder = 0
object ts1: TTabSheet
Caption = 'ts1'
end
object ts2: TTabSheet
Caption = 'ts2'
ImageIndex = 1
end
object ts3: TTabSheet
Caption = 'ts3'
ImageIndex = 2
end