📄 untactreport.~dfm
字号:
object ActReport: TActReport
Left = 132
Top = 55
BorderStyle = bsDialog
Caption = '报表定制'
ClientHeight = 487
ClientWidth = 601
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
Scaled = False
OnClose = FormClose
PixelsPerInch = 120
TextHeight = 12
object grpFieldParaList: TGroupBox
Left = 8
Top = 232
Width = 585
Height = 225
Caption = '域参数'
TabOrder = 7
end
object btnPreview: TButton
Left = 205
Top = 12
Width = 63
Height = 20
Caption = '(&V)预览'
TabOrder = 1
OnClick = btnPreviewClick
end
object btnMake: TButton
Left = 123
Top = 12
Width = 63
Height = 20
Caption = '(&M)生成'
TabOrder = 0
OnClick = btnMakeClick
end
object grpGlobalParaList: TGroupBox
Left = 8
Top = 40
Width = 585
Height = 185
Caption = '全局参数'
TabOrder = 6
object Label6: TLabel
Left = 8
Top = 156
Width = 66
Height = 12
Caption = '横向页边距:'
end
object Label7: TLabel
Left = 136
Top = 156
Width = 66
Height = 12
Caption = '纵向页边距:'
end
object Label8: TLabel
Left = 264
Top = 156
Width = 54
Height = 12
Caption = '表格位置:'
end
object Label9: TLabel
Left = 44
Top = 130
Width = 30
Height = 12
Caption = '页宽:'
end
object Label10: TLabel
Left = 172
Top = 130
Width = 30
Height = 12
Caption = '页高:'
end
object Label11: TLabel
Left = 276
Top = 130
Width = 42
Height = 12
Caption = '纸方向:'
end
object chkFrameLine: TCheckBox
Left = 404
Top = 154
Width = 77
Height = 17
Caption = '需要表格线'
TabOrder = 9
end
object chkSummary: TCheckBox
Left = 496
Top = 154
Width = 81
Height = 17
Caption = '需要总计栏'
TabOrder = 10
end
object grpTitleParaList: TGroupBox
Left = 8
Top = 16
Width = 177
Height = 97
Caption = '标题参数'
TabOrder = 0
object Label2: TLabel
Left = 8
Top = 20
Width = 30
Height = 12
Caption = '标题:'
end
object Label4: TLabel
Left = 14
Top = 62
Width = 30
Height = 12
Caption = '高度:'
end
object edtTitle: TEdit
Left = 48
Top = 16
Width = 121
Height = 20
TabOrder = 0
end
object btnTitleFont: TButton
Left = 99
Top = 58
Width = 63
Height = 20
Caption = '字体...'
TabOrder = 1
OnClick = OnSelectFont
end
object edtTitleHeight: TEdit
Left = 45
Top = 58
Width = 40
Height = 20
TabOrder = 2
end
end
object grpHeaderParaList: TGroupBox
Left = 192
Top = 16
Width = 201
Height = 97
Caption = '表头参数'
TabOrder = 1
object Label3: TLabel
Left = 13
Top = 70
Width = 30
Height = 12
Caption = '高度:'
end
object btnHeaderFont: TButton
Left = 124
Top = 66
Width = 63
Height = 20
Caption = '字体...'
TabOrder = 2
OnClick = OnSelectFont
end
object grpHeaderAlign: TRadioGroup
Left = 8
Top = 16
Width = 185
Height = 41
Caption = '对齐方式'
Columns = 3
Items.Strings = (
'居左'
'居中'
'居右')
TabOrder = 0
end
object edtHeaderHeight: TEdit
Left = 45
Top = 66
Width = 40
Height = 20
TabOrder = 1
end
end
object grpDetailParaList: TGroupBox
Left = 400
Top = 16
Width = 177
Height = 97
Caption = '细节参数'
TabOrder = 2
object Label5: TLabel
Left = 8
Top = 33
Width = 30
Height = 12
Caption = '高度:'
end
object Label1: TLabel
Left = 96
Top = 33
Width = 30
Height = 12
Caption = '空隙:'
end
object btnDetailFont: TButton
Left = 57
Top = 59
Width = 63
Height = 20
Caption = '字体...'
TabOrder = 2
OnClick = OnSelectFont
end
object edtDetailHeight: TEdit
Left = 40
Top = 29
Width = 40
Height = 20
TabOrder = 0
end
object edtDetailMargin: TEdit
Left = 128
Top = 29
Width = 40
Height = 20
TabOrder = 1
end
end
object edtPageHorMargin: TEdit
Left = 75
Top = 152
Width = 40
Height = 20
TabOrder = 6
end
object edtPageVertMargin: TEdit
Left = 203
Top = 152
Width = 40
Height = 20
TabOrder = 7
end
object cmbReportAlign: TComboBox
Left = 320
Top = 152
Width = 49
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 8
Items.Strings = (
'居左'
'居中'
'居右')
end
object edtPaperWidth: TEdit
Left = 75
Top = 126
Width = 40
Height = 20
TabOrder = 3
end
object edtPaperHeight: TEdit
Left = 203
Top = 126
Width = 40
Height = 20
TabOrder = 4
end
object btnSetup: TButton
Left = 404
Top = 126
Width = 63
Height = 20
Caption = '(&S)设置'
TabOrder = 5
OnClick = btnSetupClick
end
object cmbPageOrientation: TComboBox
Left = 320
Top = 126
Width = 49
Height = 20
Style = csDropDownList
ItemHeight = 12
TabOrder = 11
OnChange = cmbPageOrientationChange
Items.Strings = (
'纵向'
'横向')
end
end
object btnClose: TButton
Left = 373
Top = 12
Width = 63
Height = 20
Caption = '(&C)关闭'
TabOrder = 5
OnClick = btnCloseClick
end
object sclContainer: TScrollBar
Left = 8
Top = 464
Width = 585
Height = 13
PageSize = 0
TabOrder = 8
OnChange = sclContainerChange
end
object btnPrint: TButton
Left = 288
Top = 12
Width = 63
Height = 20
Caption = '(&P)打印'
TabOrder = 2
OnClick = btnPrintClick
end
object btnLoad: TButton
Left = 303
Top = 53
Width = 63
Height = 20
Caption = '(&L)加载'
TabOrder = 3
Visible = False
OnClick = btnLoadClick
end
object btnSave: TButton
Left = 321
Top = 53
Width = 63
Height = 20
Caption = '(&S)保存'
TabOrder = 4
Visible = False
OnClick = btnSaveClick
end
object dlgFont: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 24
Top = 256
end
object dlgOpen: TOpenDialog
Left = 64
Top = 256
end
object dlgSave: TSaveDialog
Left = 104
Top = 256
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -