unit_resume_search.~dfm

来自「美汇美容网网站管理系统」· ~DFM 代码 · 共 125 行

~DFM
125
字号
object Form_Resume_Search: TForm_Resume_Search
  Left = 337
  Top = 183
  Width = 269
  Height = 165
  Caption = #39640#32423#25628#32034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Bevel1: TBevel
    Left = 4
    Top = 106
    Width = 255
    Height = 9
    Shape = bsTopLine
  end
  object Label1: TLabel
    Left = 8
    Top = 8
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #25628#32034#20869#23481':'
  end
  object Label2: TLabel
    Left = 8
    Top = 32
    Width = 65
    Height = 17
    AutoSize = False
    Caption = #25628#32034#33539#22260':'
  end
  object OKBtn: TButton
    Left = 103
    Top = 111
    Width = 75
    Height = 25
    Caption = #25628#32034'[&S]'
    Default = True
    TabOrder = 0
    OnClick = OKBtnClick
  end
  object CancelBtn: TButton
    Left = 183
    Top = 111
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040'[&C]'
    ModalResult = 2
    TabOrder = 1
  end
  object Edit1: TEdit
    Left = 64
    Top = 5
    Width = 193
    Height = 20
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    TabOrder = 2
  end
  object CheckListBox1: TCheckListBox
    Left = 64
    Top = 32
    Width = 193
    Height = 70
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ItemHeight = 13
    Items.Strings = (
      #22995#21517
      #24615#21035
      #20986#29983#24180#26376
      #36523#39640
      #20307#37325
      #34880#22411
      #23398#21382
      #24212#32856#32844#20301
      #30005#35805
      #25163#26426
      'Email'
      #22320#22336
      #37038#32534
      #25945#32946#32463#21382
      #24037#20316#32463#21382
      #34892#19994#29305#38271
      #20854#23427#20449#24687)
    TabOrder = 3
  end
  object XPMenu1: TXPMenu
    DimLevel = 30
    GrayLevel = 10
    Font.Charset = GB2312_CHARSET
    Font.Color = clMenuText
    Font.Height = -11
    Font.Name = 'Tahoma'
    Font.Style = []
    Color = clBtnFace
    IconBackColor = clBtnFace
    MenuBarColor = clBtnFace
    SelectColor = clHighlight
    SelectBorderColor = clHighlight
    SelectFontColor = clMenuText
    DisabledColor = clInactiveCaption
    SeparatorColor = clBtnFace
    CheckedColor = clHighlight
    IconWidth = 24
    DrawSelect = True
    UseSystemColors = True
    OverrideOwnerDraw = False
    Gradient = False
    FlatMenu = False
    AutoDetect = False
    Active = True
    Left = 8
    Top = 64
  end
end

⌨️ 快捷键说明

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