UserManager.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. namespace WWPipeLine.MapTools.Conditions.XiTongGuanLi
  2. {
  3. partial class UserManager
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.uiDGVjslkpz = new Sunny.UI.UIDataGridView();
  34. this.uitbPass = new Sunny.UI.UITextBox();
  35. this.uiLabel2 = new Sunny.UI.UILabel();
  36. this.uiLabel1 = new Sunny.UI.UILabel();
  37. this.uiButton3 = new Sunny.UI.UIButton();
  38. this.uiButton2 = new Sunny.UI.UIButton();
  39. this.uiButton1 = new Sunny.UI.UIButton();
  40. this.uitbUsername = new Sunny.UI.UITextBox();
  41. ((System.ComponentModel.ISupportInitialize)(this.uiDGVjslkpz)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // uiDGVjslkpz
  45. //
  46. this.uiDGVjslkpz.AllowUserToAddRows = false;
  47. this.uiDGVjslkpz.AllowUserToDeleteRows = false;
  48. this.uiDGVjslkpz.AllowUserToResizeColumns = false;
  49. this.uiDGVjslkpz.AllowUserToResizeRows = false;
  50. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  51. this.uiDGVjslkpz.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6;
  52. this.uiDGVjslkpz.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  53. this.uiDGVjslkpz.BackgroundColor = System.Drawing.Color.White;
  54. this.uiDGVjslkpz.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  55. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  56. dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  57. dataGridViewCellStyle7.Font = new System.Drawing.Font("微软雅黑", 12F);
  58. dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
  59. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  60. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  61. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  62. this.uiDGVjslkpz.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
  63. this.uiDGVjslkpz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  64. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  65. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
  66. dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 12F);
  67. dataGridViewCellStyle8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  68. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(200)))), ((int)(((byte)(255)))));
  69. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  70. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  71. this.uiDGVjslkpz.DefaultCellStyle = dataGridViewCellStyle8;
  72. this.uiDGVjslkpz.Dock = System.Windows.Forms.DockStyle.Top;
  73. this.uiDGVjslkpz.EnableHeadersVisualStyles = false;
  74. this.uiDGVjslkpz.Font = new System.Drawing.Font("微软雅黑", 12F);
  75. this.uiDGVjslkpz.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  76. this.uiDGVjslkpz.Location = new System.Drawing.Point(0, 0);
  77. this.uiDGVjslkpz.MultiSelect = false;
  78. this.uiDGVjslkpz.Name = "uiDGVjslkpz";
  79. this.uiDGVjslkpz.ReadOnly = true;
  80. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  81. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(243)))), ((int)(((byte)(255)))));
  82. dataGridViewCellStyle9.Font = new System.Drawing.Font("微软雅黑", 12F);
  83. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  84. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  85. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White;
  86. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  87. this.uiDGVjslkpz.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
  88. dataGridViewCellStyle10.BackColor = System.Drawing.Color.White;
  89. this.uiDGVjslkpz.RowsDefaultCellStyle = dataGridViewCellStyle10;
  90. this.uiDGVjslkpz.RowTemplate.Height = 23;
  91. this.uiDGVjslkpz.SelectedIndex = -1;
  92. this.uiDGVjslkpz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  93. this.uiDGVjslkpz.ShowCellToolTips = false;
  94. this.uiDGVjslkpz.ShowEditingIcon = false;
  95. this.uiDGVjslkpz.ShowGridLine = true;
  96. this.uiDGVjslkpz.Size = new System.Drawing.Size(500, 262);
  97. this.uiDGVjslkpz.Style = Sunny.UI.UIStyle.LightBlue;
  98. this.uiDGVjslkpz.TabIndex = 1;
  99. this.uiDGVjslkpz.SelectIndexChange += new Sunny.UI.UIDataGridView.OnSelectIndexChange(this.uiDGVjslkpz_SelectIndexChange);
  100. //
  101. // uitbPass
  102. //
  103. this.uitbPass.Cursor = System.Windows.Forms.Cursors.IBeam;
  104. this.uitbPass.FillColor = System.Drawing.Color.White;
  105. this.uitbPass.Font = new System.Drawing.Font("微软雅黑", 12F);
  106. this.uitbPass.Location = new System.Drawing.Point(327, 270);
  107. this.uitbPass.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  108. this.uitbPass.Maximum = 2147483647D;
  109. this.uitbPass.MaxLength = 10;
  110. this.uitbPass.Minimum = -2147483648D;
  111. this.uitbPass.MinimumSize = new System.Drawing.Size(1, 1);
  112. this.uitbPass.Name = "uitbPass";
  113. this.uitbPass.PasswordChar = '*';
  114. this.uitbPass.Size = new System.Drawing.Size(151, 29);
  115. this.uitbPass.TabIndex = 17;
  116. this.uitbPass.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  117. this.uitbPass.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uitbPass_KeyPress);
  118. //
  119. // uiLabel2
  120. //
  121. this.uiLabel2.Font = new System.Drawing.Font("微软雅黑", 12F);
  122. this.uiLabel2.Location = new System.Drawing.Point(260, 270);
  123. this.uiLabel2.Name = "uiLabel2";
  124. this.uiLabel2.Size = new System.Drawing.Size(60, 29);
  125. this.uiLabel2.TabIndex = 16;
  126. this.uiLabel2.Text = "密码:";
  127. this.uiLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  128. //
  129. // uiLabel1
  130. //
  131. this.uiLabel1.Font = new System.Drawing.Font("微软雅黑", 12F);
  132. this.uiLabel1.Location = new System.Drawing.Point(13, 270);
  133. this.uiLabel1.Name = "uiLabel1";
  134. this.uiLabel1.Size = new System.Drawing.Size(79, 29);
  135. this.uiLabel1.TabIndex = 15;
  136. this.uiLabel1.Text = "用户名:";
  137. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  138. //
  139. // uiButton3
  140. //
  141. this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
  142. this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 12F);
  143. this.uiButton3.Location = new System.Drawing.Point(176, 317);
  144. this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
  145. this.uiButton3.Name = "uiButton3";
  146. this.uiButton3.Size = new System.Drawing.Size(104, 35);
  147. this.uiButton3.TabIndex = 14;
  148. this.uiButton3.Text = "删除用户";
  149. this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
  150. //
  151. // uiButton2
  152. //
  153. this.uiButton2.Cursor = System.Windows.Forms.Cursors.Hand;
  154. this.uiButton2.Font = new System.Drawing.Font("微软雅黑", 12F);
  155. this.uiButton2.Location = new System.Drawing.Point(310, 317);
  156. this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1);
  157. this.uiButton2.Name = "uiButton2";
  158. this.uiButton2.Size = new System.Drawing.Size(104, 35);
  159. this.uiButton2.TabIndex = 13;
  160. this.uiButton2.Text = "修改密码";
  161. this.uiButton2.TipsText = "只可以修改密码,不能修改用户名!";
  162. this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
  163. //
  164. // uiButton1
  165. //
  166. this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
  167. this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 12F);
  168. this.uiButton1.Location = new System.Drawing.Point(34, 317);
  169. this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
  170. this.uiButton1.Name = "uiButton1";
  171. this.uiButton1.Size = new System.Drawing.Size(104, 35);
  172. this.uiButton1.TabIndex = 12;
  173. this.uiButton1.Text = "新增用户";
  174. this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
  175. //
  176. // uitbUsername
  177. //
  178. this.uitbUsername.Cursor = System.Windows.Forms.Cursors.IBeam;
  179. this.uitbUsername.FillColor = System.Drawing.Color.White;
  180. this.uitbUsername.Font = new System.Drawing.Font("微软雅黑", 12F);
  181. this.uitbUsername.Location = new System.Drawing.Point(96, 270);
  182. this.uitbUsername.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  183. this.uitbUsername.Maximum = 2147483647D;
  184. this.uitbUsername.MaxLength = 10;
  185. this.uitbUsername.Minimum = -2147483648D;
  186. this.uitbUsername.MinimumSize = new System.Drawing.Size(1, 1);
  187. this.uitbUsername.Name = "uitbUsername";
  188. this.uitbUsername.Size = new System.Drawing.Size(151, 29);
  189. this.uitbUsername.TabIndex = 18;
  190. this.uitbUsername.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  191. this.uitbUsername.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.uitbPass_KeyPress);
  192. //
  193. // UserManager
  194. //
  195. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  196. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  197. this.Controls.Add(this.uitbUsername);
  198. this.Controls.Add(this.uitbPass);
  199. this.Controls.Add(this.uiLabel2);
  200. this.Controls.Add(this.uiLabel1);
  201. this.Controls.Add(this.uiButton3);
  202. this.Controls.Add(this.uiButton2);
  203. this.Controls.Add(this.uiButton1);
  204. this.Controls.Add(this.uiDGVjslkpz);
  205. this.Name = "UserManager";
  206. this.Size = new System.Drawing.Size(500, 365);
  207. ((System.ComponentModel.ISupportInitialize)(this.uiDGVjslkpz)).EndInit();
  208. this.ResumeLayout(false);
  209. }
  210. #endregion
  211. private Sunny.UI.UIDataGridView uiDGVjslkpz;
  212. private Sunny.UI.UITextBox uitbPass;
  213. private Sunny.UI.UILabel uiLabel2;
  214. private Sunny.UI.UILabel uiLabel1;
  215. private Sunny.UI.UIButton uiButton3;
  216. private Sunny.UI.UIButton uiButton2;
  217. private Sunny.UI.UIButton uiButton1;
  218. private Sunny.UI.UITextBox uitbUsername;
  219. }
  220. }