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

📄 stud.dfm

📁 使用改进的遗传算法实现简单的高校排课
💻 DFM
字号:
object StudForm: TStudForm
  Left = 239
  Top = 93
  Width = 696
  Height = 480
  Caption = #23398#29983#20449#24687#32500#25252
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 352
    Top = 56
    Width = 32
    Height = 13
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 336
    Top = 88
    Width = 45
    Height = 16
    Caption = '  '#23398#21495'     '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 344
    Top = 128
    Width = 36
    Height = 16
    Caption = #22995#21517'    '
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -13
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
  end
  object Button1: TButton
    Left = 480
    Top = 48
    Width = 65
    Height = 25
    Caption = 'Button1'
    TabOrder = 0
  end
  object Edit1: TEdit
    Left = 392
    Top = 48
    Width = 81
    Height = 21
    TabOrder = 1
    Text = 'Edit1'
  end
  object DBNavigator1: TDBNavigator
    Left = 16
    Top = 32
    Width = 240
    Height = 33
    HelpType = htKeyword
    DataSource = DataSource1
    ParentShowHint = False
    ShowHint = True
    TabOrder = 2
    Visible = False
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 72
    Width = 313
    Height = 313
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object DBEdit1: TDBEdit
    Left = 392
    Top = 80
    Width = 81
    Height = 21
    DataField = 'ID'
    DataSource = DataSource1
    TabOrder = 4
  end
  object DBEdit2: TDBEdit
    Left = 392
    Top = 120
    Width = 81
    Height = 21
    DataField = 'Name'
    DataSource = DataSource1
    TabOrder = 5
  end
  object Button4: TButton
    Left = 336
    Top = 160
    Width = 65
    Height = 33
    Caption = #39318#26465
    TabOrder = 6
    OnClick = Button4Click
  end
  object Button2: TButton
    Left = 336
    Top = 256
    Width = 65
    Height = 33
    Caption = #19979#19968#26465
    TabOrder = 7
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 336
    Top = 208
    Width = 65
    Height = 33
    Caption = #19978#19968#26465
    TabOrder = 8
    OnClick = Button3Click
  end
  object Button5: TButton
    Left = 336
    Top = 304
    Width = 65
    Height = 33
    Caption = #23614#26465
    TabOrder = 9
    OnClick = Button5Click
  end
  object Button6: TButton
    Left = 464
    Top = 160
    Width = 65
    Height = 33
    Caption = #22686#21152
    TabOrder = 10
    OnClick = Button6Click
  end
  object Button7: TButton
    Left = 464
    Top = 208
    Width = 65
    Height = 33
    Caption = #21024#38500
    TabOrder = 11
    OnClick = Button7Click
  end
  object Button8: TButton
    Left = 464
    Top = 256
    Width = 65
    Height = 33
    Caption = #32534#36753
    TabOrder = 12
    OnClick = Button8Click
  end
  object Button9: TButton
    Left = 464
    Top = 304
    Width = 65
    Height = 33
    Caption = #25764#38144
    TabOrder = 13
    OnClick = Button9Click
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 328
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=Stud'
    CursorType = ctStatic
    TableName = 'student'
    Left = 288
  end
end

⌨️ 快捷键说明

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