auto.dfm

来自「使用改进的遗传算法实现简单的高校排课」· DFM 代码 · 共 128 行

DFM
128
字号
object AutoForm: TAutoForm
  Left = 206
  Top = 111
  Width = 613
  Height = 402
  Caption = #33258#21160#25490#35838
  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 = 16
    Top = 48
    Width = 66
    Height = 13
    Caption = #36873#25321#24180#32423#65306'  '
  end
  object Label2: TLabel
    Left = 296
    Top = 280
    Width = 57
    Height = 13
    Caption = #29677#32423#21517#31216'   '
  end
  object Label3: TLabel
    Left = 296
    Top = 320
    Width = 48
    Height = 13
    Caption = #21608#35838#26102'    '
  end
  object Button1: TButton
    Left = 16
    Top = 304
    Width = 65
    Height = 33
    Caption = ' '#24320#22987#25490#35838
    TabOrder = 0
    OnClick = Button1Click
  end
  object ListBox1: TListBox
    Left = 80
    Top = 80
    Width = 73
    Height = 185
    ItemHeight = 13
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 80
    Top = 48
    Width = 73
    Height = 21
    ItemHeight = 13
    TabOrder = 2
    OnChange = ComboBox1Change
    Items.Strings = (
      '1'#24180#32423
      '2'#24180#32423
      '3'#24180#32423)
  end
  object DBGrid1: TDBGrid
    Left = 168
    Top = 48
    Width = 329
    Height = 217
    DataSource = DataSource1
    TabOrder = 3
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Edit1: TEdit
    Left = 360
    Top = 280
    Width = 73
    Height = 21
    TabOrder = 4
  end
  object Edit2: TEdit
    Left = 360
    Top = 320
    Width = 73
    Height = 21
    TabOrder = 5
  end
  object Edit3: TEdit
    Left = 120
    Top = 304
    Width = 97
    Height = 21
    TabOrder = 6
  end
  object DataSource1: TDataSource
    DataSet = ADOTable1
    Left = 120
  end
  object ADOTable1: TADOTable
    Active = True
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=Stud'
    CursorType = ctStatic
    TableName = 'plans'
    Left = 88
  end
  object ADOQuery1: TADOQuery
    ConnectionString = 
      'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security In' +
      'fo=False;Initial Catalog=Stud'
    Parameters = <>
    SQL.Strings = (
      'SELECT * FROM plans')
    Left = 64
  end
end

⌨️ 快捷键说明

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