保存英文成分
This commit is contained in:
parent
a65a009db6
commit
64039917a5
|
|
@ -1,7 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<BorlandProject>
|
|
||||||
<Transactions/>
|
|
||||||
<Default.Personality>
|
|
||||||
<Projects ActiveProject="D:\Dp10RepoV1\项目代码\D10myOukai\T01贸易生产计划\TradePlan.dproj"/>
|
|
||||||
</Default.Personality>
|
|
||||||
</BorlandProject>
|
|
||||||
Binary file not shown.
|
|
@ -1296,6 +1296,7 @@ begin
|
||||||
FC_EColor := '';
|
FC_EColor := '';
|
||||||
FC_StyleNo := '';
|
FC_StyleNo := '';
|
||||||
FC_Composition := '';
|
FC_Composition := '';
|
||||||
|
FC_EComposition := '';
|
||||||
FC_Width := '';
|
FC_Width := '';
|
||||||
FC_GramWeight := '';
|
FC_GramWeight := '';
|
||||||
FC_Pattern := '';
|
FC_Pattern := '';
|
||||||
|
|
@ -2893,6 +2894,7 @@ begin
|
||||||
fieldbyName('C_ColorNo').value := FC_ColorNo;
|
fieldbyName('C_ColorNo').value := FC_ColorNo;
|
||||||
// fieldbyName('C_StyleNo').value := FC_StyleNo;
|
// fieldbyName('C_StyleNo').value := FC_StyleNo;
|
||||||
fieldbyName('C_Composition').value := FC_Composition;
|
fieldbyName('C_Composition').value := FC_Composition;
|
||||||
|
fieldbyName('C_EComposition').value := FC_EComposition;
|
||||||
if dxLayoutItem_width.ActuallyVisible then
|
if dxLayoutItem_width.ActuallyVisible then
|
||||||
fieldbyName('C_Width').value := trim(C_width.Text)
|
fieldbyName('C_Width').value := trim(C_width.Text)
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user