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

📄 phistorysearch.dfm

📁 BarCodePrint条码打印机打印管理
💻 DFM
字号:
object FormHistorySearch: TFormHistorySearch
  Left = 203
  Top = 131
  BorderStyle = bsDialog
  Caption = '打印查询'
  ClientHeight = 213
  ClientWidth = 423
  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 = 12
    Top = 9
    Width = 395
    Height = 181
    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 = 264
      Top = 89
      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 = 265
      Top = 45
      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 = 32
      Top = 134
      Width = 36
      Height = 20
      Caption = '月份'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 2
    end
    object StaticText4: TStaticText
      Left = 33
      Top = 105
      Width = 36
      Height = 20
      Caption = '年份'
      Font.Charset = GB2312_CHARSET
      Font.Color = clWindowText
      Font.Height = -16
      Font.Name = '宋体'
      Font.Style = []
      ParentFont = False
      TabOrder = 3
    end
    object MaskEditYear: TMaskEdit
      Left = 82
      Top = 99
      Width = 121
      Height = 24
      EditMask = '!9999;1;_'
      MaxLength = 4
      TabOrder = 4
      Text = '    '
    end
    object MaskEditMonth: TMaskEdit
      Left = 82
      Top = 128
      Width = 121
      Height = 24
      EditMask = '!99;1;_'
      MaxLength = 2
      TabOrder = 5
      Text = '  '
    end
    object StaticText1: TStaticText
      Left = 11
      Top = 43
      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 = 9
      Top = 72
      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 EditLotNo: TEdit
      Left = 82
      Top = 41
      Width = 121
      Height = 24
      TabOrder = 8
    end
    object EditHeNo: TEdit
      Left = 82
      Top = 71
      Width = 121
      Height = 24
      TabOrder = 9
    end
  end
end

⌨️ 快捷键说明

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