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

📄 unit1.dfm

📁 DELPHI教师管理系统全套设计(论文+代码).设计好参考
💻 DFM
字号:
object Form1: TForm1
  Left = 268
  Top = 201
  Width = 336
  Height = 228
  Caption = #25945#32946#20449#24687#31649#29702#31995#32479
  Color = 12615808
  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 = 32
    Top = 16
    Width = 84
    Height = 24
    Caption = #31995#32479#30331#38470
    Color = 12615808
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -21
    Font.Name = #21326#25991#20013#23435
    Font.Style = [fsItalic]
    ParentColor = False
    ParentFont = False
  end
  object Label2: TLabel
    Left = 64
    Top = 64
    Width = 32
    Height = 16
    Caption = #29992#25143
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 64
    Top = 104
    Width = 32
    Height = 16
    Caption = #23494#30721
    Font.Charset = GB2312_CHARSET
    Font.Color = clYellow
    Font.Height = -16
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 64
    Top = 144
    Width = 137
    Height = 25
    Caption = #30331#38470
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 144
    Top = 64
    Width = 113
    Height = 21
    TabOrder = 1
  end
  object Edit2: TEdit
    Left = 144
    Top = 104
    Width = 113
    Height = 21
    TabOrder = 2
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=wl.mdb;Persist Secu' +
      'rity Info=False'
    CursorType = ctStatic
    Parameters = <
      item
        Name = 'ss'
        DataType = ftString
        Direction = pdInputOutput
        Size = -1
        Value = Null
      end
      item
        Name = 'kk'
        DataType = ftString
        Direction = pdInputOutput
        Size = -1
        Value = Null
      end>
    Left = 248
    Top = 16
  end
end

⌨️ 快捷键说明

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