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

📄 unit1.~dfm

📁 一款随机序列号的生成器
💻 ~DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 239
  Height = 313
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #26684#24335#21270#24207#21015#21495#29983#25104#22120
  Color = clMoneyGreen
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 56
    Width = 56
    Height = 16
    Caption = 'SN String'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGray
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 8
    Top = 88
    Width = 86
    Height = 16
    Caption = 'Serial Number'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGray
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 8
    Top = 144
    Width = 70
    Height = 16
    Caption = 'Mask String'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clGray
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 32
    Top = 16
    Width = 75
    Height = 25
    Caption = 'Get SN'
    TabOrder = 0
    Visible = False
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 32
    Top = 112
    Width = 41
    Height = 21
    Color = clGradientActiveCaption
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 80
    Top = 112
    Width = 41
    Height = 21
    Color = clGradientActiveCaption
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 128
    Top = 112
    Width = 41
    Height = 21
    Color = clGradientActiveCaption
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object Edit4: TEdit
    Left = 176
    Top = 112
    Width = 41
    Height = 21
    Color = clGradientActiveCaption
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object Edit5: TEdit
    Left = 72
    Top = 56
    Width = 145
    Height = 21
    Color = clSkyBlue
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    TabOrder = 5
  end
  object Button2: TButton
    Left = 112
    Top = 16
    Width = 105
    Height = 25
    Caption = #29983#25104#24207#21015#21495
    TabOrder = 6
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 32
    Top = 168
    Width = 185
    Height = 21
    Color = clSkyBlue
    ItemHeight = 13
    TabOrder = 7
    Items.Strings = (
      '####9999##99#9##'
      '##99##99##99##99'
      'a9##a#9#########'
      '9999999999999999'
      'AAAAAAAAAAAAAAAA'
      'aaaaaaaaaaaaaaaa'
      '################'
      'AAaaAA99AA##AA99'
      'ZZZZ####ZZZZ2222')
  end
  object Memo1: TMemo
    Left = 8
    Top = 200
    Width = 209
    Height = 81
    Lines.Strings = (
      #20320#21487#20197#20351#29992'Mask String '#21253#21547'A,a,9,#'
      #30340#23383#31526#32452#21512#12290
      'A'#34920#31034#35813#20301#23545#24212#30340#23383#31526#20026#22823#20889#23383#27597'(A'
      '..Z)'
      'a'#34920#31034#35813#20301#23545#24212#30340#23383#31526#20026#23567#20889#23383#27597'(a.'
      '.z)'
      '9'#34920#31034#35813#20301#23545#24212#30340#23383#31526#20026#25968#23383'(0..9)'
      '#'#34920#31034#20219#24847#30340#23383#27597#21644#25968#23383'(A..Z,a..z,0..'
      '9)'
      #38750'A,a,9,#'#31561#23383#31526#31561#20215#20110'#')
    ScrollBars = ssVertical
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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