?? otherin.dfm
字號:
inherited frmOtherIn: TfrmOtherIn
Left = 62
Top = 155
Width = 857
Height = 651
BorderIcons = [biSystemMenu, biMinimize]
Caption = 'Other IN Manager'
OldCreateOrder = True
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 12
inherited TabControl: TTabControl
Top = 7
Width = 849
Height = 617
Tabs.Strings = (
'Inventory IN Paper')
TabIndex = 0
inherited ClientPanel: TPanel
Top = 23
Width = 841
Height = 590
object pnlInput: TPanel
Left = 0
Top = 0
Width = 841
Height = 218
Align = alTop
BevelInner = bvRaised
BevelOuter = bvLowered
Color = clSkyBlue
TabOrder = 0
object lblindate: TLabel
Left = 37
Top = 31
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#26085#26399
end
object lblCode: TLabel
Left = 326
Top = 8
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #29289#26009#32534#30721
end
object lblName: TLabel
Left = 326
Top = 31
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #29289#26009#21517#31216
end
object lblRemarks: TLabel
Left = 620
Top = 118
Width = 42
Height = 12
Alignment = taRightJustify
Caption = 'Remarks'
end
object lblpaper: TLabel
Left = 37
Top = 9
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#21333#21495
end
object btnMatQry: TSpeedButton
Left = 549
Top = 5
Width = 23
Height = 20
Caption = '...'
OnClick = btnMatQryClick
end
object lblOutType: TLabel
Left = 614
Top = 31
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#31867#22411
end
object lblRecieve: TLabel
Left = 614
Top = 52
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#20154#21592
end
object lblInVoice: TLabel
Left = 37
Top = 75
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #21457#31080#21495#30721
end
object lblUType: TLabel
Left = 469
Top = 75
Width = 54
Height = 12
Caption = 'Unit Name'
end
object lblInGuage: TLabel
Left = 350
Top = 53
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #35268#26684
end
object lblunitPrice: TLabel
Left = 350
Top = 97
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #21333#20215
end
object lblINQuantity: TLabel
Left = 338
Top = 74
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #20837#24211#37327
end
object lblINAmount: TLabel
Left = 468
Top = 97
Width = 54
Height = 12
Caption = 'IN Amount'
end
object lblTPrice: TLabel
Left = 509
Top = 97
Width = 88
Height = 16
Alignment = taRightJustify
Caption = '789,012,345'
Font.Charset = GB2312_CHARSET
Font.Color = clBlue
Font.Height = -12
Font.Name = 'Fixedsys'
Font.Style = []
ParentFont = False
end
object lblMold: TLabel
Left = 61
Top = 96
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #27169#21495
end
object lblPart: TLabel
Left = 49
Top = 118
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #38646#20214#21495
end
object btnOrdDelivery: TSpeedButton
Left = 574
Top = 5
Width = 23
Height = 20
Caption = '...'
OnClick = btnOrdDeliveryClick
end
object lblStockID: TLabel
Left = 637
Top = 9
Width = 24
Height = 12
Alignment = taRightJustify
Caption = #20179#24211
end
object lblSuplier: TLabel
Left = 49
Top = 52
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #20379#24212#21830
end
object lblMaker: TLabel
Left = 338
Top = 141
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #21046#36896#21830
end
object lblOrderSerial: TLabel
Left = 615
Top = 97
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #35746#36135#24207#21495
end
object lblIsspaper: TLabel
Left = 155
Top = 31
Width = 66
Height = 12
Alignment = taRightJustify
Caption = 'Issue Paper'
end
object btnGuageDef: TSpeedButton
Left = 575
Top = 48
Width = 23
Height = 20
Caption = '...'
OnClick = btnGuageDefClick
end
object lblMakerPrice: TLabel
Left = 338
Top = 119
Width = 36
Height = 12
Alignment = taRightJustify
Caption = #21152#24037#36153
end
object lblSequalNo: TLabel
Left = 25
Top = 141
Width = 60
Height = 12
Alignment = taRightJustify
Caption = #20869#37096#31649#29702#21495
end
object lblOrderCode: TLabel
Left = 613
Top = 76
Width = 48
Height = 12
Alignment = taRightJustify
Caption = #35746#21333#32534#21495
end
object cbxMaker: TComboBox
Left = 376
Top = 137
Width = 223
Height = 20
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ItemHeight = 12
TabOrder = 31
OnChange = cbxMakerChange
OnDropDown = cbxMakerDropDown
end
object cbxSuplier: TComboBox
Left = 88
Top = 49
Width = 227
Height = 20
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
ItemHeight = 12
TabOrder = 29
Text = 'cbxSuplier'
OnChange = cbxSuplierChange
OnDropDown = cbxSuplierDropDown
end
object edtDate: TEdit
Left = 88
Top = 27
Width = 66
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 = 376
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 = 376
Top = 27
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 = 665
Top = 116
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 = 88
Top = 5
Width = 227
Height = 20
ImeMode = imClose
ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
TabOrder = 4
OnChange = ControlChange
OnEnter = ControlEnter
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -