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

Windows Mobile

开发平台:

C#

  1. namespace DealWithScreenOrientation
  2. {
  3. partial class EditForm
  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_inputPanel.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_mnuSave = new System.Windows.Forms.MenuItem();
  32. this.m_mnuCancel = new System.Windows.Forms.MenuItem();
  33. this.m_lblISBN = new System.Windows.Forms.Label();
  34. this.m_txtISBN = new System.Windows.Forms.TextBox();
  35. this.m_lblTitle = new System.Windows.Forms.Label();
  36. this.m_txtTitle = new System.Windows.Forms.TextBox();
  37. this.m_lblAuthor = new System.Windows.Forms.Label();
  38. this.m_txtAuthor = new System.Windows.Forms.TextBox();
  39. this.m_lblPublisher = new System.Windows.Forms.Label();
  40. this.m_txtPublisher = new System.Windows.Forms.TextBox();
  41. this.m_lblPrice = new System.Windows.Forms.Label();
  42. this.m_txtPrice = new System.Windows.Forms.TextBox();
  43. this.m_inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
  44. this.m_btnOpenInputMethod = new System.Windows.Forms.CheckBox();
  45. this.m_pnlContainer = new System.Windows.Forms.Panel();
  46. this.m_pnlContainer.SuspendLayout();
  47. this.SuspendLayout();
  48. // 
  49. // m_mainMenu
  50. // 
  51. this.m_mainMenu.MenuItems.Add(this.m_mnuSave);
  52. this.m_mainMenu.MenuItems.Add(this.m_mnuCancel);
  53. // 
  54. // m_mnuSave
  55. // 
  56. this.m_mnuSave.Text = "Save";
  57. this.m_mnuSave.Click += new System.EventHandler(this.m_mnuSave_Click);
  58. // 
  59. // m_mnuCancel
  60. // 
  61. this.m_mnuCancel.Text = "Cancel";
  62. this.m_mnuCancel.Click += new System.EventHandler(this.m_mnuCancel_Click);
  63. // 
  64. // m_lblISBN
  65. // 
  66. this.m_lblISBN.Location = new System.Drawing.Point(8, 9);
  67. this.m_lblISBN.Name = "m_lblISBN";
  68. this.m_lblISBN.Size = new System.Drawing.Size(62, 13);
  69. this.m_lblISBN.Text = "ISBN:";
  70. // 
  71. // m_txtISBN
  72. // 
  73. this.m_txtISBN.Location = new System.Drawing.Point(58, 9);
  74. this.m_txtISBN.Name = "m_txtISBN";
  75. this.m_txtISBN.Size = new System.Drawing.Size(203, 21);
  76. this.m_txtISBN.TabIndex = 1;
  77. // 
  78. // m_lblTitle
  79. // 
  80. this.m_lblTitle.Location = new System.Drawing.Point(8, 49);
  81. this.m_lblTitle.Name = "m_lblTitle";
  82. this.m_lblTitle.Size = new System.Drawing.Size(62, 13);
  83. this.m_lblTitle.Text = "Title:";
  84. // 
  85. // m_txtTitle
  86. // 
  87. this.m_txtTitle.Location = new System.Drawing.Point(58, 41);
  88. this.m_txtTitle.Name = "m_txtTitle";
  89. this.m_txtTitle.Size = new System.Drawing.Size(203, 21);
  90. this.m_txtTitle.TabIndex = 3;
  91. // 
  92. // m_lblAuthor
  93. // 
  94. this.m_lblAuthor.Location = new System.Drawing.Point(8, 89);
  95. this.m_lblAuthor.Name = "m_lblAuthor";
  96. this.m_lblAuthor.Size = new System.Drawing.Size(62, 13);
  97. this.m_lblAuthor.Text = "Author:";
  98. // 
  99. // m_txtAuthor
  100. // 
  101. this.m_txtAuthor.Location = new System.Drawing.Point(58, 89);
  102. this.m_txtAuthor.Name = "m_txtAuthor";
  103. this.m_txtAuthor.Size = new System.Drawing.Size(203, 21);
  104. this.m_txtAuthor.TabIndex = 5;
  105. // 
  106. // m_lblPublisher
  107. // 
  108. this.m_lblPublisher.Location = new System.Drawing.Point(8, 129);
  109. this.m_lblPublisher.Name = "m_lblPublisher";
  110. this.m_lblPublisher.Size = new System.Drawing.Size(62, 13);
  111. this.m_lblPublisher.Text = "Publisher:";
  112. // 
  113. // m_txtPublisher
  114. // 
  115. this.m_txtPublisher.Location = new System.Drawing.Point(8, 145);
  116. this.m_txtPublisher.Name = "m_txtPublisher";
  117. this.m_txtPublisher.Size = new System.Drawing.Size(203, 21);
  118. this.m_txtPublisher.TabIndex = 7;
  119. // 
  120. // m_lblPrice
  121. // 
  122. this.m_lblPrice.Location = new System.Drawing.Point(8, 169);
  123. this.m_lblPrice.Name = "m_lblPrice";
  124. this.m_lblPrice.Size = new System.Drawing.Size(62, 13);
  125. this.m_lblPrice.Text = "Price:";
  126. // 
  127. // m_txtPrice
  128. // 
  129. this.m_txtPrice.Location = new System.Drawing.Point(8, 185);
  130. this.m_txtPrice.Name = "m_txtPrice";
  131. this.m_txtPrice.Size = new System.Drawing.Size(203, 21);
  132. this.m_txtPrice.TabIndex = 9;
  133. // 
  134. // m_inputPanel
  135. // 
  136. this.m_inputPanel.EnabledChanged += new System.EventHandler(this.m_inputPanel_EnabledChanged);
  137. // 
  138. // m_btnOpenInputMethod
  139. // 
  140. this.m_btnOpenInputMethod.Location = new System.Drawing.Point(72, 212);
  141. this.m_btnOpenInputMethod.Name = "m_btnOpenInputMethod";
  142. this.m_btnOpenInputMethod.Size = new System.Drawing.Size(139, 20);
  143. this.m_btnOpenInputMethod.TabIndex = 15;
  144. this.m_btnOpenInputMethod.Text = "Open Input Method";
  145. this.m_btnOpenInputMethod.CheckStateChanged += new System.EventHandler(this.m_btnOpenInputMethod_CheckStateChanged);
  146. // 
  147. // m_pnlContainer
  148. // 
  149. this.m_pnlContainer.AutoScroll = true;
  150. this.m_pnlContainer.Controls.Add(this.m_btnOpenInputMethod);
  151. this.m_pnlContainer.Controls.Add(this.m_lblISBN);
  152. this.m_pnlContainer.Controls.Add(this.m_txtPrice);
  153. this.m_pnlContainer.Controls.Add(this.m_txtISBN);
  154. this.m_pnlContainer.Controls.Add(this.m_lblPrice);
  155. this.m_pnlContainer.Controls.Add(this.m_lblTitle);
  156. this.m_pnlContainer.Controls.Add(this.m_txtPublisher);
  157. this.m_pnlContainer.Controls.Add(this.m_txtTitle);
  158. this.m_pnlContainer.Controls.Add(this.m_lblPublisher);
  159. this.m_pnlContainer.Controls.Add(this.m_lblAuthor);
  160. this.m_pnlContainer.Controls.Add(this.m_txtAuthor);
  161. this.m_pnlContainer.Location = new System.Drawing.Point(0, 0);
  162. this.m_pnlContainer.Name = "m_pnlContainer";
  163. this.m_pnlContainer.Size = new System.Drawing.Size(341, 285);
  164. // 
  165. // EditForm
  166. // 
  167. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  168. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  169. this.AutoScroll = true;
  170. this.ClientSize = new System.Drawing.Size(240, 268);
  171. this.Controls.Add(this.m_pnlContainer);
  172. this.Menu = this.m_mainMenu;
  173. this.Name = "EditForm";
  174. this.Text = "Edit";
  175. this.Resize += new System.EventHandler(this.EditForm_Resize);
  176. this.m_pnlContainer.ResumeLayout(false);
  177. this.ResumeLayout(false);
  178. }
  179. #endregion
  180. private System.Windows.Forms.Label m_lblISBN;
  181. private System.Windows.Forms.TextBox m_txtISBN;
  182. private System.Windows.Forms.Label m_lblTitle;
  183. private System.Windows.Forms.TextBox m_txtTitle;
  184. private System.Windows.Forms.Label m_lblAuthor;
  185. private System.Windows.Forms.TextBox m_txtAuthor;
  186. private System.Windows.Forms.Label m_lblPublisher;
  187. private System.Windows.Forms.TextBox m_txtPublisher;
  188. private System.Windows.Forms.Label m_lblPrice;
  189. private System.Windows.Forms.TextBox m_txtPrice;
  190. private System.Windows.Forms.MenuItem m_mnuSave;
  191. private System.Windows.Forms.MenuItem m_mnuCancel;
  192. private Microsoft.WindowsCE.Forms.InputPanel m_inputPanel;
  193. private System.Windows.Forms.CheckBox m_btnOpenInputMethod;
  194. private System.Windows.Forms.Panel m_pnlContainer;
  195. }
  196. }