unit7.dfm

来自「delphi编写的选课系统」· DFM 代码 · 共 173 行

DFM
173
字号
object AddCourseForm: TAddCourseForm
  Left = 290
  Top = 51
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #35838#31243#28155#21152
  ClientHeight = 449
  ClientWidth = 254
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 14
  object Label1: TLabel
    Left = 32
    Top = 16
    Width = 35
    Height = 14
    Caption = #35838#21495':'
  end
  object Label2: TLabel
    Left = 32
    Top = 144
    Width = 35
    Height = 14
    Caption = #23398#20998':'
  end
  object Label3: TLabel
    Left = 32
    Top = 80
    Width = 63
    Height = 14
    Caption = #35838#31243#21517#31216':'
  end
  object Label4: TLabel
    Left = 32
    Top = 208
    Width = 63
    Height = 14
    Caption = #20219#35838#32769#24072':'
  end
  object Label5: TLabel
    Left = 32
    Top = 336
    Width = 63
    Height = 14
    Caption = #35838#31243#24615#36136':'
  end
  object Label6: TLabel
    Left = 32
    Top = 272
    Width = 63
    Height = 14
    Caption = #36873#35838#29677#32423':'
  end
  object Button1: TButton
    Left = 40
    Top = 408
    Width = 75
    Height = 25
    Caption = #25552#20132
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 136
    Top = 408
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 7
    OnClick = Button2Click
  end
  object ComboBox1: TComboBox
    Left = 32
    Top = 356
    Width = 121
    Height = 22
    Style = csDropDownList
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ItemHeight = 14
    ParentFont = False
    TabOrder = 5
    Items.Strings = (
      #24517#20462
      #36873#20462)
  end
  object Edit1: TEdit
    Left = 32
    Top = 36
    Width = 193
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 32
    Top = 164
    Width = 73
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 2
  end
  object Edit3: TEdit
    Left = 32
    Top = 100
    Width = 193
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object Edit4: TEdit
    Left = 32
    Top = 228
    Width = 193
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 3
  end
  object Edit5: TEdit
    Left = 32
    Top = 292
    Width = 193
    Height = 22
    Font.Charset = GB2312_CHARSET
    Font.Color = clRed
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 4
  end
  object DataSource1: TDataSource
    DataSet = ADOQuery1
    Left = 136
    Top = 160
  end
  object ADOQuery1: TADOQuery
    Connection = LoginForm.ADOConnection0
    Parameters = <>
    Left = 184
    Top = 168
  end
end

⌨️ 快捷键说明

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