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

📄 unit1.~dfm

📁 一个RFID上位机软件
💻 ~DFM
📖 第 1 页 / 共 4 页
字号:
object Form1: TForm1
  Left = 351
  Top = 231
  BorderStyle = bsSingle
  Caption = 'RFID Reader V1.0'
  ClientHeight = 434
  ClientWidth = 630
  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 ActionMainMenuBar1: TActionMainMenuBar
    Left = 0
    Top = 0
    Width = 630
    Height = 24
    ActionManager = ActionManager1
    Caption = 'ActionMainMenuBar1'
    EdgeOuter = esNone
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clMenuText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    Spacing = 0
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 24
    Width = 630
    Height = 29
    ButtonHeight = 24
    ButtonWidth = 27
    Caption = 'ToolBar1'
    Images = ImageList1
    ParentShowHint = False
    ShowHint = True
    TabOrder = 1
    object ToolButton1: TToolButton
      Left = 0
      Top = 2
      Hint = #25171#24320
      Action = FileOpen1
    end
    object ToolButton2: TToolButton
      Left = 27
      Top = 2
      Hint = #20445#23384
      Action = FileSaveAs1
    end
    object ToolButton3: TToolButton
      Left = 54
      Top = 2
      Hint = ' '#25171#21360
      Action = FilePrintSetup1
    end
    object ToolButton4: TToolButton
      Left = 81
      Top = 2
      Hint = #36864#20986
      Action = FileExit1
    end
    object ToolButton5: TToolButton
      Left = 108
      Top = 2
      Hint = #20018#21475#35774#32622
      Action = Action4
      ImageIndex = 3
    end
    object ToolButton6: TToolButton
      Left = 135
      Top = 2
      Hint = #24314#31435#36830#25509
      Action = Action5
      ImageIndex = 4
    end
    object ToolButton7: TToolButton
      Left = 162
      Top = 2
      Hint = #37325#26032#28608#27963
      Action = Action6
      ImageIndex = 8
    end
    object ToolButton8: TToolButton
      Left = 189
      Top = 2
      Hint = #28165#31354#26174#31034
      Action = Action9
      ImageIndex = 7
    end
  end
  object StringGrid1: TStringGrid
    Left = 0
    Top = 53
    Width = 630
    Height = 362
    Align = alClient
    ColCount = 4
    DefaultColWidth = 150
    DefaultRowHeight = 20
    RowCount = 17
    ScrollBars = ssVertical
    TabOrder = 2
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 415
    Width = 630
    Height = 19
    Panels = <
      item
        Width = 298
      end>
    SimplePanel = False
  end
  object Comm1: TComm
    CommName = 'COM1'
    BaudRate = 9600
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = True
    Outx_XonXoffFlow = False
    Inx_XonXoffFlow = False
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _1
    XonChar = #63733
    XoffChar = #63733
    ReplacedChar = #0
    ReadIntervalTimeout = 1
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 0
    OnReceiveData = Comm1ReceiveData
    Left = 280
    Top = 10
  end
  object ActionManager1: TActionManager
    ActionBars.SessionCount = 55
    ActionBars = <
      item
        Items = <
          item
            Items = <
              item
                Action = FileOpen1
                Caption = #25171#24320
                ImageIndex = 0
                ShortCut = 16463
              end
              item
                Action = FileSaveAs1
                Caption = #21478#23384#20026
                ImageIndex = 1
                ShortCut = 16467
              end
              item
                Caption = '-'
              end
              item
                Action = FilePrintSetup1
                Caption = #25171#21360
                ImageIndex = 5
                ShortCut = 16464
              end
              item
                Caption = '-'
              end
              item
                Action = FileExit1
                Caption = #36864#20986
                ImageIndex = 2
                ShortCut = 16453
              end>
            Caption = #25991#20214'(&F)'
          end
          item
            Items = <
              item
                Action = Action1
              end
              item
                Action = Action2
              end
              item
                Action = Action3
              end>
            Caption = #26597#30475'(&V)'
          end
          item
            Items = <
              item
                Action = Action4
                ImageIndex = 3
              end
              item
                Action = Action5
                ImageIndex = 4
              end
              item
                Action = Action6
                ImageIndex = 8
              end
              item

⌨️ 快捷键说明

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