- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
Unit1.dfm
资源名称:随机序列号发生器.rar [点击查看]
上传用户:rick3344
上传日期:2013-02-03
资源大小:225k
文件大小:4k
源码类别:
源码/资料
开发平台:
WINDOWS
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 259
- 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 = 201
- 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 = 233
- 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