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

Windows Mobile

开发平台:

C#

  1. namespace DataTransport
  2. {
  3. partial class Form1
  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_lblMessage = new System.Windows.Forms.Label();
  31. this.m_btnLogin = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. // 
  34. // m_lblMessage
  35. // 
  36. this.m_lblMessage.Font = new System.Drawing.Font("Tahoma", 16F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))));
  37. this.m_lblMessage.Location = new System.Drawing.Point(15, 14);
  38. this.m_lblMessage.Name = "m_lblMessage";
  39. this.m_lblMessage.Size = new System.Drawing.Size(212, 102);
  40. // 
  41. // m_btnLogin
  42. // 
  43. this.m_btnLogin.Location = new System.Drawing.Point(86, 119);
  44. this.m_btnLogin.Name = "m_btnLogin";
  45. this.m_btnLogin.Size = new System.Drawing.Size(72, 20);
  46. this.m_btnLogin.TabIndex = 1;
  47. this.m_btnLogin.Text = "Log in";
  48. this.m_btnLogin.Click += new System.EventHandler(this.m_btnLogin_Click_3);
  49. // 
  50. // Form1
  51. // 
  52. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  53. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  54. this.AutoScroll = true;
  55. this.ClientSize = new System.Drawing.Size(240, 268);
  56. this.Controls.Add(this.m_btnLogin);
  57. this.Controls.Add(this.m_lblMessage);
  58. this.Menu = this.mainMenu1;
  59. this.Name = "Form1";
  60. this.Text = "Form1";
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private System.Windows.Forms.Label m_lblMessage;
  65. private System.Windows.Forms.Button m_btnLogin;
  66. }
  67. }