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

📄 mrfk_zcx.dfm

📁 Delphi数据库开发系统例子
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object FRM_FK_ZCX: TFRM_FK_ZCX
  Left = 280
  Top = 211
  Width = 492
  Height = 372
  Caption = #23458#25143#21453#39304#26597#35810
  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
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 6
    Top = 0
    Width = 472
    Height = 49
    TabOrder = 0
    object ToolBar1: TToolBar
      Left = 1
      Top = 1
      Width = 470
      Height = 47
      Align = alClient
      ButtonHeight = 45
      ButtonWidth = 55
      Caption = 'ToolBar1'
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = True
      Images = ImageList1
      ParentShowHint = False
      ShowCaptions = True
      ShowHint = False
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 0
        Caption = #31532#19968#26465
        ImageIndex = 11
        OnClick = ToolButton1Click
      end
      object ToolButton2: TToolButton
        Left = 55
        Top = 0
        Caption = #19978#19968#26465
        ImageIndex = 10
        OnClick = ToolButton2Click
      end
      object ToolButton3: TToolButton
        Left = 110
        Top = 0
        Caption = #19979#19968#26465
        ImageIndex = 13
        OnClick = ToolButton3Click
      end
      object ToolButton4: TToolButton
        Left = 165
        Top = 0
        Caption = #26411#19968#26465
        ImageIndex = 12
        OnClick = ToolButton4Click
      end
      object ToolButton5: TToolButton
        Left = 220
        Top = 0
        Width = 8
        Caption = 'ToolButton5'
        ImageIndex = 4
        Style = tbsSeparator
      end
      object ToolButton6: TToolButton
        Left = 228
        Top = 0
        Caption = #26597#35810
        ImageIndex = 4
        OnClick = ToolButton6Click
      end
      object ToolButton7: TToolButton
        Left = 283
        Top = 0
        Caption = #21462#28040
        ImageIndex = 0
        OnClick = ToolButton7Click
      end
      object ToolButton8: TToolButton
        Left = 338
        Top = 0
        Width = 8
        Caption = 'ToolButton8'
        ImageIndex = 6
        Style = tbsSeparator
      end
      object ToolButton9: TToolButton
        Left = 346
        Top = 0
        Caption = '    '#36864#20986'    '
        ImageIndex = 3
        ParentShowHint = False
        ShowHint = False
        OnClick = ToolButton9Click
      end
    end
  end
  object GroupBox1: TGroupBox
    Left = 6
    Top = 54
    Width = 473
    Height = 83
    Caption = #26597#35810#26465#20214
    TabOrder = 1
    object RadioButton1: TRadioButton
      Left = 15
      Top = 23
      Width = 85
      Height = 17
      Caption = #21453#39304#26631#39064
      TabOrder = 0
      OnClick = RadioButton1Click
    end
    object RadioButton2: TRadioButton
      Left = 251
      Top = 20
      Width = 78
      Height = 17
      Caption = #23458#25143#21517#31216
      TabOrder = 1
      OnClick = RadioButton2Click
    end
    object ComboBox1: TComboBox
      Left = 102
      Top = 20
      Width = 117
      Height = 21
      ItemHeight = 13
      TabOrder = 2
      Text = 'ComboBox1'
    end
    object ComboBox2: TComboBox
      Left = 339
      Top = 17
      Width = 116
      Height = 21
      ItemHeight = 13
      TabOrder = 3
      Text = 'ComboBox2'
    end
    object RadioButton3: TRadioButton
      Left = 15
      Top = 51
      Width = 118
      Height = 17
      Caption = #21453#39304#24847#35265#21463#29702#20154
      TabOrder = 4
      OnClick = RadioButton3Click
    end
    object ComboBox3: TComboBox
      Left = 136
      Top = 49
      Width = 97
      Height = 21
      ItemHeight = 13
      TabOrder = 5
      Text = 'ComboBox3'
    end
  end
  object GroupBox2: TGroupBox
    Left = 6
    Top = 144
    Width = 473
    Height = 185
    Caption = #23458#25143#21453#39304#28385#24847#31243#24230#26597#35810#21015#34920
    TabOrder = 2
    object DBGrid1: TDBGrid
      Left = 12
      Top = 23
      Width = 448
      Height = 149
      DataSource = DataSource1
      Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = 'khfk_id'
          Title.Caption = #24847#35265#21453#39304#32534#21495
          Width = 100
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'khfk_fkbt'
          Title.Caption = #21453#39304#26631#39064
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'khfk_khmc'
          Title.Caption = #23458#25143#21517#31216
          Visible = True
        end
        item
          Expanded = False
          FieldName = 'khfk_fknr'

⌨️ 快捷键说明

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