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

📄 c_depot.dfm

📁 《delphi数据库设计与实例开发》随书光盘
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object cfrm_depot: Tcfrm_depot
  Left = 341
  Top = 172
  Width = 467
  Height = 445
  Caption = #20179#24211#20449#24687#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ToolBar1: TToolBar
    Left = 0
    Top = 0
    Width = 459
    Height = 65
    ButtonHeight = 50
    ButtonWidth = 37
    Caption = 'ToolBar1'
    Images = ImageList1
    ShowCaptions = True
    TabOrder = 0
    object TButton1: TToolButton
      Left = 0
      Top = 2
      Caption = #26032#24314
      ImageIndex = 0
      OnClick = TButton1Click
    end
    object TButton2: TToolButton
      Left = 37
      Top = 2
      Caption = #32534#36753
      ImageIndex = 1
      OnClick = TButton2Click
    end
    object TButton3: TToolButton
      Left = 74
      Top = 2
      Caption = #21024#38500
      ImageIndex = 2
      OnClick = TButton3Click
    end
    object ToolButton4: TToolButton
      Left = 111
      Top = 2
      Width = 8
      Caption = 'ToolButton4'
      ImageIndex = 3
      Style = tbsSeparator
    end
    object TButton5: TToolButton
      Left = 119
      Top = 2
      Caption = #30830#23450
      Enabled = False
      ImageIndex = 3
      OnClick = TButton5Click
    end
    object TButton6: TToolButton
      Left = 156
      Top = 2
      Caption = #21462#28040
      Enabled = False
      ImageIndex = 4
      OnClick = TButton6Click
    end
    object ToolButton7: TToolButton
      Left = 193
      Top = 2
      Width = 8
      Caption = 'ToolButton7'
      ImageIndex = 5
      Style = tbsSeparator
    end
    object DBNavigator1: TDBNavigator
      Left = 201
      Top = 2
      Width = 124
      Height = 50
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      TabOrder = 0
    end
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 399
    Width = 459
    Height = 19
    Panels = <
      item
        Width = 150
      end
      item
        Width = 50
      end>
  end
  object Panel1: TPanel
    Left = 0
    Top = 65
    Width = 459
    Height = 120
    Align = alTop
    BevelOuter = bvNone
    TabOrder = 2
    object GroupBox1: TGroupBox
      Left = 0
      Top = 0
      Width = 459
      Height = 120
      Align = alClient
      Caption = #21830#21697#20449#24687
      TabOrder = 0
      object Label1: TLabel
        Left = 16
        Top = 32
        Width = 60
        Height = 13
        Caption = #20179#24211#21517#31216#65306
      end
      object Label5: TLabel
        Left = 16
        Top = 56
        Width = 60
        Height = 13
        Caption = #20179#24211#20301#32622#65306
      end
      object Label6: TLabel
        Left = 16
        Top = 80
        Width = 48
        Height = 13
        Caption = #36127#36131#20154#65306
      end
      object DBEdit1: TDBEdit
        Left = 80
        Top = 24
        Width = 257
        Height = 21
        DataField = 'DepotName'
        DataSource = DataSource1
        Enabled = False
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 0
      end
      object DBEdit2: TDBEdit
        Left = 80
        Top = 48
        Width = 257
        Height = 21
        DataField = 'Address'
        DataSource = DataSource1
        Enabled = False
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 1
      end
      object DBEdit3: TDBEdit
        Left = 80
        Top = 72
        Width = 257
        Height = 21
        DataField = 'Manager'
        DataSource = DataSource1
        Enabled = False
        ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
        TabOrder = 2
      end
    end
  end
  object Panel2: TPanel
    Left = 0
    Top = 185
    Width = 459
    Height = 214
    Align = alClient
    BevelOuter = bvNone
    Caption = 'Panel2'
    TabOrder = 3
    object DBGrid1: TDBGrid
      Left = 0
      Top = 0
      Width = 459
      Height = 214
      Align = alClient
      DataSource = DataSource1
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'DepotID'
          Title.Alignment = taCenter
          Title.Caption = #20179#24211#32534#21495
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'DepotName'
          Title.Alignment = taCenter
          Title.Caption = #20179#24211#21517#31216
          Visible = True
        end
        item

⌨️ 快捷键说明

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