?? unposas.dfm
字號:
object FMPOSAS: TFMPOSAS
Left = 142
Top = 290
BorderIcons = []
BorderStyle = bsDialog
Caption = '進入收款臺'
ClientHeight = 236
ClientWidth = 507
Color = 16765872
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnClose = FormClose
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 10
Top = 10
Width = 145
Height = 27
Caption = '收款臺編號'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -27
Font.Name = '新宋體'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 10
Top = 49
Width = 145
Height = 27
Caption = '發票啟始號'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -27
Font.Name = '新宋體'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 375
Top = 54
Width = 144
Height = 21
Caption = '(XX12354678)'
Font.Charset = DEFAULT_CHARSET
Font.Color = clNavy
Font.Height = -21
Font.Name = '新宋體'
Font.Style = [fsBold]
ParentFont = False
end
object BTNQUT: TBitBtn
Left = 5
Top = 85
Width = 491
Height = 148
Caption = '開始作業'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -32
Font.Name = '新宋體'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BTNQUTClick
end
object ED_INVOICE: TEdit
Left = 150
Top = 45
Width = 221
Height = 36
AutoSize = False
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = '新宋體'
Font.Pitch = fpVariable
Font.Style = []
MaxLength = 10
ParentCtl3D = False
ParentFont = False
TabOrder = 1
OnKeyDown = ED_CHECKTABLEKeyDown
end
object ED_CHECKTABLE: SELOOKUPBOX
Left = 150
Top = 5
Width = 300
Height = 33
Ctl3D = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -27
Font.Name = '新宋體'
Font.Pitch = fpVariable
Font.Style = []
MaxLength = 20
ParentCtl3D = False
ParentFont = False
TabOrder = 2
OnKeyDown = ED_CHECKTABLEKeyDown
_DatabaseName = 'MAIN'
_TableName = 'SYSLST'
_Field_IDNO = 'POSAPAIDE'
_EDIT_WIDTH = 80
_CHANGE_QUERY = True
_INSERT_RECORD = False
_SHOW_MESSAGE = False
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -