SemaphoreFrm.dfm
上传用户:psxgmh
上传日期:2013-04-08
资源大小:15112k
文件大小:1k
- 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