MainForm.Designer.cs
上传用户:linger1010
上传日期:2008-12-08
资源大小:561k
文件大小:10k
源码类别:

Windows Mobile

开发平台:

C#

  1. namespace PlayingAPhoneCall
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. private System.Windows.Forms.MainMenu mainMenu1;
  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. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.mainMenu1 = new System.Windows.Forms.MainMenu();
  30. this.m_btnNum1 = new System.Windows.Forms.Button();
  31. this.m_btnNum2 = new System.Windows.Forms.Button();
  32. this.m_btnNum3 = new System.Windows.Forms.Button();
  33. this.m_btnNum4 = new System.Windows.Forms.Button();
  34. this.m_btnNum5 = new System.Windows.Forms.Button();
  35. this.m_btnNum6 = new System.Windows.Forms.Button();
  36. this.m_btnNum7 = new System.Windows.Forms.Button();
  37. this.m_btnNum8 = new System.Windows.Forms.Button();
  38. this.m_btnNum9 = new System.Windows.Forms.Button();
  39. this.m_btnStar = new System.Windows.Forms.Button();
  40. this.m_btnNum0 = new System.Windows.Forms.Button();
  41. this.m_btnSharp = new System.Windows.Forms.Button();
  42. this.m_btnClear = new System.Windows.Forms.Button();
  43. this.m_btnBackspace = new System.Windows.Forms.Button();
  44. this.m_btnCall = new System.Windows.Forms.Button();
  45. this.m_lblNumber = new System.Windows.Forms.Label();
  46. this.SuspendLayout();
  47. // 
  48. // m_btnNum1
  49. // 
  50. this.m_btnNum1.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  51. this.m_btnNum1.Location = new System.Drawing.Point(12, 70);
  52. this.m_btnNum1.Name = "m_btnNum1";
  53. this.m_btnNum1.Size = new System.Drawing.Size(44, 42);
  54. this.m_btnNum1.TabIndex = 0;
  55. this.m_btnNum1.Text = "1";
  56. this.m_btnNum1.Click += new System.EventHandler(this.m_btnNum1_Click);
  57. // 
  58. // m_btnNum2
  59. // 
  60. this.m_btnNum2.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  61. this.m_btnNum2.Location = new System.Drawing.Point(62, 70);
  62. this.m_btnNum2.Name = "m_btnNum2";
  63. this.m_btnNum2.Size = new System.Drawing.Size(44, 42);
  64. this.m_btnNum2.TabIndex = 0;
  65. this.m_btnNum2.Text = "2";
  66. this.m_btnNum2.Click += new System.EventHandler(this.m_btnNum2_Click);
  67. // 
  68. // m_btnNum3
  69. // 
  70. this.m_btnNum3.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  71. this.m_btnNum3.Location = new System.Drawing.Point(112, 70);
  72. this.m_btnNum3.Name = "m_btnNum3";
  73. this.m_btnNum3.Size = new System.Drawing.Size(44, 42);
  74. this.m_btnNum3.TabIndex = 0;
  75. this.m_btnNum3.Text = "3";
  76. this.m_btnNum3.Click += new System.EventHandler(this.m_btnNum3_Click);
  77. // 
  78. // m_btnNum4
  79. // 
  80. this.m_btnNum4.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  81. this.m_btnNum4.Location = new System.Drawing.Point(12, 118);
  82. this.m_btnNum4.Name = "m_btnNum4";
  83. this.m_btnNum4.Size = new System.Drawing.Size(44, 42);
  84. this.m_btnNum4.TabIndex = 0;
  85. this.m_btnNum4.Text = "4";
  86. this.m_btnNum4.Click += new System.EventHandler(this.m_btnNum4_Click);
  87. // 
  88. // m_btnNum5
  89. // 
  90. this.m_btnNum5.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  91. this.m_btnNum5.Location = new System.Drawing.Point(62, 118);
  92. this.m_btnNum5.Name = "m_btnNum5";
  93. this.m_btnNum5.Size = new System.Drawing.Size(44, 42);
  94. this.m_btnNum5.TabIndex = 0;
  95. this.m_btnNum5.Text = "5";
  96. this.m_btnNum5.Click += new System.EventHandler(this.m_btnNum5_Click);
  97. // 
  98. // m_btnNum6
  99. // 
  100. this.m_btnNum6.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  101. this.m_btnNum6.Location = new System.Drawing.Point(112, 118);
  102. this.m_btnNum6.Name = "m_btnNum6";
  103. this.m_btnNum6.Size = new System.Drawing.Size(44, 42);
  104. this.m_btnNum6.TabIndex = 0;
  105. this.m_btnNum6.Text = "6";
  106. this.m_btnNum6.Click += new System.EventHandler(this.m_btnNum6_Click);
  107. // 
  108. // m_btnNum7
  109. // 
  110. this.m_btnNum7.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  111. this.m_btnNum7.Location = new System.Drawing.Point(12, 166);
  112. this.m_btnNum7.Name = "m_btnNum7";
  113. this.m_btnNum7.Size = new System.Drawing.Size(44, 42);
  114. this.m_btnNum7.TabIndex = 0;
  115. this.m_btnNum7.Text = "7";
  116. this.m_btnNum7.Click += new System.EventHandler(this.m_btnNum7_Click);
  117. // 
  118. // m_btnNum8
  119. // 
  120. this.m_btnNum8.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  121. this.m_btnNum8.Location = new System.Drawing.Point(62, 166);
  122. this.m_btnNum8.Name = "m_btnNum8";
  123. this.m_btnNum8.Size = new System.Drawing.Size(44, 42);
  124. this.m_btnNum8.TabIndex = 0;
  125. this.m_btnNum8.Text = "8";
  126. this.m_btnNum8.Click += new System.EventHandler(this.m_btnNum8_Click);
  127. // 
  128. // m_btnNum9
  129. // 
  130. this.m_btnNum9.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  131. this.m_btnNum9.Location = new System.Drawing.Point(112, 166);
  132. this.m_btnNum9.Name = "m_btnNum9";
  133. this.m_btnNum9.Size = new System.Drawing.Size(44, 42);
  134. this.m_btnNum9.TabIndex = 0;
  135. this.m_btnNum9.Text = "9";
  136. this.m_btnNum9.Click += new System.EventHandler(this.m_btnNum9_Click);
  137. // 
  138. // m_btnStar
  139. // 
  140. this.m_btnStar.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  141. this.m_btnStar.Location = new System.Drawing.Point(12, 214);
  142. this.m_btnStar.Name = "m_btnStar";
  143. this.m_btnStar.Size = new System.Drawing.Size(44, 42);
  144. this.m_btnStar.TabIndex = 0;
  145. this.m_btnStar.Text = "*";
  146. this.m_btnStar.Click += new System.EventHandler(this.m_btnStar_Click);
  147. // 
  148. // m_btnNum0
  149. // 
  150. this.m_btnNum0.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  151. this.m_btnNum0.Location = new System.Drawing.Point(62, 214);
  152. this.m_btnNum0.Name = "m_btnNum0";
  153. this.m_btnNum0.Size = new System.Drawing.Size(44, 42);
  154. this.m_btnNum0.TabIndex = 0;
  155. this.m_btnNum0.Text = "0";
  156. this.m_btnNum0.Click += new System.EventHandler(this.m_btnNum0_Click);
  157. // 
  158. // m_btnSharp
  159. // 
  160. this.m_btnSharp.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
  161. this.m_btnSharp.Location = new System.Drawing.Point(112, 214);
  162. this.m_btnSharp.Name = "m_btnSharp";
  163. this.m_btnSharp.Size = new System.Drawing.Size(44, 42);
  164. this.m_btnSharp.TabIndex = 0;
  165. this.m_btnSharp.Text = "#";
  166. this.m_btnSharp.Click += new System.EventHandler(this.m_btnSharp_Click);
  167. // 
  168. // m_btnClear
  169. // 
  170. this.m_btnClear.Location = new System.Drawing.Point(162, 118);
  171. this.m_btnClear.Name = "m_btnClear";
  172. this.m_btnClear.Size = new System.Drawing.Size(66, 42);
  173. this.m_btnClear.TabIndex = 0;
  174. this.m_btnClear.Text = "Clear";
  175. this.m_btnClear.Click += new System.EventHandler(this.m_btnClear_Click);
  176. // 
  177. // m_btnBackspace
  178. // 
  179. this.m_btnBackspace.Location = new System.Drawing.Point(162, 70);
  180. this.m_btnBackspace.Name = "m_btnBackspace";
  181. this.m_btnBackspace.Size = new System.Drawing.Size(66, 42);
  182. this.m_btnBackspace.TabIndex = 0;
  183. this.m_btnBackspace.Text = "<--";
  184. this.m_btnBackspace.Click += new System.EventHandler(this.m_btnBackspace_Click);
  185. // 
  186. // m_btnCall
  187. // 
  188. this.m_btnCall.Location = new System.Drawing.Point(162, 166);
  189. this.m_btnCall.Name = "m_btnCall";
  190. this.m_btnCall.Size = new System.Drawing.Size(66, 90);
  191. this.m_btnCall.TabIndex = 0;
  192. this.m_btnCall.Text = "Call";
  193. this.m_btnCall.Click += new System.EventHandler(this.m_btnCall_Click);
  194. // 
  195. // m_lblNumber
  196. // 
  197. this.m_lblNumber.BackColor = System.Drawing.SystemColors.Highlight;
  198. this.m_lblNumber.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular);
  199. this.m_lblNumber.ForeColor = System.Drawing.SystemColors.Info;
  200. this.m_lblNumber.Location = new System.Drawing.Point(12, 19);
  201. this.m_lblNumber.Name = "m_lblNumber";
  202. this.m_lblNumber.Size = new System.Drawing.Size(216, 37);
  203. this.m_lblNumber.TextAlign = System.Drawing.ContentAlignment.TopRight;
  204. // 
  205. // MainForm
  206. // 
  207. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  208. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  209. this.AutoScroll = true;
  210. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  211. this.ClientSize = new System.Drawing.Size(240, 268);
  212. this.Controls.Add(this.m_lblNumber);
  213. this.Controls.Add(this.m_btnBackspace);
  214. this.Controls.Add(this.m_btnCall);
  215. this.Controls.Add(this.m_btnClear);
  216. this.Controls.Add(this.m_btnSharp);
  217. this.Controls.Add(this.m_btnNum0);
  218. this.Controls.Add(this.m_btnStar);
  219. this.Controls.Add(this.m_btnNum9);
  220. this.Controls.Add(this.m_btnNum8);
  221. this.Controls.Add(this.m_btnNum7);
  222. this.Controls.Add(this.m_btnNum6);
  223. this.Controls.Add(this.m_btnNum5);
  224. this.Controls.Add(this.m_btnNum4);
  225. this.Controls.Add(this.m_btnNum3);
  226. this.Controls.Add(this.m_btnNum2);
  227. this.Controls.Add(this.m_btnNum1);
  228. this.Menu = this.mainMenu1;
  229. this.Name = "MainForm";
  230. this.Text = "Playing a phone call";
  231. this.ResumeLayout(false);
  232. }
  233. #endregion
  234. private System.Windows.Forms.Button m_btnNum1;
  235. private System.Windows.Forms.Button m_btnNum2;
  236. private System.Windows.Forms.Button m_btnNum3;
  237. private System.Windows.Forms.Button m_btnNum4;
  238. private System.Windows.Forms.Button m_btnNum5;
  239. private System.Windows.Forms.Button m_btnNum6;
  240. private System.Windows.Forms.Button m_btnNum7;
  241. private System.Windows.Forms.Button m_btnNum8;
  242. private System.Windows.Forms.Button m_btnNum9;
  243. private System.Windows.Forms.Button m_btnStar;
  244. private System.Windows.Forms.Button m_btnNum0;
  245. private System.Windows.Forms.Button m_btnSharp;
  246. private System.Windows.Forms.Button m_btnClear;
  247. private System.Windows.Forms.Button m_btnBackspace;
  248. private System.Windows.Forms.Button m_btnCall;
  249. private System.Windows.Forms.Label m_lblNumber;
  250. }
  251. }