frmWelcome.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. namespace CarMeterSystem
  2. {
  3. partial class frmWelcome
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWelcome));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.button2 = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  35. this.button1 = new System.Windows.Forms.Button();
  36. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  37. this.panel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // pictureBox1
  41. //
  42. this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
  43. this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  44. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  45. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  46. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  47. this.pictureBox1.Name = "pictureBox1";
  48. this.pictureBox1.Size = new System.Drawing.Size(1280, 1024);
  49. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  50. this.pictureBox1.TabIndex = 2;
  51. this.pictureBox1.TabStop = false;
  52. this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
  53. //
  54. // panel1
  55. //
  56. this.panel1.BackColor = System.Drawing.Color.Transparent;
  57. this.panel1.Controls.Add(this.label2);
  58. this.panel1.Controls.Add(this.button2);
  59. this.panel1.Controls.Add(this.label1);
  60. this.panel1.Controls.Add(this.textBox1);
  61. this.panel1.Controls.Add(this.button1);
  62. this.panel1.Location = new System.Drawing.Point(33, 146);
  63. this.panel1.Name = "panel1";
  64. this.panel1.Size = new System.Drawing.Size(257, 161);
  65. this.panel1.TabIndex = 3;
  66. this.panel1.Visible = false;
  67. //
  68. // label2
  69. //
  70. this.label2.AutoSize = true;
  71. this.label2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.label2.ForeColor = System.Drawing.Color.Red;
  73. this.label2.Location = new System.Drawing.Point(8, 11);
  74. this.label2.Name = "label2";
  75. this.label2.Size = new System.Drawing.Size(240, 19);
  76. this.label2.TabIndex = 13;
  77. this.label2.Text = "密码输入错误,请重新输入";
  78. this.label2.Visible = false;
  79. //
  80. // button2
  81. //
  82. this.button2.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.button2.Location = new System.Drawing.Point(143, 102);
  84. this.button2.Name = "button2";
  85. this.button2.Size = new System.Drawing.Size(93, 43);
  86. this.button2.TabIndex = 12;
  87. this.button2.Text = "取消";
  88. this.button2.UseVisualStyleBackColor = true;
  89. this.button2.Click += new System.EventHandler(this.button2_Click);
  90. //
  91. // label1
  92. //
  93. this.label1.AutoSize = true;
  94. this.label1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.label1.Location = new System.Drawing.Point(16, 60);
  96. this.label1.Name = "label1";
  97. this.label1.Size = new System.Drawing.Size(60, 19);
  98. this.label1.TabIndex = 11;
  99. this.label1.Text = "密码:";
  100. //
  101. // textBox1
  102. //
  103. this.textBox1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  104. this.textBox1.Location = new System.Drawing.Point(80, 55);
  105. this.textBox1.Name = "textBox1";
  106. this.textBox1.PasswordChar = '*';
  107. this.textBox1.Size = new System.Drawing.Size(156, 29);
  108. this.textBox1.TabIndex = 10;
  109. //
  110. // button1
  111. //
  112. this.button1.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.button1.Location = new System.Drawing.Point(14, 102);
  114. this.button1.Name = "button1";
  115. this.button1.Size = new System.Drawing.Size(93, 43);
  116. this.button1.TabIndex = 9;
  117. this.button1.Text = "退出";
  118. this.button1.UseVisualStyleBackColor = true;
  119. this.button1.Click += new System.EventHandler(this.button1_Click);
  120. //
  121. // frmWelcome
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.BackColor = System.Drawing.Color.White;
  126. this.ClientSize = new System.Drawing.Size(1280, 1024);
  127. this.Controls.Add(this.panel1);
  128. this.Controls.Add(this.pictureBox1);
  129. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  130. this.Margin = new System.Windows.Forms.Padding(2);
  131. this.MaximizeBox = false;
  132. this.MinimizeBox = false;
  133. this.Name = "frmWelcome";
  134. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  135. this.Text = "欢迎界面";
  136. this.TopMost = true;
  137. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  138. this.Load += new System.EventHandler(this.frmWelcome_Load);
  139. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  140. this.panel1.ResumeLayout(false);
  141. this.panel1.PerformLayout();
  142. this.ResumeLayout(false);
  143. }
  144. #endregion
  145. private System.Windows.Forms.PictureBox pictureBox1;
  146. private System.Windows.Forms.Panel panel1;
  147. private System.Windows.Forms.Label label2;
  148. private System.Windows.Forms.Button button2;
  149. private System.Windows.Forms.Label label1;
  150. private System.Windows.Forms.TextBox textBox1;
  151. private System.Windows.Forms.Button button1;
  152. }
  153. }