object TabbedNotebook1: TTabbedNotebook
    Left = 184
    Top = 88
    Width = 300
    Height = 250
    TabFont.Charset = DEFAULT_CHARSET
    TabFont.Color = clBtnText
    TabFont.Height = -11
    TabFont.Name = 'MS Sans Serif'
    TabFont.Style = []
    TabOrder = 0
    object TTabPage//이걸 활용 하는 것 같은데...모르겠어용
      Left = 4
      Top = 24
      Caption = 'Default'
    end
  end
end
			 
	
	
    
    
	
	
    
    
    
쩝..
전 TPageControl을 쓰는데..다루기 편해요.
그걸루 바꿔보지 않으실래요?
jjr wrote:
> object TabbedNotebook1: TTabbedNotebook
> Left = 184
> Top = 88
> Width = 300
> Height = 250
> TabFont.Charset = DEFAULT_CHARSET
> TabFont.Color = clBtnText
> TabFont.Height = -11
> TabFont.Name = 'MS Sans Serif'
> TabFont.Style = []
> TabOrder = 0
> object TTabPage//이걸 활용 하는 것 같은데...모르겠어용
> Left = 4
> Top = 24
> Caption = 'Default'
> end
> end
> end