addmpswdu.dfm

来自「给paradox表增加、修改口令。」· DFM 代码 · 共 76 行

DFM
76
字号
object Form1: TForm1
  Left = 276
  Top = 365
  Width = 496
  Height = 302
  Caption = 'Form1'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Button1: TButton
    Left = 408
    Top = 8
    Width = 75
    Height = 25
    Caption = 'AddMPswd'
    TabOrder = 0
    OnClick = Button1Click
  end
  object DBNavigator1: TDBNavigator
    Left = 8
    Top = 8
    Width = 240
    Height = 25
    DataSource = DataSource1
    TabOrder = 1
  end
  object DBGrid1: TDBGrid
    Left = 8
    Top = 40
    Width = 473
    Height = 225
    DataSource = DataSource1
    TabOrder = 2
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
  end
  object Button2: TButton
    Left = 264
    Top = 8
    Width = 57
    Height = 25
    Caption = 'Open'
    TabOrder = 3
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 336
    Top = 8
    Width = 57
    Height = 25
    Caption = 'Close'
    TabOrder = 4
    OnClick = Button3Click
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 120
    Top = 160
  end
  object Table1: TTable
    SessionName = 'Default'
    TableName = 'scl90.db'
    Left = 160
    Top = 160
  end
end

⌨️ 快捷键说明

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