IDSEND = new Button (" ");
		m_Parent.add(IDSEND);
		m_Layout.setShape(IDSEND, 13, 148, 69, 28);

		IDCLEAR = new Button ("");
		m_Parent.add(IDCLEAR);
		m_Layout.setShape(IDCLEAR, 195, 148, 69, 28);

		IDC_EDIT1 = new TextField ("");
		m_Parent.add(IDC_EDIT1);
		m_Layout.setShape(IDC_EDIT1, 52, 7, 217, 14);

		IDMESSAGE1 = new Label ("", Label.CENTER);
		m_Parent.add(IDMESSAGE1);
		m_Layout.setShape(IDMESSAGE1, 10, 7, 38, 12);

		IDC_EDIT2 = new TextArea ("");
		IDC_EDIT2.setEditable(false);
		m_Parent.add(IDC_EDIT2);
		m_Layout.setShape(IDC_EDIT2, 7, 22, 262, 121);

		IDMESSAGE2 = new Label (":", Label.LEFT);
		m_Parent.add(IDMESSAGE2);
		m_Layout.setShape(IDMESSAGE2, 14, 184, 290, 19);



		IDOPEN = new Button (" ");
		m_Parent.add(IDOPEN);
		m_Layout.setShape(IDOPEN, 87, 148, 102, 28);