IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
Form1 () | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Private Member Functions | |
void | Form1_Load (object sender, EventArgs e) |
void | button3_Click (object sender, EventArgs e) |
void | btnPosljiPaket_Click (object sender, EventArgs e) |
bool | InputOk () |
void | PosljiPaket (byte paketTipId, DateTime paketDatum, int stZapisov, decimal vsotaDokumentDatum, decimal vsotaCenaNeto, string paketXml) |
void | btnTest_Click (object sender, EventArgs e) |
void | button5_Click (object sender, EventArgs e) |
void | button6_Click (object sender, EventArgs e) |
void | btnGetPaketShema_Click (object sender, EventArgs e) |
void | btnGetPaketStatusShema_Click (object sender, EventArgs e) |
void | btnPaketTipZV_Click (object sender, EventArgs e) |
void | btnPaketStatusZV_Click (object sender, EventArgs e) |
void | btnPodrocjaZV_Click (object sender, EventArgs e) |
void | txtPaketDatum_TextChanged (object sender, EventArgs e) |
void | textBoxXMLPath_TextChanged (object sender, EventArgs e) |
void | buttonExit_Click (object sender, EventArgs e) |
void | buttonBrowse_Click (object sender, EventArgs e) |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
string | path = "" |
string | paketXml = "" |
string | paketStatus = "" |
System.Drawing.Color | normalbg = System.Drawing.Color.White |
System.Drawing.Color | normalfg = System.Drawing.Color.Black |
System.Drawing.Color | errorbg = System.Drawing.Color.Orange |
System.Drawing.Color | errorfg = System.Drawing.Color.Blue |
System.Drawing.Color | unchangedbg = System.Drawing.Color.Yellow |
System.Drawing.Color | unchangedfg = System.Drawing.Color.Blue |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.Label | label1 |
System.Windows.Forms.Label | label2 |
System.Windows.Forms.Label | label3 |
System.Windows.Forms.Label | label4 |
System.Windows.Forms.Label | label5 |
System.Windows.Forms.TextBox | txtPaketTip |
System.Windows.Forms.TextBox | txtPaketDatum |
System.Windows.Forms.TextBox | txtStZapisov |
System.Windows.Forms.TextBox | txtVsotaDokumentDatum |
System.Windows.Forms.TextBox | txtVsotaCenaNeto |
System.Windows.Forms.TextBox | txtResult |
System.Windows.Forms.Button | btnPosljiPaket |
System.Windows.Forms.Button | button3 |
System.Windows.Forms.Button | btnTest |
System.Windows.Forms.TextBox | textBoxXMLPath |
System.Windows.Forms.Button | btnBrowse |
System.Windows.Forms.Label | label6 |
System.Windows.Forms.Label | label7 |
System.Windows.Forms.TextBox | txtServiceUrl |
System.Windows.Forms.Button | btnGetPaketShema |
System.Windows.Forms.SaveFileDialog | saveFileDialog1 |
System.Windows.Forms.Button | btnGetPaketStatusShema |
System.Windows.Forms.Button | btnPaketTipZV |
System.Windows.Forms.Button | btnPaketStatusZV |
System.Windows.Forms.Button | btnPodrocjaZV |
System.Windows.Forms.Button | buttonExit |
System.Windows.Forms.Button | buttonBrowse |
|
inline |
References TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.normalbg, TestGui.Form1.normalfg, TestGui.Form1.textBoxXMLPath, TestGui.Form1.txtPaketDatum, TestGui.Form1.txtPaketTip, TestGui.Form1.txtServiceUrl, TestGui.Form1.txtStZapisov, TestGui.Form1.txtVsotaCenaNeto, and TestGui.Form1.txtVsotaDokumentDatum.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.txtResult.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
References TestGui.Form1.txtResult, TestGui.Form1.txtServiceUrl, and TestGui.localhost.Service.Url.
Referenced by TestGui.Form1.btnPosljiPaket_Click().
|
inlineprivate |
References TestGui.Form2.PaketDatum, TestGui.Form2.PaketTipId, TestGui.Form1.paketXml, TestGui.Form2.PaketXml, TestGui.Form2.StZapisov, TestGui.Form1.txtPaketTip, TestGui.Form1.txtStZapisov, TestGui.Form1.txtVsotaCenaNeto, TestGui.Form1.txtVsotaDokumentDatum, TestGui.Form2.VsotaCenaNeto, and TestGui.Form2.VsotaDokumentDatum.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.path, and TestGui.Form1.textBoxXMLPath.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.txtServiceUrl, and TestGui.localhost.Service.Url.
|
inlineprivate |
References TestGui.Form1.txtResult, TestGui.Form1.txtServiceUrl, and TestGui.localhost.Service.Url.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.txtResult, TestGui.Form1.txtServiceUrl, and TestGui.localhost.Service.Url.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.txtResult, TestGui.Form1.txtServiceUrl, and TestGui.localhost.Service.Url.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.txtResult, TestGui.Form1.txtServiceUrl, and TestGui.localhost.Service.Url.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.txtResult, TestGui.Form1.txtServiceUrl, and TestGui.localhost.Service.Url.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.errorbg, TestGui.Form1.errorfg, TestGui.Form1.normalbg, TestGui.Form1.normalfg, and TestGui.Form1.textBoxXMLPath.
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
References TestGui.Form1.Dispose().
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprivate |
Referenced by TestGui.Form1.InitializeComponent().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
References TestGui.Form1.components.
Referenced by TestGui.Form1.buttonExit_Click().
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
References TestGui.Form1.btnBrowse, TestGui.Form1.btnGetPaketShema, TestGui.Form1.btnGetPaketShema_Click(), TestGui.Form1.btnGetPaketStatusShema, TestGui.Form1.btnGetPaketStatusShema_Click(), TestGui.Form1.btnPaketStatusZV, TestGui.Form1.btnPaketStatusZV_Click(), TestGui.Form1.btnPaketTipZV, TestGui.Form1.btnPaketTipZV_Click(), TestGui.Form1.btnPodrocjaZV, TestGui.Form1.btnPodrocjaZV_Click(), TestGui.Form1.btnPosljiPaket, TestGui.Form1.btnPosljiPaket_Click(), TestGui.Form1.btnTest, TestGui.Form1.btnTest_Click(), TestGui.Form1.button3, TestGui.Form1.button3_Click(), TestGui.Form1.button5_Click(), TestGui.Form1.buttonBrowse, TestGui.Form1.buttonBrowse_Click(), TestGui.Form1.buttonExit, TestGui.Form1.buttonExit_Click(), TestGui.Form1.Form1_Load(), TestGui.Form1.label1, TestGui.Form1.label2, TestGui.Form1.label3, TestGui.Form1.label4, TestGui.Form1.label5, TestGui.Form1.label6, TestGui.Form1.label7, TestGui.Form1.saveFileDialog1, TestGui.Form1.textBoxXMLPath, TestGui.Form1.textBoxXMLPath_TextChanged(), TestGui.Form1.txtPaketDatum, TestGui.Form1.txtPaketDatum_TextChanged(), TestGui.Form1.txtPaketTip, TestGui.Form1.txtResult, TestGui.Form1.txtServiceUrl, TestGui.Form1.txtStZapisov, TestGui.Form1.txtVsotaCenaNeto, and TestGui.Form1.txtVsotaDokumentDatum.
Referenced by TestGui.Form1.Form1().
|
private |
Referenced by TestGui.Form1.button5_Click().
|
private |
Referenced by TestGui.Form1.btnPosljiPaket_Click(), and TestGui.Form1.btnTest_Click().
|
private |
|
private |
Referenced by TestGui.Form1.Form1_Load(), and TestGui.Form1.textBoxXMLPath_TextChanged().
|
private |
Referenced by TestGui.Form1.Form1_Load(), and TestGui.Form1.textBoxXMLPath_TextChanged().
|
private |
Referenced by TestGui.Form1.textBoxXMLPath_TextChanged().
|
private |
Referenced by TestGui.Form1.textBoxXMLPath_TextChanged().
|
private |
|
private |
|
private |
Required designer variable.
Referenced by TestGui.Form1.Dispose().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
|
private |
Referenced by TestGui.Form1.Form1_Load(), TestGui.Form1.InitializeComponent(), and TestGui.Form1.InputOk().
|
private |
|
private |
|
private |
|
private |
Referenced by TestGui.Form1.btnGetPaketShema_Click(), TestGui.Form1.btnGetPaketStatusShema_Click(), TestGui.Form1.btnPaketStatusZV_Click(), TestGui.Form1.btnPaketTipZV_Click(), TestGui.Form1.btnPodrocjaZV_Click(), TestGui.Form1.button3_Click(), TestGui.Form1.InitializeComponent(), and TestGui.Form1.PosljiPaket().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.btnGetPaketShema_Click(), TestGui.Form1.btnGetPaketStatusShema_Click(), TestGui.Form1.btnPaketStatusZV_Click(), TestGui.Form1.btnPaketTipZV_Click(), TestGui.Form1.btnPodrocjaZV_Click(), TestGui.Form1.button6_Click(), TestGui.Form1.Form1_Load(), TestGui.Form1.InitializeComponent(), and TestGui.Form1.PosljiPaket().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().
|
private |
Referenced by TestGui.Form1.InitializeComponent().