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

📄 departunit.~dfm

📁 这是我做的一个课程设计
💻 ~DFM
📖 第 1 页 / 共 5 页
字号:
object departForm: TdepartForm
  Left = 225
  Top = 41
  Width = 579
  Height = 375
  Caption = #38498#31995#35774#32622
  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
  WindowState = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object DBGrid1: TDBGrid
    Left = 0
    Top = 137
    Width = 571
    Height = 206
    Align = alClient
    DataSource = DMform.DataSource_depart
    ReadOnly = True
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 571
    Height = 48
    AutoSize = True
    ButtonHeight = 44
    ButtonWidth = 43
    Caption = 'ToolBar1'
    Images = ImageList1
    ShowCaptions = True
    TabOrder = 1
    object tb_first: TToolButton
      Left = 0
      Top = 2
      Action = DataSetFirst1
      Caption = #39318#35760#24405
      ImageIndex = 0
    end
    object tb_prior: TToolButton
      Left = 43
      Top = 2
      Action = DataSetPrior1
      Caption = #19978#19968#26465
      ImageIndex = 3
    end
    object tb_next: TToolButton
      Left = 86
      Top = 2
      Action = DataSetNext1
      Caption = #19979#19968#26465
      ImageIndex = 2
    end
    object tb_last: TToolButton
      Left = 129
      Top = 2
      Action = DataSetLast1
      Caption = #26411#35760#24405
      ImageIndex = 1
    end
    object tb_add: TToolButton
      Left = 172
      Top = 2
      Caption = #28155#21152
      ImageIndex = 7
      OnClick = tb_addClick
    end
    object tb_edit: TToolButton
      Left = 215
      Top = 2
      Caption = #20462#25913
      ImageIndex = 6
      OnClick = tb_editClick
    end
    object tb_delete: TToolButton
      Left = 258
      Top = 2
      Caption = #21024#38500
      ImageIndex = 4
      OnClick = tb_deleteClick
    end
    object tb_post: TToolButton
      Left = 301
      Top = 2
      Caption = #20445#23384
      ImageIndex = 5
      OnClick = tb_postClick
    end
    object tb_cancel: TToolButton
      Left = 344
      Top = 2
      Action = DataSetCancel1
      Caption = #21462#28040
      ImageIndex = 9
    end
    object tb_exit: TToolButton
      Left = 387
      Top = 2
      Caption = #36864#20986
      ImageIndex = 8
      OnClick = tb_exitClick
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 48
    Width = 571
    Height = 89
    Align = alTop
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 2
    object Label1: TLabel
      Left = 24
      Top = 16
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #38498#31995#32534#21495
    end
    object Label2: TLabel
      Left = 216
      Top = 16
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #38498#31995#21517#31216
    end
    object Label3: TLabel
      Left = 408
      Top = 16
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #38498#31995#39046#23548
    end
    object Label4: TLabel
      Left = 24
      Top = 56
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #39046#23548#30005#35805
    end
    object Label5: TLabel
      Left = 216
      Top = 56
      Width = 57
      Height = 13
      AutoSize = False
      Caption = #38498#31995#25551#36848
    end
    object Edit_yxbh: TEdit
      Left = 80
      Top = 12
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit_yxmc: TEdit
      Left = 280
      Top = 12
      Width = 121
      Height = 21
      TabOrder = 1
    end
    object Edit_yxld: TEdit
      Left = 464
      Top = 12
      Width = 97
      Height = 21
      TabOrder = 2
    end
    object Edit_lddh: TEdit
      Left = 80
      Top = 52
      Width = 121
      Height = 21
      TabOrder = 3
    end
    object Edit_yxms: TEdit
      Left = 280
      Top = 52
      Width = 281
      Height = 21
      TabOrder = 4
    end
  end
  object ImageList1: TImageList
    Height = 24
    Width = 24
    Left = 456
    Top = 13
    Bitmap = {
      494C01010A000E00040018001800FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
      0000000000003600000028000000600000006000000001002000000000000090
      0000000000000000000000000000000000000000000000000000000000000000

⌨️ 快捷键说明

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