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

📄 pas_area.~dfm

📁 比较详细的功能
💻 ~DFM
字号:
object Form_area: TForm_area
  Left = 166
  Top = 112
  Width = 777
  Height = 614
  Caption = #21306#22495
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  KeyPreview = True
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 24
    Top = 152
    Width = 89
    Height = 13
    AutoSize = False
    Caption = '* '#21306#22495#32534#21495
  end
  object Label2: TLabel
    Left = 24
    Top = 184
    Width = 89
    Height = 17
    AutoSize = False
    Caption = '* '#21306#22495#21517#31216
  end
  object Edit_no: TEdit
    Left = 128
    Top = 144
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit_name: TEdit
    Left = 128
    Top = 176
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 961
    Height = 33
    ButtonHeight = 31
    ButtonWidth = 57
    Caption = 'ToolBar1'
    Color = clGreen
    ParentColor = False
    TabOrder = 2
    object ToolButton5: TToolButton
      Left = 0
      Top = 2
      Width = 8
      Caption = 'ToolButton5'
      ImageIndex = 7
      Style = tbsSeparator
    end
    object select: TSpeedButton
      Left = 8
      Top = 2
      Width = 96
      Height = 31
      Cursor = crHandPoint
      Caption = #25152#26377#21306#22495
      Flat = True
      OnClick = selectClick
    end
    object ToolButton3: TToolButton
      Left = 104
      Top = 2
      Width = 8
      Caption = 'ToolButton3'
      ImageIndex = 6
      Style = tbsSeparator
    end
    object add: TSpeedButton
      Left = 112
      Top = 2
      Width = 96
      Height = 31
      Cursor = crHandPoint
      Caption = #28155#21152#21306#22495'(F4)'
      Flat = True
      OnClick = addClick
    end
    object ToolButton7: TToolButton
      Left = 208
      Top = 2
      Width = 8
      Caption = 'ToolButton7'
      ImageIndex = 5
      Style = tbsSeparator
    end
    object del: TSpeedButton
      Left = 216
      Top = 2
      Width = 81
      Height = 31
      Cursor = crHandPoint
      Caption = #21024#38500#21306#22495
      Flat = True
      OnClick = delClick
    end
  end
  object DBGrid: TDBGrid
    Left = 249
    Top = 33
    Width = 712
    Height = 530
    Align = alRight
    DataSource = DM.ds_area
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGridCellClick
  end
end

⌨️ 快捷键说明

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