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

📄 unit16.dfm

📁 delphi+sql2005做的一个宿舍管理系统源码,初学者,所以比较简单,后面有个查询功能还没完成,希望能给大家一个参考
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object frm_c_ss: Tfrm_c_ss
  Left = 247
  Top = 77
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #23487#33293#26597#35810
  ClientHeight = 536
  ClientWidth = 457
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 457
    Height = 536
    ActivePage = TabSheet1
    Align = alClient
    TabOrder = 0
    object TabSheet1: TTabSheet
      Caption = #23487#33293#20449#24687
      object Label2: TLabel
        Left = 40
        Top = 104
        Width = 48
        Height = 13
        Caption = #23487#33293#21495#65306
      end
      object Label7: TLabel
        Left = 224
        Top = 184
        Width = 36
        Height = 13
        Caption = #30005#35805#65306
      end
      object Label6: TLabel
        Left = 224
        Top = 144
        Width = 36
        Height = 13
        Caption = #29366#24577#65306
      end
      object Label3: TLabel
        Left = 224
        Top = 104
        Width = 36
        Height = 13
        Caption = #20215#26684#65306
      end
      object Label4: TLabel
        Left = 40
        Top = 144
        Width = 60
        Height = 13
        Caption = #24212#20303#20154#25968#65306
      end
      object Label5: TLabel
        Left = 40
        Top = 184
        Width = 60
        Height = 13
        Caption = #23621#20303#24615#21035#65306
      end
      object Label8: TLabel
        Left = 40
        Top = 216
        Width = 36
        Height = 13
        Caption = #22791#27880#65306
      end
      object Label1: TLabel
        Left = 40
        Top = 64
        Width = 60
        Height = 13
        Caption = #25353#23487#33293#21495#65306
      end
      object Edit6: TEdit
        Left = 272
        Top = 176
        Width = 121
        Height = 21
        TabOrder = 0
      end
      object Edit1: TEdit
        Left = 112
        Top = 96
        Width = 97
        Height = 21
        TabOrder = 1
      end
      object Memo1: TMemo
        Left = 40
        Top = 240
        Width = 361
        Height = 89
        TabOrder = 2
      end
      object DBGrid1: TDBGrid
        Left = 40
        Top = 344
        Width = 361
        Height = 145
        DataSource = DataSource1
        TabOrder = 3
        TitleFont.Charset = DEFAULT_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -11
        TitleFont.Name = 'MS Sans Serif'
        TitleFont.Style = []
        OnCellClick = DBGrid1CellClick
      end
      object Edit2: TEdit
        Left = 272
        Top = 96
        Width = 121
        Height = 21
        TabOrder = 4
      end
      object Edit3: TEdit
        Left = 112
        Top = 136
        Width = 97
        Height = 21
        TabOrder = 5
      end
      object Edit4: TEdit
        Left = 272
        Top = 136
        Width = 121
        Height = 21
        TabOrder = 6
      end
      object Edit5: TEdit
        Left = 112
        Top = 176
        Width = 97
        Height = 21
        TabOrder = 7
      end
      object CoolBar1: TCoolBar
        Left = 0
        Top = 0
        Width = 449
        Height = 49
        Bands = <
          item
            Control = ToolBar1
            ImageIndex = -1
            MinHeight = 41
            Width = 445
          end>
        object ToolBar1: TToolBar
          Left = 9
          Top = 0
          Width = 432
          Height = 41
          ButtonHeight = 36
          ButtonWidth = 61
          Caption = 'ToolBar1'
          Images = ImageList1
          ShowCaptions = True
          TabOrder = 0
          object ToolButton1: TToolButton
            Left = 0
            Top = 2
            Caption = '     '#20462#25913'     '
            ImageIndex = 1
            OnClick = ToolButton1Click
          end
          object ToolButton2: TToolButton
            Left = 61
            Top = 2
            Width = 8
            Caption = 'ToolButton2'
            ImageIndex = 2
            Style = tbsSeparator
          end
          object ToolButton3: TToolButton
            Left = 69
            Top = 2
            Caption = #20876#38500
            ImageIndex = 3
            OnClick = ToolButton3Click
          end
          object ToolButton4: TToolButton
            Left = 130
            Top = 2
            Width = 8
            Caption = 'ToolButton4'
            ImageIndex = 3
            Style = tbsSeparator
          end
          object ToolButton5: TToolButton
            Left = 138
            Top = 2
            Caption = #26174#31034#20840#37096
            ImageIndex = 2
            OnClick = ToolButton5Click
          end
          object ToolButton6: TToolButton
            Left = 199
            Top = 2
            Width = 8
            Caption = 'ToolButton6'
            ImageIndex = 1
            Style = tbsSeparator
          end
          object ToolButton7: TToolButton
            Left = 207
            Top = 2
            Caption = #36864#20986
            ImageIndex = 0
            OnClick = ToolButton7Click

⌨️ 快捷键说明

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