unemployeefind.dfm

来自「一个电力的巡检项目,用到三个控件,可自己去下载,」· DFM 代码 · 共 108 行

DFM
108
字号
object EmployeeFind_frm: TEmployeeFind_frm
  Left = 371
  Top = 139
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #20154#21592#26597#35810
  ClientHeight = 224
  ClientWidth = 362
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 362
    Height = 224
    Align = alClient
    BevelInner = bvLowered
    TabOrder = 0
    object Edit1: TEdit
      Left = 154
      Top = 119
      Width = 135
      Height = 21
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
    end
    object CheckBox1: TCheckBox
      Left = 64
      Top = 122
      Width = 57
      Height = 17
      Caption = #22995#21517#65306
      TabOrder = 1
    end
    object CheckBox3: TCheckBox
      Left = 64
      Top = 38
      Width = 57
      Height = 17
      Caption = #37096#38376#65306
      TabOrder = 2
    end
    object Cbx_Dept: TComboBox
      Left = 154
      Top = 35
      Width = 137
      Height = 21
      ItemHeight = 13
      TabOrder = 3
    end
    object Button1: TButton
      Left = 88
      Top = 168
      Width = 75
      Height = 25
      Caption = #26597#35810
      TabOrder = 4
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 200
      Top = 168
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 5
      OnClick = Button2Click
    end
    object CheckBox2: TCheckBox
      Left = 64
      Top = 80
      Width = 81
      Height = 17
      Caption = #20154#21592#32534#21495#65306
      TabOrder = 6
    end
    object Edit2: TEdit
      Left = 154
      Top = 77
      Width = 135
      Height = 21
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 7
    end
  end
end

⌨️ 快捷键说明

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