|
@@ -17,6 +17,8 @@ type
|
|
ScrollDiv1: TDiv;
|
|
ScrollDiv1: TDiv;
|
|
Div2: TDiv;
|
|
Div2: TDiv;
|
|
Label1: TLabel;
|
|
Label1: TLabel;
|
|
|
|
+ Label2: TLabel;
|
|
|
|
+ Label3: TLabel;
|
|
OptionsDiv: TDiv;
|
|
OptionsDiv: TDiv;
|
|
OverflowXDiv: TDiv;
|
|
OverflowXDiv: TDiv;
|
|
OverflowXLabel: TLabel;
|
|
OverflowXLabel: TLabel;
|
|
@@ -53,6 +55,8 @@ begin
|
|
ScrollDiv1.Style:='overflow: auto; width: 200px; height: 50px;';
|
|
ScrollDiv1.Style:='overflow: auto; width: 200px; height: 50px;';
|
|
OverflowXAuto.Checked:=true;
|
|
OverflowXAuto.Checked:=true;
|
|
OverflowYAuto.Checked:=true;
|
|
OverflowYAuto.Checked:=true;
|
|
|
|
+
|
|
|
|
+
|
|
Label1.Caption:='Fresnel is a visual component library based on CSS and custom drawn components.';
|
|
Label1.Caption:='Fresnel is a visual component library based on CSS and custom drawn components.';
|
|
end;
|
|
end;
|
|
|
|
|