RtTool/Delphi7/开发档案/马国钢开发代码/ThreeFun/Form/U_SelExportField.dfm

105 lines
2.3 KiB
Plaintext
Raw Permalink Normal View History

2024-12-23 17:08:59 +08:00
object frmSelExportField: TfrmSelExportField
Left = 473
Top = 162
BorderStyle = bsDialog
Caption = #23383#27573#23548#20986#36873#25321
2025-01-08 11:55:07 +08:00
ClientHeight = 616
ClientWidth = 538
2024-12-23 17:08:59 +08:00
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
2025-01-08 11:55:07 +08:00
Font.Height = -15
2024-12-23 17:08:59 +08:00
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnDestroy = FormDestroy
OnShow = FormShow
2025-01-08 11:55:07 +08:00
PixelsPerInch = 120
TextHeight = 15
2024-12-23 17:08:59 +08:00
object Button1: TButton
2025-01-08 11:55:07 +08:00
Left = 118
Top = 570
Width = 93
Height = 31
2024-12-23 17:08:59 +08:00
Caption = #30830#23450
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
2025-01-08 11:55:07 +08:00
Left = 304
Top = 570
Width = 94
Height = 31
2024-12-23 17:08:59 +08:00
Caption = #20851#38381
TabOrder = 1
OnClick = Button2Click
end
object cxGrid1: TcxGrid
2025-01-08 11:55:07 +08:00
Left = 531
Top = 79
Width = 352
Height = 141
2024-12-23 17:08:59 +08:00
TabOrder = 2
Visible = False
object ExpGrid: TcxGridDBTableView
Navigator.Buttons.CustomButtons = <>
DataController.DataSource = ExportDataSource
DataController.Summary.DefaultGroupSummaryItems = <>
DataController.Summary.FooterSummaryItems = <>
DataController.Summary.SummaryGroups = <>
OptionsBehavior.AlwaysShowEditor = True
OptionsView.GroupByBox = False
end
object cxGrid1Level1: TcxGridLevel
GridView = ExpGrid
end
end
object Panel2: TScrollBox
2025-01-08 11:55:07 +08:00
Left = 3
2024-12-23 17:08:59 +08:00
Top = 0
2025-01-08 11:55:07 +08:00
Width = 528
Height = 548
2024-12-23 17:08:59 +08:00
HorzScrollBar.Visible = False
Color = clSkyBlue
ParentColor = False
TabOrder = 3
object Label4: TLabel
2025-01-08 11:55:07 +08:00
Left = 198
Top = 11
Width = 72
Height = 17
2024-12-23 17:08:59 +08:00
Caption = #23383#27573#36873#25321
Font.Charset = GB2312_CHARSET
Font.Color = clRed
2025-01-08 11:55:07 +08:00
Font.Height = -17
2024-12-23 17:08:59 +08:00
Font.Name = #23435#20307
Font.Style = [fsBold]
ParentFont = False
end
end
object CheckBox1: TCheckBox
2025-01-08 11:55:07 +08:00
Left = 25
Top = 561
Width = 61
Height = 22
2024-12-23 17:08:59 +08:00
Caption = #20840#36873
TabOrder = 4
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
2025-01-08 11:55:07 +08:00
Left = 25
Top = 581
Width = 61
Height = 22
2024-12-23 17:08:59 +08:00
Caption = #20840#24323
TabOrder = 5
OnClick = CheckBox2Click
end
object ExportDataSource: TDataSource
Left = 424
Top = 233
end
end