jd1f.dfm

来自「不完备信息的数据发现」· DFM 代码 · 共 92 行

DFM
92
字号
object jd1: Tjd1
  Left = 213
  Top = 231
  Width = 480
  Height = 408
  Caption = #19968#33324#31934#24230
  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 Button3: TButton
    Left = 240
    Top = 24
    Width = 75
    Height = 25
    Caption = #31934#24230'(good)'
    TabOrder = 0
  end
  object Memo12: TMemo
    Left = 167
    Top = 16
    Width = 161
    Height = 33
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 1
  end
  object Button4: TButton
    Left = 240
    Top = 64
    Width = 75
    Height = 25
    Caption = #31934#24230'(poor)'
    TabOrder = 2
  end
  object Memo13: TMemo
    Left = 167
    Top = 56
    Width = 161
    Height = 33
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 3
  end
  object Button5: TButton
    Left = 240
    Top = 112
    Width = 75
    Height = 25
    Caption = #31934#24230'(excel)'
    TabOrder = 4
  end
  object Memo14: TMemo
    Left = 167
    Top = 104
    Width = 161
    Height = 33
    ImeName = #20013#25991' ('#31616#20307') - '#24494#36719#25340#38899
    TabOrder = 5
  end
  object Button1: TButton
    Left = 48
    Top = 24
    Width = 75
    Height = 25
    Caption = #31934#24230'(good)'
    TabOrder = 6
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 48
    Top = 64
    Width = 75
    Height = 25
    Caption = #31934#24230'(poor)'
    TabOrder = 7
    OnClick = Button2Click
  end
  object Button6: TButton
    Left = 48
    Top = 112
    Width = 75
    Height = 25
    Caption = #31934#24230'(excel)'
    TabOrder = 8
    OnClick = Button6Click
  end
end

⌨️ 快捷键说明

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