You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
1.5 KiB
74 lines
1.5 KiB
inherited frmMemoBox: TfrmMemoBox
|
|
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
|
|
BorderStyle = bsSizeable
|
|
Caption = 'Observa'#231#245'es'
|
|
ClientHeight = 346
|
|
ClientWidth = 572
|
|
ExplicitWidth = 588
|
|
ExplicitHeight = 384
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object lbl_tfonte: TLabel [0]
|
|
Left = 8
|
|
Top = 8
|
|
Width = 90
|
|
Height = 13
|
|
Caption = 'Tamanho da fonte:'
|
|
end
|
|
inherited stbStatus: TStatusBar
|
|
Top = 327
|
|
Width = 572
|
|
ExplicitTop = 327
|
|
ExplicitWidth = 572
|
|
end
|
|
object dbmb_obs: TDBMemo
|
|
Left = 8
|
|
Top = 32
|
|
Width = 557
|
|
Height = 290
|
|
Anchors = [akLeft, akTop, akRight, akBottom]
|
|
DataField = 'TL_MEMO'
|
|
DataSource = dtsHistorico
|
|
ScrollBars = ssVertical
|
|
TabOrder = 1
|
|
end
|
|
object up_fonte: TUpDown
|
|
Left = 137
|
|
Top = 5
|
|
Width = 16
|
|
Height = 21
|
|
Associate = edt_fonte
|
|
ArrowKeys = False
|
|
Min = 8
|
|
Max = 72
|
|
Increment = 2
|
|
Position = 8
|
|
TabOrder = 2
|
|
OnClick = up_fonteClick
|
|
end
|
|
object edt_fonte: TEdit
|
|
Left = 104
|
|
Top = 5
|
|
Width = 33
|
|
Height = 21
|
|
NumbersOnly = True
|
|
TabOrder = 3
|
|
Text = '8'
|
|
OnEnter = edt_fonteEnter
|
|
end
|
|
object cb_negrito: TCheckBox
|
|
Left = 166
|
|
Top = 7
|
|
Width = 59
|
|
Height = 17
|
|
Caption = 'Negrito'
|
|
TabOrder = 4
|
|
OnClick = cb_negritoClick
|
|
end
|
|
object dtsHistorico: TDataSource
|
|
DataSet = dtmSystem.tblHistorico
|
|
OnStateChange = dtsHistoricoStateChange
|
|
Left = 456
|
|
Top = 8
|
|
end
|
|
end
|