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

Windows Mobile

开发平台:

C#

  1. namespace SendingEmail
  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 m_mainMenu;
  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. m_outlookSession.Dispose();
  17. if (disposing && (components != null))
  18. {
  19. components.Dispose();
  20. }
  21. base.Dispose(disposing);
  22. }
  23. #region Windows Form Designer generated code
  24. /// <summary>
  25. /// Required method for Designer support - do not modify
  26. /// the contents of this method with the code editor.
  27. /// </summary>
  28. private void InitializeComponent()
  29. {
  30. this.m_mainMenu = new System.Windows.Forms.MainMenu();
  31. this.m_mnuSend = new System.Windows.Forms.MenuItem();
  32. this.m_mnuExit = new System.Windows.Forms.MenuItem();
  33. this.m_lblTo = new System.Windows.Forms.Label();
  34. this.m_txtTo = new System.Windows.Forms.TextBox();
  35. this.m_pnlContainer = new System.Windows.Forms.Panel();
  36. this.m_cmbAccounts = new System.Windows.Forms.ComboBox();
  37. this.m_lblAccount = new System.Windows.Forms.Label();
  38. this.m_lblMessage = new System.Windows.Forms.Label();
  39. this.m_txtMessage = new System.Windows.Forms.TextBox();
  40. this.m_txtSubject = new System.Windows.Forms.TextBox();
  41. this.m_lblSubject = new System.Windows.Forms.Label();
  42. this.m_txtCc = new System.Windows.Forms.TextBox();
  43. this.m_lblCc = new System.Windows.Forms.Label();
  44. this.m_inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
  45. this.m_pnlContainer.SuspendLayout();
  46. this.SuspendLayout();
  47. // 
  48. // m_mainMenu
  49. // 
  50. this.m_mainMenu.MenuItems.Add(this.m_mnuSend);
  51. this.m_mainMenu.MenuItems.Add(this.m_mnuExit);
  52. // 
  53. // m_mnuSend
  54. // 
  55. this.m_mnuSend.Text = "Send";
  56. this.m_mnuSend.Click += new System.EventHandler(this.m_mnuSend_Click);
  57. // 
  58. // m_mnuExit
  59. // 
  60. this.m_mnuExit.Text = "Cancel";
  61. this.m_mnuExit.Click += new System.EventHandler(this.m_mnuExit_Click);
  62. // 
  63. // m_lblTo
  64. // 
  65. this.m_lblTo.Location = new System.Drawing.Point(3, 50);
  66. this.m_lblTo.Name = "m_lblTo";
  67. this.m_lblTo.Size = new System.Drawing.Size(31, 20);
  68. this.m_lblTo.Text = "To:";
  69. // 
  70. // m_txtTo
  71. // 
  72. this.m_txtTo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.m_txtTo.Location = new System.Drawing.Point(40, 49);
  75. this.m_txtTo.Name = "m_txtTo";
  76. this.m_txtTo.Size = new System.Drawing.Size(197, 21);
  77. this.m_txtTo.TabIndex = 1;
  78. // 
  79. // m_pnlContainer
  80. // 
  81. this.m_pnlContainer.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  82. | System.Windows.Forms.AnchorStyles.Right)));
  83. this.m_pnlContainer.AutoScroll = true;
  84. this.m_pnlContainer.Controls.Add(this.m_cmbAccounts);
  85. this.m_pnlContainer.Controls.Add(this.m_lblAccount);
  86. this.m_pnlContainer.Controls.Add(this.m_lblMessage);
  87. this.m_pnlContainer.Controls.Add(this.m_txtMessage);
  88. this.m_pnlContainer.Controls.Add(this.m_txtSubject);
  89. this.m_pnlContainer.Controls.Add(this.m_lblSubject);
  90. this.m_pnlContainer.Controls.Add(this.m_txtCc);
  91. this.m_pnlContainer.Controls.Add(this.m_lblCc);
  92. this.m_pnlContainer.Controls.Add(this.m_lblTo);
  93. this.m_pnlContainer.Controls.Add(this.m_txtTo);
  94. this.m_pnlContainer.Location = new System.Drawing.Point(0, 0);
  95. this.m_pnlContainer.Name = "m_pnlContainer";
  96. this.m_pnlContainer.Size = new System.Drawing.Size(240, 268);
  97. // 
  98. // m_cmbAccounts
  99. // 
  100. this.m_cmbAccounts.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.m_cmbAccounts.Location = new System.Drawing.Point(3, 25);
  103. this.m_cmbAccounts.Name = "m_cmbAccounts";
  104. this.m_cmbAccounts.Size = new System.Drawing.Size(234, 22);
  105. this.m_cmbAccounts.TabIndex = 14;
  106. // 
  107. // m_lblAccount
  108. // 
  109. this.m_lblAccount.Location = new System.Drawing.Point(3, 2);
  110. this.m_lblAccount.Name = "m_lblAccount";
  111. this.m_lblAccount.Size = new System.Drawing.Size(100, 20);
  112. this.m_lblAccount.Text = "Use account:";
  113. // 
  114. // m_lblMessage
  115. // 
  116. this.m_lblMessage.Location = new System.Drawing.Point(3, 147);
  117. this.m_lblMessage.Name = "m_lblMessage";
  118. this.m_lblMessage.Size = new System.Drawing.Size(100, 20);
  119. this.m_lblMessage.Text = "Message:";
  120. // 
  121. // m_txtMessage
  122. // 
  123. this.m_txtMessage.AcceptsReturn = true;
  124. this.m_txtMessage.AcceptsTab = true;
  125. this.m_txtMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  126. | System.Windows.Forms.AnchorStyles.Right)));
  127. this.m_txtMessage.Location = new System.Drawing.Point(3, 170);
  128. this.m_txtMessage.Multiline = true;
  129. this.m_txtMessage.Name = "m_txtMessage";
  130. this.m_txtMessage.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  131. this.m_txtMessage.Size = new System.Drawing.Size(234, 95);
  132. this.m_txtMessage.TabIndex = 6;
  133. // 
  134. // m_txtSubject
  135. // 
  136. this.m_txtSubject.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  137. | System.Windows.Forms.AnchorStyles.Right)));
  138. this.m_txtSubject.Location = new System.Drawing.Point(3, 123);
  139. this.m_txtSubject.Name = "m_txtSubject";
  140. this.m_txtSubject.Size = new System.Drawing.Size(234, 21);
  141. this.m_txtSubject.TabIndex = 5;
  142. // 
  143. // m_lblSubject
  144. // 
  145. this.m_lblSubject.Location = new System.Drawing.Point(3, 100);
  146. this.m_lblSubject.Name = "m_lblSubject";
  147. this.m_lblSubject.Size = new System.Drawing.Size(78, 20);
  148. this.m_lblSubject.Text = "Subject:";
  149. // 
  150. // m_txtCc
  151. // 
  152. this.m_txtCc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  153. | System.Windows.Forms.AnchorStyles.Right)));
  154. this.m_txtCc.Location = new System.Drawing.Point(40, 76);
  155. this.m_txtCc.Name = "m_txtCc";
  156. this.m_txtCc.Size = new System.Drawing.Size(197, 21);
  157. this.m_txtCc.TabIndex = 3;
  158. // 
  159. // m_lblCc
  160. // 
  161. this.m_lblCc.Location = new System.Drawing.Point(3, 76);
  162. this.m_lblCc.Name = "m_lblCc";
  163. this.m_lblCc.Size = new System.Drawing.Size(30, 20);
  164. this.m_lblCc.Text = "Cc:";
  165. // 
  166. // MainForm
  167. // 
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  170. this.AutoScroll = true;
  171. this.ClientSize = new System.Drawing.Size(240, 268);
  172. this.Controls.Add(this.m_pnlContainer);
  173. this.Menu = this.m_mainMenu;
  174. this.Name = "MainForm";
  175. this.Text = "Sending Email";
  176. this.m_pnlContainer.ResumeLayout(false);
  177. this.ResumeLayout(false);
  178. }
  179. #endregion
  180. private System.Windows.Forms.Label m_lblTo;
  181. private System.Windows.Forms.TextBox m_txtTo;
  182. private System.Windows.Forms.Panel m_pnlContainer;
  183. private System.Windows.Forms.Label m_lblMessage;
  184. private System.Windows.Forms.TextBox m_txtMessage;
  185. private System.Windows.Forms.TextBox m_txtSubject;
  186. private System.Windows.Forms.Label m_lblSubject;
  187. private System.Windows.Forms.TextBox m_txtCc;
  188. private System.Windows.Forms.Label m_lblCc;
  189. private System.Windows.Forms.ComboBox m_cmbAccounts;
  190. private System.Windows.Forms.Label m_lblAccount;
  191. private Microsoft.WindowsCE.Forms.InputPanel m_inputPanel;
  192. private System.Windows.Forms.MenuItem m_mnuSend;
  193. private System.Windows.Forms.MenuItem m_mnuExit;
  194. }
  195. }