doom4ster
2018-02-01 3e4863abf614c6b65a05c803dce23bea2de4b1d1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
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