jvcl driver development envionment

源代码在线查看: searchingform.dfm

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

相关代码

				object SearchingFormMain: TSearchingFormMain
				  Left = 164
				  Top = 142
				  Width = 556
				  Height = 318
				  Caption = 'SearchingFormMain'
				  Color = clBtnFace
				  Font.Charset = DEFAULT_CHARSET
				  Font.Color = clWindowText
				  Font.Height = -11
				  Font.Name = 'MS Sans Serif'
				  Font.Style = []
				  OldCreateOrder = False
				  OnShow = FormShow
				  PixelsPerInch = 96
				  TextHeight = 13
				  object Label1: TLabel
				    Left = 8
				    Top = 8
				    Width = 383
				    Height = 16
				    Caption = 'Here you can search which example uses a component '
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -13
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				  end
				  object Label2: TLabel
				    Left = 8
				    Top = 56
				    Width = 128
				    Height = 16
				    Caption = 'Component Name:'
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -13
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				  end
				  object Label3: TLabel
				    Left = 8
				    Top = 91
				    Width = 57
				    Height = 16
				    Caption = 'Results:'
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -13
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				  end
				  object StatusLabel: TJvLabel
				    Left = 8
				    Top = 264
				    Width = 6
				    Height = 20
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clMaroon
				    Font.Height = -16
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				    HotTrackFont.Charset = DEFAULT_CHARSET
				    HotTrackFont.Color = clWindowText
				    HotTrackFont.Height = -11
				    HotTrackFont.Name = 'MS Sans Serif'
				    HotTrackFont.Style = []
				  end
				  object ComponentEdit: TEdit
				    Left = 138
				    Top = 52
				    Width = 318
				    Height = 24
				    Font.Charset = DEFAULT_CHARSET
				    Font.Color = clWindowText
				    Font.Height = -13
				    Font.Name = 'MS Sans Serif'
				    Font.Style = [fsBold]
				    ParentFont = False
				    TabOrder = 0
				    OnChange = ComponentEditChange
				  end
				  object SearchButton: TJvBitBtn
				    Left = 460
				    Top = 53
				    Width = 78
				    Height = 25
				    Caption = 'Search'
				    Default = True
				    TabOrder = 1
				    OnClick = SearchButtonClick
				    Glyph.Data = {
				      76010000424D7601000000000000760000002800000020000000100000000100
				      04000000000000010000130B0000130B00001000000000000000000000000000
				      800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
				      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
				      333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
				      300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
				      330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
				      333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
				      339977FF777777773377000BFB03333333337773FF733333333F333000333333
				      3300333777333333337733333333333333003333333333333377333333333333
				      333333333333333333FF33333333333330003333333333333777333333333333
				      3000333333333333377733333333333333333333333333333333}
				    NumGlyphs = 2
				    HotTrackFont.Charset = DEFAULT_CHARSET
				    HotTrackFont.Color = clWindowText
				    HotTrackFont.Height = -11
				    HotTrackFont.Name = 'MS Sans Serif'
				    HotTrackFont.Style = []
				  end
				  object ResultListView: TJvListView
				    Left = 8
				    Top = 108
				    Width = 529
				    Height = 150
				    Columns = <
				      item
				        Caption = 'ID'
				        Width = 30
				      end
				      item
				        Caption = 'Form'
				        Width = 400
				      end>
				    GridLines = True
				    RowSelect = True
				    TabOrder = 2
				    ViewStyle = vsReport
				    OnDblClick = ResultListViewDblClick
				  end
				end
							

相关资源