📄 selxdpeice.~dfm
字号:
object Frm_SelXDPrice: TFrm_SelXDPrice
Left = 231
Top = 145
Width = 704
Height = 487
Caption = #38144#21806#35746#21333#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 177
Top = 89
Height = 352
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 696
Height = 89
Align = alTop
Caption = #26597#35810
TabOrder = 0
object Label1: TLabel
Left = 245
Top = 60
Width = 30
Height = 13
Caption = ' '#33267' '
end
object SpeedButton1: TSpeedButton
Left = 447
Top = 48
Width = 69
Height = 29
Caption = #26597#35810
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 600
Top = 48
Width = 69
Height = 29
Caption = #36864#20986
OnClick = SpeedButton2Click
end
object SpeedButton3: TSpeedButton
Left = 524
Top = 48
Width = 69
Height = 29
Caption = #20840#37096
OnClick = SpeedButton3Click
end
object RadioButton1: TRadioButton
Left = 32
Top = 26
Width = 113
Height = 17
Caption = #35746#21333#32534#21495
TabOrder = 0
end
object RadioButton2: TRadioButton
Left = 32
Top = 58
Width = 113
Height = 17
Caption = #35746#21333#26085#26399
TabOrder = 1
end
object Edit1: TEdit
Left = 120
Top = 24
Width = 121
Height = 21
TabOrder = 2
end
object DateTimePicker1: TDateTimePicker
Left = 120
Top = 56
Width = 121
Height = 21
Date = 38877.413336400470000000
Time = 38877.413336400470000000
TabOrder = 3
end
object DateTimePicker2: TDateTimePicker
Left = 280
Top = 56
Width = 121
Height = 21
Date = 38877.413336400470000000
Time = 38877.413336400470000000
TabOrder = 4
end
end
object DBGrid1: TDBGrid
Left = 0
Top = 89
Width = 177
Height = 352
Align = alLeft
DataSource = DSMaster
TabOrder = 1
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object StatusBar1: TStatusBar
Left = 0
Top = 441
Width = 696
Height = 19
Panels = <>
end
object DBGrid2: TDBGrid
Left = 180
Top = 89
Width = 516
Height = 352
Align = alClient
DataSource = DSDetail
TabOrder = 3
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object ADOMaster: TADODataSet
Connection = FDM.ADOCon
CursorType = ctStatic
LockType = ltBatchOptimistic
CommandText = 'select * from MR_XDPrice_Tab'
Parameters = <>
Left = 583
Top = 299
object ADOMasterMR_Name: TStringField
DisplayLabel = #23458#25143#21517#31216
DisplayWidth = 14
FieldName = 'MR_Name'
Size = 50
end
object ADOMasterMR_OrderID: TStringField
DisplayLabel = #35746#21333#21495
DisplayWidth = 17
FieldName = 'MR_OrderID'
Size = 50
end
object ADOMasterMR_OrderDate: TDateTimeField
DisplayLabel = #35746#36135#26085#26399
DisplayWidth = 22
FieldName = 'MR_OrderDate'
ReadOnly = True
end
end
object ADODetail: TADODataSet
Connection = FDM.ADOCon
CursorType = ctStatic
LockType = ltBatchOptimistic
CommandText = 'select * from MR_XDPriceList_Tab Where MR_PriceID=:MR_OrderID'
DataSource = DSMaster
MasterFields = 'MR_OrderID'
Parameters = <
item
Name = 'MR_OrderID'
DataType = ftString
NumericScale = 255
Precision = 255
Size = 50
Value = Null
end>
Left = 624
Top = 297
object ADODetailMR_PriceID: TStringField
FieldName = 'MR_PriceID'
Visible = False
Size = 50
end
object ADODetailMR_Code: TStringField
DisplayLabel = #21830#21697#32534#30721
DisplayWidth = 15
FieldName = 'MR_Code'
Size = 50
end
object ADODetailMR_Name: TStringField
DisplayLabel = #21830#21697#21517#31216
DisplayWidth = 25
FieldName = 'MR_Name'
Size = 50
end
object ADODetailMR_Spce: TStringField
DisplayLabel = #21830#21697#35268#26684
DisplayWidth = 15
FieldName = 'MR_Spce'
Size = 50
end
object ADODetailMR_Unit: TStringField
DisplayLabel = #35745#37327#21333#20301
DisplayWidth = 15
FieldName = 'MR_Unit'
FixedChar = True
Size = 10
end
object ADODetailMR_Cards: TStringField
DisplayLabel = #21830#21697#20135#22320'\'#21697#29260
DisplayWidth = 24
FieldName = 'MR_Cards'
Size = 50
end
object ADODetailMR_Count: TIntegerField
DisplayLabel = #21830#21697#25968#37327
DisplayWidth = 13
FieldName = 'MR_Count'
end
object ADODetailMR_OutPrice: TFloatField
DisplayLabel = #21830#21697#21333#20215
DisplayWidth = 13
FieldName = 'MR_OutPrice'
end
object ADODetailMR_Agio: TFloatField
DisplayLabel = #25240#25187
DisplayWidth = 9
FieldName = 'MR_Agio'
end
object ADODetailMR_Sum: TFloatField
DisplayLabel = #23567#35745
DisplayWidth = 16
FieldName = 'MR_Sum'
ReadOnly = True
end
end
object DSMaster: TDataSource
DataSet = ADOMaster
Left = 586
Top = 333
end
object DSDetail: TDataSource
DataSet = ADODetail
Left = 622
Top = 331
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -