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
|