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

📄 xuanti.dfm

📁 毕业论文选题系统,用Delphi编的,希望对大家有帮助
💻 DFM
字号:
object xuanti1: Txuanti1
  Left = 225
  Top = 202
  Width = 721
  Height = 503
  Caption = #25945#24072#30331#38470
  Color = clInactiveCaptionText
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -21
  Font.Name = #38582#20070
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 21
  object Label1: TLabel
    Left = 472
    Top = 328
    Width = 66
    Height = 21
    Caption = 'Label1'
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 713
    Height = 449
    ActivePage = TabSheet1
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #36873#35838#30331#35760
      object GroupBox1: TGroupBox
        Left = 0
        Top = 0
        Width = 505
        Height = 217
        Caption = #20027#20449#24687
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Label2: TLabel
          Left = 24
          Top = 72
          Width = 64
          Height = 16
          Caption = #35838#39064#21517#65306
        end
        object Label3: TLabel
          Left = 16
          Top = 112
          Width = 80
          Height = 16
          Caption = #25480#35838#25945#24072#65306
        end
        object Label4: TLabel
          Left = 24
          Top = 160
          Width = 48
          Height = 16
          Caption = #23398#20998#65306
        end
        object Label5: TLabel
          Left = 264
          Top = 32
          Width = 80
          Height = 16
          Caption = #38480#36873#20154#25968#65306
        end
        object Label6: TLabel
          Left = 272
          Top = 80
          Width = 80
          Height = 16
          Caption = #23454#36873#20154#25968#65306
        end
        object Label7: TLabel
          Left = 24
          Top = 32
          Width = 64
          Height = 16
          Caption = #35838#39064#21495#65306
        end
        object Label8: TLabel
          Left = 272
          Top = 120
          Width = 80
          Height = 16
          Caption = #25152#23646#38498#31995#65306
        end
        object Label9: TLabel
          Left = 280
          Top = 160
          Width = 80
          Height = 16
          Caption = #35838#39064#35814#24773#65306
        end
        object DBEdit1: TDBEdit
          Left = 104
          Top = 32
          Width = 121
          Height = 24
          DataField = 'cno'
          DataSource = DataSource1
          TabOrder = 0
        end
        object DBEdit2: TDBEdit
          Left = 104
          Top = 72
          Width = 121
          Height = 24
          DataField = 'cname'
          DataSource = DataSource1
          TabOrder = 1
        end
        object DBEdit3: TDBEdit
          Left = 104
          Top = 112
          Width = 121
          Height = 24
          DataField = 'teacher'
          DataSource = DataSource1
          TabOrder = 2
        end
        object DBEdit4: TDBEdit
          Left = 104
          Top = 160
          Width = 121
          Height = 24
          DataField = 'grade'
          DataSource = DataSource1
          TabOrder = 3
        end
        object DBEdit5: TDBEdit
          Left = 344
          Top = 32
          Width = 121
          Height = 24
          DataField = #38480#36873#20154#25968
          DataSource = DataSource1
          TabOrder = 4
        end
        object DBEdit6: TDBEdit
          Left = 352
          Top = 80
          Width = 121
          Height = 24
          DataField = #23454#36873#20154#25968
          DataSource = DataSource1
          TabOrder = 5
        end
        object DBEdit7: TDBEdit
          Left = 360
          Top = 120
          Width = 121
          Height = 24
          DataField = 'dept'
          DataSource = DataSource1
          TabOrder = 6
        end
        object DBEdit8: TDBEdit
          Left = 368
          Top = 160
          Width = 121
          Height = 24
          DataField = #35838#39064#35814#24773
          DataSource = DataSource1
          TabOrder = 7
        end
      end
      object GroupBox2: TGroupBox
        Left = 0
        Top = 216
        Width = 513
        Height = 193
        Caption = #26174#31034#25152#26377
        TabOrder = 1
        object DBGrid1: TDBGrid
          Left = 8
          Top = 24
          Width = 505
          Height = 169
          DataSource = DataSource1
          FixedColor = clCream
          TabOrder = 0
          TitleFont.Charset = GB2312_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -21
          TitleFont.Name = #38582#20070
          TitleFont.Style = []
        end
      end
      object GroupBox3: TGroupBox
        Left = 520
        Top = 0
        Width = 177
        Height = 393
        Caption = #25805#20316
        TabOrder = 2
        object Button1: TButton
          Left = 40
          Top = 48
          Width = 113
          Height = 33
          Caption = #28155#21152#35760#24405
          TabOrder = 0
          OnClick = Button1Click
        end
        object Button2: TButton
          Left = 40
          Top = 120
          Width = 113
          Height = 33
          Caption = #20462#25913#35760#24405
          TabOrder = 1
          OnClick = Button2Click
        end
        object Button3: TButton
          Left = 40
          Top = 184
          Width = 113
          Height = 33
          Caption = #21024#38500#35760#24405
          TabOrder = 2
          OnClick = Button3Click
        end
        object Button4: TButton
          Left = 40
          Top = 328
          Width = 113
          Height = 33
          Caption = #36864#20986#31995#32479
          TabOrder = 3
          OnClick = Button4Click
        end
        object Button5: TButton
          Left = 40
          Top = 256
          Width = 113
          Height = 33
          Caption = #26174#31034#25152#26377
          TabOrder = 4
          OnClick = Button5Click
        end
      end
    end
    object TabSheet2: TTabSheet
      Caption = #20010#20154#35760#24405
      ImageIndex = 1
      object GroupBox4: TGroupBox
        Left = 8
        Top = 8
        Width = 505
        Height = 385
        Caption = #20027#20449#24687
        Font.Charset = GB2312_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = #23435#20307
        Font.Style = []
        ParentFont = False
        TabOrder = 0
        object Label10: TLabel
          Left = 24
          Top = 32
          Width = 80
          Height = 16
          Caption = #25945#32844#24037#21495#65306
        end
        object Label11: TLabel
          Left = 24
          Top = 64
          Width = 48
          Height = 16
          Caption = #22995#21517#65306
        end
        object Label12: TLabel
          Left = 24
          Top = 144
          Width = 48
          Height = 16
          Caption = #32844#31216#65306
        end
        object Label13: TLabel
          Left = 24
          Top = 104
          Width = 48
          Height = 16
          Caption = #24615#21035#65306
        end
        object Label14: TLabel
          Left = 232
          Top = 32
          Width = 80
          Height = 16
          Caption = #25152#23646#38498#31995#65306
        end
        object Label15: TLabel
          Left = 232
          Top = 80
          Width = 64
          Height = 16
          Caption = #21150#20844#23460#65306
        end
        object Label16: TLabel
          Left = 232
          Top = 120
          Width = 80
          Height = 16
          Caption = #20986#29983#24180#26376#65306
        end
        object DBGrid2: TDBGrid
          Left = 8
          Top = 184
          Width = 481
          Height = 185
          DataSource = MyDataModule.DataSource4
          TabOrder = 0
          TitleFont.Charset = GB2312_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -16
          TitleFont.Name = #23435#20307
          TitleFont.Style = []
        end
        object DBEdit9: TDBEdit
          Left = 104
          Top = 24
          Width = 113
          Height = 24
          DataField = 'tno'
          DataSource = MyDataModule.DataSource4
          TabOrder = 1
        end
        object DBEdit10: TDBEdit
          Left = 80
          Top = 64
          Width = 121
          Height = 24
          DataField = 'tname'
          DataSource = MyDataModule.DataSource4
          TabOrder = 2
        end
        object DBEdit11: TDBEdit
          Left = 80
          Top = 104
          Width = 121
          Height = 24
          DataField = 'sex'
          DataSource = MyDataModule.DataSource4
          TabOrder = 3
        end
        object DBEdit12: TDBEdit
          Left = 80
          Top = 144
          Width = 121
          Height = 24
          DataField = 'zc'
          DataSource = MyDataModule.DataSource4
          TabOrder = 4
        end
        object DBEdit13: TDBEdit
          Left = 312
          Top = 32
          Width = 121
          Height = 24
          DataField = 'dept'
          DataSource = MyDataModule.DataSource4
          TabOrder = 5
        end
        object DBEdit14: TDBEdit
          Left = 312
          Top = 80
          Width = 121
          Height = 24
          DataField = 'office'
          DataSource = MyDataModule.DataSource4
          TabOrder = 6
        end
        object DBEdit15: TDBEdit
          Left = 320
          Top = 120
          Width = 121
          Height = 24
          DataField = 'birth'
          DataSource = MyDataModule.DataSource4
          TabOrder = 7
        end
      end
      object GroupBox5: TGroupBox
        Left = 520
        Top = 8
        Width = 177
        Height = 385
        Caption = #25805#20316
        TabOrder = 1
        object Button6: TButton
          Left = 32
          Top = 40
          Width = 113
          Height = 33
          Caption = #20462#25913#35760#24405
          TabOrder = 0
          OnClick = Button6Click
        end
        object Button7: TButton
          Left = 32
          Top = 96
          Width = 113
          Height = 33
          Caption = #28155#21152#35760#24405
          TabOrder = 1
          OnClick = Button7Click
        end
        object Button8: TButton
          Left = 32
          Top = 176
          Width = 113
          Height = 33
          Caption = #21024#38500#35760#24405
          TabOrder = 2
          OnClick = Button8Click
        end
        object Button9: TButton
          Left = 32
          Top = 240
          Width = 113
          Height = 33
          Caption = #26174#31034#25152#26377
          TabOrder = 3
          OnClick = Button9Click
        end
        object Button10: TButton
          Left = 32
          Top = 304
          Width = 113
          Height = 33
          Caption = #36864#20986#31995#32479
          TabOrder = 4
          OnClick = Button10Click
        end
      end
    end
  end
  object MainMenu1: TMainMenu
    Left = 80
    Top = 65520
    object N1: TMenuItem
      Caption = #25991#20214
      object N2: TMenuItem
        Caption = #20449#24687#20462#25913
        OnClick = N2Click
      end
      object N4: TMenuItem
        Caption = #36864#20986#31995#32479
        OnClick = N4Click
      end
    end
    object N5: TMenuItem
      Caption = #32534#36753
      object N6: TMenuItem
        Caption = #28155#21152#35760#24405
        OnClick = N6Click
      end
      object N7: TMenuItem
        Caption = #20462#25913#35760#24405
        OnClick = N7Click
      end
      object N8: TMenuItem
        Caption = #21024#38500#35760#24405
        OnClick = N8Click
      end
      object N9: TMenuItem
        Caption = #26174#31034#25152#26377
        OnClick = N9Click
      end
    end
  end
  object DataSource1: TDataSource
    DataSet = MyDataModule.ADOQuerySUB
    Left = 220
  end
end

⌨️ 快捷键说明

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