프로퍼티 | 타입 | 설명 | |
---|---|---|---|
tradeId | string | ||
wasAccepted | bool | ||
wasCancelled | bool | ||
wasClosed | bool |
메소드 | 설명 | |
---|---|---|
PopupForm ( string head, string tradeid, string account, Point location ) : System |
Constructor
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
FadeOut ( int interval = 80 ) : void |
Function to fade out
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PopupForm_Load ( object sender, |
Form load event Set location of form
|
|
PopupForm_MouseEnter ( object sender, |
Mouseenter event Will stop fading and bring back to 100 opaciity
|
|
cancelButton_Click ( object sender, |
Cancel button This will cancel the trade offer
|
|
confirmButton_Click ( object sender, |
Confirm button This will accept the trade offer
|
|
exitButton_Click ( object sender, |
Exit button
|
|
fadeTimer_Tick ( object sender, |
Fades out the form Will close form at 0 opacity
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public PopupForm ( string head, string tradeid, string account, Point location ) : System | ||
head | string | Will be displayed as title |
tradeid | string | TradeID of this confirmation |
account | string | Account that sent the trade |
location | Point | Location of form |
리턴 | System |