jvcl driver development envionment

源代码在线查看: runningdocumentsunit.dfm

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

相关代码

				object RunningDocumentsForm: TRunningDocumentsForm
				  Left = 526
				  Top = 249
				  Width = 247
				  Height = 260
				  BorderStyle = bsSizeToolWin
				  Caption = 'Running Documents'
				  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 Panel1: TPanel
				    Left = 0
				    Top = 0
				    Width = 239
				    Height = 233
				    Align = alClient
				    BevelInner = bvRaised
				    BevelOuter = bvLowered
				    Caption = 'Panel1'
				    TabOrder = 0
				    object RichEdit1: TRichEdit
				      Left = 2
				      Top = 2
				      Width = 235
				      Height = 229
				      Align = alClient
				      BorderStyle = bsNone
				      Font.Charset = GB2312_CHARSET
				      Font.Color = clWindowText
				      Font.Height = -15
				      Font.Name = #203#206#204#229
				      Font.Style = []
				      ParentFont = False
				      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
							

相关资源