exch.dfm

来自「开发呼叫中心时」· DFM 代码 · 共 75 行

DFM
75
字号
object FExch: TFExch
  Left = 347
  Top = 245
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #21628#36716#36873#25321
  ClientHeight = 168
  ClientWidth = 291
  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
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 24
    Width = 54
    Height = 13
    Caption = #35831#36873#25321'      '
  end
  object Label2: TLabel
    Left = 40
    Top = 64
    Width = 69
    Height = 13
    Caption = #35831#36755#20837#21495#30721'   '
  end
  object ComboBox1: TComboBox
    Left = 120
    Top = 24
    Width = 145
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    ItemHeight = 13
    TabOrder = 0
    Text = #21628#36716#31867#22411
    Items.Strings = (
      #20869#32447
      #22806#32447)
  end
  object Edit1: TEdit
    Left = 120
    Top = 64
    Width = 121
    Height = 21
    ImeName = #20013#25991' ('#31616#20307') - '#20116#31508#21152#21152
    TabOrder = 2
    OnKeyPress = Edit1KeyPress
  end
  object Button1: TButton
    Left = 48
    Top = 120
    Width = 75
    Height = 25
    Caption = #21628#36716
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 144
    Top = 120
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 3
    OnClick = Button2Click
  end
end

⌨️ 快捷键说明

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