Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokoko authored and Rokoko committed Apr 2, 2021
1 parent cc3e266 commit 28616e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified FormCodeGenerator/bin/FormGenerator.epf
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<key>ru</key>
<value>Form generator</value>
</synonym>
<comment>1.0.0.4</comment>
<containedObjects classId="c3831ec8-d8d5-4f93-8a22-f9bfae07327f" objectId="c24aef99-f38e-46cc-a6bb-361394b6794f"/>
<defaultForm>ExternalDataProcessor.FormGenerator.Form.ФормаКодогенерации</defaultForm>
<attributes uuid="02a6ecfa-8586-4d1f-bb49-e200fce3bf47">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<usePurposes>PersonalComputer</usePurposes>
<scriptVariant>Russian</scriptVariant>
<vendor>https://github.com/huxuxuya</vendor>
<version>1.0.0.2</version>
<version>1.0.0.4</version>
<defaultLanguage>Language.Русский</defaultLanguage>
<compatibilityMode>8.3.17</compatibilityMode>
<languages uuid="77a03cbb-ab2e-46e2-bea1-5568001941de">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
ПараметрыФормы = Новый Структура("РедакторФорм", ПараметрыПолученияДанных);
ПараметрыФормы.Вставить("Основание", "АвтоТест");


УИД = Новый УникальныйИдентификатор;
ДвоичныеДанные = Новый ДвоичныеДанные(Объект.ИспользуемоеИмяФайла);
АдресХранилища = ПоместитьВоВременноеХранилище(ДвоичныеДанные, УИД);
Expand Down Expand Up @@ -560,6 +559,7 @@
ПараметрыПолученияДанных.Вставить("ЗапущенаКакВнешняя", Объект.ЗапущенаКакВнешняя);
ПараметрыПолученияДанных.Вставить("ИмяМодуля", Объект.ИмяМодуля);
ПараметрыФормы = Новый Структура("РедакторФорм", ПараметрыПолученияДанных);
ПараметрыФормы.Вставить("Основание", "АвтоТест");

Объект.ПолныйПутьКФорме = ПолныйПутьКФорме;
ПолучитьФорму(ПолныйПутьКФорме, ПараметрыФормы);
Expand Down

0 comments on commit 28616e2

Please sign in to comment.