RtTool/Delphi7/开发档案/马国钢开发代码/ThreeFun/selPrint/U_SelPrintField.dfm

157 lines
4.3 KiB
Plaintext
Raw Permalink Normal View History

2024-12-23 17:08:59 +08:00
object frmSelPrintField: TfrmSelPrintField
2025-01-08 11:55:07 +08:00
Left = 211
Top = 132
Width = 492
Height = 527
2024-12-23 17:08:59 +08:00
Caption = #23383#27573#25171#21360#36873#25321
Color = clBtnFace
2025-01-08 11:55:07 +08:00
Font.Charset = GB2312_CHARSET
2024-12-23 17:08:59 +08:00
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
2025-01-08 11:55:07 +08:00
object Panel2: TPanel
Left = 0
Top = 0
Width = 484
Height = 437
Align = alTop
BevelInner = bvRaised
BorderStyle = bsSingle
Color = clSkyBlue
TabOrder = 0
object Label4: TLabel
Left = 166
Top = 9
Width = 60
Height = 14
Caption = #23383#27573#36873#25321
Font.Charset = GB2312_CHARSET
Font.Color = clRed
Font.Height = -14
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
end
2024-12-23 17:08:59 +08:00
object Button1: TButton
Left = 94
Top = 456
Width = 75
Height = 25
Caption = #30830#23450
2025-01-08 11:55:07 +08:00
TabOrder = 1
2024-12-23 17:08:59 +08:00
OnClick = Button1Click
end
object Button2: TButton
Left = 243
Top = 456
Width = 75
Height = 25
Caption = #20851#38381
2025-01-08 11:55:07 +08:00
TabOrder = 2
2024-12-23 17:08:59 +08:00
OnClick = Button2Click
end
object PrnGrid: TDBGrid
2025-01-08 11:55:07 +08:00
Left = 481
Top = 109
Width = 320
2024-12-23 17:08:59 +08:00
Height = 120
DataSource = PrintDataSource
2025-01-08 11:55:07 +08:00
Font.Charset = GB2312_CHARSET
2024-12-23 17:08:59 +08:00
Font.Color = clWindowText
2025-01-08 11:55:07 +08:00
Font.Height = -12
2024-12-23 17:08:59 +08:00
Font.Name = #23435#20307
Font.Style = []
2025-01-08 11:55:07 +08:00
Options = [dgEditing, dgAlwaysShowEditor, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
2024-12-23 17:08:59 +08:00
ParentFont = False
2025-01-08 11:55:07 +08:00
TabOrder = 3
TitleFont.Charset = GB2312_CHARSET
2024-12-23 17:08:59 +08:00
TitleFont.Color = clWindowText
2025-01-08 11:55:07 +08:00
TitleFont.Height = -12
2024-12-23 17:08:59 +08:00
TitleFont.Name = #23435#20307
TitleFont.Style = []
Visible = False
end
object RMPrintDBGrid1: TRMPrintDBGrid
ReportOptions = [rmgoStretch, rmgoWordWrap, rmgoGridLines]
PageLayout.LeftMargin = 38
PageLayout.TopMargin = 38
PageLayout.RightMargin = 38
PageLayout.BottomMargin = 38
PageLayout.Height = 2970
PageLayout.Width = 2100
PageLayout.PageBin = 0
PageLayout.PrinterName = #40664#35748#25171#21360#26426
PageLayout.ColorPrint = False
PageHeaderMsg.Font.Charset = GB2312_CHARSET
PageHeaderMsg.Font.Color = clWindowText
PageHeaderMsg.Font.Height = -13
PageHeaderMsg.Font.Name = #23435#20307
PageHeaderMsg.Font.Style = []
PageFooterMsg.Font.Charset = GB2312_CHARSET
PageFooterMsg.Font.Color = clWindowText
2025-01-08 11:55:07 +08:00
PageFooterMsg.Font.Height = -13
2024-12-23 17:08:59 +08:00
PageFooterMsg.Font.Name = #23435#20307
PageFooterMsg.Font.Style = []
PageCaptionMsg.CaptionMsg.Font.Charset = GB2312_CHARSET
PageCaptionMsg.CaptionMsg.Font.Color = clWindowText
2025-01-08 11:55:07 +08:00
PageCaptionMsg.CaptionMsg.Font.Height = -15
2024-12-23 17:08:59 +08:00
PageCaptionMsg.CaptionMsg.Font.Name = #23435#20307
2025-01-08 11:55:07 +08:00
PageCaptionMsg.CaptionMsg.Font.Style = [fsBold]
2024-12-23 17:08:59 +08:00
PageCaptionMsg.TitleFont.Charset = GB2312_CHARSET
PageCaptionMsg.TitleFont.Color = clWindowText
2025-01-08 11:55:07 +08:00
PageCaptionMsg.TitleFont.Height = -21
2024-12-23 17:08:59 +08:00
PageCaptionMsg.TitleFont.Name = #23435#20307
PageCaptionMsg.TitleFont.Style = [fsBold]
MasterDataBandOptions.ReprintColumnHeaderOnNewColumn = True
GridNumOptions.Text = 'No'
2025-01-08 11:55:07 +08:00
GridFontOptions.Font.Charset = DEFAULT_CHARSET
2024-12-23 17:08:59 +08:00
GridFontOptions.Font.Color = clWindowText
2025-01-08 11:55:07 +08:00
GridFontOptions.Font.Height = -11
GridFontOptions.Font.Name = 'MS Sans Serif'
2024-12-23 17:08:59 +08:00
GridFontOptions.Font.Style = []
ReportSettings.InitialZoom = pzDefault
ReportSettings.PreviewButtons = [pbZoom, pbLoad, pbSave, pbPrint, pbFind, pbPageSetup, pbExit, pbSaveToXLS]
DBGrid = PrnGrid
2025-01-08 11:55:07 +08:00
Left = 351
Top = 453
2024-12-23 17:08:59 +08:00
end
object PrintDataSource: TDataSource
DataSet = ClientDataSet1
Left = 536
Top = 246
end
object RMXLSExport1: TRMXLSExport
ShowAfterExport = True
ExportPrecision = 1
PagesOfSheet = 1
ExportImages = True
ExportFrames = True
ExportImageFormat = ifBMP
JPEGQuality = 0
ScaleX = 1.000000000000000000
ScaleY = 1.000000000000000000
CompressFile = False
Left = 359
Top = 368
end
object ClientDataSet1: TClientDataSet
Aggregates = <>
Params = <>
Left = 378
Top = 340
end
2025-01-08 11:55:07 +08:00
object RMGridReportDesigner1: TRMGridReportDesigner
Left = 233
Top = 180
end
2024-12-23 17:08:59 +08:00
end