⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getyourinputunit.~dfm

📁 很好地delphi书籍源码
💻 ~DFM
字号:
object FrmGetYourInput: TFrmGetYourInput
  Left = 227
  Top = 158
  BorderStyle = bsDialog
  Caption = #26597#25214#23458#25143
  ClientHeight = 177
  ClientWidth = 312
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 30
    Top = 10
    Width = 249
    Height = 149
    Ctl3D = True
    Font.Charset = ANSI_CHARSET
    Font.Color = clNavy
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 0
    object Label2: TLabel
      Left = 60
      Top = 26
      Width = 56
      Height = 14
      Caption = #23458#25143#22995#27663
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
    end
    object Label1: TLabel
      Left = 56
      Top = 62
      Width = 126
      Height = 14
      Caption = #24744#35201#25214#30340#23458#25143#22995#21517#12288
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      Transparent = True
    end
    object Shape1: TShape
      Left = -44
      Top = 51
      Width = 291
      Height = 1
    end
    object FirstNameCB: TComboBox
      Left = 48
      Top = 24
      Width = 135
      Height = 20
      Font.Charset = ANSI_CHARSET
      Font.Color = clBlack
      Font.Height = -12
      Font.Name = #23435#20307
      Font.Style = []
      ItemHeight = 12
      ItemIndex = 0
      ParentFont = False
      TabOrder = 0
      Text = #24352
      OnChange = FirstNameCBChange
      Items.Strings = (
        #24352
        #29579
        #26446
        #21016
        #36213
        #21608
        #20237
        #37073
        #38065
        #35768
        #26472
        #33487
        #24464)
    end
    object NameCB: TComboBox
      Left = 50
      Top = 78
      Width = 133
      Height = 20
      ItemHeight = 12
      TabOrder = 1
    end
    object BitBtn2: TBitBtn
      Left = 56
      Top = 114
      Width = 59
      Height = 23
      Caption = #30830#23450
      TabOrder = 2
      Kind = bkOK
    end
    object BitBtn1: TBitBtn
      Left = 128
      Top = 114
      Width = 59
      Height = 23
      Caption = #21462#28040
      TabOrder = 3
      Kind = bkIgnore
    end
  end
end

⌨️ 快捷键说明

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