unitdictionary.dfm

来自「自己做过的工程」· DFM 代码 · 共 154 行

DFM
154
字号
object formdictionary: Tformdictionary
  Left = 128
  Top = 106
  BorderStyle = bsDialog
  Caption = #23383#20856#34920#32500#25252
  ClientHeight = 383
  ClientWidth = 548
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 309
    Width = 548
    Height = 74
    Align = alBottom
    BorderStyle = bsSingle
    TabOrder = 0
    object but_add: TButton
      Left = 48
      Top = 18
      Width = 89
      Height = 33
      Caption = #28155#21152
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnClick = but_addClick
    end
    object but_exit: TButton
      Left = 416
      Top = 18
      Width = 81
      Height = 33
      Caption = #36864#20986
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 1
      OnClick = but_exitClick
    end
    object but_modify: TButton
      Left = 176
      Top = 18
      Width = 81
      Height = 33
      Caption = #20462#25913
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 2
      OnClick = but_modifyClick
    end
    object but_delete: TButton
      Left = 296
      Top = 18
      Width = 81
      Height = 33
      Caption = #21024#38500
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      TabOrder = 3
      OnClick = but_deleteClick
    end
  end
  object PageControl1: TPageControl
    Left = 0
    Top = 0
    Width = 553
    Height = 305
    ActivePage = TabSheet1
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabIndex = 0
    TabOrder = 1
    object TabSheet1: TTabSheet
      Caption = #37202#33756#31867#22411#35774#23450
      Font.Charset = ANSI_CHARSET
      Font.Color = clWindowText
      Font.Height = -14
      Font.Name = #23435#20307
      Font.Style = []
      ParentFont = False
      object DBGrid1: TDBGrid
        Left = 7
        Top = 5
        Width = 529
        Height = 263
        DataSource = DataSourcesuptype
        ReadOnly = True
        TabOrder = 0
        TitleFont.Charset = ANSI_CHARSET
        TitleFont.Color = clWindowText
        TitleFont.Height = -14
        TitleFont.Name = #23435#20307
        TitleFont.Style = []
        OnCellClick = DBGrid1CellClick
        Columns = <
          item
            Expanded = False
            FieldName = 'dicname'
            Title.Caption = #37202#33756#31867#22411
            Width = 138
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'dicvalue'
            Title.Caption = #31867#22411#20195#21495
            Width = 90
            Visible = True
          end
          item
            Expanded = False
            FieldName = 'dicdiscribe'
            Title.Caption = #31867#22411#25551#36848
            Width = 197
            Visible = True
          end>
      end
    end
  end
  object DataSourcesuptype: TDataSource
    DataSet = DMHotel.ds_dictionary_setsuptype
    Left = 272
  end
end

⌨️ 快捷键说明

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