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

📄 userver.~dfm

📁 delphi简单的考勤系统 使用tcp ip 协议 包括服务器端和客户端 使用了 ClientSocket和ServerSocket组件
💻 ~DFM
字号:
object Fr_Server: TFr_Server
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #32771#21220#31995#32479#26381#21153#22120#31471
  ClientHeight = 348
  ClientWidth = 532
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 16
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 532
    Height = 329
    Align = alClient
    TabOrder = 0
    DesignSize = (
      532
      329)
    object Panel1: TPanel
      Left = 3
      Top = 9
      Width = 526
      Height = 31
      Anchors = [akLeft, akTop, akRight]
      BevelInner = bvSpace
      BevelOuter = bvLowered
      TabOrder = 0
      object Label1: TLabel
        Left = 8
        Top = 9
        Width = 91
        Height = 16
        Caption = #26412#26381#21153#22120#22320#22336#65306
      end
      object Label2: TLabel
        Left = 221
        Top = 11
        Width = 39
        Height = 16
        Caption = #31471#21475#65306
      end
      object Btn_SetPort: TSpeedButton
        Left = 319
        Top = 5
        Width = 62
        Height = 22
        Caption = #35774#32622#31471#21475
        Enabled = False
        Flat = True
        OnClick = Btn_SetPortClick
      end
      object Btn_Control: TSpeedButton
        Left = 454
        Top = 5
        Width = 68
        Height = 22
        Caption = #21551#21160'/'#20572#27490
        Enabled = False
        Flat = True
        OnClick = Btn_ControlClick
      end
      object Ed_IP: TEdit
        Left = 95
        Top = 5
        Width = 121
        Height = 22
        Color = clBtnFace
        Ctl3D = False
        ParentCtl3D = False
        ReadOnly = True
        TabOrder = 0
      end
      object Ed_port: TEdit
        Left = 260
        Top = 5
        Width = 53
        Height = 22
        Color = clBtnFace
        Ctl3D = False
        ParentCtl3D = False
        TabOrder = 1
        Text = '2188'
      end
    end
    object GroupBox2: TGroupBox
      Left = 3
      Top = 47
      Width = 222
      Height = 282
      Caption = #27491#22312#19978#29677#20013#30340#21592#24037
      TabOrder = 1
      object StringGrid1: TStringGrid
        Left = 4
        Top = 22
        Width = 214
        Height = 255
        ColCount = 3
        Ctl3D = False
        DefaultColWidth = 40
        DefaultRowHeight = 20
        Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
        ParentCtl3D = False
        TabOrder = 0
        ColWidths = (
          40
          68
          83)
      end
    end
    object PageControl1: TPageControl
      Left = 229
      Top = 52
      Width = 297
      Height = 272
      ActivePage = TabSheet3
      Style = tsFlatButtons
      TabIndex = 2
      TabOrder = 2
      object TabSheet1: TTabSheet
        Caption = #32852#26426#29366#24577
        object ListBox1: TListBox
          Left = 0
          Top = 0
          Width = 289
          Height = 238
          Align = alClient
          Ctl3D = False
          ItemHeight = 16
          ParentCtl3D = False
          TabOrder = 0
        end
      end
      object TabSheet2: TTabSheet
        Caption = #31995#32479#31649#29702
        ImageIndex = 1
        object GroupBox3: TGroupBox
          Left = 0
          Top = 119
          Width = 289
          Height = 119
          Align = alTop
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
          object Label5: TLabel
            Left = 113
            Top = 2
            Width = 65
            Height = 16
            Caption = #28155#21152#26032#21592#24037
          end
          object Ed_name: TLabeledEdit
            Left = 214
            Top = 29
            Width = 73
            Height = 22
            EditLabel.Width = 65
            EditLabel.Height = 16
            EditLabel.Caption = #21592#24037#22995#21517#65306
            LabelPosition = lpLeft
            LabelSpacing = 3
            TabOrder = 1
            OnKeyPress = Ed_nameKeyPress
          end
          object Ed_pwd: TLabeledEdit
            Left = 72
            Top = 58
            Width = 73
            Height = 22
            EditLabel.Width = 65
            EditLabel.Height = 16
            EditLabel.Caption = #30331#24405#21475#20196#65306
            LabelPosition = lpLeft
            LabelSpacing = 3
            TabOrder = 2
            OnKeyPress = Ed_pwdKeyPress
          end
          object Btn_user: TBitBtn
            Left = 64
            Top = 88
            Width = 75
            Height = 25
            Caption = #28155#21152
            Enabled = False
            TabOrder = 3
            OnClick = Btn_userClick
          end
          object Ed_ID: TLabeledEdit
            Left = 72
            Top = 29
            Width = 73
            Height = 22
            EditLabel.Width = 65
            EditLabel.Height = 16
            EditLabel.Caption = #21592#24037#32534#21495#65306
            LabelPosition = lpLeft
            LabelSpacing = 3
            TabOrder = 0
            OnKeyPress = Ed_IDKeyPress
          end
          object CheckBox1: TCheckBox
            Left = 198
            Top = 66
            Width = 86
            Height = 17
            Caption = #20316#20026#31649#29702#21592
            TabOrder = 4
          end
          object Btn_del: TBitBtn
            Left = 152
            Top = 88
            Width = 75
            Height = 25
            Caption = #21024#38500
            Enabled = False
            TabOrder = 5
            OnClick = Btn_delClick
          end
        end
        object GroupBox4: TGroupBox
          Left = 0
          Top = 0
          Width = 289
          Height = 119
          Align = alTop
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 1
          object Label4: TLabel
            Left = 113
            Top = 2
            Width = 65
            Height = 16
            Caption = #31649#29702#21592#30331#24405
          end
          object Ed_manaName: TLabeledEdit
            Left = 112
            Top = 28
            Width = 121
            Height = 22
            EditLabel.Width = 78
            EditLabel.Height = 16
            EditLabel.Caption = #31649#29702#21592#21517#31216#65306
            LabelPosition = lpLeft
            LabelSpacing = 3
            TabOrder = 0
            Text = #36229#32423#29992#25143
            OnKeyPress = Ed_manaNameKeyPress
          end
          object Ed_manaPwd: TLabeledEdit
            Left = 112
            Top = 56
            Width = 121
            Height = 22
            EditLabel.Width = 78
            EditLabel.Height = 16
            EditLabel.Caption = #31649#29702#21592#21475#20196#65306
            LabelPosition = lpLeft
            LabelSpacing = 3
            PasswordChar = '*'
            TabOrder = 1
            OnKeyPress = Ed_manaPwdKeyPress
          end
          object Btn_Server: TBitBtn
            Left = 64
            Top = 86
            Width = 75
            Height = 25
            Caption = #30331#24405
            TabOrder = 2
            OnClick = Btn_ServerClick
          end
          object Btn_clear: TBitBtn
            Left = 152
            Top = 86
            Width = 75
            Height = 25
            Caption = #27880#38144
            Enabled = False
            TabOrder = 3
            OnClick = Btn_clearClick
          end
        end
      end
      object TabSheet3: TTabSheet
        Caption = #32771#21220#35760#24405
        ImageIndex = 2
        object Panel2: TPanel
          Left = 0
          Top = 0
          Width = 289
          Height = 33
          Align = alTop
          BevelInner = bvSpace
          BevelOuter = bvLowered
          TabOrder = 0
          object Label3: TLabel
            Left = 27
            Top = 10
            Width = 65
            Height = 16
            Caption = #26597#25214#26085#26399#65306
          end
          object DateTimePicker1: TDateTimePicker
            Left = 84
            Top = 5
            Width = 93
            Height = 24
            CalAlignment = dtaLeft
            Date = 37505.3940229167
            Time = 37505.3940229167
            DateFormat = dfShort
            DateMode = dmComboBox
            Kind = dtkDate
            ParseInput = False
            TabOrder = 0
          end
          object Btn_Search: TBitBtn
            Left = 185
            Top = 4
            Width = 75
            Height = 25
            Caption = #26597#25214
            Enabled = False
            TabOrder = 1
            OnClick = Btn_SearchClick
          end
        end
        object StringGrid2: TStringGrid
          Left = 0
          Top = 33
          Width = 289
          Height = 205
          Align = alClient
          Ctl3D = False
          DefaultColWidth = 40
          RowCount = 10
          ParentCtl3D = False
          TabOrder = 1
          ColWidths = (
            40
            55
            58
            55
            54)
        end
      end
      object TabSheet4: TTabSheet
        Caption = #31995#32479#26085#35760
        ImageIndex = 3
        object Memo1: TMemo
          Left = 0
          Top = 0
          Width = 289
          Height = 238
          Align = alClient
          Ctl3D = False
          ParentCtl3D = False
          TabOrder = 0
        end
      end
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 329
    Width = 532
    Height = 19
    Panels = <
      item
        Width = 150
      end
      item
        Width = 50
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object ServerSocket1: TServerSocket
    Active = False
    Port = 2188
    ServerType = stNonBlocking
    OnClientConnect = ServerSocket1ClientConnect
    OnClientRead = ServerSocket1ClientRead
    Left = 13
    Top = 288
  end
  object ADOQuery1: TADOQuery
    Connection = ADOConnection1
    Parameters = <>
    Left = 14
    Top = 256
  end
  object ADOConnection1: TADOConnection
    Left = 16
    Top = 224
  end
  object IdTimeServer1: TIdTimeServer
    Active = True
    Bindings = <
      item
        Port = 37
      end>
    DefaultPort = 37
    BaseDate = 2
    Left = 45
    Top = 288
  end
  object NMFinger1: TNMFinger
    Port = 79
    ReportLevel = 0
    Left = 48
    Top = 256
  end
end

⌨️ 快捷键说明

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