forked from MGuffin/xTranslator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTESVT_RtlPreview.dfm
More file actions
141 lines (141 loc) · 2.96 KB
/
TESVT_RtlPreview.dfm
File metadata and controls
141 lines (141 loc) · 2.96 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
object FormRtl: TFormRtl
Left = 0
Top = 0
BorderStyle = bsSingle
Caption = 'RtL preview'
ClientHeight = 442
ClientWidth = 624
Color = clBtnFace
Constraints.MaxHeight = 480
Constraints.MinHeight = 480
Constraints.MinWidth = 600
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poMainFormCenter
OnShow = FormShow
TextHeight = 15
object Panel1: TPanel
Left = 0
Top = 0
Width = 624
Height = 442
Align = alClient
TabOrder = 0
ExplicitWidth = 620
ExplicitHeight = 441
object Memo1: TMemo
Left = 1
Top = 1
Width = 622
Height = 153
Align = alTop
BiDiMode = bdRightToLeft
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial Narrow'
Font.Style = []
ParentBiDiMode = False
ParentFont = False
ScrollBars = ssBoth
TabOrder = 0
OnChange = Memo1Change
OnClick = RadioGroup1Click
ExplicitWidth = 618
end
object Memo2: TMemo
Left = 1
Top = 279
Width = 622
Height = 162
Align = alBottom
BiDiMode = bdRightToLeft
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial Narrow'
Font.Style = []
ParentBiDiMode = False
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 1
ExplicitTop = 278
ExplicitWidth = 618
end
object RadioGroup1: TRadioGroup
Left = 8
Top = 168
Width = 97
Height = 82
Caption = 'Method'
ItemIndex = 1
Items.Strings = (
'None'
'Shape'
'Deshape')
TabOrder = 2
OnClick = RadioGroup1Click
end
object Button1: TButton
Left = 431
Top = 231
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
object Button2: TButton
Left = 512
Top = 231
Width = 97
Height = 25
Caption = 'Convert All'
ModalResult = 1
TabOrder = 4
end
object AdjustLineSize: TGroupBox
Left = 111
Top = 168
Width = 154
Height = 57
Caption = 'AdjustLineSize'
TabOrder = 5
object TrackBar1: TTrackBar
Left = 5
Top = 22
Width = 146
Height = 27
Max = 200
Frequency = 15
Position = 50
TabOrder = 0
OnChange = TrackBar1Change
end
end
object CheckBox1: TCheckBox
Left = 287
Top = 200
Width = 98
Height = 17
Caption = 'RtLview'
TabOrder = 6
OnClick = CheckBox1Click
end
object CheckBox2: TCheckBox
Left = 116
Top = 231
Width = 146
Height = 17
Caption = 'remove controlChars'
Checked = True
State = cbChecked
TabOrder = 7
OnClick = RadioGroup1Click
end
end
end