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

📄 unit1.dfm

📁 ToolBar工具栏控件的使用,动态建立主菜单选项,窗口界面的动态分隔条
💻 DFM
字号:
object Form1: TForm1
  Left = 209
  Top = 133
  Width = 504
  Height = 371
  Caption = 'Form1'
  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 = 16
    Top = 8
    Width = 84
    Height = 13
    Caption = #35831#36873#25321#25968#25454#24211'    '
  end
  object Label2: TLabel
    Left = 17
    Top = 64
    Width = 78
    Height = 13
    Caption = #35831#36873#25321#25968#25454#34920'  '
  end
  object Label3: TLabel
    Left = 168
    Top = 32
    Width = 51
    Height = 13
    Caption = #21253#21547#23383#27573' '
  end
  object Label4: TLabel
    Left = 355
    Top = 24
    Width = 14
    Height = 13
  end
  object ListBox1: TListBox
    Left = 16
    Top = 88
    Width = 121
    Height = 241
    ItemHeight = 13
    TabOrder = 0
    OnClick = ListBox1Click
  end
  object ComboBox1: TComboBox
    Left = 16
    Top = 32
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Text = 'ComboBox1'
    OnClick = ComboBox1Click
  end
  object ListBox2: TListBox
    Left = 240
    Top = 8
    Width = 89
    Height = 97
    ItemHeight = 13
    TabOrder = 2
  end
  object Button1: TButton
    Left = 192
    Top = 304
    Width = 85
    Height = 25
    Caption = #19978#19968#26465#35760#24405
    TabOrder = 3
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 292
    Top = 304
    Width = 75
    Height = 25
    Caption = #19979#19968#26465#35760#24405
    TabOrder = 4
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 393
    Top = 304
    Width = 96
    Height = 25
    Caption = #32467#26463#24212#29992#31243#24207
    TabOrder = 5
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 384
    Top = 80
    Width = 75
    Height = 25
    Caption = #24320#22987#26597#35810
    TabOrder = 6
    OnClick = Button4Click
  end
  object DBGrid1: TDBGrid
    Left = 160
    Top = 120
    Width = 329
    Height = 176
    DataSource = DataSource1
    TabOrder = 7
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 360
    Top = 48
    Width = 121
    Height = 21
    TabOrder = 8
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 304
    Top = 208
  end
  object Table1: TTable
    Left = 344
    Top = 208
  end
end

⌨️ 快捷键说明

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