jvcl driver development envionment

源代码在线查看: commentsfrm.dfm

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

相关代码

				object frmComments: TfrmComments
				  Left = 484
				  Top = 184
				  Width = 412
				  Height = 381
				  ActiveControl = reComments
				  Caption = 'Comments on "%s"'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Shell Dlg 2'
				  Font.Style = []
				  OldCreateOrder = False
				  Position = poMainFormCenter
				  PixelsPerInch = 96
				  TextHeight = 13
				  object reComments: TJvRichEdit
				    Left = 6
				    Top = 6
				    Width = 386
				    Height = 306
				    Anchors = [akLeft, akTop, akRight, akBottom]
				    PlainText = True
				    ReadOnly = True
				    TabOrder = 0
				    WordWrap = False
				  end
				  object Button1: TButton
				    Left = 307
				    Top = 323
				    Width = 75
				    Height = 25
				    Action = acClose
				    Anchors = [akRight, akBottom]
				    TabOrder = 1
				  end
				  object alCommentsFrm: TActionList
				    Left = 222
				    Top = 72
				    object acClose: TAction
				      Caption = '&Close'
				      ShortCut = 27
				      OnExecute = acCloseExecute
				    end
				  end
				end
							

相关资源