U3F1ZWV6ZTQ5OTE2MjY2NDA1NTIyX0ZyZWUzMTQ5MTQ5NzE1MTIzNw==

طريقة عمل آلة حاسبة بلغة السي شارب #C

 

الآلة الحاسبة بلغة السي شارب#C


لعمل آلة حاسبة بلغة السي شارب نقوم بتحميل برنامج فيجوال ستوديو visual studio ونقوم بفتح البرنامج ثم اختيار مشروع جديد new project ثم اختيار لغة السي شارب من القائمة الموجودة على اليسار #C ثم نختار windows forms application ثم تسمية المشروع آلة حاسبة Calculater ثم اختيار مكان حفظ المشروع على جهازك الكمبيوتر  ثم الضغط على ok يتم تحميله ثم يظهر لنا شاشة التصميم التى سوف نقوم بالعمل عليها. 

فيه جزءين لعمل الآلة الحاسبة بلغة السي شارب جزء تصميم والجزء الثاني جزء برمجة.

ويظهر قائمتين واحدة على الشمال ودى فيها الأدوات اللى هنستخدمها فى التصميم toolbox والقائمة الثانية قائمة الخصائص properties ودى الخاصة بالبرمجة والتعديل على التصميم .

أولا كدة عشان نتابع عمل الآلة الحاسبة بلغة السي شارب خطوة بخطوة نقوم بعمل شاشة لعرض ما يتم .

ودة من خلال اختيار start position من قائمة الخصائص ودى عشان يفتح لنا شاشة تانية يشتغل عليها التطبيق وعشان نفرق بين شاشة التصميم وشاشة العرض نقوم بتغيير درجة لون شاشة العرض لجعله شبه شفاف كما فى الصورة .

ويمكن تغيير لون الشاشة وحجم الخط من خلال قائمة الخصائص. 











نجى بقى لتصميم التطبيق اول حاجة هنختار من قائمة الأدوات label 4 ونقدر نغير فى حجمهم وحجم الخط من قائمة الخصائص من خلال الضغط على الخانة أو labelواختيار الخاصية وتغييرها كما نقوم بتغيير اسم الlabel . كما فى الصورة 





الlabel الاول نسمية رقم واحد Number 1 والثاني Operation العملية الحسابية 
 والثالث الرقم الثاني Number 2 والرابع النتيجة Result 



ثم نضع أمام كل label مربع نصى  textbox من قائمة الأدوات ماعدا العملية الحسابية فنضع أمامها combo box 
لانه فيه قائمة منسدلة ودى هنحتاجها لإضافة العمليات الحسابية الخمسة(+ - * / %) وإمكانية الاختيار منها فيما بعد.





نضغط على السهم الموجود فى ال combo box فتظهر لنا مربع حوارى نختار منه Edit items فيظهر مربع اخر








نكتب فيه العمليات الحسابية الخمسة والفاصل بينهم enter. 
 وعشان نتأكد من شغلنا نضغط على كلمة start من القائمة الموجودة فى الاعلى ليظهر لنا شاشة العرض ولما نضغط على السهم فى الcombobox تلاقى الخمس عمليات الحسابية موجودين. 
نجى بقى لزراير الأرقام وباقى العلامات اللى بتكون موجودة فى الآلة الحاسبة وهى ( 123456789.=0) يعنى لازم نجيب ١٢ زرار لهم ودة منين من قائمة الأدوات نختار button 12 وتضغط على كل زرار ونغير اسمه من قائمة الخصائص يعنى بدل ما يكون اسمه button 1 نخليه رقم 1وهكذا مع باقى الازرار 





 كدة نكون خلصنا الجزء الخاص بالتصميم.
الجزء الخاص بالبرمجة بقى هنزله لما اخلصه.
لو حاسس انك استفدت ومنتظر جزء البرمجة علق وقول رايك وتنشر المقالة عشان الكل يستفيد. 
ولو فيه اى استفسار ابعتولى وانا باذن الله هجاوبكم.
وبالتوفيق للجميع وخاصة طلبة سنة أولى كلية تربية نوعية قسم تكنولوجيا التعليم والحاسب الآلى بأشمون  .
شكر خاص للدكتور /أحمد العطار



To make a calculator in the C Sharp language, we download the visual studio program, open the program, choose a new project, choose the C Sharp language from the menu on the left, C #, then choose windows forms application, then name the project Calculater, then choose where to save the project. On your computer, then press ok, then it will be downloaded and then the design screen appears for us, which we will work on. It includes two parts for making a calculator in C Sharp, a design part, and a programming part. It shows two menus, one on the left, in which the tools we will use in the design toolbox The second list is  properties for programming and modifying the design. First of all, in order to follow the work of the calculator in the C Sharp language step by step, we create a screen to display what is being done. Change by selecting the start position from the list of features, in order to open a second screen for us to run the application on, and to differentiate between the design screen and the display screen, we change the color tone of the display to make it semi-transparent as in the picture Screen color and font size can be changed through the properties menu. We start now in designing the application, first of all, we will choose from the list of tools 4 label and we can change their size and font size from the properties list by clicking on the box or label and choosing the property and changing it as we change the name of the label. The first label is called Number 1 and the second is Operation arithmetic And the third is the second number, Number 2, and the fourth, the Result Then we put a textbox in front of each label from the list of tools, except for the math operation, and put in front of it a combo box Because it has a friendly dropdown list, we need it to add the five math operations (+ - * /%) and choose from later.

We click on the arrow in the combo box, and a dialog box appears for us from which we choose Edit items, and another box appears in which we write the five arithmetic operations and the interval between them is enter. In order to make sure of our work, we click on the word start from the menu at the top to show us the display screen, and when we click on the arrow in the combobox, the five arithmetic operations are present. Now we come to the buttons of the numbers and the rest of the signs that are present in the calculator which is (123456789. = 0) means we need to answer 12 buttons for them. From the list of tools we choose the button (12) and press each button and change its name from the list of properties meaning instead of what is called the button 1 make it number 1 And so on with the other buttons We would like to finish the design part. The programming part was still downloaded when I finished it. If you feel that you have benefited and waiting for the programming part, comment and say your opinion and publish the article so that everyone can benefit.
تعليقات
ليست هناك تعليقات
إرسال تعليق

إرسال تعليق

الاسمبريد إلكترونيرسالة