100 lines
1.9 KiB
Plaintext
100 lines
1.9 KiB
Plaintext
object FrmWindowPage: TFrmWindowPage
|
|
Left = 0
|
|
Top = 0
|
|
Width = 584
|
|
Height = 390
|
|
TabOrder = 0
|
|
object SP1: TSplitter
|
|
Left = 0
|
|
Top = 292
|
|
Width = 584
|
|
Height = 5
|
|
Cursor = crVSplit
|
|
Align = alBottom
|
|
ExplicitTop = 0
|
|
ExplicitWidth = 292
|
|
end
|
|
object pnMain: TPanel
|
|
Left = 0
|
|
Top = 33
|
|
Width = 584
|
|
Height = 259
|
|
Align = alClient
|
|
BevelOuter = bvNone
|
|
DoubleBuffered = False
|
|
ParentDoubleBuffered = False
|
|
TabOrder = 0
|
|
OnResize = pnMainResize
|
|
end
|
|
object pnTop: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 584
|
|
Height = 33
|
|
Align = alTop
|
|
BevelOuter = bvNone
|
|
TabOrder = 1
|
|
object Label1: TLabel
|
|
Left = 176
|
|
Top = 11
|
|
Width = 69
|
|
Height = 15
|
|
Caption = #48372#45908' '#49828#53440#51068' :'
|
|
end
|
|
object chFormAutoSize: TCheckBox
|
|
Left = 16
|
|
Top = 10
|
|
Width = 129
|
|
Height = 17
|
|
Caption = #54268#51012' '#54168#51060#51648#50640' '#47582#52644
|
|
TabOrder = 0
|
|
OnClick = chFormAutoSizeClick
|
|
end
|
|
object cbBoderStyle: TComboBox
|
|
Left = 248
|
|
Top = 6
|
|
Width = 81
|
|
Height = 23
|
|
Style = csDropDownList
|
|
ItemIndex = 0
|
|
TabOrder = 1
|
|
Text = 'Original'
|
|
OnChange = cbBoderStyleChange
|
|
Items.Strings = (
|
|
'Original'
|
|
'None'
|
|
'Single'
|
|
'Sizeable'
|
|
'Dialog'
|
|
'ToolWindow'
|
|
'SizeToolWin')
|
|
end
|
|
end
|
|
object pnBottom: TPanel
|
|
Left = 0
|
|
Top = 297
|
|
Width = 584
|
|
Height = 93
|
|
Align = alBottom
|
|
BevelOuter = bvNone
|
|
TabOrder = 2
|
|
object mmStyle: TMemo
|
|
Left = 0
|
|
Top = 0
|
|
Width = 584
|
|
Height = 93
|
|
Align = alClient
|
|
ReadOnly = True
|
|
ScrollBars = ssVertical
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
object tInit: TTimer
|
|
Enabled = False
|
|
Interval = 1
|
|
OnTimer = tInitTimer
|
|
Left = 64
|
|
Top = 104
|
|
end
|
|
end
|