queryinformation.~dfm

来自「本系统是一个基于delphi7环境开发的人事管理系统」· ~DFM 代码 · 共 100 行

~DFM
100
字号
object Form6: TForm6
  Left = 215
  Top = 169
  Width = 671
  Height = 326
  Caption = #26597#35810#32844#21592#20449#24687
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 112
    Top = 8
    Width = 105
    Height = 17
    AutoSize = False
    Caption = #35831#36873#25321#26597#35810#26041#24335#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 8
    Width = 89
    Height = 17
    AutoSize = False
    Caption = #31649#29702#21592#19987#29992#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 36
    Width = 663
    Height = 233
    Align = alBottom
    DataSource = Form1.DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button4: TButton
    Left = 560
    Top = 8
    Width = 89
    Height = 25
    Caption = #36820#22238#20027#33756#21333
    TabOrder = 1
    OnClick = Button4Click
  end
  object ComboBox1: TComboBox
    Left = 224
    Top = 8
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    Text = '('#35831#36873#25321')'
    OnChange = ComboBox1Change
    OnKeyDown = ComboBox1KeyDown
    Items.Strings = (
      #25353#21592#24037#32534#21495#26597#35810
      #25353#21592#24037#22995#21517#26597#35810
      #25353#24037#20316#35777#21495#26597#35810
      #25353#24403#21069#29366#20917#26597#35810
      #25353#25152#23646#37096#38376#26597#35810
      #26597#35810#20840#37096#21592#24037)
  end
  object Button2: TButton
    Left = 384
    Top = 6
    Width = 105
    Height = 25
    Caption = #24320#22987#26597#35810#20449#24687
    TabOrder = 3
    OnClick = Button2Click
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 269
    Width = 663
    Height = 23
    Panels = <
      item
        Width = 400
      end
      item
        Text = #27880#65306#26222#36890#29992#25143#21482#33021#26597#35810#20844#21496#21592#24037#22995#21517#21644#37096#38376
        Width = 50
      end>
  end
end

⌨️ 快捷键说明

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