diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d0b30ba
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,263 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+
+###################
+# compiled source #
+###################
+*.com
+*.class
+*.dll
+*.exe
+*.pdb
+*.dll.config
+*.cache
+*.suo
+# Include dlls if they’re in the NuGet packages directory
+!/packages/*/lib/*.dll
+# Include dlls if they're in the CommonReferences directory
+!*CommonReferences/*.dll
+####################
+# VS Upgrade stuff #
+####################
+_UpgradeReport_Files/
+###############
+# Directories #
+###############
+bin/
+obj/
+TestResults/
+###################
+# Web publish log #
+###################
+*.Publish.xml
+#############
+# Resharper #
+#############
+/_ReSharper.*
+*.ReSharper.*
+############
+# Packages #
+############
+# it’s better to unpack these files and commit the raw source
+# git has its own built in compression methods
+*.7z
+*.dmg
+*.gz
+*.iso
+*.jar
+*.rar
+*.tar
+*.zip
+######################
+# Logs and databases #
+######################
+*.log
+*.sqlite
+# OS generated files #
+######################
+.DS_Store?
+ehthumbs.db
+Icon?
+Thumbs.db
+
+
+# User-specific files
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+build/
+bld/
+[Bb]in/
+[Oo]bj/
+
+# Visual Studo 2015 cache/options directory
+.vs/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUNIT
+*.VisualState.xml
+TestResult.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# DNX
+project.lock.json
+artifacts/
+
+*_i.c
+*_p.c
+*_i.h
+*.ilk
+*.meta
+*.obj
+*.pch
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opensdf
+*.sdf
+*.cachefile
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# JustCode is a .NET coding add-in
+.JustCode
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# TODO: Comment the next line if you want to checkin your web deploy settings
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/packages/*
+# except build/, which is used as an MSBuild target.
+!**/packages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/packages/repositories.config
+
+# Windows Azure Build Output
+csx/
+*.build.csdef
+
+# Windows Store app package directory
+AppPackages/
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
+
+# Others
+ClientBin/
+[Ss]tyle[Cc]op.*
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.pfx
+*.publishsettings
+node_modules/
+bower_components/
+orleans.codegen.cs
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+
+# SQL Server files
+*.mdf
+*.ldf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
\ No newline at end of file
diff --git a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.cs b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.cs
index c95a7c9..2197480 100644
--- a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.cs
+++ b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.cs
@@ -82,8 +82,6 @@ public class frm1_InvoiceAdd : System.Windows.Forms.Form
private System.Windows.Forms.ColumnHeader Tax;
private System.Windows.Forms.ListView listView1_InvoiceItems;
public System.Windows.Forms.TextBox txt17_Tax;
- private System.Windows.Forms.TextBox txt15_Qty;
- private System.Windows.Forms.TextBox txt14_Rate;
private System.Windows.Forms.TextBox txt13_Desc;
public System.Windows.Forms.TextBox txt12_Item;
private System.Windows.Forms.Label label1;
@@ -106,9 +104,11 @@ public class frm1_InvoiceAdd : System.Windows.Forms.Form
private System.Windows.Forms.SaveFileDialog saveFileDialog1;
private System.Windows.Forms.ComboBox cmboBx3_CustomerJob;
private System.Windows.Forms.ComboBox cmboBx4_CustomerMessage;
- private System.Windows.Forms.TextBox txt16_Amount;
private System.Windows.Forms.Button btn3_Reset;
- public int CurrentRow=0;
+ private TextBox txt16_Amount;
+ private TextBox txt15_Qty;
+ private TextBox txt14_Rate;
+ public int CurrentRow=0;
public frm1_InvoiceAdd()
{
@@ -209,737 +209,734 @@ protected override void Dispose( bool disposing )
///
private void InitializeComponent()
{
- System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frm1_InvoiceAdd));
- System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem7 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem8 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem9 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem10 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem11 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem12 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem13 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem14 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem15 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem16 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem17 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem18 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem19 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem20 = new System.Windows.Forms.ListViewItem("");
- System.Windows.Forms.ListViewItem listViewItem21 = new System.Windows.Forms.ListViewItem("");
- this.lbl2_CustomerJob = new System.Windows.Forms.Label();
- this.lbl3_Invoice = new System.Windows.Forms.Label();
- this.lbl4_BillTo = new System.Windows.Forms.Label();
- this.lbl5_BillTo_Addr1 = new System.Windows.Forms.Label();
- this.lbl6_BillTo_Addr2 = new System.Windows.Forms.Label();
- this.lbl7_BillTo_Addr3 = new System.Windows.Forms.Label();
- this.lbl8_BillTo_Addr4 = new System.Windows.Forms.Label();
- this.lbl9_BillTo_City = new System.Windows.Forms.Label();
- this.lbl10_BillTo_State = new System.Windows.Forms.Label();
- this.lbl11_BillTo_Postal = new System.Windows.Forms.Label();
- this.lbl12_BillTo_Country = new System.Windows.Forms.Label();
- this.txt2_BillTo_Addr1 = new System.Windows.Forms.TextBox();
- this.txt3_BillTo_Addr2 = new System.Windows.Forms.TextBox();
- this.txt4_BillTo_Addr3 = new System.Windows.Forms.TextBox();
- this.txt5_BillTo_Addr4 = new System.Windows.Forms.TextBox();
- this.txt6_BillTo_City = new System.Windows.Forms.TextBox();
- this.txt7_BillTo_State = new System.Windows.Forms.TextBox();
- this.txt8_BillTo_Postal = new System.Windows.Forms.TextBox();
- this.txt9_BillTo_Country = new System.Windows.Forms.TextBox();
- this.lbl13_InvoiceDate = new System.Windows.Forms.Label();
- this.lbl14_InvoiceNo = new System.Windows.Forms.Label();
- this.dtTmPickr1_InvoiceDate = new System.Windows.Forms.DateTimePicker();
- this.txt10_InvoiceNo = new System.Windows.Forms.TextBox();
- this.lbl15_PONumber = new System.Windows.Forms.Label();
- this.lbl16_Terms = new System.Windows.Forms.Label();
- this.lbl17_DueDate = new System.Windows.Forms.Label();
- this.txt11_PONumber = new System.Windows.Forms.TextBox();
- this.cmboBx1_Terms = new System.Windows.Forms.ComboBox();
- this.dtTmPickr2_DueDate = new System.Windows.Forms.DateTimePicker();
- this.picBx_Intuit = new System.Windows.Forms.PictureBox();
- this.Item = new System.Windows.Forms.ColumnHeader();
- this.Desc = new System.Windows.Forms.ColumnHeader();
- this.Rate = new System.Windows.Forms.ColumnHeader();
- this.Quantity = new System.Windows.Forms.ColumnHeader();
- this.Amount = new System.Windows.Forms.ColumnHeader();
- this.Tax = new System.Windows.Forms.ColumnHeader();
- this.listView1_InvoiceItems = new System.Windows.Forms.ListView();
- this.txt17_Tax = new System.Windows.Forms.TextBox();
- this.txt15_Qty = new System.Windows.Forms.TextBox();
- this.txt14_Rate = new System.Windows.Forms.TextBox();
- this.txt13_Desc = new System.Windows.Forms.TextBox();
- this.txt12_Item = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.lbl20_Desc = new System.Windows.Forms.Label();
- this.lbl21_Rate = new System.Windows.Forms.Label();
- this.lbl22_Qty = new System.Windows.Forms.Label();
- this.lbl23_Amount = new System.Windows.Forms.Label();
- this.lbl24_Tax = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.lbl26_Total = new System.Windows.Forms.Label();
- this.txt20_Total = new System.Windows.Forms.TextBox();
- this.btn1_Send = new System.Windows.Forms.Button();
- this.btn2_Exit = new System.Windows.Forms.Button();
- this.lbl27_CustomerMessage = new System.Windows.Forms.Label();
- this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
- this.cmboBx3_CustomerJob = new System.Windows.Forms.ComboBox();
- this.cmboBx4_CustomerMessage = new System.Windows.Forms.ComboBox();
- this.txt16_Amount = new System.Windows.Forms.TextBox();
- this.btn3_Reset = new System.Windows.Forms.Button();
- this.SuspendLayout();
- //
- // lbl2_CustomerJob
- //
- this.lbl2_CustomerJob.Location = new System.Drawing.Point(8, 72);
- this.lbl2_CustomerJob.Name = "lbl2_CustomerJob";
- this.lbl2_CustomerJob.Size = new System.Drawing.Size(80, 16);
- this.lbl2_CustomerJob.TabIndex = 1;
- this.lbl2_CustomerJob.Text = "Customer:Job";
- //
- // lbl3_Invoice
- //
- this.lbl3_Invoice.Font = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
- this.lbl3_Invoice.ForeColor = System.Drawing.Color.Gray;
- this.lbl3_Invoice.Location = new System.Drawing.Point(0, 8);
- this.lbl3_Invoice.Name = "lbl3_Invoice";
- this.lbl3_Invoice.Size = new System.Drawing.Size(152, 32);
- this.lbl3_Invoice.TabIndex = 3;
- this.lbl3_Invoice.Text = "Invoice";
- this.lbl3_Invoice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // lbl4_BillTo
- //
- this.lbl4_BillTo.Location = new System.Drawing.Point(8, 104);
- this.lbl4_BillTo.Name = "lbl4_BillTo";
- this.lbl4_BillTo.Size = new System.Drawing.Size(48, 16);
- this.lbl4_BillTo.TabIndex = 4;
- this.lbl4_BillTo.Text = "Bill To";
- //
- // lbl5_BillTo_Addr1
- //
- this.lbl5_BillTo_Addr1.Location = new System.Drawing.Point(8, 128);
- this.lbl5_BillTo_Addr1.Name = "lbl5_BillTo_Addr1";
- this.lbl5_BillTo_Addr1.Size = new System.Drawing.Size(40, 16);
- this.lbl5_BillTo_Addr1.TabIndex = 5;
- this.lbl5_BillTo_Addr1.Text = "Addr1";
- //
- // lbl6_BillTo_Addr2
- //
- this.lbl6_BillTo_Addr2.Location = new System.Drawing.Point(8, 152);
- this.lbl6_BillTo_Addr2.Name = "lbl6_BillTo_Addr2";
- this.lbl6_BillTo_Addr2.Size = new System.Drawing.Size(40, 16);
- this.lbl6_BillTo_Addr2.TabIndex = 6;
- this.lbl6_BillTo_Addr2.Text = "Addr2";
- //
- // lbl7_BillTo_Addr3
- //
- this.lbl7_BillTo_Addr3.Location = new System.Drawing.Point(8, 176);
- this.lbl7_BillTo_Addr3.Name = "lbl7_BillTo_Addr3";
- this.lbl7_BillTo_Addr3.Size = new System.Drawing.Size(40, 16);
- this.lbl7_BillTo_Addr3.TabIndex = 7;
- this.lbl7_BillTo_Addr3.Text = "Addr3";
- //
- // lbl8_BillTo_Addr4
- //
- this.lbl8_BillTo_Addr4.Location = new System.Drawing.Point(8, 200);
- this.lbl8_BillTo_Addr4.Name = "lbl8_BillTo_Addr4";
- this.lbl8_BillTo_Addr4.Size = new System.Drawing.Size(40, 16);
- this.lbl8_BillTo_Addr4.TabIndex = 8;
- this.lbl8_BillTo_Addr4.Text = "Addr4";
- //
- // lbl9_BillTo_City
- //
- this.lbl9_BillTo_City.Location = new System.Drawing.Point(8, 224);
- this.lbl9_BillTo_City.Name = "lbl9_BillTo_City";
- this.lbl9_BillTo_City.Size = new System.Drawing.Size(40, 16);
- this.lbl9_BillTo_City.TabIndex = 9;
- this.lbl9_BillTo_City.Text = "City";
- //
- // lbl10_BillTo_State
- //
- this.lbl10_BillTo_State.Location = new System.Drawing.Point(168, 224);
- this.lbl10_BillTo_State.Name = "lbl10_BillTo_State";
- this.lbl10_BillTo_State.Size = new System.Drawing.Size(40, 16);
- this.lbl10_BillTo_State.TabIndex = 10;
- this.lbl10_BillTo_State.Text = "State";
- //
- // lbl11_BillTo_Postal
- //
- this.lbl11_BillTo_Postal.Location = new System.Drawing.Point(8, 248);
- this.lbl11_BillTo_Postal.Name = "lbl11_BillTo_Postal";
- this.lbl11_BillTo_Postal.Size = new System.Drawing.Size(68, 16);
- this.lbl11_BillTo_Postal.TabIndex = 11;
- this.lbl11_BillTo_Postal.Text = "Postal Code";
- //
- // lbl12_BillTo_Country
- //
- this.lbl12_BillTo_Country.Location = new System.Drawing.Point(168, 248);
- this.lbl12_BillTo_Country.Name = "lbl12_BillTo_Country";
- this.lbl12_BillTo_Country.Size = new System.Drawing.Size(44, 16);
- this.lbl12_BillTo_Country.TabIndex = 12;
- this.lbl12_BillTo_Country.Text = "Country";
- //
- // txt2_BillTo_Addr1
- //
- this.txt2_BillTo_Addr1.Location = new System.Drawing.Point(48, 120);
- this.txt2_BillTo_Addr1.Name = "txt2_BillTo_Addr1";
- this.txt2_BillTo_Addr1.Size = new System.Drawing.Size(264, 20);
- this.txt2_BillTo_Addr1.TabIndex = 13;
- this.txt2_BillTo_Addr1.Text = "";
- //
- // txt3_BillTo_Addr2
- //
- this.txt3_BillTo_Addr2.Location = new System.Drawing.Point(48, 144);
- this.txt3_BillTo_Addr2.Name = "txt3_BillTo_Addr2";
- this.txt3_BillTo_Addr2.Size = new System.Drawing.Size(264, 20);
- this.txt3_BillTo_Addr2.TabIndex = 14;
- this.txt3_BillTo_Addr2.Text = "";
- //
- // txt4_BillTo_Addr3
- //
- this.txt4_BillTo_Addr3.Location = new System.Drawing.Point(48, 168);
- this.txt4_BillTo_Addr3.Name = "txt4_BillTo_Addr3";
- this.txt4_BillTo_Addr3.Size = new System.Drawing.Size(264, 20);
- this.txt4_BillTo_Addr3.TabIndex = 15;
- this.txt4_BillTo_Addr3.Text = "";
- //
- // txt5_BillTo_Addr4
- //
- this.txt5_BillTo_Addr4.Location = new System.Drawing.Point(48, 192);
- this.txt5_BillTo_Addr4.Name = "txt5_BillTo_Addr4";
- this.txt5_BillTo_Addr4.Size = new System.Drawing.Size(264, 20);
- this.txt5_BillTo_Addr4.TabIndex = 16;
- this.txt5_BillTo_Addr4.Text = "";
- //
- // txt6_BillTo_City
- //
- this.txt6_BillTo_City.Location = new System.Drawing.Point(48, 216);
- this.txt6_BillTo_City.Name = "txt6_BillTo_City";
- this.txt6_BillTo_City.Size = new System.Drawing.Size(112, 20);
- this.txt6_BillTo_City.TabIndex = 17;
- this.txt6_BillTo_City.Text = "";
- //
- // txt7_BillTo_State
- //
- this.txt7_BillTo_State.Location = new System.Drawing.Point(216, 216);
- this.txt7_BillTo_State.Name = "txt7_BillTo_State";
- this.txt7_BillTo_State.Size = new System.Drawing.Size(96, 20);
- this.txt7_BillTo_State.TabIndex = 18;
- this.txt7_BillTo_State.Text = "";
- //
- // txt8_BillTo_Postal
- //
- this.txt8_BillTo_Postal.Location = new System.Drawing.Point(80, 240);
- this.txt8_BillTo_Postal.Name = "txt8_BillTo_Postal";
- this.txt8_BillTo_Postal.Size = new System.Drawing.Size(80, 20);
- this.txt8_BillTo_Postal.TabIndex = 19;
- this.txt8_BillTo_Postal.Text = "";
- //
- // txt9_BillTo_Country
- //
- this.txt9_BillTo_Country.Location = new System.Drawing.Point(216, 240);
- this.txt9_BillTo_Country.Name = "txt9_BillTo_Country";
- this.txt9_BillTo_Country.Size = new System.Drawing.Size(96, 20);
- this.txt9_BillTo_Country.TabIndex = 20;
- this.txt9_BillTo_Country.Text = "";
- //
- // lbl13_InvoiceDate
- //
- this.lbl13_InvoiceDate.Location = new System.Drawing.Point(320, 128);
- this.lbl13_InvoiceDate.Name = "lbl13_InvoiceDate";
- this.lbl13_InvoiceDate.Size = new System.Drawing.Size(72, 23);
- this.lbl13_InvoiceDate.TabIndex = 21;
- this.lbl13_InvoiceDate.Text = "Invoice Date";
- //
- // lbl14_InvoiceNo
- //
- this.lbl14_InvoiceNo.Location = new System.Drawing.Point(320, 168);
- this.lbl14_InvoiceNo.Name = "lbl14_InvoiceNo";
- this.lbl14_InvoiceNo.Size = new System.Drawing.Size(64, 16);
- this.lbl14_InvoiceNo.TabIndex = 22;
- this.lbl14_InvoiceNo.Text = "Invoice No.";
- //
- // dtTmPickr1_InvoiceDate
- //
- this.dtTmPickr1_InvoiceDate.Location = new System.Drawing.Point(392, 120);
- this.dtTmPickr1_InvoiceDate.Name = "dtTmPickr1_InvoiceDate";
- this.dtTmPickr1_InvoiceDate.Size = new System.Drawing.Size(256, 20);
- this.dtTmPickr1_InvoiceDate.TabIndex = 23;
- //
- // txt10_InvoiceNo
- //
- this.txt10_InvoiceNo.Location = new System.Drawing.Point(392, 160);
- this.txt10_InvoiceNo.Name = "txt10_InvoiceNo";
- this.txt10_InvoiceNo.Size = new System.Drawing.Size(88, 20);
- this.txt10_InvoiceNo.TabIndex = 24;
- this.txt10_InvoiceNo.Text = "";
- this.txt10_InvoiceNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // lbl15_PONumber
- //
- this.lbl15_PONumber.Location = new System.Drawing.Point(488, 168);
- this.lbl15_PONumber.Name = "lbl15_PONumber";
- this.lbl15_PONumber.Size = new System.Drawing.Size(72, 23);
- this.lbl15_PONumber.TabIndex = 25;
- this.lbl15_PONumber.Text = "P.O. Number";
- //
- // lbl16_Terms
- //
- this.lbl16_Terms.Location = new System.Drawing.Point(320, 208);
- this.lbl16_Terms.Name = "lbl16_Terms";
- this.lbl16_Terms.Size = new System.Drawing.Size(40, 16);
- this.lbl16_Terms.TabIndex = 26;
- this.lbl16_Terms.Text = "Terms";
- //
- // lbl17_DueDate
- //
- this.lbl17_DueDate.Location = new System.Drawing.Point(320, 240);
- this.lbl17_DueDate.Name = "lbl17_DueDate";
- this.lbl17_DueDate.Size = new System.Drawing.Size(56, 23);
- this.lbl17_DueDate.TabIndex = 27;
- this.lbl17_DueDate.Text = "Due Date";
- //
- // txt11_PONumber
- //
- this.txt11_PONumber.Location = new System.Drawing.Point(560, 160);
- this.txt11_PONumber.Name = "txt11_PONumber";
- this.txt11_PONumber.Size = new System.Drawing.Size(88, 20);
- this.txt11_PONumber.TabIndex = 28;
- this.txt11_PONumber.Text = "";
- this.txt11_PONumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // cmboBx1_Terms
- //
- this.cmboBx1_Terms.Location = new System.Drawing.Point(392, 200);
- this.cmboBx1_Terms.Name = "cmboBx1_Terms";
- this.cmboBx1_Terms.Size = new System.Drawing.Size(256, 21);
- this.cmboBx1_Terms.TabIndex = 29;
- this.cmboBx1_Terms.Text = "Please select one from list";
- this.cmboBx1_Terms.TextChanged += new System.EventHandler(this.cmboBx1_Terms_Leave);
- this.cmboBx1_Terms.Leave += new System.EventHandler(this.cmboBx1_Terms_Leave);
- //
- // dtTmPickr2_DueDate
- //
- this.dtTmPickr2_DueDate.Location = new System.Drawing.Point(392, 240);
- this.dtTmPickr2_DueDate.Name = "dtTmPickr2_DueDate";
- this.dtTmPickr2_DueDate.Size = new System.Drawing.Size(256, 20);
- this.dtTmPickr2_DueDate.TabIndex = 30;
- //
- // picBx_Intuit
- //
- this.picBx_Intuit.Image = ((System.Drawing.Image)(resources.GetObject("picBx_Intuit.Image")));
- this.picBx_Intuit.Location = new System.Drawing.Point(552, 0);
- this.picBx_Intuit.Name = "picBx_Intuit";
- this.picBx_Intuit.Size = new System.Drawing.Size(104, 24);
- this.picBx_Intuit.TabIndex = 32;
- this.picBx_Intuit.TabStop = false;
- //
- // Item
- //
- this.Item.Text = "Item";
- this.Item.Width = 135;
- //
- // Desc
- //
- this.Desc.Text = "Desc";
- this.Desc.Width = 258;
- //
- // Rate
- //
- this.Rate.Text = "Rate";
- this.Rate.Width = 56;
- //
- // Quantity
- //
- this.Quantity.Text = "Quantity";
- this.Quantity.Width = 63;
- //
- // Amount
- //
- this.Amount.Text = "Amount";
- this.Amount.Width = 64;
- //
- // Tax
- //
- this.Tax.Text = "Tax";
- this.Tax.Width = 63;
- //
- // listView1_InvoiceItems
- //
- this.listView1_InvoiceItems.BorderStyle = System.Windows.Forms.BorderStyle.None;
- this.listView1_InvoiceItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
- this.Item,
- this.Desc,
- this.Rate,
- this.Quantity,
- this.Amount,
- this.Tax});
- this.listView1_InvoiceItems.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
- this.listView1_InvoiceItems.GridLines = true;
- this.listView1_InvoiceItems.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
- this.listView1_InvoiceItems.HideSelection = false;
- this.listView1_InvoiceItems.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
- listViewItem1,
- listViewItem2,
- listViewItem3,
- listViewItem4,
- listViewItem5,
- listViewItem6,
- listViewItem7,
- listViewItem8,
- listViewItem9,
- listViewItem10,
- listViewItem11,
- listViewItem12,
- listViewItem13,
- listViewItem14,
- listViewItem15,
- listViewItem16,
- listViewItem17,
- listViewItem18,
- listViewItem19,
- listViewItem20,
- listViewItem21});
- this.listView1_InvoiceItems.LabelEdit = true;
- this.listView1_InvoiceItems.Location = new System.Drawing.Point(8, 304);
- this.listView1_InvoiceItems.Name = "listView1_InvoiceItems";
- this.listView1_InvoiceItems.Scrollable = false;
- this.listView1_InvoiceItems.Size = new System.Drawing.Size(640, 192);
- this.listView1_InvoiceItems.TabIndex = 33;
- this.listView1_InvoiceItems.View = System.Windows.Forms.View.Details;
- //
- // txt17_Tax
- //
- this.txt17_Tax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txt17_Tax.Location = new System.Drawing.Point(584, 320);
- this.txt17_Tax.Name = "txt17_Tax";
- this.txt17_Tax.Size = new System.Drawing.Size(64, 20);
- this.txt17_Tax.TabIndex = 45;
- this.txt17_Tax.Text = "";
- this.txt17_Tax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txt17_Tax.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frm1_InvoiceAdd_KeyDown);
- this.txt17_Tax.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frm1_InvoiceAdd_KeyPress);
- this.txt17_Tax.Leave += new System.EventHandler(this.txt17_Tax_Leave);
- //
- // txt15_Qty
- //
- this.txt15_Qty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txt15_Qty.Location = new System.Drawing.Point(456, 320);
- this.txt15_Qty.Name = "txt15_Qty";
- this.txt15_Qty.Size = new System.Drawing.Size(64, 20);
- this.txt15_Qty.TabIndex = 43;
- this.txt15_Qty.Text = "";
- this.txt15_Qty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txt15_Qty.Leave += new System.EventHandler(this.txt15_Qty_Leave);
- //
- // txt14_Rate
- //
- this.txt14_Rate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txt14_Rate.Location = new System.Drawing.Point(400, 320);
- this.txt14_Rate.Name = "txt14_Rate";
- this.txt14_Rate.Size = new System.Drawing.Size(56, 20);
- this.txt14_Rate.TabIndex = 42;
- this.txt14_Rate.Text = "";
- this.txt14_Rate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // txt13_Desc
- //
- this.txt13_Desc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txt13_Desc.Location = new System.Drawing.Point(144, 320);
- this.txt13_Desc.Name = "txt13_Desc";
- this.txt13_Desc.Size = new System.Drawing.Size(256, 20);
- this.txt13_Desc.TabIndex = 41;
- this.txt13_Desc.Text = "";
- //
- // txt12_Item
- //
- this.txt12_Item.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txt12_Item.Cursor = System.Windows.Forms.Cursors.Arrow;
- this.txt12_Item.Location = new System.Drawing.Point(8, 320);
- this.txt12_Item.Name = "txt12_Item";
- this.txt12_Item.Size = new System.Drawing.Size(136, 20);
- this.txt12_Item.TabIndex = 40;
- this.txt12_Item.Text = "Double click to view list";
- this.txt12_Item.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- this.txt12_Item.DoubleClick += new System.EventHandler(this.txt12_Item_KeyDown);
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.SystemColors.Control;
- this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.label1.Location = new System.Drawing.Point(8, 280);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(136, 23);
- this.label1.TabIndex = 46;
- this.label1.Text = "Item";
- this.label1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // lbl20_Desc
- //
- this.lbl20_Desc.BackColor = System.Drawing.SystemColors.Control;
- this.lbl20_Desc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lbl20_Desc.Location = new System.Drawing.Point(144, 280);
- this.lbl20_Desc.Name = "lbl20_Desc";
- this.lbl20_Desc.Size = new System.Drawing.Size(256, 23);
- this.lbl20_Desc.TabIndex = 47;
- this.lbl20_Desc.Text = "Description";
- this.lbl20_Desc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // lbl21_Rate
- //
- this.lbl21_Rate.BackColor = System.Drawing.SystemColors.Control;
- this.lbl21_Rate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lbl21_Rate.Location = new System.Drawing.Point(400, 280);
- this.lbl21_Rate.Name = "lbl21_Rate";
- this.lbl21_Rate.Size = new System.Drawing.Size(56, 23);
- this.lbl21_Rate.TabIndex = 48;
- this.lbl21_Rate.Text = "Rate";
- this.lbl21_Rate.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // lbl22_Qty
- //
- this.lbl22_Qty.BackColor = System.Drawing.SystemColors.Control;
- this.lbl22_Qty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lbl22_Qty.Location = new System.Drawing.Point(456, 280);
- this.lbl22_Qty.Name = "lbl22_Qty";
- this.lbl22_Qty.Size = new System.Drawing.Size(64, 23);
- this.lbl22_Qty.TabIndex = 49;
- this.lbl22_Qty.Text = "Quantity";
- this.lbl22_Qty.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // lbl23_Amount
- //
- this.lbl23_Amount.BackColor = System.Drawing.SystemColors.Control;
- this.lbl23_Amount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lbl23_Amount.Location = new System.Drawing.Point(520, 280);
- this.lbl23_Amount.Name = "lbl23_Amount";
- this.lbl23_Amount.Size = new System.Drawing.Size(64, 23);
- this.lbl23_Amount.TabIndex = 50;
- this.lbl23_Amount.Text = "Amount";
- this.lbl23_Amount.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // lbl24_Tax
- //
- this.lbl24_Tax.BackColor = System.Drawing.SystemColors.Control;
- this.lbl24_Tax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lbl24_Tax.Location = new System.Drawing.Point(584, 280);
- this.lbl24_Tax.Name = "lbl24_Tax";
- this.lbl24_Tax.Size = new System.Drawing.Size(64, 23);
- this.lbl24_Tax.TabIndex = 51;
- this.lbl24_Tax.Text = "Tax (Y/N)";
- this.lbl24_Tax.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(400, 288);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(48, 23);
- this.label2.TabIndex = 48;
- this.label2.Text = "Rate";
- //
- // label3
- //
- this.label3.Location = new System.Drawing.Point(456, 288);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(56, 23);
- this.label3.TabIndex = 49;
- this.label3.Text = "Quantity";
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(520, 288);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(56, 23);
- this.label4.TabIndex = 50;
- this.label4.Text = "Amount";
- //
- // label5
- //
- this.label5.Location = new System.Drawing.Point(584, 288);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(56, 23);
- this.label5.TabIndex = 51;
- this.label5.Text = "Tax";
- //
- // label6
- //
- this.label6.Location = new System.Drawing.Point(8, 288);
- this.label6.Name = "label6";
- this.label6.TabIndex = 46;
- this.label6.Text = "Item";
- //
- // label7
- //
- this.label7.Location = new System.Drawing.Point(144, 288);
- this.label7.Name = "label7";
- this.label7.TabIndex = 47;
- this.label7.Text = "Description";
- //
- // lbl26_Total
- //
- this.lbl26_Total.Location = new System.Drawing.Point(440, 504);
- this.lbl26_Total.Name = "lbl26_Total";
- this.lbl26_Total.Size = new System.Drawing.Size(112, 16);
- this.lbl26_Total.TabIndex = 55;
- this.lbl26_Total.Text = "Total Due without tax";
- this.lbl26_Total.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // txt20_Total
- //
- this.txt20_Total.Location = new System.Drawing.Point(560, 504);
- this.txt20_Total.Name = "txt20_Total";
- this.txt20_Total.Size = new System.Drawing.Size(88, 20);
- this.txt20_Total.TabIndex = 56;
- this.txt20_Total.Text = "0.00";
- this.txt20_Total.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // btn1_Send
- //
- this.btn1_Send.BackColor = System.Drawing.SystemColors.Control;
- this.btn1_Send.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
- this.btn1_Send.Location = new System.Drawing.Point(488, 544);
- this.btn1_Send.Name = "btn1_Send";
- this.btn1_Send.Size = new System.Drawing.Size(80, 32);
- this.btn1_Send.TabIndex = 57;
- this.btn1_Send.Text = "Send";
- this.btn1_Send.Click += new System.EventHandler(this.btn1_Send_Click);
- //
- // btn2_Exit
- //
- this.btn2_Exit.BackColor = System.Drawing.SystemColors.Control;
- this.btn2_Exit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
- this.btn2_Exit.Location = new System.Drawing.Point(576, 544);
- this.btn2_Exit.Name = "btn2_Exit";
- this.btn2_Exit.Size = new System.Drawing.Size(75, 32);
- this.btn2_Exit.TabIndex = 58;
- this.btn2_Exit.Text = "Exit";
- this.btn2_Exit.Click += new System.EventHandler(this.btn2_Exit_Click);
- //
- // lbl27_CustomerMessage
- //
- this.lbl27_CustomerMessage.Location = new System.Drawing.Point(-8, 504);
- this.lbl27_CustomerMessage.Name = "lbl27_CustomerMessage";
- this.lbl27_CustomerMessage.Size = new System.Drawing.Size(96, 16);
- this.lbl27_CustomerMessage.TabIndex = 59;
- this.lbl27_CustomerMessage.Text = "Note to Customer";
- this.lbl27_CustomerMessage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
- //
- // cmboBx3_CustomerJob
- //
- this.cmboBx3_CustomerJob.Location = new System.Drawing.Point(80, 64);
- this.cmboBx3_CustomerJob.Name = "cmboBx3_CustomerJob";
- this.cmboBx3_CustomerJob.Size = new System.Drawing.Size(232, 21);
- this.cmboBx3_CustomerJob.TabIndex = 61;
- this.cmboBx3_CustomerJob.Text = "Please select from list";
- this.cmboBx3_CustomerJob.TextChanged += new System.EventHandler(this.cmboBx3_CustomerJob_TextChanged);
- //
- // cmboBx4_CustomerMessage
- //
- this.cmboBx4_CustomerMessage.Location = new System.Drawing.Point(96, 504);
- this.cmboBx4_CustomerMessage.Name = "cmboBx4_CustomerMessage";
- this.cmboBx4_CustomerMessage.Size = new System.Drawing.Size(336, 21);
- this.cmboBx4_CustomerMessage.TabIndex = 62;
- //
- // txt16_Amount
- //
- this.txt16_Amount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txt16_Amount.Location = new System.Drawing.Point(520, 320);
- this.txt16_Amount.Name = "txt16_Amount";
- this.txt16_Amount.Size = new System.Drawing.Size(64, 20);
- this.txt16_Amount.TabIndex = 44;
- this.txt16_Amount.Text = "";
- this.txt16_Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // btn3_Reset
- //
- this.btn3_Reset.BackColor = System.Drawing.SystemColors.Control;
- this.btn3_Reset.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
- this.btn3_Reset.Location = new System.Drawing.Point(8, 544);
- this.btn3_Reset.Name = "btn3_Reset";
- this.btn3_Reset.Size = new System.Drawing.Size(80, 32);
- this.btn3_Reset.TabIndex = 63;
- this.btn3_Reset.Text = "New";
- this.btn3_Reset.Click += new System.EventHandler(this.btn3_Reset_Click);
- //
- // frm1_InvoiceAdd
- //
- this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
- this.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
- this.ClientSize = new System.Drawing.Size(656, 582);
- this.Controls.Add(this.btn3_Reset);
- this.Controls.Add(this.cmboBx4_CustomerMessage);
- this.Controls.Add(this.cmboBx3_CustomerJob);
- this.Controls.Add(this.lbl27_CustomerMessage);
- this.Controls.Add(this.btn2_Exit);
- this.Controls.Add(this.btn1_Send);
- this.Controls.Add(this.txt20_Total);
- this.Controls.Add(this.txt17_Tax);
- this.Controls.Add(this.txt16_Amount);
- this.Controls.Add(this.txt15_Qty);
- this.Controls.Add(this.txt14_Rate);
- this.Controls.Add(this.txt13_Desc);
- this.Controls.Add(this.txt12_Item);
- this.Controls.Add(this.txt11_PONumber);
- this.Controls.Add(this.txt10_InvoiceNo);
- this.Controls.Add(this.txt9_BillTo_Country);
- this.Controls.Add(this.txt8_BillTo_Postal);
- this.Controls.Add(this.txt7_BillTo_State);
- this.Controls.Add(this.txt6_BillTo_City);
- this.Controls.Add(this.txt5_BillTo_Addr4);
- this.Controls.Add(this.txt4_BillTo_Addr3);
- this.Controls.Add(this.txt3_BillTo_Addr2);
- this.Controls.Add(this.txt2_BillTo_Addr1);
- this.Controls.Add(this.lbl26_Total);
- this.Controls.Add(this.lbl24_Tax);
- this.Controls.Add(this.lbl23_Amount);
- this.Controls.Add(this.lbl22_Qty);
- this.Controls.Add(this.lbl21_Rate);
- this.Controls.Add(this.lbl20_Desc);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.listView1_InvoiceItems);
- this.Controls.Add(this.picBx_Intuit);
- this.Controls.Add(this.dtTmPickr2_DueDate);
- this.Controls.Add(this.cmboBx1_Terms);
- this.Controls.Add(this.lbl17_DueDate);
- this.Controls.Add(this.lbl16_Terms);
- this.Controls.Add(this.lbl15_PONumber);
- this.Controls.Add(this.dtTmPickr1_InvoiceDate);
- this.Controls.Add(this.lbl14_InvoiceNo);
- this.Controls.Add(this.lbl13_InvoiceDate);
- this.Controls.Add(this.lbl12_BillTo_Country);
- this.Controls.Add(this.lbl11_BillTo_Postal);
- this.Controls.Add(this.lbl10_BillTo_State);
- this.Controls.Add(this.lbl9_BillTo_City);
- this.Controls.Add(this.lbl8_BillTo_Addr4);
- this.Controls.Add(this.lbl7_BillTo_Addr3);
- this.Controls.Add(this.lbl6_BillTo_Addr2);
- this.Controls.Add(this.lbl5_BillTo_Addr1);
- this.Controls.Add(this.lbl4_BillTo);
- this.Controls.Add(this.lbl3_Invoice);
- this.Controls.Add(this.lbl2_CustomerJob);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label7);
- this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "frm1_InvoiceAdd";
- this.Text = "Add an Invoice to QuickBooks";
- this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frm1_InvoiceAdd_KeyDown);
- this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frm1_InvoiceAdd_KeyPress);
- this.ResumeLayout(false);
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm1_InvoiceAdd));
+ System.Windows.Forms.ListViewItem listViewItem22 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem23 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem24 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem25 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem26 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem27 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem28 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem29 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem30 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem31 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem32 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem33 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem34 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem35 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem36 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem37 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem38 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem39 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem40 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem41 = new System.Windows.Forms.ListViewItem("");
+ System.Windows.Forms.ListViewItem listViewItem42 = new System.Windows.Forms.ListViewItem("");
+ this.lbl2_CustomerJob = new System.Windows.Forms.Label();
+ this.lbl3_Invoice = new System.Windows.Forms.Label();
+ this.lbl4_BillTo = new System.Windows.Forms.Label();
+ this.lbl5_BillTo_Addr1 = new System.Windows.Forms.Label();
+ this.lbl6_BillTo_Addr2 = new System.Windows.Forms.Label();
+ this.lbl7_BillTo_Addr3 = new System.Windows.Forms.Label();
+ this.lbl8_BillTo_Addr4 = new System.Windows.Forms.Label();
+ this.lbl9_BillTo_City = new System.Windows.Forms.Label();
+ this.lbl10_BillTo_State = new System.Windows.Forms.Label();
+ this.lbl11_BillTo_Postal = new System.Windows.Forms.Label();
+ this.lbl12_BillTo_Country = new System.Windows.Forms.Label();
+ this.txt2_BillTo_Addr1 = new System.Windows.Forms.TextBox();
+ this.txt3_BillTo_Addr2 = new System.Windows.Forms.TextBox();
+ this.txt4_BillTo_Addr3 = new System.Windows.Forms.TextBox();
+ this.txt5_BillTo_Addr4 = new System.Windows.Forms.TextBox();
+ this.txt6_BillTo_City = new System.Windows.Forms.TextBox();
+ this.txt7_BillTo_State = new System.Windows.Forms.TextBox();
+ this.txt8_BillTo_Postal = new System.Windows.Forms.TextBox();
+ this.txt9_BillTo_Country = new System.Windows.Forms.TextBox();
+ this.lbl13_InvoiceDate = new System.Windows.Forms.Label();
+ this.lbl14_InvoiceNo = new System.Windows.Forms.Label();
+ this.dtTmPickr1_InvoiceDate = new System.Windows.Forms.DateTimePicker();
+ this.txt10_InvoiceNo = new System.Windows.Forms.TextBox();
+ this.lbl15_PONumber = new System.Windows.Forms.Label();
+ this.lbl16_Terms = new System.Windows.Forms.Label();
+ this.lbl17_DueDate = new System.Windows.Forms.Label();
+ this.txt11_PONumber = new System.Windows.Forms.TextBox();
+ this.cmboBx1_Terms = new System.Windows.Forms.ComboBox();
+ this.dtTmPickr2_DueDate = new System.Windows.Forms.DateTimePicker();
+ this.picBx_Intuit = new System.Windows.Forms.PictureBox();
+ this.Item = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.Desc = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.Rate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.Quantity = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.Amount = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.Tax = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
+ this.listView1_InvoiceItems = new System.Windows.Forms.ListView();
+ this.txt17_Tax = new System.Windows.Forms.TextBox();
+ this.txt13_Desc = new System.Windows.Forms.TextBox();
+ this.txt12_Item = new System.Windows.Forms.TextBox();
+ this.label1 = new System.Windows.Forms.Label();
+ this.lbl20_Desc = new System.Windows.Forms.Label();
+ this.lbl21_Rate = new System.Windows.Forms.Label();
+ this.lbl22_Qty = new System.Windows.Forms.Label();
+ this.lbl23_Amount = new System.Windows.Forms.Label();
+ this.lbl24_Tax = new System.Windows.Forms.Label();
+ this.label2 = new System.Windows.Forms.Label();
+ this.label3 = new System.Windows.Forms.Label();
+ this.label4 = new System.Windows.Forms.Label();
+ this.label5 = new System.Windows.Forms.Label();
+ this.label6 = new System.Windows.Forms.Label();
+ this.label7 = new System.Windows.Forms.Label();
+ this.lbl26_Total = new System.Windows.Forms.Label();
+ this.txt20_Total = new System.Windows.Forms.TextBox();
+ this.btn1_Send = new System.Windows.Forms.Button();
+ this.btn2_Exit = new System.Windows.Forms.Button();
+ this.lbl27_CustomerMessage = new System.Windows.Forms.Label();
+ this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
+ this.cmboBx3_CustomerJob = new System.Windows.Forms.ComboBox();
+ this.cmboBx4_CustomerMessage = new System.Windows.Forms.ComboBox();
+ this.btn3_Reset = new System.Windows.Forms.Button();
+ this.txt16_Amount = new System.Windows.Forms.TextBox();
+ this.txt15_Qty = new System.Windows.Forms.TextBox();
+ this.txt14_Rate = new System.Windows.Forms.TextBox();
+ ((System.ComponentModel.ISupportInitialize)(this.picBx_Intuit)).BeginInit();
+ this.SuspendLayout();
+ //
+ // lbl2_CustomerJob
+ //
+ this.lbl2_CustomerJob.Location = new System.Drawing.Point(8, 72);
+ this.lbl2_CustomerJob.Name = "lbl2_CustomerJob";
+ this.lbl2_CustomerJob.Size = new System.Drawing.Size(80, 16);
+ this.lbl2_CustomerJob.TabIndex = 1;
+ this.lbl2_CustomerJob.Text = "Customer:Job";
+ //
+ // lbl3_Invoice
+ //
+ this.lbl3_Invoice.Font = new System.Drawing.Font("Tahoma", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.lbl3_Invoice.ForeColor = System.Drawing.Color.Gray;
+ this.lbl3_Invoice.Location = new System.Drawing.Point(0, 8);
+ this.lbl3_Invoice.Name = "lbl3_Invoice";
+ this.lbl3_Invoice.Size = new System.Drawing.Size(152, 32);
+ this.lbl3_Invoice.TabIndex = 3;
+ this.lbl3_Invoice.Text = "Invoice";
+ this.lbl3_Invoice.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
+ //
+ // lbl4_BillTo
+ //
+ this.lbl4_BillTo.Location = new System.Drawing.Point(8, 104);
+ this.lbl4_BillTo.Name = "lbl4_BillTo";
+ this.lbl4_BillTo.Size = new System.Drawing.Size(48, 16);
+ this.lbl4_BillTo.TabIndex = 4;
+ this.lbl4_BillTo.Text = "Bill To";
+ //
+ // lbl5_BillTo_Addr1
+ //
+ this.lbl5_BillTo_Addr1.Location = new System.Drawing.Point(8, 128);
+ this.lbl5_BillTo_Addr1.Name = "lbl5_BillTo_Addr1";
+ this.lbl5_BillTo_Addr1.Size = new System.Drawing.Size(40, 16);
+ this.lbl5_BillTo_Addr1.TabIndex = 5;
+ this.lbl5_BillTo_Addr1.Text = "Addr1";
+ //
+ // lbl6_BillTo_Addr2
+ //
+ this.lbl6_BillTo_Addr2.Location = new System.Drawing.Point(8, 152);
+ this.lbl6_BillTo_Addr2.Name = "lbl6_BillTo_Addr2";
+ this.lbl6_BillTo_Addr2.Size = new System.Drawing.Size(40, 16);
+ this.lbl6_BillTo_Addr2.TabIndex = 6;
+ this.lbl6_BillTo_Addr2.Text = "Addr2";
+ //
+ // lbl7_BillTo_Addr3
+ //
+ this.lbl7_BillTo_Addr3.Location = new System.Drawing.Point(8, 176);
+ this.lbl7_BillTo_Addr3.Name = "lbl7_BillTo_Addr3";
+ this.lbl7_BillTo_Addr3.Size = new System.Drawing.Size(40, 16);
+ this.lbl7_BillTo_Addr3.TabIndex = 7;
+ this.lbl7_BillTo_Addr3.Text = "Addr3";
+ //
+ // lbl8_BillTo_Addr4
+ //
+ this.lbl8_BillTo_Addr4.Location = new System.Drawing.Point(8, 200);
+ this.lbl8_BillTo_Addr4.Name = "lbl8_BillTo_Addr4";
+ this.lbl8_BillTo_Addr4.Size = new System.Drawing.Size(40, 16);
+ this.lbl8_BillTo_Addr4.TabIndex = 8;
+ this.lbl8_BillTo_Addr4.Text = "Addr4";
+ //
+ // lbl9_BillTo_City
+ //
+ this.lbl9_BillTo_City.Location = new System.Drawing.Point(8, 224);
+ this.lbl9_BillTo_City.Name = "lbl9_BillTo_City";
+ this.lbl9_BillTo_City.Size = new System.Drawing.Size(40, 16);
+ this.lbl9_BillTo_City.TabIndex = 9;
+ this.lbl9_BillTo_City.Text = "City";
+ //
+ // lbl10_BillTo_State
+ //
+ this.lbl10_BillTo_State.Location = new System.Drawing.Point(168, 224);
+ this.lbl10_BillTo_State.Name = "lbl10_BillTo_State";
+ this.lbl10_BillTo_State.Size = new System.Drawing.Size(40, 16);
+ this.lbl10_BillTo_State.TabIndex = 10;
+ this.lbl10_BillTo_State.Text = "State";
+ //
+ // lbl11_BillTo_Postal
+ //
+ this.lbl11_BillTo_Postal.Location = new System.Drawing.Point(8, 248);
+ this.lbl11_BillTo_Postal.Name = "lbl11_BillTo_Postal";
+ this.lbl11_BillTo_Postal.Size = new System.Drawing.Size(68, 16);
+ this.lbl11_BillTo_Postal.TabIndex = 11;
+ this.lbl11_BillTo_Postal.Text = "Postal Code";
+ //
+ // lbl12_BillTo_Country
+ //
+ this.lbl12_BillTo_Country.Location = new System.Drawing.Point(168, 248);
+ this.lbl12_BillTo_Country.Name = "lbl12_BillTo_Country";
+ this.lbl12_BillTo_Country.Size = new System.Drawing.Size(44, 16);
+ this.lbl12_BillTo_Country.TabIndex = 12;
+ this.lbl12_BillTo_Country.Text = "Country";
+ //
+ // txt2_BillTo_Addr1
+ //
+ this.txt2_BillTo_Addr1.Location = new System.Drawing.Point(48, 120);
+ this.txt2_BillTo_Addr1.Name = "txt2_BillTo_Addr1";
+ this.txt2_BillTo_Addr1.Size = new System.Drawing.Size(264, 20);
+ this.txt2_BillTo_Addr1.TabIndex = 13;
+ //
+ // txt3_BillTo_Addr2
+ //
+ this.txt3_BillTo_Addr2.Location = new System.Drawing.Point(48, 144);
+ this.txt3_BillTo_Addr2.Name = "txt3_BillTo_Addr2";
+ this.txt3_BillTo_Addr2.Size = new System.Drawing.Size(264, 20);
+ this.txt3_BillTo_Addr2.TabIndex = 14;
+ //
+ // txt4_BillTo_Addr3
+ //
+ this.txt4_BillTo_Addr3.Location = new System.Drawing.Point(48, 168);
+ this.txt4_BillTo_Addr3.Name = "txt4_BillTo_Addr3";
+ this.txt4_BillTo_Addr3.Size = new System.Drawing.Size(264, 20);
+ this.txt4_BillTo_Addr3.TabIndex = 15;
+ //
+ // txt5_BillTo_Addr4
+ //
+ this.txt5_BillTo_Addr4.Location = new System.Drawing.Point(48, 192);
+ this.txt5_BillTo_Addr4.Name = "txt5_BillTo_Addr4";
+ this.txt5_BillTo_Addr4.Size = new System.Drawing.Size(264, 20);
+ this.txt5_BillTo_Addr4.TabIndex = 16;
+ //
+ // txt6_BillTo_City
+ //
+ this.txt6_BillTo_City.Location = new System.Drawing.Point(48, 216);
+ this.txt6_BillTo_City.Name = "txt6_BillTo_City";
+ this.txt6_BillTo_City.Size = new System.Drawing.Size(112, 20);
+ this.txt6_BillTo_City.TabIndex = 17;
+ //
+ // txt7_BillTo_State
+ //
+ this.txt7_BillTo_State.Location = new System.Drawing.Point(216, 216);
+ this.txt7_BillTo_State.Name = "txt7_BillTo_State";
+ this.txt7_BillTo_State.Size = new System.Drawing.Size(96, 20);
+ this.txt7_BillTo_State.TabIndex = 18;
+ //
+ // txt8_BillTo_Postal
+ //
+ this.txt8_BillTo_Postal.Location = new System.Drawing.Point(80, 240);
+ this.txt8_BillTo_Postal.Name = "txt8_BillTo_Postal";
+ this.txt8_BillTo_Postal.Size = new System.Drawing.Size(80, 20);
+ this.txt8_BillTo_Postal.TabIndex = 19;
+ //
+ // txt9_BillTo_Country
+ //
+ this.txt9_BillTo_Country.Location = new System.Drawing.Point(216, 240);
+ this.txt9_BillTo_Country.Name = "txt9_BillTo_Country";
+ this.txt9_BillTo_Country.Size = new System.Drawing.Size(96, 20);
+ this.txt9_BillTo_Country.TabIndex = 20;
+ //
+ // lbl13_InvoiceDate
+ //
+ this.lbl13_InvoiceDate.Location = new System.Drawing.Point(320, 128);
+ this.lbl13_InvoiceDate.Name = "lbl13_InvoiceDate";
+ this.lbl13_InvoiceDate.Size = new System.Drawing.Size(72, 23);
+ this.lbl13_InvoiceDate.TabIndex = 21;
+ this.lbl13_InvoiceDate.Text = "Invoice Date";
+ //
+ // lbl14_InvoiceNo
+ //
+ this.lbl14_InvoiceNo.Location = new System.Drawing.Point(320, 168);
+ this.lbl14_InvoiceNo.Name = "lbl14_InvoiceNo";
+ this.lbl14_InvoiceNo.Size = new System.Drawing.Size(64, 16);
+ this.lbl14_InvoiceNo.TabIndex = 22;
+ this.lbl14_InvoiceNo.Text = "Invoice No.";
+ //
+ // dtTmPickr1_InvoiceDate
+ //
+ this.dtTmPickr1_InvoiceDate.Location = new System.Drawing.Point(392, 120);
+ this.dtTmPickr1_InvoiceDate.Name = "dtTmPickr1_InvoiceDate";
+ this.dtTmPickr1_InvoiceDate.Size = new System.Drawing.Size(256, 20);
+ this.dtTmPickr1_InvoiceDate.TabIndex = 23;
+ //
+ // txt10_InvoiceNo
+ //
+ this.txt10_InvoiceNo.Location = new System.Drawing.Point(392, 160);
+ this.txt10_InvoiceNo.Name = "txt10_InvoiceNo";
+ this.txt10_InvoiceNo.Size = new System.Drawing.Size(88, 20);
+ this.txt10_InvoiceNo.TabIndex = 24;
+ this.txt10_InvoiceNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // lbl15_PONumber
+ //
+ this.lbl15_PONumber.Location = new System.Drawing.Point(488, 168);
+ this.lbl15_PONumber.Name = "lbl15_PONumber";
+ this.lbl15_PONumber.Size = new System.Drawing.Size(72, 23);
+ this.lbl15_PONumber.TabIndex = 25;
+ this.lbl15_PONumber.Text = "P.O. Number";
+ //
+ // lbl16_Terms
+ //
+ this.lbl16_Terms.Location = new System.Drawing.Point(320, 208);
+ this.lbl16_Terms.Name = "lbl16_Terms";
+ this.lbl16_Terms.Size = new System.Drawing.Size(40, 16);
+ this.lbl16_Terms.TabIndex = 26;
+ this.lbl16_Terms.Text = "Terms";
+ //
+ // lbl17_DueDate
+ //
+ this.lbl17_DueDate.Location = new System.Drawing.Point(320, 240);
+ this.lbl17_DueDate.Name = "lbl17_DueDate";
+ this.lbl17_DueDate.Size = new System.Drawing.Size(56, 23);
+ this.lbl17_DueDate.TabIndex = 27;
+ this.lbl17_DueDate.Text = "Due Date";
+ //
+ // txt11_PONumber
+ //
+ this.txt11_PONumber.Location = new System.Drawing.Point(560, 160);
+ this.txt11_PONumber.Name = "txt11_PONumber";
+ this.txt11_PONumber.Size = new System.Drawing.Size(88, 20);
+ this.txt11_PONumber.TabIndex = 28;
+ this.txt11_PONumber.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // cmboBx1_Terms
+ //
+ this.cmboBx1_Terms.Location = new System.Drawing.Point(392, 200);
+ this.cmboBx1_Terms.Name = "cmboBx1_Terms";
+ this.cmboBx1_Terms.Size = new System.Drawing.Size(256, 21);
+ this.cmboBx1_Terms.TabIndex = 29;
+ this.cmboBx1_Terms.Text = "Please select one from list";
+ this.cmboBx1_Terms.TextChanged += new System.EventHandler(this.cmboBx1_Terms_Leave);
+ this.cmboBx1_Terms.Leave += new System.EventHandler(this.cmboBx1_Terms_Leave);
+ //
+ // dtTmPickr2_DueDate
+ //
+ this.dtTmPickr2_DueDate.Location = new System.Drawing.Point(392, 240);
+ this.dtTmPickr2_DueDate.Name = "dtTmPickr2_DueDate";
+ this.dtTmPickr2_DueDate.Size = new System.Drawing.Size(256, 20);
+ this.dtTmPickr2_DueDate.TabIndex = 30;
+ //
+ // picBx_Intuit
+ //
+ this.picBx_Intuit.Image = ((System.Drawing.Image)(resources.GetObject("picBx_Intuit.Image")));
+ this.picBx_Intuit.Location = new System.Drawing.Point(552, 0);
+ this.picBx_Intuit.Name = "picBx_Intuit";
+ this.picBx_Intuit.Size = new System.Drawing.Size(104, 24);
+ this.picBx_Intuit.TabIndex = 32;
+ this.picBx_Intuit.TabStop = false;
+ //
+ // Item
+ //
+ this.Item.Text = "Item";
+ this.Item.Width = 135;
+ //
+ // Desc
+ //
+ this.Desc.Text = "Desc";
+ this.Desc.Width = 258;
+ //
+ // Rate
+ //
+ this.Rate.Text = "Rate";
+ this.Rate.Width = 56;
+ //
+ // Quantity
+ //
+ this.Quantity.Text = "Quantity";
+ this.Quantity.Width = 63;
+ //
+ // Amount
+ //
+ this.Amount.Text = "Amount";
+ this.Amount.Width = 64;
+ //
+ // Tax
+ //
+ this.Tax.Text = "Tax";
+ this.Tax.Width = 63;
+ //
+ // listView1_InvoiceItems
+ //
+ this.listView1_InvoiceItems.BorderStyle = System.Windows.Forms.BorderStyle.None;
+ this.listView1_InvoiceItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
+ this.Item,
+ this.Desc,
+ this.Rate,
+ this.Quantity,
+ this.Amount,
+ this.Tax});
+ this.listView1_InvoiceItems.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.listView1_InvoiceItems.GridLines = true;
+ this.listView1_InvoiceItems.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None;
+ this.listView1_InvoiceItems.HideSelection = false;
+ this.listView1_InvoiceItems.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
+ listViewItem22,
+ listViewItem23,
+ listViewItem24,
+ listViewItem25,
+ listViewItem26,
+ listViewItem27,
+ listViewItem28,
+ listViewItem29,
+ listViewItem30,
+ listViewItem31,
+ listViewItem32,
+ listViewItem33,
+ listViewItem34,
+ listViewItem35,
+ listViewItem36,
+ listViewItem37,
+ listViewItem38,
+ listViewItem39,
+ listViewItem40,
+ listViewItem41,
+ listViewItem42});
+ this.listView1_InvoiceItems.LabelEdit = true;
+ this.listView1_InvoiceItems.Location = new System.Drawing.Point(8, 304);
+ this.listView1_InvoiceItems.Name = "listView1_InvoiceItems";
+ this.listView1_InvoiceItems.Scrollable = false;
+ this.listView1_InvoiceItems.Size = new System.Drawing.Size(640, 192);
+ this.listView1_InvoiceItems.TabIndex = 33;
+ this.listView1_InvoiceItems.UseCompatibleStateImageBehavior = false;
+ this.listView1_InvoiceItems.View = System.Windows.Forms.View.Details;
+ //
+ // txt17_Tax
+ //
+ this.txt17_Tax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txt17_Tax.Location = new System.Drawing.Point(584, 320);
+ this.txt17_Tax.Name = "txt17_Tax";
+ this.txt17_Tax.Size = new System.Drawing.Size(64, 20);
+ this.txt17_Tax.TabIndex = 45;
+ this.txt17_Tax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.txt17_Tax.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frm1_InvoiceAdd_KeyDown);
+ this.txt17_Tax.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frm1_InvoiceAdd_KeyPress);
+ this.txt17_Tax.Leave += new System.EventHandler(this.txt17_Tax_Leave);
+ //
+ // txt13_Desc
+ //
+ this.txt13_Desc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txt13_Desc.Location = new System.Drawing.Point(144, 320);
+ this.txt13_Desc.Name = "txt13_Desc";
+ this.txt13_Desc.Size = new System.Drawing.Size(256, 20);
+ this.txt13_Desc.TabIndex = 41;
+ //
+ // txt12_Item
+ //
+ this.txt12_Item.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txt12_Item.Cursor = System.Windows.Forms.Cursors.Arrow;
+ this.txt12_Item.Location = new System.Drawing.Point(8, 320);
+ this.txt12_Item.Name = "txt12_Item";
+ this.txt12_Item.Size = new System.Drawing.Size(136, 20);
+ this.txt12_Item.TabIndex = 40;
+ this.txt12_Item.Text = "Double click to view list";
+ this.txt12_Item.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.txt12_Item.DoubleClick += new System.EventHandler(this.txt12_Item_KeyDown);
+ //
+ // label1
+ //
+ this.label1.BackColor = System.Drawing.SystemColors.Control;
+ this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.label1.Location = new System.Drawing.Point(8, 280);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(136, 23);
+ this.label1.TabIndex = 46;
+ this.label1.Text = "Item";
+ this.label1.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ //
+ // lbl20_Desc
+ //
+ this.lbl20_Desc.BackColor = System.Drawing.SystemColors.Control;
+ this.lbl20_Desc.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.lbl20_Desc.Location = new System.Drawing.Point(144, 280);
+ this.lbl20_Desc.Name = "lbl20_Desc";
+ this.lbl20_Desc.Size = new System.Drawing.Size(256, 23);
+ this.lbl20_Desc.TabIndex = 47;
+ this.lbl20_Desc.Text = "Description";
+ this.lbl20_Desc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ //
+ // lbl21_Rate
+ //
+ this.lbl21_Rate.BackColor = System.Drawing.SystemColors.Control;
+ this.lbl21_Rate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.lbl21_Rate.Location = new System.Drawing.Point(400, 280);
+ this.lbl21_Rate.Name = "lbl21_Rate";
+ this.lbl21_Rate.Size = new System.Drawing.Size(56, 23);
+ this.lbl21_Rate.TabIndex = 48;
+ this.lbl21_Rate.Text = "Rate";
+ this.lbl21_Rate.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ //
+ // lbl22_Qty
+ //
+ this.lbl22_Qty.BackColor = System.Drawing.SystemColors.Control;
+ this.lbl22_Qty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.lbl22_Qty.Location = new System.Drawing.Point(456, 280);
+ this.lbl22_Qty.Name = "lbl22_Qty";
+ this.lbl22_Qty.Size = new System.Drawing.Size(64, 23);
+ this.lbl22_Qty.TabIndex = 49;
+ this.lbl22_Qty.Text = "Quantity";
+ this.lbl22_Qty.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ //
+ // lbl23_Amount
+ //
+ this.lbl23_Amount.BackColor = System.Drawing.SystemColors.Control;
+ this.lbl23_Amount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.lbl23_Amount.Location = new System.Drawing.Point(520, 280);
+ this.lbl23_Amount.Name = "lbl23_Amount";
+ this.lbl23_Amount.Size = new System.Drawing.Size(64, 23);
+ this.lbl23_Amount.TabIndex = 50;
+ this.lbl23_Amount.Text = "Amount";
+ this.lbl23_Amount.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ //
+ // lbl24_Tax
+ //
+ this.lbl24_Tax.BackColor = System.Drawing.SystemColors.Control;
+ this.lbl24_Tax.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.lbl24_Tax.Location = new System.Drawing.Point(584, 280);
+ this.lbl24_Tax.Name = "lbl24_Tax";
+ this.lbl24_Tax.Size = new System.Drawing.Size(64, 23);
+ this.lbl24_Tax.TabIndex = 51;
+ this.lbl24_Tax.Text = "Tax (Y/N)";
+ this.lbl24_Tax.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
+ //
+ // label2
+ //
+ this.label2.Location = new System.Drawing.Point(400, 288);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(48, 23);
+ this.label2.TabIndex = 48;
+ this.label2.Text = "Rate";
+ //
+ // label3
+ //
+ this.label3.Location = new System.Drawing.Point(456, 288);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(56, 23);
+ this.label3.TabIndex = 49;
+ this.label3.Text = "Quantity";
+ //
+ // label4
+ //
+ this.label4.Location = new System.Drawing.Point(520, 288);
+ this.label4.Name = "label4";
+ this.label4.Size = new System.Drawing.Size(56, 23);
+ this.label4.TabIndex = 50;
+ this.label4.Text = "Amount";
+ //
+ // label5
+ //
+ this.label5.Location = new System.Drawing.Point(584, 288);
+ this.label5.Name = "label5";
+ this.label5.Size = new System.Drawing.Size(56, 23);
+ this.label5.TabIndex = 51;
+ this.label5.Text = "Tax";
+ //
+ // label6
+ //
+ this.label6.Location = new System.Drawing.Point(8, 288);
+ this.label6.Name = "label6";
+ this.label6.Size = new System.Drawing.Size(100, 23);
+ this.label6.TabIndex = 46;
+ this.label6.Text = "Item";
+ //
+ // label7
+ //
+ this.label7.Location = new System.Drawing.Point(144, 288);
+ this.label7.Name = "label7";
+ this.label7.Size = new System.Drawing.Size(100, 23);
+ this.label7.TabIndex = 47;
+ this.label7.Text = "Description";
+ //
+ // lbl26_Total
+ //
+ this.lbl26_Total.Location = new System.Drawing.Point(440, 504);
+ this.lbl26_Total.Name = "lbl26_Total";
+ this.lbl26_Total.Size = new System.Drawing.Size(112, 16);
+ this.lbl26_Total.TabIndex = 55;
+ this.lbl26_Total.Text = "Total Due without tax";
+ this.lbl26_Total.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ //
+ // txt20_Total
+ //
+ this.txt20_Total.Location = new System.Drawing.Point(560, 504);
+ this.txt20_Total.Name = "txt20_Total";
+ this.txt20_Total.Size = new System.Drawing.Size(88, 20);
+ this.txt20_Total.TabIndex = 56;
+ this.txt20_Total.Text = "0.00";
+ this.txt20_Total.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ //
+ // btn1_Send
+ //
+ this.btn1_Send.BackColor = System.Drawing.SystemColors.Control;
+ this.btn1_Send.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btn1_Send.Location = new System.Drawing.Point(488, 544);
+ this.btn1_Send.Name = "btn1_Send";
+ this.btn1_Send.Size = new System.Drawing.Size(80, 32);
+ this.btn1_Send.TabIndex = 57;
+ this.btn1_Send.Text = "Send";
+ this.btn1_Send.UseVisualStyleBackColor = false;
+ this.btn1_Send.Click += new System.EventHandler(this.btn1_Send_Click);
+ //
+ // btn2_Exit
+ //
+ this.btn2_Exit.BackColor = System.Drawing.SystemColors.Control;
+ this.btn2_Exit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btn2_Exit.Location = new System.Drawing.Point(576, 544);
+ this.btn2_Exit.Name = "btn2_Exit";
+ this.btn2_Exit.Size = new System.Drawing.Size(75, 32);
+ this.btn2_Exit.TabIndex = 58;
+ this.btn2_Exit.Text = "Exit";
+ this.btn2_Exit.UseVisualStyleBackColor = false;
+ this.btn2_Exit.Click += new System.EventHandler(this.btn2_Exit_Click);
+ //
+ // lbl27_CustomerMessage
+ //
+ this.lbl27_CustomerMessage.Location = new System.Drawing.Point(-8, 504);
+ this.lbl27_CustomerMessage.Name = "lbl27_CustomerMessage";
+ this.lbl27_CustomerMessage.Size = new System.Drawing.Size(96, 16);
+ this.lbl27_CustomerMessage.TabIndex = 59;
+ this.lbl27_CustomerMessage.Text = "Note to Customer";
+ this.lbl27_CustomerMessage.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
+ //
+ // cmboBx3_CustomerJob
+ //
+ this.cmboBx3_CustomerJob.Location = new System.Drawing.Point(80, 64);
+ this.cmboBx3_CustomerJob.Name = "cmboBx3_CustomerJob";
+ this.cmboBx3_CustomerJob.Size = new System.Drawing.Size(232, 21);
+ this.cmboBx3_CustomerJob.TabIndex = 61;
+ this.cmboBx3_CustomerJob.Text = "Please select from list";
+ this.cmboBx3_CustomerJob.TextChanged += new System.EventHandler(this.cmboBx3_CustomerJob_TextChanged);
+ //
+ // cmboBx4_CustomerMessage
+ //
+ this.cmboBx4_CustomerMessage.Location = new System.Drawing.Point(96, 504);
+ this.cmboBx4_CustomerMessage.Name = "cmboBx4_CustomerMessage";
+ this.cmboBx4_CustomerMessage.Size = new System.Drawing.Size(336, 21);
+ this.cmboBx4_CustomerMessage.TabIndex = 62;
+ //
+ // btn3_Reset
+ //
+ this.btn3_Reset.BackColor = System.Drawing.SystemColors.Control;
+ this.btn3_Reset.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.btn3_Reset.Location = new System.Drawing.Point(8, 544);
+ this.btn3_Reset.Name = "btn3_Reset";
+ this.btn3_Reset.Size = new System.Drawing.Size(80, 32);
+ this.btn3_Reset.TabIndex = 63;
+ this.btn3_Reset.Text = "New";
+ this.btn3_Reset.UseVisualStyleBackColor = false;
+ this.btn3_Reset.Click += new System.EventHandler(this.btn3_Reset_Click);
+ //
+ // txt16_Amount
+ //
+ this.txt16_Amount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txt16_Amount.Location = new System.Drawing.Point(520, 320);
+ this.txt16_Amount.Name = "txt16_Amount";
+ this.txt16_Amount.Size = new System.Drawing.Size(64, 20);
+ this.txt16_Amount.TabIndex = 44;
+ this.txt16_Amount.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.txt16_Amount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.only_Numbers_KeyPress);
+ //
+ // txt15_Qty
+ //
+ this.txt15_Qty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txt15_Qty.Location = new System.Drawing.Point(456, 320);
+ this.txt15_Qty.Name = "txt15_Qty";
+ this.txt15_Qty.Size = new System.Drawing.Size(64, 20);
+ this.txt15_Qty.TabIndex = 43;
+ this.txt15_Qty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.txt15_Qty.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.only_Numbers_KeyPress);
+ this.txt15_Qty.Leave += new System.EventHandler(this.txt15_Qty_Leave);
+ //
+ // txt14_Rate
+ //
+ this.txt14_Rate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
+ this.txt14_Rate.Location = new System.Drawing.Point(400, 320);
+ this.txt14_Rate.Name = "txt14_Rate";
+ this.txt14_Rate.Size = new System.Drawing.Size(56, 20);
+ this.txt14_Rate.TabIndex = 42;
+ this.txt14_Rate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
+ this.txt14_Rate.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.only_Numbers_KeyPress);
+ //
+ // frm1_InvoiceAdd
+ //
+ this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
+ this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
+ this.ClientSize = new System.Drawing.Size(656, 582);
+ this.Controls.Add(this.btn3_Reset);
+ this.Controls.Add(this.cmboBx4_CustomerMessage);
+ this.Controls.Add(this.cmboBx3_CustomerJob);
+ this.Controls.Add(this.lbl27_CustomerMessage);
+ this.Controls.Add(this.btn2_Exit);
+ this.Controls.Add(this.btn1_Send);
+ this.Controls.Add(this.txt20_Total);
+ this.Controls.Add(this.txt17_Tax);
+ this.Controls.Add(this.txt16_Amount);
+ this.Controls.Add(this.txt15_Qty);
+ this.Controls.Add(this.txt14_Rate);
+ this.Controls.Add(this.txt13_Desc);
+ this.Controls.Add(this.txt12_Item);
+ this.Controls.Add(this.txt11_PONumber);
+ this.Controls.Add(this.txt10_InvoiceNo);
+ this.Controls.Add(this.txt9_BillTo_Country);
+ this.Controls.Add(this.txt8_BillTo_Postal);
+ this.Controls.Add(this.txt7_BillTo_State);
+ this.Controls.Add(this.txt6_BillTo_City);
+ this.Controls.Add(this.txt5_BillTo_Addr4);
+ this.Controls.Add(this.txt4_BillTo_Addr3);
+ this.Controls.Add(this.txt3_BillTo_Addr2);
+ this.Controls.Add(this.txt2_BillTo_Addr1);
+ this.Controls.Add(this.lbl26_Total);
+ this.Controls.Add(this.lbl24_Tax);
+ this.Controls.Add(this.lbl23_Amount);
+ this.Controls.Add(this.lbl22_Qty);
+ this.Controls.Add(this.lbl21_Rate);
+ this.Controls.Add(this.lbl20_Desc);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.listView1_InvoiceItems);
+ this.Controls.Add(this.picBx_Intuit);
+ this.Controls.Add(this.dtTmPickr2_DueDate);
+ this.Controls.Add(this.cmboBx1_Terms);
+ this.Controls.Add(this.lbl17_DueDate);
+ this.Controls.Add(this.lbl16_Terms);
+ this.Controls.Add(this.lbl15_PONumber);
+ this.Controls.Add(this.dtTmPickr1_InvoiceDate);
+ this.Controls.Add(this.lbl14_InvoiceNo);
+ this.Controls.Add(this.lbl13_InvoiceDate);
+ this.Controls.Add(this.lbl12_BillTo_Country);
+ this.Controls.Add(this.lbl11_BillTo_Postal);
+ this.Controls.Add(this.lbl10_BillTo_State);
+ this.Controls.Add(this.lbl9_BillTo_City);
+ this.Controls.Add(this.lbl8_BillTo_Addr4);
+ this.Controls.Add(this.lbl7_BillTo_Addr3);
+ this.Controls.Add(this.lbl6_BillTo_Addr2);
+ this.Controls.Add(this.lbl5_BillTo_Addr1);
+ this.Controls.Add(this.lbl4_BillTo);
+ this.Controls.Add(this.lbl3_Invoice);
+ this.Controls.Add(this.lbl2_CustomerJob);
+ this.Controls.Add(this.label2);
+ this.Controls.Add(this.label3);
+ this.Controls.Add(this.label4);
+ this.Controls.Add(this.label5);
+ this.Controls.Add(this.label6);
+ this.Controls.Add(this.label7);
+ this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.Name = "frm1_InvoiceAdd";
+ this.Text = "Add an Invoice to QuickBooks";
+ this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frm1_InvoiceAdd_KeyDown);
+ this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frm1_InvoiceAdd_KeyPress);
+ ((System.ComponentModel.ISupportInitialize)(this.picBx_Intuit)).EndInit();
+ this.ResumeLayout(false);
+ this.PerformLayout();
}
#endregion
@@ -1954,7 +1951,22 @@ private void cmboBx3_CustomerJob_TextChanged(object sender, System.EventArgs e)
populateBillTo();
}
- private void btn3_Reset_Click(object sender, System.EventArgs e)
+ private void only_Numbers_KeyPress(object sender, KeyPressEventArgs e)
+ {
+ if (!char.IsControl(e.KeyChar) && !char.IsDigit(e.KeyChar) &&
+ (e.KeyChar != '.'))
+ {
+ e.Handled = true;
+ }
+
+ // only allow one decimal point
+ if ((e.KeyChar == '.') && ((sender as TextBox).Text.IndexOf('.') > -1))
+ {
+ e.Handled = true;
+ }
+ }
+
+ private void btn3_Reset_Click(object sender, System.EventArgs e)
{
cmboBx3_CustomerJob.Text = "Please select from list";
txt2_BillTo_Addr1.Text = "";
@@ -2005,8 +2017,5 @@ private bool isAllInputIn()
return true;
}
}
-
-
-
- } // class frm1_InvoiceAdd
+ } // class frm1_InvoiceAdd
}
diff --git a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj
index 850c1dc..05bfb26 100644
--- a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj
+++ b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj
@@ -1,135 +1,136 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ Local
+ 7.10.3077
+ 2.0
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}
+ Debug
+ AnyCPU
+ App.ico
+
+ InvoiceAdd
+
+ JScript
+ Grid
+ IE50
+ false
+ WinExe
+ InvoiceAdd
+ OnBuildSuccess
+
+
+
+
+
+ 0.0
+
+
+ bin\Debug\
+ false
+ 285212672
+ false
+
+ DEBUG;TRACE
+
+ true
+ 4096
+ false
+
+ false
+ false
+ false
+ false
+ 4
+ full
+ prompt
+
+
+ bin\Release\
+ false
+ 285212672
+ false
+
+ TRACE
+
+ false
+ 4096
+ false
+
+ true
+ false
+ false
+ false
+ 4
+ none
+ prompt
+
+
+ true
+ bin\x86\Debug\
+ DEBUG;TRACE
+ 285212672
+ 4096
+ full
+ x86
+ 7.3
+ prompt
+ MinimumRecommendedRules.ruleset
+
+
+ bin\x86\Release\
+ TRACE
+ 285212672
+ true
+ 4096
+ x86
+ 7.3
+ prompt
+ MinimumRecommendedRules.ruleset
+
+
+
+ Interop.QBFC13
+ ..\..\..\..\..\..\..\..\..\..\Program Files\Common Files\Intuit\QuickBooks\Interop.QBFC13.dll
+ hklm\dn\intuit developer network
+
+
+ System
+
+
+ System.Data
+
+
+ System.Drawing
+
+
+ System.Windows.Forms
+
+
+ System.XML
+
+
+
+
+ Code
+
+
+ Form
+
+
+ Form
+
+
+
+ InputItem.cs
+
+
+ InvoiceAdd.cs
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj.user b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj.user
index ac950a1..b7c8954 100644
--- a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj.user
+++ b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.csproj.user
@@ -1,48 +1,50 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ 7.10.3077
+ Debug
+ AnyCPU
+ C:\Program Files\Common Files\Intuit\QuickBooks\
+
+
+ 0
+ ProjectFiles
+ 0
+
+
+ false
+ false
+ false
+ false
+ false
+
+ Project
+
+
+
+
+
+ true
+
+
+ false
+ false
+ false
+ false
+ false
+
+ Project
+
+
+
+
+
+ true
+
+
+ true
+
+
+ true
+
+
\ No newline at end of file
diff --git a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.resx b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.resx
index 1dfc4df..c9bf608 100644
--- a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.resx
+++ b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.resx
@@ -3,7 +3,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
@@ -89,613 +109,207 @@
text/microsoft-resx
- 1.3
+ 2.0
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+ System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
+
- R0lGODlheAAeAPMAAP///+/v797e3pCQkISEhG9vb1JSUkJCQiEhIRAQEP///wAAAAAAAAAAAAAAAAAA
- ACH5BAEAAAoALAAAAAB4AB4AAAT3UMlJq7046827/2AojmRpnmiqrmzrvnAsz3Rt33iOJUDv96EfMCUE
- 6DRDSaAYFKqYR0xSAv1UT9eoAnDIOIvCwATs2/4o3zMZCCAcAYXuJb0e1s3lsXpPVrgHb0ZbFQR8dWJ3
- TnpldGB+CgI4SWxGlJZ1lWt4U42ZfYF6ZqKGiZqKVKSbWTlcGgiMZxIGp6eqaKmoeVpWl4K5k7G/vra0
- wbsdsLq2wrfKnYtTx0jJnMG117jL0hvZ2tiYnsDK2xez1MPFTOC90Mbkquzt7eem1o7v8+Hoxo6F4Nrw
- hr1z9C0alAL/asHDx7Chw4cQI0qcSLGixYYRAAA7
+ R0lGODlheAAeAIMAAP///+/v797e3pCQkISEhG9vb1JSUkJCQiEhIRAQEP///wAAAAAAAAAAAAAAAAAA
+ ACH/C05FVFNDQVBFMi4wAwEBAAAh+QQBAAAKACwAAAAAeAAeAAAI/wAVCBxIsKDBgwgTKlzIsKHDhxAj
+ SpxIsaLFixgzatzIsaPHjyBDihxJsqTJkyhTIkwAoKXLlhFfwswoE4BKhTMFBqgZU6ZGnjcR5hQI9GHR
+ i0eDKgBwIKHPmjIDDITqculLgk+vUoUJgMBNAAWaHsy6dWZZq1Wnal1LVYHXAV9tLi1IgG1ZqWd9qq1K
+ FqpbBQJQ5uRqk7DhsoW3oh3aN3HbuGqtSrabV7FeopQXJ03JVCECvlcFGrh8WTPWzJjTKjV6WG7qwaFf
+ uzZNOvbqhqBVm5Z9WnfjvUNv48zNOHbp46h3C1+YXDlyxI5h615+cDTx2bV5Qm8N3DZ1zdy7dy2/btm4
+ 3+/jo2O37bcudOXgZ3/3+zw40ALvS4NHz7+///8ABijggAQWaGB/AQEAOw==
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- True
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- True
-
-
- Public
-
-
- Private
-
-
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Public
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
- Private
-
-
- Private
-
-
+
+
17, 17
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
+
+
True
-
-
- Private
-
-
- Private
-
-
+
+
True
-
-
- (Default)
-
-
- False
-
-
- False
-
-
- 8, 8
-
-
- frm1_InvoiceAdd
-
-
+
+
True
-
-
- 39
-
-
+
+
True
-
-
- Private
-
-
+
+
+ 39
+
+
AAABAAEAICAQAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAgAIAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAACAAACAAAAAgIAAgAAAAIAAgACAgAAAwMDAAICAgAAAAP8AAP8AAAD//wD/AAAA/wD/AP//
diff --git a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.sln b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.sln
index 43b50e4..6534646 100644
--- a/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.sln
+++ b/qbdt/c-sharp/QBFC/QBInvoiceAdd/InvoiceAdd.sln
@@ -1,21 +1,30 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.29324.140
+MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "InvoiceAdd", "InvoiceAdd.csproj", "{F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
EndProject
Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Debug|x86 = Debug|x86
+ Release|Any CPU = Release|Any CPU
+ Release|x86 = Release|x86
EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Debug.ActiveCfg = Debug|.NET
- {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Debug.Build.0 = Debug|.NET
- {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Release.ActiveCfg = Release|.NET
- {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Release.Build.0 = Release|.NET
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Debug|x86.ActiveCfg = Debug|x86
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Debug|x86.Build.0 = Debug|x86
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Release|Any CPU.Build.0 = Release|Any CPU
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Release|x86.ActiveCfg = Release|x86
+ {F990DC9E-3F25-4B49-B2CE-B9FE87BC61C4}.Release|x86.Build.0 = Release|x86
EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {3D4E2C15-FCB6-4E6B-A819-970E84FCF8FD}
EndGlobalSection
EndGlobal