| 1 |
object Form_ValueEdit: TForm_ValueEdit |
| 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 |
OnCreate = FormCreate |
| 22 |
PixelsPerInch = 96 |
| 23 |
TextHeight = 13 |
| 24 |
object group: TGroupBox |
| 25 |
Left = 0 |
| 26 |
Top = 0 |
| 27 |
Width = 298 |
| 28 |
Height = 145 |
| 29 |
Align = alClient |
| 30 |
Caption = '---' |
| 31 |
TabOrder = 0 |
| 32 |
DesignSize = ( |
| 33 |
298 |
| 34 |
145) |
| 35 |
object lbl_current: TLabel |
| 36 |
Left = 8 |
| 37 |
Top = 64 |
| 38 |
Width = 73 |
| 39 |
Height = 17 |
| 40 |
AutoSize = False |
| 41 |
Caption = 'Current value:' |
| 42 |
end |
| 43 |
object lbl_new: TLabel |
| 44 |
Left = 8 |
| 45 |
Top = 88 |
| 46 |
Width = 73 |
| 47 |
Height = 17 |
| 48 |
AutoSize = False |
| 49 |
Caption = 'New value:' |
| 50 |
end |
| 51 |
object lbl_offset: TLabel |
| 52 |
Left = 8 |
| 53 |
Top = 16 |
| 54 |
Width = 73 |
| 55 |
Height = 17 |
| 56 |
AutoSize = False |
| 57 |
Caption = 'Offset:' |
| 58 |
end |
| 59 |
object lbl_datatype: TLabel |
| 60 |
Left = 8 |
| 61 |
Top = 40 |
| 62 |
Width = 73 |
| 63 |
Height = 17 |
| 64 |
AutoSize = False |
| 65 |
Caption = 'Datatype:' |
| 66 |
end |
| 67 |
object btn_ok: TButton |
| 68 |
Left = 153 |
| 69 |
Top = 112 |
| 70 |
Width = 65 |
| 71 |
Height = 25 |
| 72 |
Anchors = [akTop, akRight] |
| 73 |
Caption = 'OK' |
| 74 |
Default = True |
| 75 |
TabOrder = 0 |
| 76 |
OnClick = btn_okClick |
| 77 |
end |
| 78 |
object btn_cancel: TButton |
| 79 |
Left = 225 |
| 80 |
Top = 112 |
| 81 |
Width = 65 |
| 82 |
Height = 25 |
| 83 |
Anchors = [akTop, akRight] |
| 84 |
Cancel = True |
| 85 |
Caption = 'Cancel' |
| 86 |
TabOrder = 1 |
| 87 |
OnClick = btn_cancelClick |
| 88 |
end |
| 89 |
object edit_current: TEdit |
| 90 |
Left = 88 |
| 91 |
Top = 64 |
| 92 |
Width = 203 |
| 93 |
Height = 18 |
| 94 |
Anchors = [akLeft, akTop, akRight] |
| 95 |
AutoSize = False |
| 96 |
Color = clInfoBk |
| 97 |
ReadOnly = True |
| 98 |
TabOrder = 2 |
| 99 |
end |
| 100 |
object edit_offset: TEdit |
| 101 |
Left = 87 |
| 102 |
Top = 16 |
| 103 |
Width = 203 |
| 104 |
Height = 18 |
| 105 |
Anchors = [akLeft, akTop, akRight] |
| 106 |
AutoSize = False |
| 107 |
Color = clInfoBk |
| 108 |
ReadOnly = True |
| 109 |
TabOrder = 3 |
| 110 |
end |
| 111 |
object edit_datatype: TEdit |
| 112 |
Left = 87 |
| 113 |
Top = 40 |
| 114 |
Width = 203 |
| 115 |
Height = 18 |
| 116 |
Anchors = [akLeft, akTop, akRight] |
| 117 |
AutoSize = False |
| 118 |
Color = clInfoBk |
| 119 |
ReadOnly = True |
| 120 |
TabOrder = 4 |
| 121 |
end |
| 122 |
end |
| 123 |
end |