ed; otherwise, false. lt;/param gt; override void Dispose (bool disposing)
{(disposing amp; amp; (components!=null))
{. Dispose ();
}. Dispose (disposing);
}
# region Component Designer generated code
/// lt; summary gt;
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// lt;/summary gt; void InitializeComponent ()
{= new System.ComponentModel.Container () ;. ServiceName= ParsingService raquo ;;
}
# endregion
}
} ParserClient
{class FormMain
{
/// lt; summary gt;
/// Required designer variable.
/// lt;/summary gt; System.ComponentModel.IContainer components=null;
/// lt; summary gt;
/// Clean up any resources being used.
/// lt;/summary gt;
/// lt; param name= disposing gt; true if managed resources should be disposed; otherwise, false. lt;/param gt; override void Dispose (bool disposing)
{(disposing amp; amp; (components!=null))
{. Dispose ();
}. Dispose (disposing);
}
# region Windows Form Designer generated code
/// lt; summary gt;
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// lt;/summary gt; void InitializeComponent ()
{. ComponentModel.ComponentResourceManager resources=new System.ComponentModel.ComponentResourceManager (typeof (FormMain)) ;. btn_Parse=new System.Windows.Forms.Button () ;. dgv_ExchangeRate=new System.Windows. Forms.DataGridView () ;. bankName=new System.Windows.Forms.DataGridViewTextBoxColumn () ;. usdBuy=new System.Windows.Forms.DataGridViewTextBoxColumn () ;. usdSale=new System.Windows.Forms.DataGridViewTextBoxColumn () ;. eurBuy =new System.Windows.Forms.DataGridViewTextBoxColumn () ;. eurSale=new System.Windows.Forms.DataGridViewTextBoxColumn () ;. rubBuy=new System.Windows.Forms.DataGridViewTextBoxColumn () ;. rubSale=new System.Windows.Forms. DataGridViewTextBoxColumn ();
((System.ComponentModel.ISupportInitialize)(this.dgv_ExchangeRate)).BeginInit();.SuspendLayout();
//
//btn_Parse
//.btn_Parse.Location=new System.Drawing.Point (658, 12) ;. btn_Parse.Name= btn_Parse raquo ;;. btn_Parse.Size=new System.Drawing.Size (101 , 36) ;. btn_Parse.TabIndex=0; .btn_Parse.Text= Вивести курси валют raquo ;;. btn_Parse.UseVisualStyleBackColor=true; .btn_Parse.Click +=new System.EventHandler (this.btn_Parse_Click);
//
//dgv_ExchangeRate
//.dgv_ExchangeRate.AllowUserToAddRows=false; .dgv_ExchangeRate.AllowUserToDeleteRows=false; .dgv_ExchangeRate.ColumnHeadersHeightSizeMode=System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;.dgv_ExchangeRate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn [] {.bankName, .usdBuy, .usdSale, .eurBuy, .eurSale, bBuy, bSale}) ;. dgv_ExchangeRate.Location=new System.Drawing.Point (12, 12);.dgv_ExchangeRate.Name= dgv_ExchangeRate raquo ;;. dgv_ExchangeRate.ReadOnly=true; .dgv_ExchangeRate.RowHeadersVisible=false; .dgv_ExchangeRate.Size=new System.Drawing.Size (623, 322) ;. dgv_ExchangeRate.TabIndex=1;
//
//bankName
//.bankName.HeaderText= Банк raquo ;;. bankName.Name= bankName raquo ;;. bankName.ReadOnly=true; .bankName.Width=200;
//
//usdBuy
//.usdBuy.HeaderText= USD Купівля raquo ;;. usdBuy.Name= usdBuy raquo ;;. usdBuy.ReadOnly=true; .usdBuy.Width=70;
//
//usdSale
//.usdSale.HeaderText= USD Продаж raquo ;;. usdSale.Name= usdSale raquo ;;. usdSale.ReadOnly=true; .usdSale.Width=70;
//
//eurBuy
//.eurBuy.HeaderText= EUR Купівля raquo ;;. eurBuy.Name= eurBuy raquo ;;. eurBuy.ReadOnly=true; .eurBuy.Width=70;
//
//eurSale
//.eurSale.HeaderText= EUR Продаж raquo ;;. eurSale.Name= eurSale raquo ;;. eu...