12345678910111213141516171819202122232425262728293031323334 |
- object frmFPVViewer: TfrmFPVViewer
- Left = 349
- Height = 240
- Top = 171
- Width = 240
- Caption = 'frmFPVViewer'
- ClientHeight = 240
- ClientWidth = 240
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- LCLVersion = '0.9.31'
- object btnView: TButton
- Left = 8
- Height = 25
- Top = 40
- Width = 224
- Caption = 'View'
- OnClick = btnViewClick
- TabOrder = 0
- end
- object editFileName: TFileNameEdit
- Left = 8
- Height = 25
- Top = 8
- Width = 200
- DialogOptions = []
- FilterIndex = 0
- HideDirectories = False
- ButtonWidth = 23
- NumGlyphs = 0
- MaxLength = 0
- TabOrder = 1
- end
- end
|