Jump to content

[ReQueSt] Pixel Info


RetoXeD
 Share

Recommended Posts

Could some one make a pixel info finder with coords and color code and like 3 save options

Tried to make one myself but dont have enough skill..

Her is mye GUI:

CODE
#include <GUIConstants.au3>

#Region ### START Koda GUI section ### Form=c:\documents and settings\s2r-sm4r10ng ^^\skrivebord\pixlinfo.kxf

$Form1_1 = GUICreate("Pixel Info", 236, 307, 417, 292)

$Pic1 = GUICtrlCreatePic("C:\Documents and Settings\All Users\Dokumenter\Untitled-1.jpg", 0, 0, 233, 305, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))

$xcord = GUICtrlCreateInput("", 88, 16, 57, 21, BitOR($ES_AUTOHSCROLL,$ES_READONLY))

$Input1 = GUICtrlCreateInput("", 151, 16, 57, 21, BitOR($ES_AUTOHSCROLL,$ES_READONLY))

$Mouse = GUICtrlCreateLabel("Mouse Coords:", 8, 16, 75, 17)

$Label1 = GUICtrlCreateLabel("Pixel Hex:", 16, 48, 51, 17)

$hex = GUICtrlCreateInput("", 88, 48, 121, 21)

$sx1 = GUICtrlCreateInput("", 88, 88, 57, 21)

$sz1 = GUICtrlCreateInput("", 152, 88, 57, 21)

$sph1 = GUICtrlCreateInput("", 88, 120, 121, 21)

$sx2 = GUICtrlCreateInput("", 88, 158, 57, 21)

$sph2 = GUICtrlCreateInput("", 88, 187, 121, 21)

$sz2 = GUICtrlCreateInput("", 152, 158, 57, 21)

$sp31 = GUICtrlCreateInput("", 88, 260, 121, 21)

$sx3 = GUICtrlCreateInput("", 88, 230, 57, 21)

$sz3 = GUICtrlCreateInput("", 152, 230, 57, 21)

$Label3 = GUICtrlCreateLabel("Saved info 1", 8, 88, 64, 17)

$Label4 = GUICtrlCreateLabel("Press F5 to save", 0, 112, 83, 17)

$Label5 = GUICtrlCreateLabel("Saved info 2", 8, 160, 64, 17)

$Label6 = GUICtrlCreateLabel("Press F6 to save", 0, 184, 83, 17)

$Label7 = GUICtrlCreateLabel("Saved info 3", 8, 232, 64, 17)

$Label8 = GUICtrlCreateLabel("Press F7 to save", 0, 256, 83, 17)

GUISetState(@SW_SHOW)

#EndRegion ### END Koda GUI section ###

While 1

$nMsg = GUIGetMsg()

Switch $nMsg

Case $GUI_EVENT_CLOSE

Exit

EndSwitch

WEnd

made in Koda and here`s the koda file : http://dump.no/files/6a1c2b285743/pixlinfo.kxf

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...