unit3.dfm

来自「电气控制仿真软件」· DFM 代码 · 共 58 行

DFM
58
字号
object Form3: TForm3
  Left = 109
  Top = 114
  Width = 407
  Height = 333
  BorderIcons = [biSystemMenu]
  Caption = #36830#25509#20851#31995#34920
  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 Label1: TLabel
    Left = 16
    Top = 16
    Width = 406
    Height = 13
    Caption = #36830#25509#32447#34920#65292#36825#37324#21015#20986#26412#22270#25152#26377#36830#25509#32447#21644#36830#25509#32447#20004#31471#36830#25509#30340#35774#22791#21517#12290
  end
  object Button1: TButton
    Left = 162
    Top = 264
    Width = 75
    Height = 25
    Cancel = True
    Caption = #20851#38381'(&C)'
    ModalResult = 2
    TabOrder = 0
  end
  object ListView1: TListView
    Left = 16
    Top = 32
    Width = 369
    Height = 217
    Columns = <
      item
        Caption = #36830#25509#32447#21517
        Width = 120
      end
      item
        Caption = #36215#28857
        Width = 120
      end
      item
        Caption = #32456#28857
        Width = 120
      end>
    TabOrder = 1
    ViewStyle = vsReport
  end
end

⌨️ 快捷键说明

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