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

📄 onlinelocate.dfm

📁 一个大型的机房管理系统,可以用在学校的实验室管理,网吧管理也行,功能丰富.
💻 DFM
字号:
inherited OnlineLocateForm: TOnlineLocateForm
  Left = 200
  Top = 155
  Caption = #19978#26426#35760#24405#26597#35810
  ClientHeight = 242
  ClientWidth = 376
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 12
  inherited palUp: TPanel
    Width = 376
    inherited palRightUp: TPanel
      Left = 281
    end
    inherited palUpMid: TPanel
      Width = 201
      inherited imgCaption: TImage
        Width = 201
      end
      inherited CoolBarMenu: TCoolBar
        Width = 201
        Bands = <
          item
            Control = ToolBarMenu
            ImageIndex = -1
            MinHeight = 23
            Width = 201
          end>
        inherited ToolBarMenu: TToolBar
          Width = 197
        end
      end
    end
  end
  inherited palDown: TPanel
    Top = 233
    Width = 376
    inherited imgRightDown: TImage
      Left = 366
    end
    inherited imgDownMin: TImage
      Width = 356
    end
  end
  inherited palLeft: TPanel
    Height = 183
    inherited imgLeft: TImage
      Height = 183
    end
  end
  inherited palRight: TPanel
    Left = 361
    Height = 183
    inherited imgRight: TImage
      Height = 183
    end
  end
  inherited palClient: TPanel
    Width = 351
    Height = 183
    inherited lbBtnOK: TLabelBtn
      Left = 232
      Top = 152
      OnClick = MIBtnOKClick
    end
    inherited lbBtnExit: TLabelBtn
      Left = 304
      Top = 152
      OnClick = imgCloseButtonClick
    end
    inherited MIBtnOK: TMoveImgBtn
      Left = 200
      Top = 144
      OnClick = MIBtnOKClick
    end
    inherited MIBtnExit: TMoveImgBtn
      Left = 272
      Top = 144
      OnClick = imgCloseButtonClick
    end
    object rg: TRadioGroup
      Left = 8
      Top = 8
      Width = 337
      Height = 57
      Caption = #26597#35810#26041#24335
      Columns = 3
      ItemIndex = 0
      Items.Strings = (
        #25353#21345#21495#26597#35810
        #25353#19978#26426#26102#38388#26597#35810
        #25353#20540#29677#20154#21592#26597#35810)
      TabOrder = 0
      OnClick = rgClick
    end
    object rb1: TGroupBox
      Left = 8
      Top = 72
      Width = 337
      Height = 49
      Caption = #26597#35810#20540
      TabOrder = 2
      object Edit1: TEdit
        Left = 8
        Top = 16
        Width = 321
        Height = 20
        TabOrder = 0
        OnKeyPress = Edit1KeyPress
      end
    end
    object rb3: TGroupBox
      Left = 8
      Top = 69
      Width = 337
      Height = 57
      Caption = #19978#26426#26102#38388#26597#35810#33539#22260
      TabOrder = 1
      Visible = False
      object Label1: TLabel
        Left = 16
        Top = 32
        Width = 48
        Height = 12
        Caption = #24320#22987#26102#38388
      end
      object Label2: TLabel
        Left = 176
        Top = 32
        Width = 48
        Height = 12
        Caption = #32456#27490#26102#38388
      end
      object dtpStart: TDateTimePicker
        Left = 72
        Top = 24
        Width = 89
        Height = 20
        CalAlignment = dtaLeft
        Date = 37192.4159564699
        Time = 37192.4159564699
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 0
      end
      object dtpEnd: TDateTimePicker
        Left = 232
        Top = 24
        Width = 90
        Height = 20
        CalAlignment = dtaLeft
        Date = 37192.4160306597
        Time = 37192.4160306597
        DateFormat = dfShort
        DateMode = dmComboBox
        Kind = dtkDate
        ParseInput = False
        TabOrder = 1
      end
    end
  end
end

⌨️ 快捷键说明

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