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

📄 main.~dfm

📁 一个Delphi写的跟考勤机门禁机收款机的接品软件源码
💻 ~DFM
📖 第 1 页 / 共 4 页
字号:
          Left = 24
          Top = 58
          Width = 96
          Height = 12
          Caption = #24403#21069#26368#22823#28040#36153#37329#39069
        end
        object Label11: TLabel
          Left = 24
          Top = 85
          Width = 72
          Height = 12
          Caption = #21345#19978#26368#22823#20313#39069
        end
        object Label14: TLabel
          Left = 24
          Top = 112
          Width = 48
          Height = 12
          Caption = #31649#29702#26435#38480
        end
        object Label15: TLabel
          Left = 303
          Top = 29
          Width = 60
          Height = 12
          Caption = #21333#20301#65288#20998#65289
        end
        object Label17: TLabel
          Left = 303
          Top = 57
          Width = 60
          Height = 12
          Caption = #21333#20301#65288#20998#65289
        end
        object Label18: TLabel
          Left = 303
          Top = 86
          Width = 60
          Height = 12
          Caption = #21333#20301#65288#20998#65289
        end
        object edDayCustom: TEdit
          Left = 144
          Top = 24
          Width = 156
          Height = 20
          TabOrder = 0
          Text = '0.00'
          OnKeyPress = edDayCustomKeyPress
        end
        object edNowCustom: TEdit
          Left = 144
          Top = 52
          Width = 156
          Height = 20
          TabOrder = 1
          Text = '0.00'
          OnKeyPress = edDayCustomKeyPress
        end
        object edCardMoney: TEdit
          Left = 144
          Top = 80
          Width = 156
          Height = 20
          TabOrder = 2
          Text = '0.00'
          OnKeyPress = edDayCustomKeyPress
        end
        object edUser: TEdit
          Left = 144
          Top = 108
          Width = 156
          Height = 20
          TabOrder = 3
          Text = '0'
          OnKeyPress = edUserKeyPress
        end
        object Button1: TButton
          Left = 374
          Top = 23
          Width = 65
          Height = 25
          Caption = #35774#32622
          TabOrder = 4
          OnClick = Button1Click
        end
        object Button2: TButton
          Left = 374
          Top = 52
          Width = 65
          Height = 25
          Caption = #35774#32622
          TabOrder = 5
          OnClick = Button2Click
        end
        object Button3: TButton
          Left = 374
          Top = 81
          Width = 65
          Height = 25
          Caption = #35774#32622
          TabOrder = 6
          OnClick = Button3Click
        end
        object Button4: TButton
          Left = 373
          Top = 108
          Width = 65
          Height = 25
          Caption = #35774#32622
          TabOrder = 7
          OnClick = Button4Click
        end
      end
    end
    object tsClockList: TTabSheet
      Caption = #35774#22791#31649#29702
      ImageIndex = 5
      object Panel4: TPanel
        Left = 360
        Top = 0
        Width = 172
        Height = 393
        Align = alRight
        BevelOuter = bvNone
        TabOrder = 0
        object spAddClock: TButton
          Left = 8
          Top = 277
          Width = 48
          Height = 25
          Caption = #28155#21152
          TabOrder = 1
          OnClick = spAddClockClick
        end
        object sbDelClock: TButton
          Left = 62
          Top = 277
          Width = 48
          Height = 25
          Caption = #21024#38500
          TabOrder = 2
          OnClick = sbDelClockClick
        end
        object sbSaveClock: TButton
          Left = 116
          Top = 277
          Width = 48
          Height = 25
          Caption = #20445#23384
          TabOrder = 3
          OnClick = sbSaveClockClick
        end
        object GroupBox3: TGroupBox
          Left = 8
          Top = 8
          Width = 161
          Height = 257
          Caption = #31471#21475#35774#32622
          TabOrder = 0
          object Label28: TLabel
            Left = 8
            Top = 64
            Width = 30
            Height = 12
            Caption = #31471#21475':'
          end
          object Label30: TLabel
            Left = 8
            Top = 96
            Width = 30
            Height = 12
            Caption = #36895#29575':'
          end
          object Label31: TLabel
            Left = 8
            Top = 32
            Width = 30
            Height = 12
            Caption = #26426#21495':'
          end
          object Label47: TLabel
            Left = 8
            Top = 128
            Width = 30
            Height = 12
            Caption = #22411#21495':'
          end
          object Label12: TLabel
            Left = 8
            Top = 160
            Width = 30
            Height = 12
            Caption = #29256#26412':'
          end
          object cbPort: TComboBox
            Left = 72
            Top = 64
            Width = 80
            Height = 20
            ItemHeight = 12
            Sorted = True
            TabOrder = 1
            Text = 'COM1'
            Items.Strings = (
              'COM1'
              'COM2'
              'COM3'
              'COM4'
              'COM5'
              'COM6')
          end
          object cbRate: TComboBox
            Left = 72
            Top = 96
            Width = 80
            Height = 20
            ItemHeight = 12
            TabOrder = 2
            Text = '9600'
            Items.Strings = (
              '9600'
              '19200'
              '38400'
              '57600'
              '115200')
          end
          object edClockID: TEdit
            Left = 72
            Top = 32
            Width = 80
            Height = 20
            MaxLength = 2
            TabOrder = 0
            Text = '01'
          end
          object edClockType: TComboBox
            Left = 72
            Top = 128
            Width = 80
            Height = 20
            ItemHeight = 12
            TabOrder = 3
            OnChange = edClockTypeChange
            OnExit = edClockTypeExit
            Items.Strings = (
              #33258#21160#35782#21035
              '210'
              '610'
              '680'
              '690'
              '710'
              '730'
              '810'
              '830'
              '880'
              '889'
              '890'
              '900'
              '980'
              '981')
          end
          object cbICID: TCheckBox
            Left = 8
            Top = 196
            Width = 97
            Height = 17
            Caption = #26159#21542'IC'
            Checked = True
            State = cbChecked
            TabOrder = 5
          end
          object edFireware: TComboBox
            Left = 72
            Top = 160
            Width = 80
            Height = 20
            ItemHeight = 12
            TabOrder = 4
            Text = '1.0'
            Items.Strings = (
              '1.0'
              '1.25'
              '1.28'
              '1.29'
              '1.30'
              '1.32')
          end
          object cbCmdVerify: TCheckBox
            Left = 8
            Top = 216
            Width = 97
            Height = 17
            Caption = #36890#35759#21629#20196#26657#39564
            TabOrder = 6
            Visible = False
          end
        end
        object btnSearchClock: TButton
          Left = 24
          Top = 368
          Width = 89
          Height = 25
          Caption = #33258#21160#25628#23547
          TabOrder = 4
          Visible = False
        end
        object btnSearch: TButton
          Left = 8
          Top = 313
          Width = 158
          Height = 25
          Caption = #33258#21160#25628#23547
          TabOrder = 5
          OnClick = btnSearchClick
        end
        object cbNotSaveDeviceList: TCheckBox
          Left = 9
          Top = 344
          Width = 152
          Height = 17
          Caption = #19981#20445#23384#35774#22791#21015#34920
          TabOrder = 6
        end
      end
      object lvClocks: TListView
        Left = 0
        Top = 0
        Width = 360
        Height = 393
        Align = alClient
        Columns = <
          item
            Caption = #26426#21495
          end
          item
            Caption = #21517#31216
            MaxWidth = 1
            Width = 0
          end
          item
            Caption = #36890#20449#31471#21475
            Width = 70
          end
          item
            Caption = #36890#20449#36895#29575
            Width = 80
          end
          item
            Caption = #35774#22791#31867#22411
            Width = 80
          end
          item
            Caption = #29256#26412
          end>
        HideSelection = False
        MultiSelect = True
        ReadOnly = True
        RowSelect = True
        SortType = stText
        TabOrder = 1
        ViewStyle = vsReport
        OnDeletion = lvClocksDeletion
        OnSelectItem = lvClocksSelectItem
      end
    end
    object tsRegCard: TTabSheet
      Caption = #30331#35760#21345#21495
      ImageIndex = 2
      TabVisible = False
      object Bevel8: TBevel
        Left = 0
        Top = 0
        Width = 532
        Height = 393
        Align = alClient
      end
      object Label26: TLabel
        Left = 16
        Top = 16
        Width = 54
        Height = 12
        Caption = #30331#35760#21345#21495':'
      end
      object lbRegCard: TListBox
        Left = 16
        Top = 32
        Width = 177
        Height = 185
        ItemHeight = 12
        MultiSelect = True
        TabOrder = 0
      end
      object btnRegAdd: TButton
        Left = 252
        Top = 32
        Width = 75
        Height = 25
        Caption = #28155#21152'(&A)'
        TabOrder = 1
      end
      object btnRegDel: TButton
        Left = 252
        Top = 72
        Width = 75
        Height = 25
        Caption = #21024#38500'(&D)'
        TabOrder = 2
      end
      object BitBtn3: TButton
        Left = 252
        Top = 112
        Width = 75
        Height = 25
        Caption = #37325#26032#20889#20837'(&W)'
        TabOrder = 3
      end
      object BitBtn4: TButton
        Left = 252
        Top = 152
        Width = 75
        Height = 25
        Caption = #28165#38500#30331#35760'(&C)'
        TabOrder = 4
      end
    end
    object tsFileSet: TTabSheet
      Caption = #25991#20214#35774#32622
      ImageIndex = 7
      object Label3: TLabel
        Left = 16
        Top = 256
        Width = 126
        Height = 12
        Caption = #20445#23384#25968#25454#21040#25991#20214#25110#30446#24405':'

⌨️ 快捷键说明

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