jvcl driver development envionment

源代码在线查看: threadsunit.dfm

软件大小: 11078 K
上传用户: haowfei
关键词: development envionment driver jvcl
下载地址: 免注册下载 普通下载 VIP

相关代码

				object ThreadsForm: TThreadsForm
				  Left = 256
				  Top = 183
				  Width = 220
				  Height = 270
				  BorderStyle = bsSizeToolWin
				  Caption = 'Threads'
				  Color = clBtnFace
				  DockSite = True
				  DragKind = dkDock
				  DragMode = dmAutomatic
				  Font.Charset = ANSI_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -12
				  Font.Name = #203#206#204#229
				  Font.Style = []
				  FormStyle = fsStayOnTop
				  OldCreateOrder = False
				  PixelsPerInch = 96
				  TextHeight = 15
				  object Panel: TPanel
				    Left = 0
				    Top = 50
				    Width = 212
				    Height = 193
				    Align = alClient
				    BevelInner = bvRaised
				    BevelOuter = bvLowered
				    Caption = 'Panel'
				    TabOrder = 0
				    OnResize = PanelResize
				    object ListBox1: TListBox
				      Left = 2
				      Top = 2
				      Width = 208
				      Height = 189
				      Align = alClient
				      BorderStyle = bsNone
				      ItemHeight = 15
				      TabOrder = 0
				    end
				  end
				  object Header: THeader
				    Left = 0
				    Top = 30
				    Width = 212
				    Height = 20
				    Align = alTop
				    BorderStyle = bsNone
				    Sections.Sections = (
				      #0'8'#0
				      #0'20'#0'ID'
				      #0'79'#0'Name'
				      #0'56'#0'Location'
				      #0'32'#0'Susp')
				    TabOrder = 1
				  end
				  object ComboBoxPanel: TPanel
				    Left = 0
				    Top = 0
				    Width = 212
				    Height = 30
				    Align = alTop
				    BevelOuter = bvNone
				    TabOrder = 2
				    object ComboBox: TComboBox
				      Left = 0
				      Top = 1
				      Width = 221
				      Height = 23
				      ItemHeight = 15
				      TabOrder = 0
				    end
				  end
				  object lbDockClient1: TJvDockClient
				    LRDockWidth = 100
				    TBDockHeight = 100
				    DirectDrag = False
				    ShowHint = True
				    EnableCloseButton = True
				    DockStyle = MainForm.JvDockVIDStyle1
				    Left = 64
				    Top = 88
				  end
				end
							

相关资源