📄 unitjbbj.dfm
字号:
object Formjbbj: TFormjbbj
Left = 310
Top = 163
Width = 388
Height = 353
Caption = '脚本导出编辑器'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 380
Height = 254
Align = alClient
Caption = 'Panel1'
TabOrder = 0
object Memo1: TMemo
Left = 136
Top = 16
Width = 185
Height = 89
ScrollBars = ssBoth
TabOrder = 1
Visible = False
end
object CheckListBox1: TCheckListBox
Left = 1
Top = 1
Width = 378
Height = 252
Align = alClient
ItemHeight = 13
TabOrder = 0
end
end
object Panel2: TPanel
Left = 0
Top = 254
Width = 380
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
object BitBtn1: TBitBtn
Left = 66
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '全选'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 142
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '取消全选'
TabOrder = 1
OnClick = BitBtn2Click
end
object BitBtn3: TBitBtn
Left = 219
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '确定'
TabOrder = 2
OnClick = BitBtn3Click
end
object BitBtn4: TBitBtn
Left = 296
Top = 8
Width = 75
Height = 25
Anchors = [akTop, akRight]
Caption = '取消'
TabOrder = 3
OnClick = BitBtn4Click
end
end
object Panel3: TPanel
Left = 0
Top = 295
Width = 380
Height = 31
Align = alBottom
BevelInner = bvLowered
BevelOuter = bvLowered
TabOrder = 2
object Panel4: TPanel
Left = 2
Top = 2
Width = 324
Height = 27
Align = alClient
BevelOuter = bvNone
TabOrder = 0
object ProgressBar1: TProgressBar
Left = 0
Top = 0
Width = 324
Height = 27
Align = alClient
Min = 0
Max = 100
TabOrder = 0
end
end
object Panel5: TPanel
Left = 326
Top = 2
Width = 52
Height = 27
Align = alRight
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 1
end
end
object SaveDialog1: TSaveDialog
DefaultExt = '*.sql'
Filter = 'SQL脚本|*.sql'
Left = 96
Top = 176
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -