pas_payhint.~dfm

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

~DFM
117
字号
object Form_payhint: TForm_payhint
  Left = 274
  Top = 154
  Width = 715
  Height = 567
  Caption = #25552#31034#20132#25151#31199
  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 Label6: TLabel
    Left = 80
    Top = 48
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #36873#25321#26102#38388
  end
  object Label1: TLabel
    Left = 304
    Top = 40
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #36873#25321#37096#38376#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 65
    Width = 690
    Height = 584
    Align = alBottom
    DataSource = DM2.ds_payhint
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 690
    Height = 33
    ButtonHeight = 31
    ButtonWidth = 57
    Caption = 'ToolBar1'
    Color = clGreen
    ParentColor = False
    TabOrder = 1
    object selectclient: TSpeedButton
      Left = 0
      Top = 2
      Width = 121
      Height = 31
      Cursor = crHandPoint
      Hint = #21487#20197#27169#31946#26597#35810#21517#23383
      Caption = #26597#35810#23458#25143#24212#20132'(F1)'
      Flat = True
      ParentShowHint = False
      ShowHint = True
      OnClick = selectclientClick
    end
    object ToolButton5: TToolButton
      Left = 121
      Top = 2
      Width = 8
      Caption = 'ToolButton5'
      ImageIndex = 7
      Style = tbsSeparator
    end
    object selectLandlord: TSpeedButton
      Left = 129
      Top = 2
      Width = 120
      Height = 31
      Cursor = crHandPoint
      Caption = #26597#35810#25151#19996#24212#20132'(F2)'
      Flat = True
      OnClick = selectLandlordClick
    end
  end
  object dtp_selecttime: TDateTimePicker
    Left = 168
    Top = 40
    Width = 113
    Height = 21
    Date = 39147.955136168980000000
    Time = 39147.955136168980000000
    Color = clWhite
    TabOrder = 2
  end
  object cb_depart: TComboBox
    Left = 400
    Top = 40
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    OnDropDown = cb_departDropDown
  end
end

⌨️ 快捷键说明

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