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

📄 mainfrm.dfm

📁 Barcode reader of all barcode reader mechine
💻 DFM
字号:
object Form1: TForm1
  Left = 351
  Top = 268
  Width = 270
  Height = 289
  Caption = 'Sony SerialNumber Writer'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 126
    Height = 22
    Caption = 'SerialNumber'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 136
    Width = 94
    Height = 22
    Caption = 'PRK Code'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 72
    Width = 103
    Height = 22
    Caption = 'Adapter Sn'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -19
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Shape1: TShape
    Left = 230
    Top = 34
    Width = 25
    Height = 25
    Shape = stCircle
  end
  object Shape2: TShape
    Left = 230
    Top = 98
    Width = 25
    Height = 25
    Shape = stCircle
  end
  object Shape3: TShape
    Left = 230
    Top = 160
    Width = 25
    Height = 25
    Shape = stCircle
  end
  object BarSn: TEdit
    Left = 8
    Top = 35
    Width = 216
    Height = 27
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 0
    OnChange = BarSnChange
    OnKeyPress = BarSnKeyPress
  end
  object MainSn: TEdit
    Left = 8
    Top = 162
    Width = 207
    Height = 27
    Enabled = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 1
    OnKeyPress = MainSnKeyPress
  end
  object Adapter: TEdit
    Left = 8
    Top = 99
    Width = 216
    Height = 27
    Enabled = False
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -16
    Font.Name = 'Arial'
    Font.Style = [fsBold]
    ParentFont = False
    TabOrder = 2
    OnChange = AdapterChange
    OnKeyPress = AdapterKeyPress
  end
  object Panel1: TPanel
    Left = 40
    Top = 208
    Width = 185
    Height = 41
    Caption = 'Ready'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -29
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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