- object Form1: TForm1
- Left = 375
- Top = 347
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = #21464#20307#31867#22411#28436#31034
- ClientHeight = 162
- ClientWidth = 339
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 144
- Width = 126
- Height = 12
- Caption = 'Variant'#31867#22411#36816#34892#26102#38388#65306
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 124
- Width = 126
- Height = 12
- Caption = 'Integer'#25972#22411#36816#34892#26102#38388#65306
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 40
- Top = 40
- Width = 84
- Height = 12
- Caption = #24403#21069#36816#34892#36827#24230#65306
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Label4: TLabel
- Left = 16
- Top = 104
- Width = 108
- Height = 12
- Caption = 'Real'#23454#22411#36816#34892#26102#38388#65306
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- end
- object Button1: TButton
- Left = 8
- Top = 8
- Width = 105
- Height = 25
- Caption = 'Variant'#21464#20307#31867#22411
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 120
- Top = 8
- Width = 105
- Height = 25
- Caption = 'Integer'#25972#25968#31867#22411
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- object ProgressBar1: TProgressBar
- Left = 40
- Top = 64
- Width = 241
- Height = 25
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object Button3: TButton
- Left = 256
- Top = 128
- Width = 75
- Height = 25
- Caption = #36864#20986
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 232
- Top = 8
- Width = 105
- Height = 25
- Caption = 'Real'#23454#25968#31867#22411
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = Button4Click
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 304
- Top = 72
- end
- end