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

📄 unit1.~dfm

📁 java开发的具有留言板功能的学生管理系统
💻 ~DFM
字号:
object Form1: TForm1
  Left = 182
  Top = 105
  Width = 696
  Height = 480
  Caption = #26085#24120#29616#37329#25903#25910#30331#35760#19982#32500#25252
  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 Splitter1: TSplitter
    Left = 0
    Top = 0
    Height = 453
  end
  object StaticText6: TStaticText
    Left = 456
    Top = 40
    Width = 112
    Height = 17
    Caption = #29616#37329#26085#24120#25903#25910#24773#20917#34920
    TabOrder = 0
  end
  object GroupBox2: TGroupBox
    Left = 24
    Top = 352
    Width = 641
    Height = 73
    Caption = #20449#24687#22788#29702
    TabOrder = 1
    object Button7: TButton
      Left = 40
      Top = 24
      Width = 75
      Height = 25
      Caption = #26032#22686
      TabOrder = 0
      OnClick = Button7Click
    end
    object Button8: TButton
      Left = 160
      Top = 24
      Width = 75
      Height = 25
      Caption = #21024#38500
      TabOrder = 1
    end
    object Button9: TButton
      Left = 280
      Top = 24
      Width = 75
      Height = 25
      Caption = #20462#25913
      TabOrder = 2
    end
    object Button11: TButton
      Left = 408
      Top = 24
      Width = 75
      Height = 25
      Caption = #21462#28040
      TabOrder = 3
    end
    object Button12: TButton
      Left = 536
      Top = 24
      Width = 75
      Height = 25
      Caption = #36864#20986
      TabOrder = 4
    end
  end
  object Panel1: TPanel
    Left = 32
    Top = 80
    Width = 233
    Height = 209
    Caption = 'Panel1'
    TabOrder = 2
    Visible = False
    object Button1: TButton
      Left = 24
      Top = 160
      Width = 75
      Height = 25
      Caption = #30830'     '#23450
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 128
      Top = 160
      Width = 75
      Height = 25
      Caption = #21462'    '#28040
      TabOrder = 1
      OnClick = Button2Click
    end
    object StaticText1: TStaticText
      Left = 32
      Top = 32
      Width = 43
      Height = 17
      Caption = #22995'     '#21517
      TabOrder = 2
    end
    object StaticText2: TStaticText
      Left = 16
      Top = 88
      Width = 76
      Height = 17
      Caption = #25104#21592#20851#31995#21517#31216
      TabOrder = 3
    end
    object Edit1: TEdit
      Left = 96
      Top = 24
      Width = 121
      Height = 33
      ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
      TabOrder = 4
      Text = 'Edit1'
    end
    object Edit2: TEdit
      Left = 96
      Top = 80
      Width = 121
      Height = 29
      ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
      TabOrder = 5
      Text = 'Edit2'
    end
  end
  object Panel2: TPanel
    Left = 136
    Top = 80
    Width = 185
    Height = 161
    Caption = 'Panel2'
    TabOrder = 3
    object Button3: TButton
      Left = 8
      Top = 120
      Width = 75
      Height = 25
      Caption = #30830'      '#23450
      TabOrder = 0
    end
    object Button4: TButton
      Left = 96
      Top = 120
      Width = 75
      Height = 25
      Caption = #21462'      '#28040
      TabOrder = 1
    end
    object StaticText3: TStaticText
      Left = 48
      Top = 64
      Width = 88
      Height = 17
      Caption = #30495#30340#35201#21024#38500#21527#65311
      TabOrder = 2
    end
  end
  object DBGrid1: TDBGrid
    Left = 352
    Top = 80
    Width = 320
    Height = 225
    DataSource = DataSource1
    ImeName = #20013#25991' ('#31616#20307') - '#25628#29399#25340#38899#36755#20837#27861
    TabOrder = 4
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog='#23478#24237#36130#21153#31649#29702#31995#32479';Data Source=.'
    Provider = 'SQLOLEDB.1'
    Left = 240
    Top = 16
  end
  object ADOQuery1: TADOQuery
    Active = True
    Connection = ADOConnection1
    CursorType = ctStatic
    Parameters = <>
    SQL.Strings = (
      'select * from yh;')
    Left = 296
    Top = 16
    object ADOQuery1DSDesigner: TStringField
      FieldName = #22995#21517
      Size = 10
    end
    object ADOQuery1DSDesigner2: TStringField
      FieldName = #25104#21592#20851#31995#21517#31216
      Size = 10
    end
    object ADOQuery1DSDesigner3: TFloatField
      FieldName = #24037#36164
    end
    object ADOQuery1DSDesigner4: TFloatField
      FieldName = #29616#37329#25910#20837
    end
    object ADOQuery1DSDesigner5: TFloatField
      FieldName = #20449#35465#21345#25910#20837
    end
    object ADOQuery1DSDesigner6: TFloatField
      FieldName = #29616#37329#25903#20986
    end
    object ADOQuery1DSDesigner7: TFloatField
      FieldName = #20449#35465#21345#25903#20986
    end
    object ADOQuery1DSDesigner8: TFloatField
      FieldName = #24635#35745
    end
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 360
    Top = 16
  end
end

⌨️ 快捷键说明

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