123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337 |
- namespace PMSUI
- {
- partial class UserSettingForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvUserInfo = new System.Windows.Forms.DataGridView();
- this.btHelps = new System.Windows.Forms.Button();
- this.gp_Opt = new System.Windows.Forms.GroupBox();
- this.btSee = new System.Windows.Forms.Button();
- this.dtpEndtime = new System.Windows.Forms.DateTimePicker();
- this.dtpStarttime = new System.Windows.Forms.DateTimePicker();
- this.label6 = new System.Windows.Forms.Label();
- this.tbUserName = new System.Windows.Forms.TextBox();
- this.btModify = new System.Windows.Forms.Button();
- this.btDelete = new System.Windows.Forms.Button();
- this.btAdd = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.tbUserID = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.tbPassWd = new System.Windows.Forms.TextBox();
- this.cbPermission = new System.Windows.Forms.ComboBox();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvUserInfo)).BeginInit();
- this.gp_Opt.SuspendLayout();
- this.SuspendLayout();
- //
- // splitContainer1
- //
- this.splitContainer1.BackColor = System.Drawing.Color.Transparent;
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 0);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvUserInfo);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.btHelps);
- this.splitContainer1.Panel2.Controls.Add(this.gp_Opt);
- this.splitContainer1.Size = new System.Drawing.Size(1015, 496);
- this.splitContainer1.SplitterDistance = 605;
- this.splitContainer1.TabIndex = 18;
- //
- // dgvUserInfo
- //
- this.dgvUserInfo.AllowUserToResizeRows = false;
- this.dgvUserInfo.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dgvUserInfo.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.dgvUserInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvUserInfo.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvUserInfo.Location = new System.Drawing.Point(0, 0);
- this.dgvUserInfo.Name = "dgvUserInfo";
- this.dgvUserInfo.ReadOnly = true;
- this.dgvUserInfo.RowTemplate.Height = 23;
- this.dgvUserInfo.Size = new System.Drawing.Size(605, 496);
- this.dgvUserInfo.TabIndex = 0;
- this.dgvUserInfo.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvUserInfo_CellMouseClick);
- //
- // btHelps
- //
- this.btHelps.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.btHelps.Location = new System.Drawing.Point(14, 13);
- this.btHelps.Name = "btHelps";
- this.btHelps.Size = new System.Drawing.Size(85, 23);
- this.btHelps.TabIndex = 46;
- this.btHelps.Text = "帮助信息";
- this.btHelps.UseVisualStyleBackColor = true;
- this.btHelps.Click += new System.EventHandler(this.btHelps_Click);
- //
- // gp_Opt
- //
- this.gp_Opt.BackColor = System.Drawing.Color.Transparent;
- this.gp_Opt.Controls.Add(this.btSee);
- this.gp_Opt.Controls.Add(this.dtpEndtime);
- this.gp_Opt.Controls.Add(this.dtpStarttime);
- this.gp_Opt.Controls.Add(this.label6);
- this.gp_Opt.Controls.Add(this.tbUserName);
- this.gp_Opt.Controls.Add(this.btModify);
- this.gp_Opt.Controls.Add(this.btDelete);
- this.gp_Opt.Controls.Add(this.btAdd);
- this.gp_Opt.Controls.Add(this.label1);
- this.gp_Opt.Controls.Add(this.label2);
- this.gp_Opt.Controls.Add(this.label5);
- this.gp_Opt.Controls.Add(this.label3);
- this.gp_Opt.Controls.Add(this.tbUserID);
- this.gp_Opt.Controls.Add(this.label4);
- this.gp_Opt.Controls.Add(this.tbPassWd);
- this.gp_Opt.Controls.Add(this.cbPermission);
- this.gp_Opt.Location = new System.Drawing.Point(11, 44);
- this.gp_Opt.Name = "gp_Opt";
- this.gp_Opt.Size = new System.Drawing.Size(295, 400);
- this.gp_Opt.TabIndex = 16;
- this.gp_Opt.TabStop = false;
- this.gp_Opt.Text = "用户信息";
- //
- // btSee
- //
- this.btSee.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btSee.Location = new System.Drawing.Point(16, 337);
- this.btSee.Name = "btSee";
- this.btSee.Size = new System.Drawing.Size(72, 43);
- this.btSee.TabIndex = 30;
- this.btSee.Text = "查看";
- this.btSee.UseVisualStyleBackColor = true;
- this.btSee.Click += new System.EventHandler(this.btSee_Click);
- //
- // dtpEndtime
- //
- this.dtpEndtime.CustomFormat = "yyyy/MM/dd";
- this.dtpEndtime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpEndtime.Location = new System.Drawing.Point(138, 194);
- this.dtpEndtime.Name = "dtpEndtime";
- this.dtpEndtime.Size = new System.Drawing.Size(129, 21);
- this.dtpEndtime.TabIndex = 25;
- //
- // dtpStarttime
- //
- this.dtpStarttime.CalendarFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dtpStarttime.CustomFormat = "yyyy/MM/dd ";
- this.dtpStarttime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.dtpStarttime.Location = new System.Drawing.Point(138, 152);
- this.dtpStarttime.Name = "dtpStarttime";
- this.dtpStarttime.Size = new System.Drawing.Size(129, 21);
- this.dtpStarttime.TabIndex = 24;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(26, 113);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(29, 12);
- this.label6.TabIndex = 19;
- this.label6.Text = "姓名";
- //
- // tbUserName
- //
- this.tbUserName.BackColor = System.Drawing.SystemColors.Window;
- this.tbUserName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbUserName.Location = new System.Drawing.Point(138, 108);
- this.tbUserName.Name = "tbUserName";
- this.tbUserName.Size = new System.Drawing.Size(129, 23);
- this.tbUserName.TabIndex = 23;
- //
- // btModify
- //
- this.btModify.Location = new System.Drawing.Point(105, 279);
- this.btModify.Name = "btModify";
- this.btModify.Size = new System.Drawing.Size(72, 43);
- this.btModify.TabIndex = 28;
- this.btModify.Text = "修改";
- this.btModify.UseVisualStyleBackColor = true;
- this.btModify.Click += new System.EventHandler(this.btModify_Click);
- //
- // btDelete
- //
- this.btDelete.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btDelete.Location = new System.Drawing.Point(196, 279);
- this.btDelete.Name = "btDelete";
- this.btDelete.Size = new System.Drawing.Size(72, 43);
- this.btDelete.TabIndex = 29;
- this.btDelete.Text = "删除";
- this.btDelete.UseVisualStyleBackColor = true;
- this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
- //
- // btAdd
- //
- this.btAdd.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btAdd.Location = new System.Drawing.Point(16, 279);
- this.btAdd.Name = "btAdd";
- this.btAdd.Size = new System.Drawing.Size(72, 43);
- this.btAdd.TabIndex = 27;
- this.btAdd.Text = "增加";
- this.btAdd.UseVisualStyleBackColor = true;
- this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(26, 25);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(29, 12);
- this.label1.TabIndex = 7;
- this.label1.Text = "账号";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(26, 69);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(29, 12);
- this.label2.TabIndex = 6;
- this.label2.Text = "密码";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(26, 200);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(77, 12);
- this.label5.TabIndex = 14;
- this.label5.Text = "授权结束时间";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(26, 241);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(29, 12);
- this.label3.TabIndex = 8;
- this.label3.Text = "权限";
- //
- // tbUserID
- //
- this.tbUserID.BackColor = System.Drawing.SystemColors.Window;
- this.tbUserID.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbUserID.Location = new System.Drawing.Point(138, 20);
- this.tbUserID.Name = "tbUserID";
- this.tbUserID.Size = new System.Drawing.Size(129, 23);
- this.tbUserID.TabIndex = 21;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(26, 158);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(77, 12);
- this.label4.TabIndex = 12;
- this.label4.Text = "授权开始时间";
- //
- // tbPassWd
- //
- this.tbPassWd.BackColor = System.Drawing.SystemColors.Window;
- this.tbPassWd.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tbPassWd.Location = new System.Drawing.Point(138, 64);
- this.tbPassWd.Name = "tbPassWd";
- this.tbPassWd.Size = new System.Drawing.Size(129, 23);
- this.tbPassWd.TabIndex = 22;
- //
- // cbPermission
- //
- this.cbPermission.BackColor = System.Drawing.SystemColors.Window;
- this.cbPermission.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cbPermission.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cbPermission.FormattingEnabled = true;
- this.cbPermission.ImeMode = System.Windows.Forms.ImeMode.NoControl;
- this.cbPermission.Items.AddRange(new object[] {
- "admin"});
- this.cbPermission.Location = new System.Drawing.Point(138, 236);
- this.cbPermission.Name = "cbPermission";
- this.cbPermission.Size = new System.Drawing.Size(129, 22);
- this.cbPermission.TabIndex = 26;
- //
- // UserSettingForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.ClientSize = new System.Drawing.Size(1015, 496);
- this.Controls.Add(this.splitContainer1);
- this.Name = "UserSettingForm";
- this.Text = "用户管理";
- this.Load += new System.EventHandler(this.UserSettingForm_Load);
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvUserInfo)).EndInit();
- this.gp_Opt.ResumeLayout(false);
- this.gp_Opt.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.DataGridView dgvUserInfo;
- private System.Windows.Forms.GroupBox gp_Opt;
- private System.Windows.Forms.Button btSee;
- private System.Windows.Forms.DateTimePicker dtpEndtime;
- private System.Windows.Forms.DateTimePicker dtpStarttime;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox tbUserName;
- private System.Windows.Forms.Button btModify;
- private System.Windows.Forms.Button btDelete;
- private System.Windows.Forms.Button btAdd;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox tbUserID;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox tbPassWd;
- private System.Windows.Forms.ComboBox cbPermission;
- private System.Windows.Forms.Button btHelps;
- }
- }
|