?? matin.~dfm
字號:
inherited frmMatIN: TfrmMatIN
Left = 57
Top = 68
Width = 945
Height = 723
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Stock IN Manager'
OldCreateOrder = True
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited TabControl: TTabControl
Top = 8
Width = 937
Height = 688
Tabs.Strings = (
'Inventory IN Paper')
TabIndex = 0
inherited ClientPanel: TPanel
Top = 23
Width = 929
Height = 661
object pnlInput: TPanel
Left = 0
Top = 0
Width = 929
Height = 221
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
TabOrder = 0
object lblindate: TLabel
Left = 33
Top = 32
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#26085#26399
end
object lblCode: TLabel
Left = 316
Top = 9
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #29289#26009#32534#30721
end
object lblName: TLabel
Left = 316
Top = 32
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #29289#26009#21517#31216
end
object lblRemarks: TLabel
Left = 623
Top = 122
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #22791#27880
end
object lblpaper: TLabel
Left = 33
Top = 8
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #36827#20179#21333#21495
end
object btnMatQry: TSpeedButton
Left = 538
Top = 5
Width = 23
Height = 20
Caption = '...'
OnClick = btnMatQryClick
end
object lblOutType: TLabel
Left = 599
Top = 32
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#31867#22411
end
object lblRecieve: TLabel
Left = 599
Top = 55
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#20154#21592
end
object lblInVoice: TLabel
Left = 33
Top = 76
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #21457#31080#21495#30721
end
object lblUType: TLabel
Left = 457
Top = 77
Width = 24
Height = 12
Caption = #21333#20301
end
object lblInGuage: TLabel
Left = 340
Top = 55
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #35268#26684
end
object lblunitPrice: TLabel
Left = 340
Top = 98
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #21333#20215
end
object lblINQuantity: TLabel
Left = 328
Top = 76
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#37327
end
object lblINAmount: TLabel
Left = 457
Top = 99
Width = 48
Height = 12
Caption = #20837#24211#37329#39069
end
object lblMold: TLabel
Left = 57
Top = 97
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #27169#21495
end
object lblPart: TLabel
Left = 45
Top = 121
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #38646#20214#21495
end
object btnOrdDelivery: TSpeedButton
Left = 563
Top = 5
Width = 23
Height = 20
Caption = '...'
OnClick = btnOrdDeliveryClick
end
object lblStockID: TLabel
Left = 623
Top = 9
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #20179#24211
end
object lblSuplier: TLabel
Left = 45
Top = 53
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #20379#24212#21830
end
object lblMaker: TLabel
Left = 329
Top = 144
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #21046#36896#21830
end
object lblOrderSerial: TLabel
Left = 599
Top = 100
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #35746#36135#24207#21495
end
object lblIsspaper: TLabel
Left = 154
Top = 33
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #36865#36135#21333#21495
end
object btnGuageDef: TSpeedButton
Left = 564
Top = 51
Width = 23
Height = 20
Caption = '...'
OnClick = btnGuageDefClick
end
object lblTPrice: TLabel
Left = 553
Top = 98
Width = 32
Height = 16
Alignment = taRightJustify
Caption = '0.00'
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = 'Fixedsys'
Font.Style = []
ParentFont = False
end
object lblOrderCode: TLabel
Left = 599
Top = 77
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #35746#21333#32534#21495
end
object lblMakerPrice: TLabel
Left = 326
Top = 121
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #21152#24037#36153
end
object lblSequalNo: TLabel
Left = 9
Top = 144
Width = 72
Height = 12
Alignment = taRightJustify
Caption = #20869#37096#31649#29702#32534#21495
end
object cbxMaker: TComboBox
Left = 365
Top = 140
Width = 222
Height = 20
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ItemHeight = 12
TabOrder = 30
OnChange = cbxMakerChange
OnDropDown = cbxMakerDropDown
end
object cbxSuplier: TComboBox
Left = 82
Top = 50
Width = 223
Height = 20
Enabled = False
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ItemHeight = 12
TabOrder = 28
Text = 'cbxSuplier'
OnChange = cbxSuplierChange
OnDropDown = cbxSuplierDropDown
end
object edtDate: TEdit
Left = 82
Top = 28
Width = 67
Height = 20
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
MaxLength = 10
TabOrder = 0
Text = '1999/11/11'
OnChange = ControlChange
OnEnter = ControlEnter
OnExit = ControlExit
OnKeyDown = edtDateKeyDown
end
object edtMatCode: TEdit
Left = 365
Top = 5
Width = 172
Height = 20
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
MaxLength = 30
TabOrder = 1
Text = '123456789012345678901234567890'
OnChange = ControlChange
OnEnter = ControlEnter
OnExit = ControlExit
OnKeyDown = ControlKeyDown
end
object edtMatName: TEdit
Left = 365
Top = 28
Width = 222
Height = 20
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
MaxLength = 30
TabOrder = 2
Text = 'edtMatName'
OnChange = ControlChange
OnEnter = ControlEnter
OnExit = ControlExit
OnKeyDown = ControlKeyDown
end
object edtNote: TEdit
Left = 649
Top = 118
Width = 222
Height = 20
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
MaxLength = 60
TabOrder = 3
Text = '789012345678901234567890123456789012345678901234567890'
OnChange = ControlChange
OnEnter = ControlEnter
OnExit = ControlExit
OnKeyDown = edtNoteKeyDown
end
object edtINPaperNo: TEdit
Left = 82
Top = 5
Width = 223
Height = 20
ImeMode = imClose
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -