1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
object frGEditorForm: TfrGEditorForm
Left = 555
Height = 267
Top = 129
Width = 346
HorzScrollBar.Page = 345
VertScrollBar.Page = 266
ActiveControl = Button3
BorderStyle = bsDialog
Caption = 'Picture'
ClientHeight = 267
ClientWidth = 346
Font.Color = clBlack
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '1.1'
object Bevel1: TBevel
Left = 4
Height = 241
Top = 8
Width = 246
Shape = bsFrame
end
object Image1: TImage
Left = 8
Height = 233
Top = 12
Width = 237
Stretch = True
end
object CB1: TCheckBox
Left = 256
Height = 17
Top = 232
Width = 53
HelpContext = 82
Caption = '&Stretch'
Checked = True
OnClick = CB1Click
State = cbChecked
TabOrder = 3
end
object Button1: TButton
Left = 256
Height = 25
Top = 96
Width = 75
HelpContext = 40
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 1
end
object Button2: TButton
Left = 256
Height = 25
Top = 124
Width = 75
HelpContext = 50
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object Button3: TButton
Left = 256
Height = 25
Top = 8
Width = 75
HelpContext = 63
Caption = '&Load...'
OnClick = BitBtn1Click
TabOrder = 0
end
object Button4: TButton
Left = 256
Height = 25
Top = 36
Width = 75
HelpContext = 71
Caption = '&Clear'
OnClick = Button4Click
TabOrder = 4
end
object Button5: TButton
Left = 256
Height = 25
Top = 64
Width = 75
Caption = 'Memo'
OnClick = Button5Click
TabOrder = 5
end
object OpenDlg: TOpenPictureDialog
left = 120
top = 40
end
end
|