frmAuthority.Designer.cs 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. namespace lyfzAttendance
  2. {
  3. partial class frmAuthority
  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(frmAuthority));
  29. this.tx_Account = new System.Windows.Forms.TextBox();
  30. this.btn_Cancel = new LYFZ.ComponentLibrary.ButtonForm();
  31. this.label11 = new System.Windows.Forms.Label();
  32. this.btn_OK = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.label10 = new System.Windows.Forms.Label();
  34. this.tx_Password = new System.Windows.Forms.TextBox();
  35. this.plExMainContainer.SuspendLayout();
  36. this.plFormMainContent.SuspendLayout();
  37. this.SuspendLayout();
  38. //
  39. // plExMainContainer
  40. //
  41. this.plExMainContainer.Controls.Add(this.tx_Account);
  42. this.plExMainContainer.Controls.Add(this.btn_Cancel);
  43. this.plExMainContainer.Controls.Add(this.label11);
  44. this.plExMainContainer.Controls.Add(this.btn_OK);
  45. this.plExMainContainer.Controls.Add(this.label10);
  46. this.plExMainContainer.Controls.Add(this.tx_Password);
  47. this.plExMainContainer.Size = new System.Drawing.Size(432, 147);
  48. //
  49. // plFormMainContent
  50. //
  51. this.plFormMainContent.Size = new System.Drawing.Size(432, 147);
  52. //
  53. // btnAppFormMaximize
  54. //
  55. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  56. this.btnAppFormMaximize.Location = new System.Drawing.Point(373, 0);
  57. //
  58. // btnAppFormExit
  59. //
  60. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  61. this.btnAppFormExit.Location = new System.Drawing.Point(400, 0);
  62. //
  63. // btnAppFormMinimize
  64. //
  65. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  66. this.btnAppFormMinimize.Location = new System.Drawing.Point(373, 0);
  67. //
  68. // tx_Account
  69. //
  70. this.tx_Account.Location = new System.Drawing.Point(149, 26);
  71. this.tx_Account.Name = "tx_Account";
  72. this.tx_Account.ReadOnly = true;
  73. this.tx_Account.Size = new System.Drawing.Size(174, 21);
  74. this.tx_Account.TabIndex = 22;
  75. this.tx_Account.Text = "admin";
  76. //
  77. // btn_Cancel
  78. //
  79. this.btn_Cancel.BackColor = System.Drawing.Color.Transparent;
  80. this.btn_Cancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Cancel.BackImg")));
  81. this.btn_Cancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  82. this.btn_Cancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  83. this.btn_Cancel.ForeColor = System.Drawing.Color.White;
  84. this.btn_Cancel.IsCustomBackImg = false;
  85. this.btn_Cancel.IsShowText = true;
  86. this.btn_Cancel.Location = new System.Drawing.Point(230, 103);
  87. this.btn_Cancel.Name = "btn_Cancel";
  88. this.btn_Cancel.Size = new System.Drawing.Size(93, 26);
  89. this.btn_Cancel.TabIndex = 18;
  90. this.btn_Cancel.Text = "取消";
  91. this.btn_Cancel.UseVisualStyleBackColor = true;
  92. //
  93. // label11
  94. //
  95. this.label11.AutoSize = true;
  96. this.label11.Location = new System.Drawing.Point(78, 29);
  97. this.label11.Name = "label11";
  98. this.label11.Size = new System.Drawing.Size(41, 12);
  99. this.label11.TabIndex = 20;
  100. this.label11.Text = "管理员";
  101. //
  102. // btn_OK
  103. //
  104. this.btn_OK.BackColor = System.Drawing.Color.Transparent;
  105. this.btn_OK.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_OK.BackImg")));
  106. this.btn_OK.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  107. this.btn_OK.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  108. this.btn_OK.ForeColor = System.Drawing.Color.White;
  109. this.btn_OK.IsCustomBackImg = false;
  110. this.btn_OK.IsShowText = true;
  111. this.btn_OK.Location = new System.Drawing.Point(92, 103);
  112. this.btn_OK.Name = "btn_OK";
  113. this.btn_OK.Size = new System.Drawing.Size(93, 26);
  114. this.btn_OK.TabIndex = 19;
  115. this.btn_OK.Text = "确定";
  116. this.btn_OK.UseVisualStyleBackColor = true;
  117. //
  118. // label10
  119. //
  120. this.label10.AutoSize = true;
  121. this.label10.Location = new System.Drawing.Point(78, 62);
  122. this.label10.Name = "label10";
  123. this.label10.Size = new System.Drawing.Size(29, 12);
  124. this.label10.TabIndex = 21;
  125. this.label10.Text = "密码";
  126. //
  127. // tx_Password
  128. //
  129. this.tx_Password.Location = new System.Drawing.Point(149, 53);
  130. this.tx_Password.Name = "tx_Password";
  131. this.tx_Password.PasswordChar = '*';
  132. this.tx_Password.Size = new System.Drawing.Size(174, 21);
  133. this.tx_Password.TabIndex = 23;
  134. //
  135. // frmAuthority
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  140. this.ClientSize = new System.Drawing.Size(432, 212);
  141. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  142. this.IsMaximized = false;
  143. this.MaximizeBox = false;
  144. this.MinimizeBox = false;
  145. this.Name = "frmAuthority";
  146. this.Text = "授权操作";
  147. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  148. this.plExMainContainer.ResumeLayout(false);
  149. this.plExMainContainer.PerformLayout();
  150. this.plFormMainContent.ResumeLayout(false);
  151. this.ResumeLayout(false);
  152. }
  153. #endregion
  154. private System.Windows.Forms.TextBox tx_Account;
  155. private LYFZ.ComponentLibrary.ButtonForm btn_Cancel;
  156. private System.Windows.Forms.Label label11;
  157. private LYFZ.ComponentLibrary.ButtonEx btn_OK;
  158. private System.Windows.Forms.Label label10;
  159. private System.Windows.Forms.TextBox tx_Password;
  160. }
  161. }