#32241603 · 22 Jul 2012, 20:52 · · პროფილი · პირადი მიმოწერა · ჩატი
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms;
namespace WindowsApplication2 {
public partial class Form1 : Form { public String[] r; public string s1,z;
string ricxvi1000mde (int x) { int x1=x/100; int x2=x%100;
if (x2==0) s1="i"; if (x2==20) s1="oci"; if (x2==40) s1="ormoci"; if (x2==60) s1="samoci"; if (x2==80) s1="oTxmoci";
if (x2%20!=0) {
if (x2/20==0) s1=""; if (x2/20==1) s1="ocda"; if (x2/20==2) s1="ormocda"; if (x2/20==3) s1="samocda"; if (x2/20==4) s1="oTxmocda";
s1 = s1+ r[x2 % 20]; }
if (x1==1) s1="as"+s1; if (x1==2) s1="oras"+s1; if (x1==3) s1="samas"+s1; if (x1==4) s1="oTxas"+s1; if (x1==5) s1="xuTas"+s1; if (x1==6) s1="eqvsas"+s1; if (x1==7) s1="Svidas"+s1; if (x1==8) s1="rvaas"+s1; if (x1==9) s1="cxraas"+s1;
return s1; }
public Form1() { InitializeComponent(); }
private void button1_Click(object sender, EventArgs e) { }
private void Form1_Load(object sender, EventArgs e) { r = new string[20]; r[0] = "i"; r[1] = "erTi"; r[2] = "ori"; r[3] = "sami"; r[4] = "oTxi"; r[5] = "xuTi"; r[6] = "eqvsi"; r[7] = "Svidi"; r[8] = "rva"; r[9] = "cxra"; r[10] = "aTi"; r[11] = "TerTmeti"; r[12] = "Tormeti"; r[13] = "cameti"; r[14] = "ToTxmeti"; r[15] = "TxuTmeti"; r[16] = "Teqvsmeti"; r[17] = "Cvidmeti"; r[18] = "Tvrameti"; r[19] = "cxrameti";
}
private void mb_1_TextChanged(object sender, EventArgs e) { string zz,zzz; int n=0; for (int i=0;i<mb_1.Text.Length;i++) if(mb_1.Text[i]>='0' && mb_1.Text[i]<='9' ) n=10*n+mb_1.Text[i]-'0';
z=ricxvi1000mde(n%1000); zz=ricxvi1000mde((n/1000)%1000) ; zzz=ricxvi1000mde(n/1000000);
if ((n/1000)%1000==1) z="aTas"+z; if ((n/1000)%1000>1&&z!="i") z=zz+"aTas "+z; if ((n/1000)%1000>1&&z=="i") z=zz+"aTas"+z;
if (n/1000000>=1&&z!="i") z=zzz+"milion\n"+z; if (n/1000000>=1&&z=="i") z=zzz+"milion"+z;
lb2.Text=z;
if (z == "i") lb2.Text = " ";
}
private void button1_Click_1(object sender, EventArgs e) {
}
} }
--------------------
.........................My Time will come............................... .................................I will rise....................................... ...................................Expert.........................................
|