C# Class DiabloApp.Form1

Afficher le fichier Open project: Afkbio/diabloitemcapture

Méthodes publiques

Свойство Type Description
folderBrowserDialog1 System.Windows.Forms.FolderBrowserDialog
listBox1 System.Windows.Forms.ListBox
richTextBox3 System.Windows.Forms.RichTextBox
textBox1 System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
CaptureScreen ( ) : void
CountStringOccurrences ( string text, string pattern ) : int
FindHeight ( Bitmap image ) : Bitmap
FindWidth ( Bitmap imagez ) : Bitmap
Form1 ( ) : System
GetItemData ( string Idata, string Sdata ) : string
GetItemStatPos ( string GetSPos ) : void
GetItemTypePos ( string GetTypelolPos ) : void
ItemMaxData ( string ItemPosX, string ItemPosY ) : string
PostToImgur ( string imagFilePath, string apiKey ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DisplayItemValue ( string inputvalue ) : void
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

RefreshList ( ) : void
RefreshListFirst ( ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button3_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
button7_Click ( object sender, EventArgs e ) : void
button8_Click ( object sender, EventArgs e ) : void
checkBox1_CheckedChanged ( object sender, EventArgs e ) : void
clickcombo ( ) : void
comboBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
comboBox3_SelectedIndexChanged ( object sender, EventArgs e ) : void
cropImage ( Bitmap imga, Rectangle cropArea ) : Bitmap
gkh_KeyDown ( object sender, KeyEventArgs e ) : void
itemType ( ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
listBox1_KeyDown ( object sender, KeyEventArgs e ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void
pictureBox2_MouseDown ( object sender, MouseEventArgs e ) : void
pictureBox2_MouseMove ( object sender, MouseEventArgs e ) : void
pictureBox2_MouseUp ( object sender, MouseEventArgs e ) : void
pictureBox2_Paint ( object sender, PaintEventArgs e ) : void

Method Details

CaptureScreen() public méthode

public CaptureScreen ( ) : void
Résultat void

CountStringOccurrences() public static méthode

public static CountStringOccurrences ( string text, string pattern ) : int
text string
pattern string
Résultat int

Dispose() protected méthode

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

FindHeight() public méthode

public FindHeight ( Bitmap image ) : Bitmap
image Bitmap
Résultat Bitmap

FindWidth() public méthode

public FindWidth ( Bitmap imagez ) : Bitmap
imagez Bitmap
Résultat Bitmap

Form1() public méthode

public Form1 ( ) : System
Résultat System

GetItemData() public méthode

public GetItemData ( string Idata, string Sdata ) : string
Idata string
Sdata string
Résultat string

GetItemStatPos() public méthode

public GetItemStatPos ( string GetSPos ) : void
GetSPos string
Résultat void

GetItemTypePos() public méthode

public GetItemTypePos ( string GetTypelolPos ) : void
GetTypelolPos string
Résultat void

ItemMaxData() public méthode

public ItemMaxData ( string ItemPosX, string ItemPosY ) : string
ItemPosX string
ItemPosY string
Résultat string

PostToImgur() public méthode

public PostToImgur ( string imagFilePath, string apiKey ) : void
imagFilePath string
apiKey string
Résultat void

Property Details

folderBrowserDialog1 public_oe property

public System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1
Résultat System.Windows.Forms.FolderBrowserDialog

listBox1 public_oe property

public System.Windows.Forms.ListBox listBox1
Résultat System.Windows.Forms.ListBox

richTextBox3 public_oe property

public System.Windows.Forms.RichTextBox richTextBox3
Résultat System.Windows.Forms.RichTextBox

textBox1 public_oe property

public System.Windows.Forms.TextBox textBox1
Résultat System.Windows.Forms.TextBox