summaryrefslogtreecommitdiff
path: root/framework/Wsat/pages/TWsatGenerateAR.page
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Wsat/pages/TWsatGenerateAR.page')
-rw-r--r--framework/Wsat/pages/TWsatGenerateAR.page23
1 files changed, 23 insertions, 0 deletions
diff --git a/framework/Wsat/pages/TWsatGenerateAR.page b/framework/Wsat/pages/TWsatGenerateAR.page
new file mode 100644
index 00000000..3905d023
--- /dev/null
+++ b/framework/Wsat/pages/TWsatGenerateAR.page
@@ -0,0 +1,23 @@
+<com:TContent ID="Content">
+ <div style="margin-left: 220px">
+ <div class="form_row">
+ <com:TLabel Text="Table Name:" ForControl="table_name" style="margin-right: 14px" />
+ <com:TTextBox ID="table_name" Text="*" CssClass="in_text" />
+ </div>
+ <div class="form_row">
+ <com:TLabel Text="Class Prefix:" ForControl="class_prefix" style="margin-right: 16px"/>
+ <com:TTextBox ID="class_prefix" Text="AR_" CssClass="in_text" />
+ </div>
+ <div class="form_row">
+ <com:TLabel Text="Output Folder:" ForControl="output_folder"/>
+ <com:TTextBox ID="output_folder" Text="Application.App_Data.AR_Classes" CssClass="in_text" />
+ </div>
+
+ <br/>
+ <div style="text-align: center">
+ <com:TButton Text="Preview" OnClick="preview" />
+ <com:TButton Text="Generate" OnClick="generate" />
+ </div>
+ </div>
+
+</com:TContent>