doom4ster
2017-05-10 0fcc8a7144882a529ee0670404774484cbe2f5b6
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
object SortMemoForm: TSortMemoForm
  Left = 0
  Top = 0
  Caption = 'SortMemoForm'
  ClientHeight = 418
  ClientWidth = 617
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 617
    Height = 105
    Align = alTop
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = #26032#32048#26126#39636
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    object MsgLb: TLabel
      Left = 16
      Top = 12
      Width = 64
      Height = 16
      Caption = #35338#24687#20839#23481
    end
    object ComboBox1: TComboBox
      Left = 11
      Top = 35
      Width = 533
      Height = 24
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      ItemHeight = 16
      ParentFont = False
      ParentShowHint = False
      ShowHint = True
      TabOrder = 0
    end
    object AddBt: TButton
      Left = 544
      Top = 32
      Width = 65
      Height = 25
      Caption = #21152#20837
      TabOrder = 1
      OnClick = Button1Click
    end
    object SaveBt: TButton
      Left = 327
      Top = 71
      Width = 75
      Height = 31
      Caption = #20786#23384
      TabOrder = 2
      OnClick = Button2Click
    end
    object EraseBt: TButton
      Left = 419
      Top = 71
      Width = 75
      Height = 31
      Caption = #21034#38500
      TabOrder = 3
      OnClick = EraseBtClick
    end
    object ExitBt: TButton
      Left = 510
      Top = 71
      Width = 75
      Height = 31
      Caption = #38626#38283
      TabOrder = 4
      OnClick = Button4Click
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 105
    Width = 617
    Height = 313
    Align = alClient
    Caption = 'Panel2'
    TabOrder = 1
    object MemoLV: TListView
      Left = 1
      Top = 1
      Width = 615
      Height = 311
      Align = alClient
      Columns = <
        item
          Caption = #20839#23481
          Width = 500
        end
        item
          Caption = #39006#21029
          Width = 80
        end>
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = #26032#32048#26126#39636
      Font.Style = []
      GridLines = True
      HideSelection = False
      ReadOnly = True
      RowSelect = True
      ParentFont = False
      TabOrder = 0
      ViewStyle = vsReport
      OnSelectItem = MemoLVSelectItem
    end
  end
end