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

📄 pcodesearch.dfm

📁 BarCodePrint条码打印机打印管理
💻 DFM
字号:
object FormCodeSearch: TFormCodeSearch
  Left = 194
  Top = 88
  BorderStyle = bsDialog
  Caption = '代码查询'
  ClientHeight = 334
  ClientWidth = 503
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object TabControl1: TTabControl
    Left = 16
    Top = 8
    Width = 465
    Height = 313
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = '宋体'
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    Tabs.Strings = (
      '查询条件')
    TabIndex = 0
    object ButtonCancle: TButton
      Left = 360
      Top = 208
      Width = 75
      Height = 25
      Caption = '关闭'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = ButtonCancleClick
    end
    object ButtonOK: TButton
      Left = 360
      Top = 172
      Width = 75
      Height = 25
      Caption = '查询'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = ButtonOKClick
    end
    object StaticText2: TStaticText
      Left = 8
      Top = 72
      Width = 68
      Height = 20
      Caption = '产品代码'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object StaticText3: TStaticText
      Left = 8
      Top = 98
      Width = 68
      Height = 20
      Caption = '加工代码'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object StaticText4: TStaticText
      Left = 8
      Top = 46
      Width = 68
      Height = 20
      Caption = '综合编码'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 4
    end
    object EditCode: TEdit
      Left = 80
      Top = 46
      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 = 5
    end
    object EditProductCode: TEdit
      Left = 80
      Top = 72
      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 = 6
    end
    object EditProcessCode: TEdit
      Left = 80
      Top = 98
      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 = 7
    end
    object Button3: TButton
      Left = 216
      Top = 94
      Width = 75
      Height = 25
      Caption = '选择...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 8
      OnClick = Button3Click
    end
    object Button4: TButton
      Left = 216
      Top = 42
      Width = 75
      Height = 25
      Caption = '选择...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 9
      OnClick = Button4Click
    end
    object Button5: TButton
      Left = 216
      Top = 68
      Width = 75
      Height = 25
      Caption = '选择...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 10
      OnClick = Button5Click
    end
    object StaticText9: TStaticText
      Left = 8
      Top = 188
      Width = 68
      Height = 20
      Caption = '检验代码'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 11
    end
    object StaticText10: TStaticText
      Left = 8
      Top = 213
      Width = 68
      Height = 20
      Caption = '部件代码'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 12
    end
    object EditCheckCode: TEdit
      Left = 80
      Top = 185
      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 = 13
    end
    object EditPartCode: TEdit
      Left = 80
      Top = 212
      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 = 14
    end
    object Button6: TButton
      Left = 216
      Top = 184
      Width = 75
      Height = 25
      Caption = '选择...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 15
      OnClick = Button6Click
    end
    object Button7: TButton
      Left = 216
      Top = 208
      Width = 75
      Height = 25
      Caption = '选择...'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 16
      OnClick = Button7Click
    end
    object StaticText11: TStaticText
      Left = 8
      Top = 158
      Width = 68
      Height = 20
      Caption = '包装单位'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 17
    end
    object EditUnit: TMaskEdit
      Left = 80
      Top = 152
      Width = 121
      Height = 24
      EditMask = '!99999;1;_'
      MaxLength = 5
      TabOrder = 18
      Text = '     '
    end
  end
end

⌨️ 快捷键说明

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