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

📄 unit2.~dfm

📁 机房管理系统源代码2006-7-8制作的非常实用
💻 ~DFM
字号:
object frmusers: Tfrmusers
  Left = 337
  Top = 168
  Width = 600
  Height = 480
  Caption = #19978#26426#29992#25143#31649#29702
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 592
    Height = 44
    Align = alTop
    TabOrder = 0
    object Button1: TButton
      Left = 8
      Top = 10
      Width = 75
      Height = 25
      Caption = #26032#22686#29992#25143
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 88
      Top = 10
      Width = 75
      Height = 25
      Caption = #21024#38500#29992#25143
      TabOrder = 1
      OnClick = Button2Click
    end
    object Button3: TButton
      Left = 168
      Top = 11
      Width = 75
      Height = 25
      Caption = #20462#25913#29992#25143
      TabOrder = 2
      OnClick = Button3Click
    end
    object CheckBox1: TCheckBox
      Left = 264
      Top = 16
      Width = 97
      Height = 17
      Caption = #26597#35810
      TabOrder = 3
      OnClick = CheckBox1Click
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 84
    Width = 592
    Height = 369
    Align = alClient
    Color = clInfoBk
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ReadOnly = True
    TabOrder = 1
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
  end
  object Panel2: TPanel
    Left = 0
    Top = 44
    Width = 592
    Height = 40
    Align = alTop
    TabOrder = 2
    Visible = False
    object Label1: TLabel
      Left = 8
      Top = 10
      Width = 65
      Height = 13
      Caption = #26597#35810#26465#20214#65306
      Font.Charset = GB2312_CHARSET
      Font.Color = clRed
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label2: TLabel
      Left = 80
      Top = 10
      Width = 39
      Height = 13
      Caption = #22995#21517#65306
    end
    object Label3: TLabel
      Left = 248
      Top = 10
      Width = 39
      Height = 13
      Caption = #24080#21495#65306
    end
    object Label4: TLabel
      Left = 416
      Top = 10
      Width = 39
      Height = 13
      Caption = #23398#21495#65306
    end
    object Edit1: TEdit
      Left = 120
      Top = 10
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      TabOrder = 0
      OnExit = Edit1Exit
    end
    object Edit2: TEdit
      Left = 288
      Top = 10
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      TabOrder = 1
      OnExit = Edit1Exit
    end
    object Edit3: TEdit
      Left = 456
      Top = 10
      Width = 121
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
      TabOrder = 2
      OnExit = Edit1Exit
    end
  end
  object DataSource1: TDataSource
    DataSet = dm1.ADOQuery1
    Left = 128
    Top = 152
  end
end

⌨️ 快捷键说明

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