pas_hinttimes.~dfm

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

~DFM
93
字号
object Form_hinttime: TForm_hinttime
  Left = 321
  Top = 133
  Width = 1032
  Height = 746
  Caption = #20184#27454#26102#38388
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 304
    Top = 48
    Width = 73
    Height = 17
    AutoSize = False
    Caption = #36755#20837#27425#25968#65306
  end
  object Label2: TLabel
    Left = 88
    Top = 48
    Width = 57
    Height = 17
    AutoSize = False
    Caption = #21512#21516#65306
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 1024
    Height = 33
    ButtonHeight = 31
    ButtonWidth = 57
    Caption = 'ToolBar1'
    Color = clGreen
    ParentColor = False
    TabOrder = 0
    object selectContract: TSpeedButton
      Left = 0
      Top = 2
      Width = 96
      Height = 31
      Cursor = crHandPoint
      Hint = #21487#20197#27169#31946#26597#35810#21517#23383
      Caption = #26597#35810#21512#21516
      Flat = True
      ParentShowHint = False
      ShowHint = True
      OnClick = selectContractClick
    end
  end
  object DBGrid: TDBGrid
    Left = 0
    Top = 200
    Width = 1024
    Height = 512
    Align = alBottom
    DataSource = DM2.ds_hinttime
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit_times: TEdit
    Left = 384
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 2
    OnKeyPress = Edit_timesKeyPress
  end
  object cb_no: TComboBox
    Left = 152
    Top = 48
    Width = 129
    Height = 21
    ItemHeight = 13
    TabOrder = 3
    OnDropDown = cb_noDropDown
  end
end

⌨️ 快捷键说明

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