| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 | object StandardLibsFrame: TStandardLibsFrame  Left = 0  Top = 0  Width = 320  Height = 240  TabOrder = 0  object jtsStandardLibs: TJimTabSet    Left = 0    Top = 0    Width = 320    Height = 22    Align = alTop    BackgroundColor = clGradientInactiveCaption    Font.Charset = ANSI_CHARSET    Font.Color = clWindowText    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    StartMargin = 0    SelectedColor = clWhite    XPSelectedColor = clWhite    XPUnSelectedColor = 15200496    TabHeight = 19    Tabs.Strings = (      ' '#39033#30446#33410' '      ' '#24037#31243#37327#28165#21333'  ')    TabIndex = 0    TabPosition = jtpTop    TabStyle = tdsNew    UnselectedColor = 15200496    OnChange = jtsStandardLibsChange  end  object jpStandardLibs: TJimPages    Left = 0    Top = 22    Width = 320    Height = 218    ActivePage = jpStandardLibsXm    ActivePageIndex = 0    Align = alClient    Caption = 'jpStandardLibs'    object jpStandardLibsXm: TJimPage      Left = 0      Top = 0      Width = 320      Height = 218      TabName = 'Xm'      Caption = 'XiangMu'    end    object jpStandardLibsGcl: TJimPage      Left = 0      Top = 0      Width = 320      Height = 218      TabName = 'Gcl'      Caption = 'GongChengLiang'    end  endend
 |