C# Class Skinseller.Form1

ファイルを表示 Open project: Ezzpify/Skinseller

Public Methods

Method Description
Form1 ( ) : System

Form initializer

ListView_SetSpacing ( ListView listview, short cx, short cy ) : void

Edits a listview control spacing

MakeLong ( short lowPart, short highPart ) : int

Convert to long

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DropZone_DragDrop ( object sender, DragEventArgs e ) : void

When user drops an item over the drop area We only accept HTML drop

DropZone_DragEnter ( object sender, DragEventArgs e ) : void

When user drags an item over the drop area

Form1_Load ( object sender, EventArgs e ) : void

Form load

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetForegroundWindow ( IntPtr hWnd ) : IntPtr
btn_Cancel_Click ( object sender, EventArgs e ) : void

Button to cancel adding of item

btn_Edit_Click ( object sender, EventArgs e ) : void

Button to confirm the price

btn_SaveImg_Click ( object sender, EventArgs e ) : void

Save picture button

btn_ShowMenu_Click ( object sender, EventArgs e ) : void

Shows/Hides the menu

menuDeleteItem_Click ( object sender, EventArgs e ) : void

Delete button from Menu to delete an item from List and Listview

pic_changeBG_Click ( object sender, EventArgs e ) : void

Change background of the item background

text_Percentage_Leave ( object sender, EventArgs e ) : void

Make sure that the percentage entered is correct

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Form1() public method

Form initializer
public Form1 ( ) : System
return System

ListView_SetSpacing() public method

Edits a listview control spacing
public ListView_SetSpacing ( ListView listview, short cx, short cy ) : void
listview ListView ListView to edit
cx short X axis
cy short Y axis
return void

MakeLong() public method

Convert to long
public MakeLong ( short lowPart, short highPart ) : int
lowPart short
highPart short
return int