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

📄 mainunit.dfm

📁 《delphi 7.0_8.0课程设计与系统开发案例》随书代码
💻 DFM
字号:
object Form1: TForm1
  Left = 132
  Top = 107
  Width = 637
  Height = 443
  Caption = #23458#25143'/'#35746#36135#31649#29702#31995#32479
  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 = 80
    Top = 24
    Width = 409
    Height = 33
    Caption = #27426#36814#20351#29992#23458#25143'/'#35746#36135#31649#29702#31995#32479
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlue
    Font.Height = -32
    Font.Name = #21326#25991#24425#20113
    Font.Style = [fsBold]
    ParentFont = False
  end
  object Label2: TLabel
    Left = 312
    Top = 104
    Width = 98
    Height = 14
    Caption = #23458#25143#25968#25454#24773#20917#34920
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 312
    Top = 256
    Width = 98
    Height = 14
    Caption = #23458#25143#35746#21333#24773#20917#34920
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 176
    Top = 128
    Width = 417
    Height = 120
    DataSource = DataModule1.DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBNavigator1: TDBNavigator
    Left = 240
    Top = 64
    Width = 240
    Height = 25
    DataSource = DataModule1.DataSource1
    TabOrder = 1
  end
  object DBGrid2: TDBGrid
    Left = 176
    Top = 280
    Width = 417
    Height = 120
    DataSource = DataModule1.DataSource2
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 264
    Width = 153
    Height = 105
    Caption = 'GroupBox1'
    TabOrder = 3
    object CheckBox1: TCheckBox
      Left = 24
      Top = 24
      Width = 97
      Height = 17
      Caption = #36807#28388#25968#25454
      TabOrder = 0
      OnClick = CheckBox1Click
    end
    object Edit1: TEdit
      Left = 48
      Top = 64
      Width = 97
      Height = 21
      TabOrder = 1
      Text = 'Edit1'
      OnChange = Edit1Change
    end
  end
end

⌨️ 快捷键说明

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