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

📄 unit1.dfm

📁 DELPHI开发的学生成绩管理系统
💻 DFM
📖 第 1 页 / 共 3 页
字号:
            Left = 22
            Top = 4
            Width = 747
            Height = 527
            Anchors = [akLeft, akTop, akRight, akBottom]
            Caption = #26597#35810#35838#31243#24773#20917
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -11
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentFont = False
            TabOrder = 0
            DesignSize = (
              747
              527)
            object Label1: TLabel
              Left = 8
              Top = 20
              Width = 60
              Height = 13
              Caption = #36873#25321#23398#38498#65306
            end
            object Label2: TLabel
              Left = 8
              Top = 52
              Width = 60
              Height = 13
              Caption = #35838#31243#24773#20917#65306
            end
            object Label5: TLabel
              Left = 240
              Top = 20
              Width = 33
              Height = 21
              Caption = #24180#32423
            end
            object Label6: TLabel
              Left = 332
              Top = 20
              Width = 37
              Height = 21
              Caption = #23398#26399
            end
            object Label7: TLabel
              Left = 428
              Top = 20
              Width = 69
              Height = 21
              Caption = #35838#31243#21517#31216
            end
            object Bevel2: TBevel
              Left = 8
              Top = 44
              Width = 729
              Height = 5
              Anchors = [akLeft, akTop, akRight]
              Shape = bsBottomLine
            end
            object DBGrid1: TDBGrid
              Left = 2
              Top = 72
              Width = 743
              Height = 453
              Align = alBottom
              Anchors = [akLeft, akTop, akRight, akBottom]
              Options = [dgEditing, dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit, dgMultiSelect]
              PopupMenu = PopupMenu1
              ReadOnly = True
              TabOrder = 0
              TitleFont.Charset = DEFAULT_CHARSET
              TitleFont.Color = clWindowText
              TitleFont.Height = -11
              TitleFont.Name = 'MS Sans Serif'
              TitleFont.Style = []
              Columns = <
                item
                  Expanded = False
                  FieldName = #23398#38498
                  Width = 130
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #35838#31243'.'#35838#31243
                  Title.Caption = #35838#31243
                  Width = 196
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #24180#32423
                  Width = 30
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #23398#26399
                  Width = 30
                  Visible = True
                end
                item
                  Expanded = False
                  FieldName = #22791#27880
                  Width = 518
                  Visible = True
                end>
            end
            object ComboBox1: TComboBox
              Left = 68
              Top = 16
              Width = 165
              Height = 21
              Style = csDropDownList
              ItemHeight = 13
              TabOrder = 1
              OnChange = ComboBox1Change
            end
            object Edit2: TEdit
              Left = 496
              Top = 16
              Width = 133
              Height = 21
              TabOrder = 2
            end
            object ComboBox3: TComboBox
              Left = 276
              Top = 16
              Width = 41
              Height = 21
              Style = csDropDownList
              ItemHeight = 13
              ItemIndex = 0
              TabOrder = 3
              OnChange = ComboBox3Change
              Items.Strings = (
                ''
                '1'
                '2'
                '3'
                '4')
            end
            object ComboBox4: TComboBox
              Left = 364
              Top = 16
              Width = 41
              Height = 21
              Style = csDropDownList
              ItemHeight = 13
              ItemIndex = 0
              TabOrder = 4
              OnChange = ComboBox3Change
              Items.Strings = (
                ''
                '1'
                '2')
            end
            object BitBtn2: TBitBtn
              Left = 652
              Top = 14
              Width = 73
              Height = 24
              Caption = #26597#25214
              Default = True
              TabOrder = 5
              OnClick = ComboBox3Change
              Glyph.Data = {
                DE010000424DDE01000000000000760000002800000024000000120000000100
                0400000000006801000000000000000000001000000000000000000000000000
                80000080000000808000800000008000800080800000C0C0C000808080000000
                FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
                3333333333333333333333330000333333333333333333333333F33333333333
                00003333344333333333333333388F3333333333000033334224333333333333
                338338F3333333330000333422224333333333333833338F3333333300003342
                222224333333333383333338F3333333000034222A22224333333338F338F333
                8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
                33333338F83338F338F33333000033A33333A222433333338333338F338F3333
                0000333333333A222433333333333338F338F33300003333333333A222433333
                333333338F338F33000033333333333A222433333333333338F338F300003333
                33333333A222433333333333338F338F00003333333333333A22433333333333
                3338F38F000033333333333333A223333333333333338F830000333333333333
                333A333333333333333338330000333333333333333333333333333333333333
                0000}
              NumGlyphs = 2
            end
          end
        end
        object TabSheet5: TTabSheet
          Caption = #22686#21152#35838#31243
          Font.Charset = DEFAULT_CHARSET
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ImageIndex = 1
          ParentFont = False
          object Bevel1: TBevel
            Left = 8
            Top = 228
            Width = 689
            Height = 17
            Shape = bsBottomLine
          end
          object BitBtn1: TBitBtn
            Left = 48
            Top = 264
            Width = 137
            Height = 33
            Caption = '   '#28155#21152' >>'
            TabOrder = 2
            OnClick = BitBtn1Click
            Kind = bkOK
          end
          object GroupBox2: TGroupBox
            Left = 8
            Top = 16
            Width = 269
            Height = 201
            TabOrder = 0
            object Label3: TLabel
              Left = 16
              Top = 28
              Width = 37
              Height = 13
              AutoSize = False
              Caption = #23398#38498
            end
            object Label8: TLabel
              Left = 16
              Top = 72
              Width = 37
              Height = 17
              AutoSize = False
              Caption = #24180#32423
            end
            object Label9: TLabel
              Left = 16
              Top = 116
              Width = 37
              Height = 17
              AutoSize = False
              Caption = #23398#26399
            end
            object Label4: TLabel
              Left = 16
              Top = 160
              Width = 33
              Height = 13
              AutoSize = False
              Caption = #35838#31243
            end
            object Edit1: TEdit
              Left = 56
              Top = 156
              Width = 169
              Height = 21
              TabOrder = 3
              Text = 'Edit1'
            end
            object ComboBox2: TComboBox
              Left = 56
              Top = 24
              Width = 189
              Height = 21
              ItemHeight = 0
              TabOrder = 0
              OnChange = ComboBox2Change
            end
            object ComboBox5: TComboBox
              Left = 56
              Top = 69
              Width = 61
              Height = 21
              Style = csDropDownList
              ItemHeight = 13
              ItemIndex = 0
              TabOrder = 1
              Text = '1'
              Items.Strings = (
                '1'
                '2'
                '3'
                '4')
            end
            object ComboBox6: TComboBox
              Left = 56
              Top = 112
              Width = 61
              Height = 21
              Style = csDropDownList
              ItemHeight = 13
              ItemIndex = 0
              TabOrder = 2
              Text = '1'
              Items.Strings = (
                '1'
                '2')
            end
          end
          object GroupBox3: TGroupBox
            Left = 300
            Top = 16
            Width = 397
            Height = 205
            Caption = #22791#27880
            TabOrder = 1
            object Memo1: TMemo
              Left = 2
              Top = 15
              Width = 393
              Height = 188
              Align = alClient
              Lines.Strings = (
                'Memo1')
              MaxLength = 254
              TabOrder = 0
            end
          end
          object StaticText1: TStaticText
            Left = 196
            Top = 264
            Width = 4
            Height = 4
            BevelInner = bvNone
            BevelKind = bkTile
            Color = clCream
            Font.Charset = DEFAULT_CHARSET
            Font.Color = clWindowText
            Font.Height = -24
            Font.Name = 'MS Sans Serif'
            Font.Style = []
            ParentColor = False
            ParentFont = False
            TabOrder = 3
          end
        end
      end
    end
    object TabSheet3: TTabSheet
      Caption = #23398#29983#26723#26696
      ImageIndex = 2
      object PageControl3: TPageControl
        Left = 0
        Top = 0

⌨️ 快捷键说明

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