?? pfm_wizard.dfm
字號:
object fm_wizard: Tfm_wizard
Left = 254
Top = 161
Width = 697
Height = 505
Caption = 'fm_wizard'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = '宋體'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDefault
Visible = True
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object PageControl1: TPageControl
Left = 0
Top = 0
Width = 689
Height = 478
ActivePage = TabSheet1
Align = alClient
TabOrder = 0
object TabSheet1: TTabSheet
Caption = '基本信息'
object BitBtn_add: TBitBtn
Left = 256
Top = 400
Width = 75
Height = 25
Caption = '追加'
TabOrder = 0
OnClick = BitBtn_addClick
end
object BitBtn_del: TBitBtn
Left = 336
Top = 400
Width = 75
Height = 25
Caption = '刪除'
TabOrder = 1
OnClick = BitBtn_delClick
end
object BitBtn_save: TBitBtn
Left = 416
Top = 400
Width = 75
Height = 25
Caption = '保存'
Enabled = False
TabOrder = 2
OnClick = BitBtn_saveClick
end
object BitBtn_first: TBitBtn
Left = 16
Top = 400
Width = 49
Height = 25
Caption = '<<'
TabOrder = 3
OnClick = BitBtn_firstClick
end
object BitBtn_prev: TBitBtn
Left = 72
Top = 400
Width = 49
Height = 25
Caption = '<'
TabOrder = 4
OnClick = BitBtn_prevClick
end
object BitBtn_next: TBitBtn
Left = 128
Top = 400
Width = 49
Height = 25
Caption = '>'
TabOrder = 5
OnClick = BitBtn_nextClick
end
object BitBtn_last: TBitBtn
Left = 184
Top = 400
Width = 49
Height = 25
Caption = '>>'
TabOrder = 6
OnClick = BitBtn_lastClick
end
object BitBtn_cancel: TBitBtn
Left = 496
Top = 400
Width = 75
Height = 25
Caption = '取消'
Enabled = False
TabOrder = 7
OnClick = BitBtn_cancelClick
end
object BitBtn_quit: TBitBtn
Left = 592
Top = 400
Width = 75
Height = 25
Caption = '退出'
TabOrder = 8
OnClick = BitBtn_quitClick
end
end
object TabSheet2: TTabSheet
Caption = '維護列表'
ImageIndex = 1
object DBGrid1: TDBGrid
Left = 0
Top = 0
Width = 681
Height = 393
Align = alTop
Color = clInfoBk
DataSource = DataSource1
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
TitleFont.Charset = DEFAULT_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -11
TitleFont.Name = 'MS Sans Serif'
TitleFont.Style = []
end
object BitBtn5: TBitBtn
Left = 64
Top = 408
Width = 75
Height = 25
Caption = '全部數據'
TabOrder = 1
OnClick = BitBtn5Click
end
object BitBtn6: TBitBtn
Left = 152
Top = 408
Width = 75
Height = 25
Caption = '查詢'
TabOrder = 2
OnClick = BitBtn6Click
end
end
end
object DataSource1: TDataSource
DataSet = Query1
Left = 164
Top = 32
end
object Query1: TQuery
CachedUpdates = True
AfterInsert = Query1AfterInsert
AfterEdit = Query1AfterInsert
AfterPost = Query1AfterPost
AfterScroll = Query1AfterScroll
DatabaseName = 'posdb'
RequestLive = True
Left = 108
Top = 104
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -