object DocListForm: TDocListForm
|
Left = 0
|
Top = 0
|
Caption = #27512#39006#30059#38754
|
ClientHeight = 486
|
ClientWidth = 594
|
Color = clBtnFace
|
Font.Charset = DEFAULT_CHARSET
|
Font.Color = clWindowText
|
Font.Height = -11
|
Font.Name = 'Tahoma'
|
Font.Style = []
|
FormStyle = fsStayOnTop
|
OldCreateOrder = False
|
Position = poMainFormCenter
|
OnCreate = FormCreate
|
OnDestroy = FormDestroy
|
OnShow = FormShow
|
PixelsPerInch = 96
|
TextHeight = 13
|
object Panel1: TPanel
|
Left = 0
|
Top = 445
|
Width = 594
|
Height = 41
|
Align = alBottom
|
Font.Charset = DEFAULT_CHARSET
|
Font.Color = clWindowText
|
Font.Height = -16
|
Font.Name = 'Tahoma'
|
Font.Style = []
|
ParentFont = False
|
TabOrder = 0
|
object OkBt: TButton
|
Left = 184
|
Top = 6
|
Width = 75
|
Height = 25
|
Caption = #30906#23450
|
TabOrder = 0
|
OnClick = OkBtClick
|
end
|
object CancelBt: TButton
|
Left = 280
|
Top = 6
|
Width = 75
|
Height = 25
|
Caption = #21462#28040
|
TabOrder = 1
|
OnClick = CancelBtClick
|
end
|
end
|
object Panel2: TPanel
|
Left = 0
|
Top = 0
|
Width = 594
|
Height = 445
|
Align = alClient
|
Caption = 'Panel2'
|
TabOrder = 1
|
object DocLV: TListView
|
Left = 1
|
Top = 42
|
Width = 592
|
Height = 402
|
Align = alClient
|
Columns = <
|
item
|
Caption = 'FormID'
|
Width = 140
|
end
|
item
|
Caption = #25991#20214#21517#31281
|
Width = 380
|
end>
|
Font.Charset = CHINESEBIG5_CHARSET
|
Font.Color = clWindowText
|
Font.Height = -16
|
Font.Name = #26032#32048#26126#39636
|
Font.Style = []
|
ReadOnly = True
|
RowSelect = True
|
ParentFont = False
|
TabOrder = 0
|
ViewStyle = vsReport
|
OnColumnClick = DocLVColumnClick
|
OnCompare = DocLVCompare
|
OnDblClick = DocLVDblClick
|
end
|
object Panel3: TPanel
|
Left = 1
|
Top = 1
|
Width = 592
|
Height = 41
|
Align = alTop
|
Font.Charset = ANSI_CHARSET
|
Font.Color = clWindowText
|
Font.Height = -16
|
Font.Name = #26032#32048#26126#39636
|
Font.Style = []
|
ParentFont = False
|
TabOrder = 1
|
object IndexLB: TLabel
|
Left = 6
|
Top = 10
|
Width = 32
|
Height = 16
|
Caption = #32034#24341
|
end
|
object Edit1: TEdit
|
Left = 61
|
Top = 7
|
Width = 306
|
Height = 24
|
CharCase = ecUpperCase
|
Font.Charset = ANSI_CHARSET
|
Font.Color = clWindowText
|
Font.Height = -16
|
Font.Name = #26032#32048#26126#39636
|
Font.Style = []
|
ParentFont = False
|
TabOrder = 0
|
OnChange = Edit1Change
|
end
|
object CheckBox1: TCheckBox
|
Left = 384
|
Top = 11
|
Width = 193
|
Height = 17
|
Caption = #27512#39006#28858#33258#35330#25991#20214
|
TabOrder = 1
|
end
|
end
|
end
|
end
|