?? sy_kc.dfm
字號:
object FrmY_KC: TFrmY_KC
Left = 126
Top = 120
BorderStyle = bsDialog
Caption = '庫存情況'
ClientHeight = 182
ClientWidth = 353
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
OldCreateOrder = False
Position = poOwnerFormCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label4: TLabel
Left = 28
Top = 18
Width = 60
Height = 12
Caption = '票品名稱:'
end
object L_JJMZ: TLabel
Left = 28
Top = 49
Width = 60
Height = 12
Caption = '進價(分):'
end
object Label3: TLabel
Left = 28
Top = 112
Width = 60
Height = 12
Caption = '已分套數:'
end
object Label5: TLabel
Left = 28
Top = 81
Width = 60
Height = 12
Caption = '庫存套數:'
end
object Label6: TLabel
Left = 28
Top = 146
Width = 60
Height = 12
Caption = '剩余套數:'
end
object L_WM1: TLabel
Left = 193
Top = 78
Width = 12
Height = 12
Caption = '枚'
Transparent = True
end
object L_WM2: TLabel
Left = 193
Top = 112
Width = 12
Height = 12
Caption = '枚'
Transparent = True
end
object L_WM3: TLabel
Left = 193
Top = 147
Width = 12
Height = 12
Caption = '枚'
Transparent = True
end
object BBt_Quit: TBitBtn
Left = 261
Top = 140
Width = 79
Height = 23
Cancel = True
Caption = '確定(&Y)'
Default = True
ModalResult = 1
TabOrder = 0
NumGlyphs = 2
end
object E_PPMC: TEdit
Left = 89
Top = 15
Width = 251
Height = 20
Color = clSilver
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 1
end
object E_JJ: TEdit
Left = 90
Top = 44
Width = 99
Height = 20
Color = clSilver
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 2
OnEnter = E_SYTSEnter
end
object E_KCTS: TCurrencyEdit
Left = 90
Top = 75
Width = 99
Height = 20
AutoSize = False
Color = clSilver
DecimalPlaces = 4
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 3
ZeroEmpty = False
OnEnter = E_SYTSEnter
end
object E_FPTS: TCurrencyEdit
Left = 90
Top = 107
Width = 99
Height = 20
AutoSize = False
Color = clSilver
DecimalPlaces = 4
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 4
ZeroEmpty = False
OnEnter = E_SYTSEnter
end
object E_SYTS: TCurrencyEdit
Left = 90
Top = 141
Width = 99
Height = 20
AutoSize = False
Color = clSilver
DecimalPlaces = 4
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = '宋體'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 5
ZeroEmpty = False
OnEnter = E_SYTSEnter
end
object Qry_Static: TQuery
CachedUpdates = True
DatabaseName = 'yzpp'
Filtered = True
SQL.Strings = (
'select * from TYS_GRPCKJHDB')
Left = 430
Top = 154
end
end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -