1
0
mirror of https://github.com/loginov-dmitry/multithread.git synced 2025-12-29 00:31:08 +02:00
Files
multithread/CalcWaitCost/CalcWaitCostUnit.dfm

35 lines
655 B
Plaintext

object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 299
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 24
Top = 24
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object RxSpinEdit1: TRxSpinEdit
Left = 128
Top = 24
Width = 121
Height = 21
Value = 50.000000000000000000
TabOrder = 1
OnChange = RxSpinEdit1Change
end
end