unitjb.dfm
来自「通过oci实现的oracle查询分析器功能和可以 尤其对BLOB字段的度曲」· DFM 代码 · 共 65 行
DFM
65 行
object Formjb: TFormjb
Left = 192
Top = 107
Width = 696
Height = 480
Caption = '脚本'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
PixelsPerInch = 96
TextHeight = 12
object Panel1: TPanel
Left = 0
Top = 412
Width = 688
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object BitBtn1: TBitBtn
Left = 248
Top = 8
Width = 75
Height = 25
Caption = '保存'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 352
Top = 8
Width = 75
Height = 25
Caption = '取消'
TabOrder = 1
OnClick = BitBtn2Click
end
end
object Memo1: TRichEdit
Left = 0
Top = 0
Width = 688
Height = 412
TabStop = False
Align = alClient
HideSelection = False
MaxLength = 1000
PlainText = True
ScrollBars = ssBoth
TabOrder = 1
WordWrap = False
end
object SaveDialog1: TSaveDialog
DefaultExt = '*.sql'
Filter = 'sql|*.sql'
Left = 248
Top = 288
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?