mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-25 02:32:19 -05:00
27 lines
463 B
Plaintext
27 lines
463 B
Plaintext
object BitmapConvForm: TBitmapConvForm
|
|
Left = 726
|
|
Height = 240
|
|
Top = 192
|
|
Width = 320
|
|
Caption = 'BitmapConvForm'
|
|
ClientHeight = 240
|
|
ClientWidth = 320
|
|
LCLVersion = '0.9.29'
|
|
object Button1: TButton
|
|
Left = 144
|
|
Height = 52
|
|
Top = 152
|
|
Width = 105
|
|
Caption = 'Button1'
|
|
TabOrder = 0
|
|
end
|
|
object CheckBox1: TCheckBox
|
|
Left = 24
|
|
Height = 17
|
|
Top = 160
|
|
Width = 71
|
|
Caption = 'CheckBox1'
|
|
TabOrder = 1
|
|
end
|
|
end
|