⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prelationnew.dfm

📁 BarCodePrint条码打印机打印管理
💻 DFM
字号:
object FormRelationNew: TFormRelationNew
  Left = 292
  Top = 144
  Width = 390
  Height = 290
  Caption = '对应关系(新加)'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object StaticText2: TStaticText
    Left = 40
    Top = 48
    Width = 68
    Height = 20
    Caption = '产品代码'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 6
  end
  object StaticText3: TStaticText
    Left = 40
    Top = 74
    Width = 68
    Height = 20
    Caption = '加工代码'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 7
  end
  object StaticText4: TStaticText
    Left = 40
    Top = 22
    Width = 68
    Height = 20
    Caption = '综合编码'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 8
  end
  object StaticText9: TStaticText
    Left = 40
    Top = 132
    Width = 68
    Height = 20
    Caption = '检验代码'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 9
  end
  object StaticText10: TStaticText
    Left = 40
    Top = 159
    Width = 68
    Height = 20
    Caption = '部件代码'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 10
  end
  object EditCode: TEdit
    Left = 112
    Top = 22
    Width = 121
    Height = 21
    TabStop = False
    Color = clBtnFace
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    ReadOnly = True
    TabOrder = 11
  end
  object EditProductCode: TEdit
    Left = 112
    Top = 48
    Width = 121
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnChange = EditProductCodeChange
  end
  object EditProcessCode: TEdit
    Left = 112
    Top = 74
    Width = 121
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnChange = EditProductCodeChange
  end
  object EditCheckCode: TEdit
    Left = 112
    Top = 132
    Width = 121
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
  end
  object EditPartCode: TEdit
    Left = 112
    Top = 159
    Width = 121
    Height = 21
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 3
  end
  object Button3: TButton
    Left = 248
    Top = 70
    Width = 75
    Height = 25
    Caption = '选择...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 12
    OnClick = Button3Click
  end
  object Button5: TButton
    Left = 248
    Top = 44
    Width = 75
    Height = 25
    Caption = '选择...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 13
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 248
    Top = 128
    Width = 75
    Height = 25
    Caption = '选择...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 14
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 248
    Top = 155
    Width = 75
    Height = 25
    Caption = '选择...'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 15
    OnClick = Button7Click
  end
  object StaticText11: TStaticText
    Left = 40
    Top = 110
    Width = 68
    Height = 20
    Caption = '包装单位'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 16
  end
  object ButtonCancle: TButton
    Left = 211
    Top = 200
    Width = 75
    Height = 25
    Caption = '取消'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 5
    OnClick = ButtonCancleClick
  end
  object ButtonOK: TButton
    Left = 83
    Top = 200
    Width = 75
    Height = 25
    Caption = '确定'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 4
    OnClick = ButtonOKClick
  end
  object EditUnit: TMaskEdit
    Left = 112
    Top = 104
    Width = 121
    Height = 21
    EditMask = '!99999;1;_'
    MaxLength = 5
    TabOrder = 17
    Text = '     '
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -