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

📄 criticalsectionfrm.dfm

📁 《Delphi 7经典问题解析》源代码 第一到七章 基础篇源程序 应用篇源程序
💻 DFM
字号:
object frmCriticalSection: TfrmCriticalSection
  Left = 253
  Top = 187
  Width = 469
  Height = 319
  Caption = #21033#29992#20020#30028#21306#36827#34892#32447#31243#21516#27493#28436#31034
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 12
  object Label1: TLabel
    Left = 11
    Top = 16
    Width = 90
    Height = 12
    Caption = #32447#31243'1'#30340#25968#32452#25968#25454
  end
  object Label2: TLabel
    Left = 216
    Top = 16
    Width = 90
    Height = 12
    Caption = #32447#31243'2'#30340#25968#32452#25968#25454
  end
  object ListBox1: TListBox
    Left = 8
    Top = 32
    Width = 153
    Height = 241
    ItemHeight = 12
    TabOrder = 0
  end
  object btnExecute: TButton
    Left = 376
    Top = 32
    Width = 75
    Height = 25
    Caption = #25191#34892
    TabOrder = 1
    OnClick = btnExecuteClick
  end
  object ListBox2: TListBox
    Left = 208
    Top = 32
    Width = 153
    Height = 241
    ItemHeight = 12
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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