?? 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 + -