mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-14 13:25:14 -05:00
72 lines
1.3 KiB
Plaintext
72 lines
1.3 KiB
Plaintext
|
object Form1: TForm1
|
||
|
Left = 474
|
||
|
Height = 306
|
||
|
Top = 430
|
||
|
Width = 609
|
||
|
ActiveControl = BitmapButton
|
||
|
Caption = 'Form1'
|
||
|
ClientHeight = 306
|
||
|
ClientWidth = 609
|
||
|
OnCreate = FormCreate
|
||
|
LCLVersion = '0.9.29'
|
||
|
object OCRButton: TButton
|
||
|
Left = 512
|
||
|
Height = 25
|
||
|
Top = 255
|
||
|
Width = 88
|
||
|
Caption = 'OCR Filter!'
|
||
|
OnClick = OCRButtonClick
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object Image1: TImage
|
||
|
Left = 16
|
||
|
Height = 264
|
||
|
Top = 16
|
||
|
Width = 480
|
||
|
end
|
||
|
object BitmapButton: TButton
|
||
|
Left = 512
|
||
|
Height = 25
|
||
|
Top = 32
|
||
|
Width = 88
|
||
|
Caption = 'Set Bitmap'
|
||
|
OnClick = BitmapButtonClick
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object PathButton: TButton
|
||
|
Left = 512
|
||
|
Height = 25
|
||
|
Top = 72
|
||
|
Width = 88
|
||
|
Caption = 'Set Path'
|
||
|
OnClick = PathButtonClick
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object FShadow: TCheckBox
|
||
|
Left = 507
|
||
|
Height = 22
|
||
|
Top = 112
|
||
|
Width = 81
|
||
|
Caption = 'Shadow?'
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object ClientButton: TToggleBox
|
||
|
Left = 512
|
||
|
Height = 23
|
||
|
Top = 144
|
||
|
Width = 88
|
||
|
Caption = 'Set Client'
|
||
|
OnMouseDown = SelectClient
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object OCRFileOpen: TOpenDialog
|
||
|
Filter = '.bmp'
|
||
|
left = 416
|
||
|
top = 277
|
||
|
end
|
||
|
object UpCharsDialog: TSelectDirectoryDialog
|
||
|
left = 448
|
||
|
top = 277
|
||
|
end
|
||
|
end
|