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

📄 unit1.dfm

📁 <<C++Builder 6实用编程100例>>随书光盘
💻 DFM
字号:
object Form1: TForm1
  Left = 318
  Top = 171
  Width = 404
  Height = 402
  Caption = 'Grid'
  Color = clBtnFace
  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 Label1: TLabel
    Left = 32
    Top = 216
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label2: TLabel
    Left = 224
    Top = 216
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label6: TLabel
    Left = 120
    Top = 8
    Width = 145
    Height = 25
    AutoSize = False
    Caption = #23398#29983#25104#32489#30331#35760#34920
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object StringGrid1: TStringGrid
    Left = 16
    Top = 40
    Width = 361
    Height = 153
    ColCount = 7
    DefaultColWidth = 50
    RowCount = 6
    TabOrder = 5
    RowHeights = (
      24
      24
      24
      24
      24
      24)
  end
  object Edit1: TEdit
    Left = 72
    Top = 208
    Width = 81
    Height = 21
    TabOrder = 0
    OnChange = Edit1Change
  end
  object Edit2: TEdit
    Left = 264
    Top = 208
    Width = 81
    Height = 21
    TabOrder = 1
    OnChange = Edit2Change
  end
  object Button1: TButton
    Left = 104
    Top = 328
    Width = 75
    Height = 25
    Caption = #25552#20132
    Default = True
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 200
    Top = 328
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040
    TabOrder = 4
    OnClick = Button2Click
  end
  object GroupBox1: TGroupBox
    Left = 32
    Top = 240
    Width = 313
    Height = 65
    Caption = #36755#20837#21508#31185#25104#32489
    TabOrder = 2
    Visible = False
    object Label3: TLabel
      Left = 24
      Top = 36
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #35821#25991
    end
    object Label4: TLabel
      Left = 120
      Top = 36
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #25968#23398
    end
    object Label5: TLabel
      Left = 216
      Top = 36
      Width = 33
      Height = 13
      AutoSize = False
      Caption = #33521#35821
    end
    object Edit3: TEdit
      Left = 56
      Top = 28
      Width = 41
      Height = 21
      TabOrder = 0
    end
    object Edit4: TEdit
      Left = 152
      Top = 28
      Width = 41
      Height = 21
      TabOrder = 1
    end
    object Edit5: TEdit
      Left = 248
      Top = 28
      Width = 41
      Height = 21
      TabOrder = 2
    end
  end
  object Button3: TButton
    Left = 296
    Top = 328
    Width = 75
    Height = 25
    Caption = #28165#31354
    TabOrder = 6
    OnClick = Button3Click
  end
end

⌨️ 快捷键说明

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