-
Notifications
You must be signed in to change notification settings - Fork 0
/
DTAWayChoose.dfm
76 lines (76 loc) · 1.78 KB
/
DTAWayChoose.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
object FormDTAWayChoose: TFormDTAWayChoose
Left = 620
Top = 323
BorderStyle = bsDialog
Caption = 'DTA Check Way Choose'
ClientHeight = 249
ClientWidth = 303
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Position = poDesktopCenter
Visible = True
PixelsPerInch = 96
TextHeight = 13
object RzPanelDTA: TRzPanel
Left = 0
Top = 0
Width = 303
Height = 249
Align = alClient
TabOrder = 0
object RzLabelDTA: TRzLabel
Left = 72
Top = 16
Width = 210
Height = 15
Caption = 'Please Choose the way for DTA Check.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
ParentFont = False
end
object RzRadioGroupDTA: TRzRadioGroup
Left = 48
Top = 48
Width = 217
Alignment = taCenter
Caption = 'DTA method choose'
Color = clMoneyGreen
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Times New Roman'
Font.Style = [fsBold]
GroupStyle = gsBanner
ItemHotTrack = True
ItemIndex = 1
Items.Strings = (
'Float Justify'
'Middle Value'
'Same position')
ParentFont = False
TabOrder = 0
end
object RzBitBtnOK: TRzBitBtn
Left = 48
Top = 184
TabOrder = 1
OnClick = RzBitBtnOKClick
Kind = bkOK
end
object RzBitBtnCancel: TRzBitBtn
Left = 184
Top = 184
TabOrder = 2
Kind = bkCancel
end
end
end