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

📄 unit2.dfm

📁 版本窗口程序 这是书本上的相关内容
💻 DFM
字号:
object EditForm: TEditForm
  Left = 291
  Top = 194
  BorderStyle = bsNone
  Caption = #20462#25913'ListBox'#20869#23481
  ClientHeight = 157
  ClientWidth = 224
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poDefault
  PixelsPerInch = 96
  TextHeight = 12
  object pnlMain: TPanel
    Left = 0
    Top = 21
    Width = 224
    Height = 136
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Color = 16250871
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
    object Label3: TLabel
      Left = 8
      Top = 80
      Width = 54
      Height = 12
      Caption = #31532'3'#34892#20869#23481
    end
    object Label2: TLabel
      Left = 8
      Top = 47
      Width = 54
      Height = 12
      Caption = #31532'2'#34892#20869#23481
    end
    object Label1: TLabel
      Left = 8
      Top = 15
      Width = 54
      Height = 12
      Caption = #31532'1'#34892#20869#23481
    end
    object btnCancel: TButton
      Left = 120
      Top = 102
      Width = 75
      Height = 25
      Caption = 'Cancel'
      ModalResult = 2
      TabOrder = 0
    end
    object btnOk: TButton
      Left = 16
      Top = 102
      Width = 75
      Height = 25
      Caption = 'OK'
      TabOrder = 1
      OnClick = btnOkClick
    end
    object edtThird: TEdit
      Left = 70
      Top = 75
      Width = 140
      Height = 18
      Color = 15719374
      Ctl3D = False
      ImeName = #28023#23792#20116#31508'86'#29256
      ParentCtl3D = False
      TabOrder = 2
      Text = 'edtThird'
    end
    object edtSecond: TEdit
      Left = 70
      Top = 43
      Width = 140
      Height = 18
      Color = 15719374
      Ctl3D = False
      ImeName = #28023#23792#20116#31508'86'#29256
      ParentCtl3D = False
      TabOrder = 3
      Text = 'edtSecond'
    end
    object edtFirst: TEdit
      Left = 70
      Top = 11
      Width = 140
      Height = 18
      Color = 15719374
      Ctl3D = False
      ImeName = #28023#23792#20116#31508'86'#29256
      ParentCtl3D = False
      TabOrder = 4
      Text = 'edtFirst'
    end
  end
  object pnlTitle: TPanel
    Left = 0
    Top = 0
    Width = 224
    Height = 24
    Align = alTop
    Alignment = taLeftJustify
    BevelOuter = bvNone
    BorderStyle = bsSingle
    Caption = ' '#24403#21069'ListBox'#36873#20013#39033#65306
    Color = 13534810
    Ctl3D = False
    Font.Charset = GB2312_CHARSET
    Font.Color = clWhite
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentCtl3D = False
    ParentFont = False
    TabOrder = 1
    OnMouseDown = pnlTitleMouseDown
    object btnMenuClose: TSpeedButton
      Left = 202
      Top = 2
      Width = 16
      Height = 16
      Caption = 'r'
      Flat = True
      Font.Charset = SYMBOL_CHARSET
      Font.Color = clWhite
      Font.Height = -10
      Font.Name = 'Marlett'
      Font.Style = []
      ParentFont = False
      OnClick = btnMenuCloseClick
    end
  end
end

⌨️ 快捷键说明

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