pas_housetype.~dfm

来自「比较详细的功能」· ~DFM 代码 · 共 133 行

~DFM
133
字号
object Form_housetype: TForm_housetype
  Left = 486
  Top = 251
  Width = 696
  Height = 480
  Caption = #25143#22411
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 48
    Top = 152
    Width = 89
    Height = 13
    AutoSize = False
    Caption = '* '#25151#22411#32534#21495
  end
  object Label2: TLabel
    Left = 48
    Top = 184
    Width = 89
    Height = 17
    AutoSize = False
    Caption = '* '#25143#22411#32534#21495
  end
  object Edit_no: TEdit
    Left = 152
    Top = 144
    Width = 121
    Height = 21
    TabOrder = 0
  end
  object Edit_ht: TEdit
    Left = 152
    Top = 176
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 688
    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#25143#22411
      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#25143#22411
      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#25143#22411
      Flat = True
      OnClick = delClick
    end
  end
  object DBGrid: TDBGrid
    Left = 288
    Top = 33
    Width = 400
    Height = 413
    Align = alRight
    DataSource = DM.ds_ht
    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 + =
减小字号Ctrl + -
显示快捷键?