main.lfm 5.52 KiB
Newer Older
developer1's avatar
developer1committed
1
object MainForm: TMainForm
2 3 4
left = 479Height = 654Top = 68
developer1's avatar
developer1committed
5 6 7 8
Width = 681BorderIcons = [biSystemMenu, biMinimize]BorderStyle = bsSingleCaption = 'Fast Card Read - uFR Series - Linear Raw read example'
developer1's avatar
developer1committed
ClientWidth = 681Font.CharSet = ANSI_CHARSETFont.Height = -13Font.Name = 'Courier New'Font.Pitch = fpFixedFont.Quality = fqDraftKeyPreview = TrueOnActivate = FormActivateOnClose = FormCloseOnCreate = FormCreate
developer1's avatar
developer1committed
21
object Memo1: TMemo
developer1's avatar
developer1committed
23
Height = 282
developer1's avatar
developer1committed
Font.CharSet = ANSI_CHARSETFont.Height = -12Font.Name = 'Courier New'Font.Pitch = fpFixedFont.Quality = fqDraftlines.Strings = ('This example is presenting fast card reading feature of uFR devices with'' usage of "LinRowRead_" API command, by using default ''$FF $FF $FF $FF $FF $FF Key A for Mifare Classic 1K and 4 K cards. ''''If Default keyA does not match to card keyA, data will be represented as ''unknown'' or as ''row of $EE bytes.''''For other card types key A is not used.''''Data output will be automatically saved during card reading in following formats: ''as raw format (.mfd) ''and/or '“作为. txt文件”'if appropriate chekboxes are checked (UNchecked by default).''''Feel free to use it on your projects. Enjoy!''''Digital Logic Team - 2015''')ParentBidiMode = FalseParentFont = FalseReadOnly = TrueScrollBars = ssAutoBothTabOrder = 1endobject btnOpen: TButtonleft = 8Height = 81Top = 8
developer1's avatar
developer1committed
Caption = 'OPEN READER'OnClick = btnOpenClickTabOrder = 2endobject BtnInfo: TButtonleft = 555Height = 46Top = 9Width = 114标题= '卡信息'Enabled = FalseOnClick = BtnInfoClickTabOrder = 3endobject mLog: TMemo
developer1's avatar
developer1committed
79
Height = 104
developer1's avatar
developer1committed
Font.CharSet = ANSI_CHARSETFont.Color = clNavyFont.Height = -11Font.Name = 'Courier New'Font.Pitch = fpFixedFont.Quality = fqDraftParentFont = FalseTabOrder = 4endobject btnRead: TButtonleft = 555Height = 46Top = 80Width = 114Caption = 'Read card'Enabled = FalseOnClick = btnReadClickTabOrder = 5endobject GroupBox1: TGroupBoxleft = 8Height = 41
developer1's avatar
developer1committed
106
ClientHeight = 20
developer1's avatar
developer1committed
TabOrder = 6object cbTxt: TCheckBoxleft = 375
developer1's avatar
developer1committed
112
Top = 1
developer1's avatar
developer1committed
Caption = 'Save as text file'Font.CharSet = ANSI_CHARSETFont.Height = -11Font.Name = 'Courier New'Font.Pitch = fpFixedFont.Quality = fqDraftParentFont = FalseTabOrder = 0endobject cbRaw: TCheckBoxleft = 142
developer1's avatar
developer1committed
126
Top = 1
developer1's avatar
developer1committed
Caption = 'Save as raw data (.mfd)'Font.CharSet = ANSI_CHARSETFont.Height = -11Font.Name = 'Courier New'Font.Pitch = fpFixedFont.Quality = fqDraftParentFont = FalseTabOrder = 1endobject Label1: TLabelleft = 8Height = 15Top = 4Width = 105Caption = 'Output options:'Font.CharSet = ANSI_CHARSETFont.Color = clNavyFont.Height = -12Font.Name = 'Courier New'Font.Pitch = fpFixedFont.Quality = fqDraftParentColor = FalseParentFont = Falseendendobject mInfo: TMemoleft = 128Height = 81Top = 9Width = 420Color = clInfoBkFont.CharSet = ANSI_CHARSETFont.Color = clNavyFont.Height = -12Font.Name = 'Courier New'Font.Pitch = fpFixedFont.Quality = fqDraftParentBidiMode = FalseParentFont = FalseReadOnly = TrueTabOrder = 0TabStop = Falseend
object groupAdvanced: TGroupBoxleft = 8Height = 65Top = 136Width = 664Caption = 'Advanced options'ClientHeight = 44ClientWidth = 660Enabled = FalseTabOrder = 7object lblReaderType: TLabelleft = 8Height = 16Top = 16Width = 96Caption = 'Reader type:'ParentColor = Falseendobject txtReaderType: TEditleft = 112Height = 24Top = 13Width = 24Alignment = taCenterTabOrder = 0endobject lblPortName: TLabel左= 144Height = 16Top = 16Width = 80Caption = 'Port name:'ParentColor = Falseendobject txtPortName: TEditleft = 232Height = 24Top = 13Width = 128Alignment = taCenterTabOrder = 1endobject lblPortInterface: TLabelleft = 368Height = 16Top = 16Width = 120Caption = 'Port interface:'ParentColor = Falseendobject txtPortInterface: TEditleft = 496Height = 24Top = 13Width = 24Alignment = taCenterTabOrder = 2endobject lblArg: TLabelleft = 528Height = 16Top = 16Width = 32Caption = 'Arg:'ParentColor = Falseendobject txtArg: TEditleft = 568Height = 24Top = 13Width = 88Alignment = taCenterTabOrder = 3endendobject checkAdvanced: TCheckBoxleft = 14Height = 20Top = 104Width = 180Caption = 'Use Advanced options'OnClick = checkAdvancedClickTabOrder = 8end
developer1's avatar
developer1committed
255
end
Baidu
map