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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 105
  Width = 298
  Height = 323
  Caption = 'ComboBox'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 40
    Top = 184
    Width = 36
    Height = 13
    Caption = #23383#20307#65306
  end
  object Label2: TLabel
    Left = 40
    Top = 224
    Width = 36
    Height = 13
    Caption = #22823#23567#65306
  end
  object Label3: TLabel
    Left = 40
    Top = 264
    Width = 36
    Height = 13
    Caption = #39068#33394#65306
  end
  object ComboBox1: TComboBox
    Left = 88
    Top = 176
    Width = 161
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    TabOrder = 0
    OnChange = ComboBox1Change
    Items.Strings = (
      #20223#23435'GB_2312'
      #40657#20307
      #26999#20307'GB_2312'
      #38582#20070
      #23435#20307
      #26032#23435#20307
      #24188#22278)
  end
  object ComboBox2: TComboBox
    Left = 88
    Top = 216
    Width = 161
    Height = 21
    ItemHeight = 13
    ItemIndex = 1
    MaxLength = 2
    TabOrder = 1
    Text = '8'
    OnChange = ComboBox2Change
    Items.Strings = (
      '4'
      '8'
      '12'
      '16'
      '20'
      '24'
      '28'
      '32'
      '36'
      '40')
  end
  object ComboBox3: TComboBox
    Left = 88
    Top = 256
    Width = 161
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 2
    Text = #40657#33394
    OnChange = ComboBox3Change
    Items.Strings = (
      #40657#33394
      #32418#33394
      #40644#33394
      #34013#33394
      #32511#33394
      #32043#33394)
  end
  object Memo1: TMemo
    Left = 32
    Top = 16
    Width = 225
    Height = 137
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = #20223#23435'_GB2312'
    Font.Style = []
    Lines.Strings = (
      ' '#28353' '#24030' '#35199' '#28071
      ''
      #29420#24604#24189#33609#28071#36793#29983#65292
      #19978#26377#40644#40514#28145#26641#40483#12290
      #26149#28526#24102#38632#26202#26469#24613#65292
      #37326#28193#26080#20154#33311#33258#27178#12290)
    ParentFont = False
    ScrollBars = ssVertical
    TabOrder = 3
  end
end

⌨️ 快捷键说明

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