unit9.~dfm

来自「1.此管理系统是基于delphi sql2000 开发的。 2.此管理系统用d」· ~DFM 代码 · 共 135 行

~DFM
135
字号
object Form9: TForm9
  Left = 363
  Top = 188
  Width = 385
  Height = 323
  Caption = #20462#25913#23494#30721
  Color = clSkyBlue
  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 = 42
    Top = 37
    Width = 60
    Height = 20
    Caption = #29992#25143#21517'   '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 43
    Top = 94
    Width = 60
    Height = 20
    Caption = #21407#23494#30721'   '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 44
    Top = 152
    Width = 72
    Height = 20
    Caption = #26032#23494#30721'      '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label4: TLabel
    Left = 18
    Top = 210
    Width = 116
    Height = 20
    Caption = #30830#35748#26032#23494#30721'         '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 29
    Top = 256
    Width = 75
    Height = 25
    Caption = #30830#23450
    TabOrder = 0
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 200
    Top = 256
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 1
    OnClick = Button2Click
  end
  object Edit1: TEdit
    Left = 148
    Top = 40
    Width = 121
    Height = 21
    ImeName = #32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 149
    Top = 94
    Width = 121
    Height = 21
    ImeName = #32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    PasswordChar = '*'
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 152
    Top = 150
    Width = 121
    Height = 21
    ImeName = #32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    PasswordChar = '*'
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 152
    Top = 208
    Width = 121
    Height = 21
    ImeName = #32043#20809#21326#23431#25340#38899#36755#20837#27861'V6'
    PasswordChar = '*'
    TabOrder = 5
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=Student1;Data Source=MICROSOF-FEC157'
    Parameters = <>
    Left = 320
    Top = 24
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 280
    Top = 24
  end
end

⌨️ 快捷键说明

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