C# 클래스 Skinseller.Form1

파일 보기 프로젝트 열기: Ezzpify/Skinseller

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

Form1() 공개 메소드

Form initializer
public Form1 ( ) : System
리턴 System

ListView_SetSpacing() 공개 메소드

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
리턴 void

MakeLong() 공개 메소드

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