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

📄 unit1.dfm

📁 课程设计写的小系统 由于是应付老师用的 所以真的蛮小 不过初学的还是可以效仿效仿
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object Form1: TForm1
  Left = 275
  Top = 307
  Width = 633
  Height = 475
  Caption = #25945#26448#31649#29702#31995#32479
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  OnCreate = FormCreate
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 400
    Width = 625
    Height = 21
    Panels = <
      item
        Width = 200
      end
      item
        Width = 300
      end>
  end
  object PageControl1: TPageControl
    Left = 48
    Top = 72
    Width = 529
    Height = 273
    ActivePage = TabSheet1
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = #35746#36141
      object Label1: TLabel
        Left = 32
        Top = 40
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #20070#21495#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label2: TLabel
        Left = 32
        Top = 88
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #20070#21517#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label3: TLabel
        Left = 32
        Top = 136
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #20215#26684#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label4: TLabel
        Left = 192
        Top = 136
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #25968#37327#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label5: TLabel
        Left = 32
        Top = 192
        Width = 113
        Height = 33
        AutoSize = False
        Caption = #24635#37329#39069#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -24
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Label6: TLabel
        Left = 168
        Top = 192
        Width = 145
        Height = 33
        AutoSize = False
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -24
        Font.Name = 'MS Sans Serif'
        Font.Style = [fsBold]
        ParentFont = False
      end
      object Edit1: TEdit
        Left = 104
        Top = 40
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
      end
      object Edit2: TEdit
        Left = 104
        Top = 88
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 1
      end
      object Edit3: TEdit
        Left = 104
        Top = 136
        Width = 65
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 2
      end
      object Edit4: TEdit
        Left = 256
        Top = 136
        Width = 65
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 3
      end
      object Button1: TButton
        Left = 344
        Top = 40
        Width = 75
        Height = 25
        Caption = #28155#21152#20070#30446
        ParentShowHint = False
        ShowHint = False
        TabOrder = 4
        OnClick = Button1Click
      end
      object Button2: TButton
        Left = 432
        Top = 136
        Width = 75
        Height = 25
        Caption = #21024#38500
        ParentShowHint = False
        ShowHint = False
        TabOrder = 5
        OnClick = Button2Click
      end
      object Button3: TButton
        Left = 344
        Top = 136
        Width = 75
        Height = 25
        Caption = #20462#25913
        TabOrder = 6
        OnClick = Button3Click
      end
      object Button4: TButton
        Left = 384
        Top = 184
        Width = 75
        Height = 25
        Caption = #28165#31354
        TabOrder = 7
        OnClick = Button4Click
      end
      object Button22: TButton
        Left = 344
        Top = 88
        Width = 75
        Height = 25
        Caption = #25353#20070#21495#26597#35810
        TabOrder = 8
        OnClick = Button22Click
      end
      object Button23: TButton
        Left = 432
        Top = 88
        Width = 75
        Height = 25
        Caption = #25353#20070#21517#26597#35810
        TabOrder = 9
        OnClick = Button23Click
      end
      object Button28: TButton
        Left = 432
        Top = 40
        Width = 75
        Height = 25
        Caption = #28165#31354#35746#36141#34920
        TabOrder = 10
        OnClick = Button28Click
      end
    end
    object TabSheet2: TTabSheet
      Caption = #24211#23384
      ImageIndex = 1
      object Label7: TLabel
        Left = 32
        Top = 40
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #20070#21495#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label8: TLabel
        Left = 32
        Top = 88
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #20070#21517#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label9: TLabel
        Left = 32
        Top = 136
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #25968#37327#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Edit5: TEdit
        Left = 104
        Top = 40
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
      end
      object Edit6: TEdit
        Left = 104
        Top = 88
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 1
      end
      object Edit7: TEdit
        Left = 104
        Top = 136
        Width = 65
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 2
      end
      object Button5: TButton
        Left = 344
        Top = 40
        Width = 75
        Height = 25
        Caption = #26032#20070#20837#24211
        ParentShowHint = False
        ShowHint = False
        TabOrder = 3
        OnClick = Button5Click
      end
      object Button6: TButton
        Left = 344
        Top = 88
        Width = 75
        Height = 25
        Caption = #20837#24211
        ParentShowHint = False
        ShowHint = False
        TabOrder = 4
        OnClick = Button6Click
      end
      object Button7: TButton
        Left = 432
        Top = 88
        Width = 75
        Height = 25
        Caption = #20986#24211
        TabOrder = 5
        OnClick = Button7Click
      end
      object Button8: TButton
        Left = 432
        Top = 184
        Width = 75
        Height = 25
        Caption = #28165#31354
        TabOrder = 6
        OnClick = Button8Click
      end
      object Button16: TButton
        Left = 344
        Top = 184
        Width = 75
        Height = 25
        Caption = #21024#38500
        TabOrder = 7
        OnClick = Button16Click
      end
      object Button20: TButton
        Left = 432
        Top = 40
        Width = 75
        Height = 25
        Caption = #23457#26680#20986#24211
        TabOrder = 8
        OnClick = Button20Click
      end
      object Button24: TButton
        Left = 344
        Top = 136
        Width = 75
        Height = 25
        Caption = #25353#20070#21495#26597#35810
        TabOrder = 9
        OnClick = Button24Click
      end
      object Button25: TButton
        Left = 432
        Top = 136
        Width = 75
        Height = 25
        Caption = #25353#20070#21517#26597#35810
        TabOrder = 10
        OnClick = Button25Click
      end
    end
    object TabSheet3: TTabSheet
      Caption = #32570#20070#30331#35760
      ImageIndex = 2
      object Label10: TLabel
        Left = 32
        Top = 40
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #20070#21495#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label11: TLabel
        Left = 32
        Top = 88
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #20070#21517#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Label12: TLabel
        Left = 32
        Top = 136
        Width = 57
        Height = 25
        AutoSize = False
        Caption = #25968#37327#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object Edit8: TEdit
        Left = 104
        Top = 40
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
      end
      object Edit9: TEdit
        Left = 104
        Top = 88
        Width = 121
        Height = 21
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 1
      end
      object Edit10: TEdit

⌨️ 快捷键说明

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