📄 sy_ck_lmp_add.dfm
字号:
object Frm_SY_CK_LMP_Add: TFrm_SY_CK_LMP_Add
Left = 117
Top = 92
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = '零枚出库计划单制定——选择票品'
ClientHeight = 391
ClientWidth = 648
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 bbtn_Finish: TBitBtn
Left = 417
Top = 351
Width = 75
Height = 25
Caption = '完成(&O)'
TabOrder = 0
OnClick = bbtn_FinishClick
Glyph.Data = {
DE010000424DDE01000000000000760000002800000024000000120000000100
0400000000006801000000000000000000001000000000000000000000000000
80000080000000808000800000008000800080800000C0C0C000808080000000
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
3333333333333333333333330000333333333333333333333333F33333333333
00003333344333333333333333388F3333333333000033334224333333333333
338338F3333333330000333422224333333333333833338F3333333300003342
222224333333333383333338F3333333000034222A22224333333338F338F333
8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
33333338F83338F338F33333000033A33333A222433333338333338F338F3333
0000333333333A222433333333333338F338F33300003333333333A222433333
333333338F338F33000033333333333A222433333333333338F338F300003333
33333333A222433333333333338F338F00003333333333333A22433333333333
3338F38F000033333333333333A223333333333333338F830000333333333333
333A333333333333333338330000333333333333333333333333333333333333
0000}
NumGlyphs = 2
end
object bbtn_Cancel: TBitBtn
Left = 548
Top = 351
Width = 75
Height = 25
Caption = '取消(&C)'
TabOrder = 1
Kind = bkCancel
end
object pgc_Select: TPageControl
Left = 11
Top = 5
Width = 626
Height = 331
ActivePage = tbs_PP
Style = tsFlatButtons
TabOrder = 2
object tbs_PP: TTabSheet
TabVisible = False
object rg_Type: TRadioGroup
Left = 0
Top = 5
Width = 185
Height = 31
Columns = 3
Items.Strings = (
'普票'
'零枚'
'封片')
TabOrder = 0
OnClick = rg_TypeClick
end
object dbg_PP: TDBGrid
Left = 2
Top = 45
Width = 614
Height = 276
DataSource = ds_PP
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
TabOrder = 1
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'ZH'
Title.Alignment = taCenter
Title.Caption = '志号'
Width = 60
Visible = True
end
item
Expanded = False
FieldName = 'PPMC'
Title.Alignment = taCenter
Title.Caption = '票品名称'
Width = 128
Visible = True
end
item
Expanded = False
FieldName = 'KFMC'
Title.Alignment = taCenter
Title.Caption = '库房'
Width = 62
Visible = True
end
item
Expanded = False
FieldName = 'SL'
Title.Alignment = taCenter
Title.Caption = '库存数量'
Width = 59
Visible = True
end
item
Expanded = False
FieldName = 'MZ'
Title.Alignment = taCenter
Title.Caption = '面值(元)'
Width = 50
Visible = True
end
item
Expanded = False
FieldName = 'JJ'
Title.Alignment = taCenter
Title.Caption = '进价(元)'
Width = 52
Visible = True
end
item
Expanded = False
FieldName = 'XJ'
Title.Caption = '销价(元)'
Width = 50
Visible = True
end
item
Expanded = False
FieldName = 'ZK'
Title.Alignment = taCenter
Title.Caption = '折扣%'
Width = 40
Visible = True
end
item
Expanded = False
FieldName = 'JSJ'
Title.Alignment = taCenter
Title.Caption = '结算价(元)'
Width = 60
Visible = True
end>
end
end
object tbs_DW: TTabSheet
ImageIndex = 1
TabVisible = False
object lbl_BZGG: TLabel
Left = 349
Top = 60
Width = 60
Height = 12
Caption = '包装规格:'
end
object rg_CKXZ: TRadioGroup
Left = 2
Top = 5
Width = 334
Height = 36
Caption = '分配依据'
Columns = 3
ItemIndex = 0
Items.Strings = (
'分配计划'
'出库单'
'无依据')
TabOrder = 0
OnClick = rg_CKXZClick
end
object dbg_CKXZ: TDBGrid
Left = 2
Top = 85
Width = 234
Height = 231
DataSource = ds_CKXZ
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
TabOrder = 1
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'JHH'
Title.Alignment = taCenter
Title.Caption = '计划号'
Visible = True
end
item
Expanded = False
FieldName = 'PPMC'
Title.Alignment = taCenter
Title.Caption = '票品名称'
Width = 121
Visible = True
end
item
Expanded = False
FieldName = 'TX'
Title.Alignment = taCenter
Title.Caption = '图序'
Width = 43
Visible = True
end>
end
object dbg_DWFP: TDBGrid
Left = 241
Top = 85
Width = 375
Height = 231
DataSource = ds_DWFP
Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgAlwaysShowSelection, dgConfirmDelete, dgCancelOnExit]
ReadOnly = True
TabOrder = 2
TitleFont.Charset = GB2312_CHARSET
TitleFont.Color = clWindowText
TitleFont.Height = -12
TitleFont.Name = '宋体'
TitleFont.Style = []
Columns = <
item
Expanded = False
FieldName = 'DWMC'
Title.Alignment = taCenter
Title.Caption = '单位名称'
Width = 162
Visible = True
end
item
Expanded = False
FieldName = 'SL'
Title.Alignment = taCenter
Title.Caption = '分配数量'
Width = 108
Visible = True
end>
end
object rg_Round: TRadioGroup
Left = 5
Top = 45
Width = 176
Height = 36
Caption = '凑包版'
Columns = 3
ItemIndex = 2
Items.Strings = (
'凑包'
'凑版'
'不凑')
TabOrder = 3
OnClick = rg_RoundClick
end
object rg_Round_Style: TRadioGroup
Left = 192
Top = 45
Width = 146
Height = 36
Columns = 2
ItemIndex = 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -