Advertisement
Guest User

C# Rekenmachine Design

a guest
Dec 13th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. namespace RekenmachineProject
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22.  
  23. #region Windows Form Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. this.button1 = new System.Windows.Forms.Button();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.button3 = new System.Windows.Forms.Button();
  34. this.button4 = new System.Windows.Forms.Button();
  35. this.button5 = new System.Windows.Forms.Button();
  36. this.button6 = new System.Windows.Forms.Button();
  37. this.button7 = new System.Windows.Forms.Button();
  38. this.button8 = new System.Windows.Forms.Button();
  39. this.button9 = new System.Windows.Forms.Button();
  40. this.button0 = new System.Windows.Forms.Button();
  41. this.buttonOplossing = new System.Windows.Forms.Button();
  42. this.buttonPunt = new System.Windows.Forms.Button();
  43. this.buttonPlus = new System.Windows.Forms.Button();
  44. this.buttonMin = new System.Windows.Forms.Button();
  45. this.buttonKeer = new System.Windows.Forms.Button();
  46. this.buttonDelen = new System.Windows.Forms.Button();
  47. this.buttonReset = new System.Windows.Forms.Button();
  48. this.buttonExit = new System.Windows.Forms.Button();
  49. this.textBoxDisplay = new System.Windows.Forms.TextBox();
  50. this.labelDisplay = new System.Windows.Forms.Label();
  51. this.SuspendLayout();
  52. //
  53. // button1
  54. //
  55. this.button1.Location = new System.Drawing.Point(59, 57);
  56. this.button1.Name = "button1";
  57. this.button1.Size = new System.Drawing.Size(75, 75);
  58. this.button1.TabIndex = 0;
  59. this.button1.Text = "1";
  60. this.button1.UseVisualStyleBackColor = true;
  61. this.button1.Click += new System.EventHandler(this.allButton_Click);
  62. //
  63. // button2
  64. //
  65. this.button2.Location = new System.Drawing.Point(171, 57);
  66. this.button2.Name = "button2";
  67. this.button2.Size = new System.Drawing.Size(75, 75);
  68. this.button2.TabIndex = 1;
  69. this.button2.Text = "2";
  70. this.button2.UseVisualStyleBackColor = true;
  71. this.button2.Click += new System.EventHandler(this.allButton_Click);
  72. //
  73. // button3
  74. //
  75. this.button3.Location = new System.Drawing.Point(285, 57);
  76. this.button3.Name = "button3";
  77. this.button3.Size = new System.Drawing.Size(75, 75);
  78. this.button3.TabIndex = 2;
  79. this.button3.Text = "3";
  80. this.button3.UseVisualStyleBackColor = true;
  81. this.button3.Click += new System.EventHandler(this.allButton_Click);
  82. //
  83. // button4
  84. //
  85. this.button4.Location = new System.Drawing.Point(59, 152);
  86. this.button4.Name = "button4";
  87. this.button4.Size = new System.Drawing.Size(75, 75);
  88. this.button4.TabIndex = 3;
  89. this.button4.Text = "4";
  90. this.button4.UseVisualStyleBackColor = true;
  91. this.button4.Click += new System.EventHandler(this.allButton_Click);
  92. //
  93. // button5
  94. //
  95. this.button5.Location = new System.Drawing.Point(171, 152);
  96. this.button5.Name = "button5";
  97. this.button5.Size = new System.Drawing.Size(75, 75);
  98. this.button5.TabIndex = 4;
  99. this.button5.Text = "5";
  100. this.button5.UseVisualStyleBackColor = true;
  101. this.button5.Click += new System.EventHandler(this.allButton_Click);
  102. //
  103. // button6
  104. //
  105. this.button6.Location = new System.Drawing.Point(285, 152);
  106. this.button6.Name = "button6";
  107. this.button6.Size = new System.Drawing.Size(75, 75);
  108. this.button6.TabIndex = 5;
  109. this.button6.Text = "6";
  110. this.button6.UseVisualStyleBackColor = true;
  111. this.button6.Click += new System.EventHandler(this.allButton_Click);
  112. //
  113. // button7
  114. //
  115. this.button7.Location = new System.Drawing.Point(59, 247);
  116. this.button7.Name = "button7";
  117. this.button7.Size = new System.Drawing.Size(75, 75);
  118. this.button7.TabIndex = 6;
  119. this.button7.Text = "7";
  120. this.button7.UseVisualStyleBackColor = true;
  121. this.button7.Click += new System.EventHandler(this.allButton_Click);
  122. //
  123. // button8
  124. //
  125. this.button8.Location = new System.Drawing.Point(171, 247);
  126. this.button8.Name = "button8";
  127. this.button8.Size = new System.Drawing.Size(75, 75);
  128. this.button8.TabIndex = 7;
  129. this.button8.Text = "8";
  130. this.button8.UseVisualStyleBackColor = true;
  131. this.button8.Click += new System.EventHandler(this.allButton_Click);
  132. //
  133. // button9
  134. //
  135. this.button9.Location = new System.Drawing.Point(285, 247);
  136. this.button9.Name = "button9";
  137. this.button9.Size = new System.Drawing.Size(75, 75);
  138. this.button9.TabIndex = 8;
  139. this.button9.Text = "9";
  140. this.button9.UseVisualStyleBackColor = true;
  141. this.button9.Click += new System.EventHandler(this.allButton_Click);
  142. //
  143. // button0
  144. //
  145. this.button0.Location = new System.Drawing.Point(171, 344);
  146. this.button0.Name = "button0";
  147. this.button0.Size = new System.Drawing.Size(75, 75);
  148. this.button0.TabIndex = 9;
  149. this.button0.Text = "0";
  150. this.button0.UseVisualStyleBackColor = true;
  151. this.button0.Click += new System.EventHandler(this.allButton_Click);
  152. //
  153. // buttonOplossing
  154. //
  155. this.buttonOplossing.Location = new System.Drawing.Point(59, 344);
  156. this.buttonOplossing.Name = "buttonOplossing";
  157. this.buttonOplossing.Size = new System.Drawing.Size(75, 75);
  158. this.buttonOplossing.TabIndex = 10;
  159. this.buttonOplossing.Text = "=";
  160. this.buttonOplossing.UseVisualStyleBackColor = true;
  161. this.buttonOplossing.Click += new System.EventHandler(this.buttonOplossing_Click);
  162. //
  163. // buttonPunt
  164. //
  165. this.buttonPunt.Location = new System.Drawing.Point(285, 344);
  166. this.buttonPunt.Name = "buttonPunt";
  167. this.buttonPunt.Size = new System.Drawing.Size(75, 75);
  168. this.buttonPunt.TabIndex = 11;
  169. this.buttonPunt.Text = ".";
  170. this.buttonPunt.UseVisualStyleBackColor = true;
  171. this.buttonPunt.Click += new System.EventHandler(this.allButton_Click);
  172. //
  173. // buttonPlus
  174. //
  175. this.buttonPlus.Location = new System.Drawing.Point(565, 57);
  176. this.buttonPlus.Name = "buttonPlus";
  177. this.buttonPlus.Size = new System.Drawing.Size(75, 75);
  178. this.buttonPlus.TabIndex = 12;
  179. this.buttonPlus.Text = "+";
  180. this.buttonPlus.UseVisualStyleBackColor = true;
  181. this.buttonPlus.Click += new System.EventHandler(this.buttonPlus_Click);
  182. //
  183. // buttonMin
  184. //
  185. this.buttonMin.Location = new System.Drawing.Point(565, 152);
  186. this.buttonMin.Name = "buttonMin";
  187. this.buttonMin.Size = new System.Drawing.Size(75, 75);
  188. this.buttonMin.TabIndex = 13;
  189. this.buttonMin.Text = "-";
  190. this.buttonMin.UseVisualStyleBackColor = true;
  191. this.buttonMin.Click += new System.EventHandler(this.buttonMin_Click);
  192. //
  193. // buttonKeer
  194. //
  195. this.buttonKeer.Location = new System.Drawing.Point(565, 247);
  196. this.buttonKeer.Name = "buttonKeer";
  197. this.buttonKeer.Size = new System.Drawing.Size(75, 75);
  198. this.buttonKeer.TabIndex = 14;
  199. this.buttonKeer.Text = "x";
  200. this.buttonKeer.UseVisualStyleBackColor = true;
  201. this.buttonKeer.Click += new System.EventHandler(this.buttonKeer_Click);
  202. //
  203. // buttonDelen
  204. //
  205. this.buttonDelen.Location = new System.Drawing.Point(565, 344);
  206. this.buttonDelen.Name = "buttonDelen";
  207. this.buttonDelen.Size = new System.Drawing.Size(75, 75);
  208. this.buttonDelen.TabIndex = 15;
  209. this.buttonDelen.Text = ":";
  210. this.buttonDelen.UseVisualStyleBackColor = true;
  211. this.buttonDelen.Click += new System.EventHandler(this.buttonDelen_Click);
  212. //
  213. // buttonReset
  214. //
  215. this.buttonReset.Location = new System.Drawing.Point(426, 344);
  216. this.buttonReset.Name = "buttonReset";
  217. this.buttonReset.Size = new System.Drawing.Size(75, 75);
  218. this.buttonReset.TabIndex = 16;
  219. this.buttonReset.Text = "Reset";
  220. this.buttonReset.UseVisualStyleBackColor = true;
  221. this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
  222. //
  223. // buttonExit
  224. //
  225. this.buttonExit.Location = new System.Drawing.Point(224, 458);
  226. this.buttonExit.Name = "buttonExit";
  227. this.buttonExit.Size = new System.Drawing.Size(185, 23);
  228. this.buttonExit.TabIndex = 17;
  229. this.buttonExit.Text = "Exit";
  230. this.buttonExit.UseVisualStyleBackColor = true;
  231. this.buttonExit.Click += new System.EventHandler(this.buttonExit_Click);
  232. //
  233. // textBoxDisplay
  234. //
  235. this.textBoxDisplay.Location = new System.Drawing.Point(59, 13);
  236. this.textBoxDisplay.Name = "textBoxDisplay";
  237. this.textBoxDisplay.Size = new System.Drawing.Size(581, 22);
  238. this.textBoxDisplay.TabIndex = 18;
  239. //
  240. // labelDisplay
  241. //
  242. this.labelDisplay.AutoSize = true;
  243. this.labelDisplay.Location = new System.Drawing.Point(65, 16);
  244. this.labelDisplay.Name = "labelDisplay";
  245. this.labelDisplay.Size = new System.Drawing.Size(0, 17);
  246. this.labelDisplay.TabIndex = 19;
  247. //
  248. // Form1
  249. //
  250. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  251. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  252. this.ClientSize = new System.Drawing.Size(658, 493);
  253. this.Controls.Add(this.labelDisplay);
  254. this.Controls.Add(this.textBoxDisplay);
  255. this.Controls.Add(this.buttonExit);
  256. this.Controls.Add(this.buttonReset);
  257. this.Controls.Add(this.buttonDelen);
  258. this.Controls.Add(this.buttonKeer);
  259. this.Controls.Add(this.buttonMin);
  260. this.Controls.Add(this.buttonPlus);
  261. this.Controls.Add(this.buttonPunt);
  262. this.Controls.Add(this.buttonOplossing);
  263. this.Controls.Add(this.button0);
  264. this.Controls.Add(this.button9);
  265. this.Controls.Add(this.button8);
  266. this.Controls.Add(this.button7);
  267. this.Controls.Add(this.button6);
  268. this.Controls.Add(this.button5);
  269. this.Controls.Add(this.button4);
  270. this.Controls.Add(this.button3);
  271. this.Controls.Add(this.button2);
  272. this.Controls.Add(this.button1);
  273. this.Name = "Form1";
  274. this.Text = "Rekenmachine";
  275. this.ResumeLayout(false);
  276. this.PerformLayout();
  277.  
  278. }
  279.  
  280. #endregion
  281.  
  282. private System.Windows.Forms.Button button1;
  283. private System.Windows.Forms.Button button2;
  284. private System.Windows.Forms.Button button3;
  285. private System.Windows.Forms.Button button4;
  286. private System.Windows.Forms.Button button5;
  287. private System.Windows.Forms.Button button6;
  288. private System.Windows.Forms.Button button7;
  289. private System.Windows.Forms.Button button8;
  290. private System.Windows.Forms.Button button9;
  291. private System.Windows.Forms.Button button0;
  292. private System.Windows.Forms.Button buttonOplossing;
  293. private System.Windows.Forms.Button buttonPunt;
  294. private System.Windows.Forms.Button buttonPlus;
  295. private System.Windows.Forms.Button buttonMin;
  296. private System.Windows.Forms.Button buttonKeer;
  297. private System.Windows.Forms.Button buttonDelen;
  298. private System.Windows.Forms.Button buttonReset;
  299. private System.Windows.Forms.Button buttonExit;
  300. private System.Windows.Forms.TextBox textBoxDisplay;
  301. private System.Windows.Forms.Label labelDisplay;
  302. }
  303. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement