SemaphoreFrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
源码类别:

Delphi/CppBuilder

开发平台:

Delphi

  1. object frmSemaphore: TfrmSemaphore
  2.   Left = 192
  3.   Top = 107
  4.   Width = 497
  5.   Height = 314
  6.   Caption = #21033#29992#20449#21495#37327#23454#29616#32447#31243#38388#21516#27493
  7.   Color = clBtnFace
  8.   Font.Charset = GB2312_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #23435#20307
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object Label1: TLabel
  19.     Left = 26
  20.     Top = 17
  21.     Width = 90
  22.     Height = 12
  23.     Caption = #32447#31243'1'#30340#25968#32452#25968#25454
  24.   end
  25.   object Label2: TLabel
  26.     Left = 209
  27.     Top = 16
  28.     Width = 90
  29.     Height = 12
  30.     Caption = #32447#31243'2'#30340#25968#32452#25968#25454
  31.   end
  32.   object ListBox1: TListBox
  33.     Left = 24
  34.     Top = 32
  35.     Width = 153
  36.     Height = 241
  37.     ItemHeight = 12
  38.     TabOrder = 0
  39.   end
  40.   object btnExecute: TButton
  41.     Left = 400
  42.     Top = 32
  43.     Width = 75
  44.     Height = 25
  45.     Caption = #25191#34892
  46.     TabOrder = 1
  47.     OnClick = btnExecuteClick
  48.   end
  49.   object ListBox2: TListBox
  50.     Left = 208
  51.     Top = 32
  52.     Width = 169
  53.     Height = 241
  54.     ItemHeight = 12
  55.     TabOrder = 2
  56.   end
  57. end