25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- object MainForm: TMainForm
- Left = 465
- Height = 451
- Top = 217
- Width = 411
- Caption = 'MainForm'
- ClientHeight = 451
- ClientWidth = 411
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- LCLVersion = '1.3'
- object RenderPanel: TPanel
- Left = 0
- Height = 371
- Top = 0
- Width = 411
- Align = alClient
- TabOrder = 0
- OnResize = RenderPanelResize
- end
- object LogLB: TListBox
- Left = 0
- Height = 80
- Top = 371
- Width = 411
- Align = alBottom
- ItemHeight = 0
- TabOrder = 1
- end
- object ApplicationProperties: TApplicationProperties
- OnIdle = ApplicationPropertiesIdle
- left = 64
- top = 24
- end
- end
|