UserSettingForm.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. namespace PMSUI
  2. {
  3. partial class UserSettingForm
  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. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  29. this.dgvUserInfo = new System.Windows.Forms.DataGridView();
  30. this.btHelps = new System.Windows.Forms.Button();
  31. this.gp_Opt = new System.Windows.Forms.GroupBox();
  32. this.btSee = new System.Windows.Forms.Button();
  33. this.dtpEndtime = new System.Windows.Forms.DateTimePicker();
  34. this.dtpStarttime = new System.Windows.Forms.DateTimePicker();
  35. this.label6 = new System.Windows.Forms.Label();
  36. this.tbUserName = new System.Windows.Forms.TextBox();
  37. this.btModify = new System.Windows.Forms.Button();
  38. this.btDelete = new System.Windows.Forms.Button();
  39. this.btAdd = new System.Windows.Forms.Button();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.label5 = new System.Windows.Forms.Label();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.tbUserID = new System.Windows.Forms.TextBox();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.tbPassWd = new System.Windows.Forms.TextBox();
  47. this.cbPermission = new System.Windows.Forms.ComboBox();
  48. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  49. this.splitContainer1.Panel1.SuspendLayout();
  50. this.splitContainer1.Panel2.SuspendLayout();
  51. this.splitContainer1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgvUserInfo)).BeginInit();
  53. this.gp_Opt.SuspendLayout();
  54. this.SuspendLayout();
  55. //
  56. // splitContainer1
  57. //
  58. this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
  59. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  60. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  61. this.splitContainer1.Name = "splitContainer1";
  62. //
  63. // splitContainer1.Panel1
  64. //
  65. this.splitContainer1.Panel1.Controls.Add(this.dgvUserInfo);
  66. //
  67. // splitContainer1.Panel2
  68. //
  69. this.splitContainer1.Panel2.Controls.Add(this.btHelps);
  70. this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
  71. this.splitContainer1.Size = new System.Drawing.Size(1015, 496);
  72. this.splitContainer1.SplitterDistance = 605;
  73. this.splitContainer1.TabIndex = 18;
  74. //
  75. // dgvUserInfo
  76. //
  77. this.dgvUserInfo.AllowUserToResizeRows = false;
  78. this.dgvUserInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  79. this.dgvUserInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  80. this.dgvUserInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  81. this.dgvUserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.dgvUserInfo.Location = new System.Drawing.Point(0, 0);
  83. this.dgvUserInfo.Name = "dgvUserInfo";
  84. this.dgvUserInfo.ReadOnly = true;
  85. this.dgvUserInfo.RowTemplate.Height = 23;
  86. this.dgvUserInfo.Size = new System.Drawing.Size(605, 496);
  87. this.dgvUserInfo.TabIndex = 0;
  88. this.dgvUserInfo.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUserInfo_CellMouseClick);
  89. //
  90. // btHelps
  91. //
  92. this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  93. this.btHelps.Location = new System.Drawing.Point(14, 13);
  94. this.btHelps.Name = "btHelps";
  95. this.btHelps.Size = new System.Drawing.Size(85, 23);
  96. this.btHelps.TabIndex = 46;
  97. this.btHelps.Text = "帮助信息";
  98. this.btHelps.UseVisualStyleBackColor = true;
  99. this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
  100. //
  101. // gp_Opt
  102. //
  103. this.gp_Opt.BackColor = System.Drawing.Color.Transparent;
  104. this.gp_Opt.Controls.Add(this.btSee);
  105. this.gp_Opt.Controls.Add(this.dtpEndtime);
  106. this.gp_Opt.Controls.Add(this.dtpStarttime);
  107. this.gp_Opt.Controls.Add(this.label6);
  108. this.gp_Opt.Controls.Add(this.tbUserName);
  109. this.gp_Opt.Controls.Add(this.btModify);
  110. this.gp_Opt.Controls.Add(this.btDelete);
  111. this.gp_Opt.Controls.Add(this.btAdd);
  112. this.gp_Opt.Controls.Add(this.label1);
  113. this.gp_Opt.Controls.Add(this.label2);
  114. this.gp_Opt.Controls.Add(this.label5);
  115. this.gp_Opt.Controls.Add(this.label3);
  116. this.gp_Opt.Controls.Add(this.tbUserID);
  117. this.gp_Opt.Controls.Add(this.label4);
  118. this.gp_Opt.Controls.Add(this.tbPassWd);
  119. this.gp_Opt.Controls.Add(this.cbPermission);
  120. this.gp_Opt.Location = new System.Drawing.Point(11, 44);
  121. this.gp_Opt.Name = "gp_Opt";
  122. this.gp_Opt.Size = new System.Drawing.Size(295, 400);
  123. this.gp_Opt.TabIndex = 16;
  124. this.gp_Opt.TabStop = false;
  125. this.gp_Opt.Text = "用户信息";
  126. //
  127. // btSee
  128. //
  129. this.btSee.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  130. this.btSee.Location = new System.Drawing.Point(16, 337);
  131. this.btSee.Name = "btSee";
  132. this.btSee.Size = new System.Drawing.Size(72, 43);
  133. this.btSee.TabIndex = 30;
  134. this.btSee.Text = "查看";
  135. this.btSee.UseVisualStyleBackColor = true;
  136. this.btSee.Click += new System.EventHandler(this.btSee_Click);
  137. //
  138. // dtpEndtime
  139. //
  140. this.dtpEndtime.CustomFormat = "yyyy/MM/dd";
  141. this.dtpEndtime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  142. this.dtpEndtime.Location = new System.Drawing.Point(138, 194);
  143. this.dtpEndtime.Name = "dtpEndtime";
  144. this.dtpEndtime.Size = new System.Drawing.Size(129, 21);
  145. this.dtpEndtime.TabIndex = 25;
  146. //
  147. // dtpStarttime
  148. //
  149. this.dtpStarttime.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.dtpStarttime.CustomFormat = "yyyy/MM/dd ";
  151. this.dtpStarttime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  152. this.dtpStarttime.Location = new System.Drawing.Point(138, 152);
  153. this.dtpStarttime.Name = "dtpStarttime";
  154. this.dtpStarttime.Size = new System.Drawing.Size(129, 21);
  155. this.dtpStarttime.TabIndex = 24;
  156. //
  157. // label6
  158. //
  159. this.label6.AutoSize = true;
  160. this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.label6.Location = new System.Drawing.Point(26, 113);
  162. this.label6.Name = "label6";
  163. this.label6.Size = new System.Drawing.Size(29, 12);
  164. this.label6.TabIndex = 19;
  165. this.label6.Text = "姓名";
  166. //
  167. // tbUserName
  168. //
  169. this.tbUserName.BackColor = System.Drawing.SystemColors.Window;
  170. this.tbUserName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.tbUserName.Location = new System.Drawing.Point(138, 108);
  172. this.tbUserName.Name = "tbUserName";
  173. this.tbUserName.Size = new System.Drawing.Size(129, 23);
  174. this.tbUserName.TabIndex = 23;
  175. //
  176. // btModify
  177. //
  178. this.btModify.Location = new System.Drawing.Point(105, 279);
  179. this.btModify.Name = "btModify";
  180. this.btModify.Size = new System.Drawing.Size(72, 43);
  181. this.btModify.TabIndex = 28;
  182. this.btModify.Text = "修改";
  183. this.btModify.UseVisualStyleBackColor = true;
  184. this.btModify.Click += new System.EventHandler(this.btModify_Click);
  185. //
  186. // btDelete
  187. //
  188. this.btDelete.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  189. this.btDelete.Location = new System.Drawing.Point(196, 279);
  190. this.btDelete.Name = "btDelete";
  191. this.btDelete.Size = new System.Drawing.Size(72, 43);
  192. this.btDelete.TabIndex = 29;
  193. this.btDelete.Text = "删除";
  194. this.btDelete.UseVisualStyleBackColor = true;
  195. this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
  196. //
  197. // btAdd
  198. //
  199. this.btAdd.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  200. this.btAdd.Location = new System.Drawing.Point(16, 279);
  201. this.btAdd.Name = "btAdd";
  202. this.btAdd.Size = new System.Drawing.Size(72, 43);
  203. this.btAdd.TabIndex = 27;
  204. this.btAdd.Text = "增加";
  205. this.btAdd.UseVisualStyleBackColor = true;
  206. this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
  207. //
  208. // label1
  209. //
  210. this.label1.AutoSize = true;
  211. this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.label1.Location = new System.Drawing.Point(26, 25);
  213. this.label1.Name = "label1";
  214. this.label1.Size = new System.Drawing.Size(29, 12);
  215. this.label1.TabIndex = 7;
  216. this.label1.Text = "账号";
  217. //
  218. // label2
  219. //
  220. this.label2.AutoSize = true;
  221. this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.label2.Location = new System.Drawing.Point(26, 69);
  223. this.label2.Name = "label2";
  224. this.label2.Size = new System.Drawing.Size(29, 12);
  225. this.label2.TabIndex = 6;
  226. this.label2.Text = "密码";
  227. //
  228. // label5
  229. //
  230. this.label5.AutoSize = true;
  231. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.label5.Location = new System.Drawing.Point(26, 200);
  233. this.label5.Name = "label5";
  234. this.label5.Size = new System.Drawing.Size(77, 12);
  235. this.label5.TabIndex = 14;
  236. this.label5.Text = "授权结束时间";
  237. //
  238. // label3
  239. //
  240. this.label3.AutoSize = true;
  241. this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.label3.Location = new System.Drawing.Point(26, 241);
  243. this.label3.Name = "label3";
  244. this.label3.Size = new System.Drawing.Size(29, 12);
  245. this.label3.TabIndex = 8;
  246. this.label3.Text = "权限";
  247. //
  248. // tbUserID
  249. //
  250. this.tbUserID.BackColor = System.Drawing.SystemColors.Window;
  251. this.tbUserID.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.tbUserID.Location = new System.Drawing.Point(138, 20);
  253. this.tbUserID.Name = "tbUserID";
  254. this.tbUserID.Size = new System.Drawing.Size(129, 23);
  255. this.tbUserID.TabIndex = 21;
  256. //
  257. // label4
  258. //
  259. this.label4.AutoSize = true;
  260. this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.label4.Location = new System.Drawing.Point(26, 158);
  262. this.label4.Name = "label4";
  263. this.label4.Size = new System.Drawing.Size(77, 12);
  264. this.label4.TabIndex = 12;
  265. this.label4.Text = "授权开始时间";
  266. //
  267. // tbPassWd
  268. //
  269. this.tbPassWd.BackColor = System.Drawing.SystemColors.Window;
  270. this.tbPassWd.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  271. this.tbPassWd.Location = new System.Drawing.Point(138, 64);
  272. this.tbPassWd.Name = "tbPassWd";
  273. this.tbPassWd.Size = new System.Drawing.Size(129, 23);
  274. this.tbPassWd.TabIndex = 22;
  275. //
  276. // cbPermission
  277. //
  278. this.cbPermission.BackColor = System.Drawing.SystemColors.Window;
  279. this.cbPermission.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  280. this.cbPermission.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.cbPermission.FormattingEnabled = true;
  282. this.cbPermission.ImeMode = System.Windows.Forms.ImeMode.NoControl;
  283. this.cbPermission.Items.AddRange(new object[] {
  284. "admin"});
  285. this.cbPermission.Location = new System.Drawing.Point(138, 236);
  286. this.cbPermission.Name = "cbPermission";
  287. this.cbPermission.Size = new System.Drawing.Size(129, 22);
  288. this.cbPermission.TabIndex = 26;
  289. //
  290. // UserSettingForm
  291. //
  292. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  293. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  294. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
  295. this.ClientSize = new System.Drawing.Size(1015, 496);
  296. this.Controls.Add(this.splitContainer1);
  297. this.Name = "UserSettingForm";
  298. this.Text = "用户管理";
  299. this.Load += new System.EventHandler(this.UserSettingForm_Load);
  300. this.splitContainer1.Panel1.ResumeLayout(false);
  301. this.splitContainer1.Panel2.ResumeLayout(false);
  302. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  303. this.splitContainer1.ResumeLayout(false);
  304. ((System.ComponentModel.ISupportInitialize)(this.dgvUserInfo)).EndInit();
  305. this.gp_Opt.ResumeLayout(false);
  306. this.gp_Opt.PerformLayout();
  307. this.ResumeLayout(false);
  308. }
  309. #endregion
  310. private System.Windows.Forms.SplitContainer splitContainer1;
  311. private System.Windows.Forms.DataGridView dgvUserInfo;
  312. private System.Windows.Forms.GroupBox gp_Opt;
  313. private System.Windows.Forms.Button btSee;
  314. private System.Windows.Forms.DateTimePicker dtpEndtime;
  315. private System.Windows.Forms.DateTimePicker dtpStarttime;
  316. private System.Windows.Forms.Label label6;
  317. private System.Windows.Forms.TextBox tbUserName;
  318. private System.Windows.Forms.Button btModify;
  319. private System.Windows.Forms.Button btDelete;
  320. private System.Windows.Forms.Button btAdd;
  321. private System.Windows.Forms.Label label1;
  322. private System.Windows.Forms.Label label2;
  323. private System.Windows.Forms.Label label5;
  324. private System.Windows.Forms.Label label3;
  325. private System.Windows.Forms.TextBox tbUserID;
  326. private System.Windows.Forms.Label label4;
  327. private System.Windows.Forms.TextBox tbPassWd;
  328. private System.Windows.Forms.ComboBox cbPermission;
  329. private System.Windows.Forms.Button btHelps;
  330. }
  331. }