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

📄 msg_edit.~dfm

📁 个人信息管理系统
💻 ~DFM
字号:
object Msg_EditFrm: TMsg_EditFrm
  Left = 176
  Top = 102
  Width = 746
  Height = 510
  Caption = 'Msg_EditFrm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 0
    Top = 446
    Width = 738
    Height = 37
    Align = alBottom
    TabOrder = 0
    object Label2: TLabel
      Left = 12
      Top = 13
      Width = 36
      Height = 13
      Caption = #31867#21035#65306
    end
    object Button1: TButton
      Left = 509
      Top = 8
      Width = 62
      Height = 26
      Caption = #25918#24323
      TabOrder = 0
      OnClick = Button1Click
    end
    object Button2: TButton
      Left = 661
      Top = 8
      Width = 61
      Height = 26
      Caption = #30830#23450'['#20851#38381']'
      TabOrder = 1
      OnClick = Button2Click
    end
    object DBLookupComboBox1: TDBLookupComboBox
      Left = 64
      Top = 11
      Width = 196
      Height = 19
      Ctl3D = False
      DataField = 'TYPE'
      DataSource = dmfrm.ds_MSg
      DropDownRows = 100
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clHotLight
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      KeyField = 'ID'
      ListField = 'TYPE_NAME'
      ListSource = dmfrm.ds_type
      ParentCtl3D = False
      ParentFont = False
      TabOrder = 2
      OnCloseUp = DBLookupComboBox1CloseUp
      OnKeyPress = DBLookupComboBox1KeyPress
    end
    object DBNavigator1: TDBNavigator
      Left = 272
      Top = 8
      Width = 220
      Height = 25
      DataSource = dmfrm.ds_MSg
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbDelete]
      TabOrder = 3
      OnClick = DBNavigator1Click
    end
    object Button3: TButton
      Left = 583
      Top = 8
      Width = 65
      Height = 26
      Caption = #30830#23450'['#32487#32493']'
      Enabled = False
      TabOrder = 4
      OnClick = Button3Click
    end
  end
  object msg_memo: TDBMemo
    Left = 0
    Top = 43
    Width = 738
    Height = 403
    Align = alClient
    Color = clWhite
    DataField = 'MSG'
    DataSource = dmfrm.ds_MSg
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clNavy
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
  end
  object GroupBox2: TGroupBox
    Left = 0
    Top = 0
    Width = 738
    Height = 43
    Align = alTop
    Caption = #26631#39064
    TabOrder = 2
    DesignSize = (
      738
      43)
    object Title_edit: TDBEdit
      Left = 5
      Top = 14
      Width = 729
      Height = 21
      Anchors = [akLeft, akTop, akRight, akBottom]
      Color = clWhite
      DataField = 'Title'
      DataSource = dmfrm.ds_MSg
      Font.Charset = DEFAULT_CHARSET
      Font.Color = 8404992
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      OnKeyPress = Title_editKeyPress
    end
  end
end

⌨️ 快捷键说明

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