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

📄 semaphorefrm.dfm

📁 《Delphi 7经典问题解析》源代码 第一到七章 基础篇源程序 应用篇源程序
💻 DFM
字号:
object frmSemaphore: TfrmSemaphore
  Left = 192
  Top = 107
  Width = 497
  Height = 314
  Caption = #21033#29992#20449#21495#37327#23454#29616#32447#31243#38388#21516#27493
  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 = 26
    Top = 17
    Width = 90
    Height = 12
    Caption = #32447#31243'1'#30340#25968#32452#25968#25454
  end
  object Label2: TLabel
    Left = 209
    Top = 16
    Width = 90
    Height = 12
    Caption = #32447#31243'2'#30340#25968#32452#25968#25454
  end
  object ListBox1: TListBox
    Left = 24
    Top = 32
    Width = 153
    Height = 241
    ItemHeight = 12
    TabOrder = 0
  end
  object btnExecute: TButton
    Left = 400
    Top = 32
    Width = 75
    Height = 25
    Caption = #25191#34892
    TabOrder = 1
    OnClick = btnExecuteClick
  end
  object ListBox2: TListBox
    Left = 208
    Top = 32
    Width = 169
    Height = 241
    ItemHeight = 12
    TabOrder = 2
  end
end

⌨️ 快捷键说明

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