75 lines
1.5 KiB
Plaintext
75 lines
1.5 KiB
Plaintext
object frmInputBoxCard: TfrmInputBoxCard
|
|
Left = 682
|
|
Top = 315
|
|
Caption = #35831#36755#20837#25968#23383
|
|
ClientHeight = 116
|
|
ClientWidth = 437
|
|
Color = clWhite
|
|
Font.Charset = ANSI_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -16
|
|
Font.Name = #24494#36719#38597#40657
|
|
Font.Style = []
|
|
OldCreateOrder = False
|
|
Position = poMainFormCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 21
|
|
object Panel1: TPanel
|
|
Left = 0
|
|
Top = 0
|
|
Width = 437
|
|
Height = 116
|
|
Align = alClient
|
|
TabOrder = 0
|
|
ExplicitWidth = 362
|
|
ExplicitHeight = 100
|
|
object Label1: TLabel
|
|
Left = 31
|
|
Top = 37
|
|
Width = 48
|
|
Height = 21
|
|
Caption = #32568#21495#65306
|
|
end
|
|
object Label2: TLabel
|
|
Left = 31
|
|
Top = 77
|
|
Width = 48
|
|
Height = 21
|
|
Caption = #21345#25968#65306
|
|
end
|
|
object TTE_BatchNo: TcxTextEdit
|
|
Tag = 2
|
|
Left = 74
|
|
Top = 31
|
|
TabOrder = 0
|
|
Width = 200
|
|
end
|
|
object TTE_CardQty: TcxTextEdit
|
|
Tag = 2
|
|
Left = 74
|
|
Top = 71
|
|
ParentFont = False
|
|
TabOrder = 1
|
|
Width = 200
|
|
end
|
|
object cxButton1: TcxButton
|
|
Left = 320
|
|
Top = 35
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #30830#35748
|
|
TabOrder = 2
|
|
OnClick = cxButton1Click
|
|
end
|
|
object cxButton2: TcxButton
|
|
Left = 320
|
|
Top = 75
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #21462#28040
|
|
TabOrder = 3
|
|
OnClick = cxButton2Click
|
|
end
|
|
end
|
|
end
|