object ReplyForm: TReplyForm Left = 78 Top = 17 Width = 501 Height = 435 Caption = 'д����' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '����' Font.Style = [] OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 12 object Panel1: TPanel Left = 0 Top = 0 Width = 493 Height = 70 Align = alTop BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 8 Top = 10 Width = 36 Height = 12 Caption = '������' end object Label2: TLabel Left = 8 Top = 40 Width = 36 Height = 12 Caption = '�� ��' end object Label3: TLabel Left = 152 Top = 10 Width = 24 Height = 12 Caption = '����' end object Receiver: TEdit Left = 64 Top = 8 Width = 81 Height = 20 TabOrder = 0 end object Subject: TEdit Left = 64 Top = 38 Width = 337 Height = 20 TabOrder = 1 end object Save: TButton Left = 408 Top = 8 Width = 41 Height = 25 Caption = '����' Default = True ModalResult = 1 TabOrder = 2 OnClick = SaveClick end object Cancel: TButton Left = 408 Top = 38 Width = 41 Height = 25 Cancel = True Caption = 'ȡ��' ModalResult = 2 TabOrder = 3 OnClick = CancelClick end object AreaList: TComboBox Left = 192 Top = 8 Width = 209 Height = 20 Style = csDropDownList ItemHeight = 12 TabOrder = 4 end end object Panel2: TPanel Left = 8 Top = 72 Width = 425 Height = 201 BevelOuter = bvNone TabOrder = 1 OnResize = Panel2Resize object ReplyText: TRichEdit Left = 0 Top = 0 Width = 425 Height = 201 Align = alClient Font.Charset = GB2312_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = '����' Font.Style = [] MaxLength = 1048576000 ParentFont = False PlainText = True PopupMenu = PopupMenu1 ScrollBars = ssVertical TabOrder = 0 WantTabs = True end end object Panel3: TPanel Left = 8 Top = 280 Width = 265 Height = 2 Cursor = crSizeNS BevelOuter = bvNone TabOrder = 2 OnMouseDown = Panel3MouseDown OnMouseMove = Panel3MouseMove OnMouseUp = Panel3MouseUp end object Panel4: TPanel Left = 8 Top = 288 Width = 401 Height = 89 BevelOuter = bvNone TabOrder = 3 object Panel6: TPanel Left = 0 Top = 0 Width = 401 Height = 32 Align = alTop BevelOuter = bvNone TabOrder = 0 object Panel8: TPanel Left = 0 Top = 0 Width = 49 Height = 32 Align = alLeft BevelOuter = bvNone TabOrder = 0 object Label5: TLabel Left = 9 Top = 9 Width = 24 Height = 12 Caption = '����' end end object Panel9: TPanel Left = 49 Top = 0 Width = 352 Height = 32 Align = alClient BevelOuter = bvNone TabOrder = 1 object TagList: TComboBox Left = 0 Top = 5 Width = 177 Height = 20 ItemHeight = 12 TabOrder = 0 end end end object Panel7: TPanel Left = 0 Top = 32 Width = 401 Height = 57 Align = alClient BevelOuter = bvNone Caption = 'Panel7' TabOrder = 1 object Panel5: TPanel Left = 0 Top = 0 Width = 49 Height = 57 Align = alLeft BevelOuter = bvNone TabOrder = 0 object Label4: TLabel Left = 9 Top = 8 Width = 24 Height = 12 Caption = 'ǩ��' end end object Panel10: TPanel Left = 49 Top = 0 Width = 352 Height = 57 Align = alClient BevelOuter = bvNone Caption = 'Panel10' TabOrder = 1 object sigpage: TPageControl Left = 0 Top = 0 Width = 352 Height = 57 ActivePage = TabSheet1 Align = alClient TabOrder = 0 object TabSheet1: TTabSheet object memo1: TMemo Left = 0 Top = 0 Width = 344 Height = 30 Align = alClient ScrollBars = ssBoth TabOrder = 0 WantTabs = True WordWrap = False end end end end end end object RichEdit1: TRichEdit Left = 384 Top = 232 Width = 81 Height = 57 Font.Charset = GB2312_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 Visible = False WordWrap = False end object PopupMenu1: TPopupMenu Left = 448 Top = 184 object InsertText1: TMenuItem Caption = '&InsertText �����ı��ļ�' OnClick = InsertText1Click end object UuencodeUU1: TMenuItem Caption = '&Uuencode UU����' OnClick = UuencodeUU1Click end object N1: TMenuItem Caption = '-' end object Copy1: TMenuItem Caption = '&Copy ����' OnClick = Copy1Click end object Paste1: TMenuItem Caption = '&Paste ճ��' OnClick = Paste1Click end object SelectAll1: TMenuItem Caption = '&Select All ȫѡ' OnClick = SelectAll1Click end object Cut1: TMenuItem Caption = 'Cu&t ����' OnClick = Cut1Click end object CharSet1: TMenuItem Caption = 'CharSet �ַ���' object GB23121: TMenuItem Caption = 'GB2312' OnClick = GB23121Click end object Default1: TMenuItem Caption = 'Default' OnClick = Default1Click end object Ansi1: TMenuItem Caption = 'Ansi' OnClick = Ansi1Click end object BIG51: TMenuItem Caption = 'BIG5' OnClick = BIG51Click end object OEM1: TMenuItem Caption = 'OEM' OnClick = OEM1Click end end end object OpenUU: TOpenDialog Filter = '*.txt|*.txt|*.*|*.*' Left = 448 Top = 120 end end