Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

TribesGUI.TribesIRCChanKey


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
//==============================================================================
// dialog to prompt for the channel key
//
// Written by Michiel Hendriks
// (c) 2004, Epic Games, Inc. All Rights Reserved
//==============================================================================
class TribesIRCChanKey extends GUI.GUIPage; //TribesGetDataMenu;

var localized string EditCaption, EditHint, msgCaption;
var string kchan;

//function InitComponent(GUIComponent MyOwner)
//{
//	Super.InitComponent(MyOwner);
//
//	ed_Data.SetText("");
//	ed_Data.WinWidth=0.500000;
//	ed_Data.WinHeight=0.047305;
//	ed_Data.WinLeft=0.250000;
//
////	ed_Data.SetCaption(EditCaption);
//	ed_Data.SetHint(EditHint);
//}
//
//function InternalOnCreateComponent( GUIComponent NewComp, GUIComponent Owner )
//{
//	if ( moEditBox(NewComp) != None )
//	{
//		moEditBox(NewComp).LabelJustification=TXTA_Right;
//		moEditBox(NewComp).CaptionWidth=0.55;
//		moEditBox(NewComp).ComponentWidth=-1;
//	}
//}
//
///** A = the channel */
//event HandleParameters( string A, string B, optional int Param3 )
//{
//	kchan = A;
//	l_Text.Caption = repl(msgCaption, "%chan%", A);
//}
//
//function string GetDataString()
//{
//	return kchan@ed_Data.GetText();
//}
//
//defaultproperties
//{
//	OnCreateComponent=InternalOnCreateComponent
//
//	EditCaption="Channel key: "
//	EditHint="Enter the channel key"
//	msgCaption="%chan% is protected with a key."
//}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: st 16.4.2014 10:20:44.000 - Creation time: st 23.5.2018 00:10:48.443 - Created with UnCodeX