- object Form1: TForm1
- Left = 341
- Top = 287
- Width = 386
- Height = 303
- BorderIcons = [biSystemMenu, biMinimize]
- Caption = #25991#26412#25991#20214#22788#29702#28436#31034
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 216
- Width = 66
- Height = 12
- Caption = #24403#21069#30340#25991#20214':'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 24
- Top = 240
- Width = 75
- Height = 25
- Caption = #20851#32852#25991#20214'(&O)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 361
- Height = 193
- Caption = #25991#26412#20869#23481#26174#31034
- TabOrder = 1
- object Memo1: TMemo
- Left = 8
- Top = 16
- Width = 345
- Height = 169
- ScrollBars = ssVertical
- TabOrder = 0
- end
- end
- object Button2: TButton
- Left = 112
- Top = 240
- Width = 75
- Height = 25
- Caption = #35835#21462#25991#20214'(&R)'
- Enabled = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 208
- Top = 240
- Width = 75
- Height = 25
- Caption = #20445#23384#25991#20214'(&S)'
- Enabled = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 296
- Top = 240
- Width = 75
- Height = 25
- Caption = #36864#20986#31243#24207'(&E)'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = Button4Click
- end
- object OpenDialog1: TOpenDialog
- Filter = #25991#26412#25991#20214'(*.txt)|*.txt'
- Left = 160
- Top = 208
- end
- end