1 |
object Form12: TForm12 |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
BorderStyle = bsNone |
5 |
BorderWidth = 1 |
6 |
Caption = 'Value Edit' |
7 |
ClientHeight = 145 |
8 |
ClientWidth = 298 |
9 |
Color = clBtnFace |
10 |
Constraints.MaxHeight = 147 |
11 |
Constraints.MaxWidth = 700 |
12 |
Constraints.MinHeight = 147 |
13 |
Constraints.MinWidth = 300 |
14 |
Font.Charset = DEFAULT_CHARSET |
15 |
Font.Color = clWindowText |
16 |
Font.Height = -11 |
17 |
Font.Name = 'Tahoma' |
18 |
Font.Style = [] |
19 |
OldCreateOrder = False |
20 |
Position = poMainFormCenter |
21 |
PixelsPerInch = 96 |
22 |
TextHeight = 13 |
23 |
object group: TGroupBox |
24 |
Left = 0 |
25 |
Top = 0 |
26 |
Width = 298 |
27 |
Height = 145 |
28 |
Align = alClient |
29 |
Caption = '---' |
30 |
TabOrder = 0 |
31 |
DesignSize = ( |
32 |
298 |
33 |
145) |
34 |
object lbl_current: TLabel |
35 |
Left = 8 |
36 |
Top = 64 |
37 |
Width = 73 |
38 |
Height = 17 |
39 |
AutoSize = False |
40 |
Caption = 'Current value:' |
41 |
end |
42 |
object lbl_new: TLabel |
43 |
Left = 8 |
44 |
Top = 88 |
45 |
Width = 73 |
46 |
Height = 17 |
47 |
AutoSize = False |
48 |
Caption = 'New value:' |
49 |
end |
50 |
object lbl_offset: TLabel |
51 |
Left = 8 |
52 |
Top = 16 |
53 |
Width = 73 |
54 |
Height = 17 |
55 |
AutoSize = False |
56 |
Caption = 'Offset:' |
57 |
end |
58 |
object lbl_datatype: TLabel |
59 |
Left = 8 |
60 |
Top = 40 |
61 |
Width = 73 |
62 |
Height = 17 |
63 |
AutoSize = False |
64 |
Caption = 'Datatype:' |
65 |
end |
66 |
object btn_ok: TButton |
67 |
Left = 153 |
68 |
Top = 112 |
69 |
Width = 65 |
70 |
Height = 25 |
71 |
Anchors = [akTop, akRight] |
72 |
Caption = 'OK' |
73 |
Default = True |
74 |
TabOrder = 0 |
75 |
OnClick = btn_okClick |
76 |
end |
77 |
object btn_cancel: TButton |
78 |
Left = 225 |
79 |
Top = 112 |
80 |
Width = 65 |
81 |
Height = 25 |
82 |
Anchors = [akTop, akRight] |
83 |
Cancel = True |
84 |
Caption = 'Cancel' |
85 |
TabOrder = 1 |
86 |
OnClick = btn_cancelClick |
87 |
end |
88 |
object edit_current: TEdit |
89 |
Left = 88 |
90 |
Top = 64 |
91 |
Width = 203 |
92 |
Height = 18 |
93 |
Anchors = [akLeft, akTop, akRight] |
94 |
AutoSize = False |
95 |
Color = clInfoBk |
96 |
ReadOnly = True |
97 |
TabOrder = 2 |
98 |
end |
99 |
object edit_offset: TEdit |
100 |
Left = 87 |
101 |
Top = 16 |
102 |
Width = 203 |
103 |
Height = 18 |
104 |
Anchors = [akLeft, akTop, akRight] |
105 |
AutoSize = False |
106 |
Color = clInfoBk |
107 |
ReadOnly = True |
108 |
TabOrder = 3 |
109 |
end |
110 |
object edit_datatype: TEdit |
111 |
Left = 87 |
112 |
Top = 40 |
113 |
Width = 203 |
114 |
Height = 18 |
115 |
Anchors = [akLeft, akTop, akRight] |
116 |
AutoSize = False |
117 |
Color = clInfoBk |
118 |
ReadOnly = True |
119 |
TabOrder = 4 |
120 |
end |
121 |
object edit_new: TCrossEdit |
122 |
Left = 88 |
123 |
Top = 88 |
124 |
Width = 203 |
125 |
Height = 18 |
126 |
Anchors = [akLeft, akTop, akRight] |
127 |
AutoSize = False |
128 |
BorderStyle = bsNone |
129 |
Color = clWhite |
130 |
Font.Charset = DEFAULT_CHARSET |
131 |
Font.Color = clWindowText |
132 |
Font.Height = -11 |
133 |
Font.Name = 'Tahoma' |
134 |
Font.Style = [] |
135 |
HideSelection = False |
136 |
ParentFont = False |
137 |
TabOrder = 5 |
138 |
Text = '0000' |
139 |
FocusAlignment = taLeftJustify |
140 |
NoFocusAlignment = taLeftJustify |
141 |
Precision = 15 |
142 |
Decimals = 4 |
143 |
FocusWidthInc = 0 |
144 |
EditType = etHex |
145 |
NextDialogOnEnter = True |
146 |
DialogOnCursorKeys = True |
147 |
NextPriorStep = 1 |
148 |
AutoFocus = False |
149 |
LimitCheck = True |
150 |
Max = 2147483647.000000000000000000 |
151 |
FocusColor = clWhite |
152 |
NoFocusColor = clWhite |
153 |
ErrorColor = clRed |
154 |
StringCharSet = scFull |
155 |
end |
156 |
end |
157 |
end |