?? pfm_queryalltab.dfm
字號:
object fm_queryalltab: Tfm_queryalltab
Left = 131
Top = 257
Width = 781
Height = 413
Caption = 'fm_queryalltab'
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 305
Top = 0
Width = 3
Height = 386
Cursor = crHSplit
end
object GroupBox1: TGroupBox
Left = 0
Top = 0
Width = 305
Height = 386
Align = alLeft
Caption = '流水號'
TabOrder = 0
object DBGrid1: TDBGrid
Left = 2
Top = 15
Width = 301
Height = 313
Align = alClient
Color = clInfoBk
DataSource = DataSource1
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋體'
TitleFont.Style = []
end
object Panel1: TPanel
Left = 2
Top = 328
Width = 301
Height = 56
Align = alBottom
BevelInner = bvLowered
TabOrder = 1
object BitBtn1: TBitBtn
Left = 24
Top = 16
Width = 109
Height = 25
Caption = '進貨單查詢'
TabOrder = 0
OnClick = BitBtn1Click
end
object BitBtn2: TBitBtn
Left = 152
Top = 16
Width = 125
Height = 25
Caption = '進貨單明細查詢'
TabOrder = 1
OnClick = BitBtn2Click
end
end
end
object GroupBox2: TGroupBox
Left = 308
Top = 0
Width = 465
Height = 386
Align = alClient
Caption = '明細表'
TabOrder = 1
object DBGrid2: TDBGrid
Left = 2
Top = 15
Width = 461
Height = 369
Align = alClient
Color = clInfoBk
DataSource = DataSource2
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
TabOrder = 0
TitleFont.Charset = ANSI_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -13
TitleFont.Name = '宋體'
TitleFont.Style = []
end
end
object DataSource1: TDataSource
DataSet = Query1
Left = 136
Top = 48
end
object DataSource2: TDataSource
DataSet = Query2
Left = 241
Top = 48
end
object QryName: TQuery
DatabaseName = 'posdb'
Left = 208
Top = 16
end
object Query1: TQuery
AfterScroll = Query1AfterScroll
DatabaseName = 'posdb'
Left = 136
Top = 16
end
object Query2: TQuery
DatabaseName = 'posdb'
Left = 240
Top = 16
end
end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -