| this.dataGrid1 = new System.Windows.Forms.DataGrid(); ((System.ComponentModel.ISupportInitialize)(this.dataSet21)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox1.Location = new System.Drawing.Point(40, 32); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(272, 96); this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // button1 // this.button1.Location = new System.Drawing.Point(72, 152); this.button1.Name = "button1"; this.button1.TabIndex = 1; this.button1.Text = "登录"; this.button1.Click = new System.EventHandler(this.button1_Click); // // button2 // this.button2.Location = new System.Drawing.Point(200, 152); this.button2.Name = "button2"; this.button2.TabIndex = 2; this.button2.Text = "取消"; this.button2.Click = new System.EventHandler(this.button2_Click); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(144, 56); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(128, 21); this.textBox1.TabIndex = 3; this.textBox1.Text = ""; this.textBox1.TextChanged = new System.EventHandler(this.textBox1_TextChanged); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(144, 96); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(128, 21); this.textBox2.TabIndex = 4; this.textBox2.Text = ""; // // label1 // this.label1.Location = new System.Drawing.Point(56, 56); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 23); this.label1.TabIndex = 5; this.label1.Text = "***名称"; // // label2 // this.label2.Location = new System.Drawing.Point(56, 96); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 23); this.label2.TabIndex = 6; this.label2.Text = "***口令"; // // oleDbDataAdapter1 // this.oleDbDataAdapter1.DeleteCommand = this.oleDbDeleteCommand1; this.oleDbDataAdapter1.InsertCommand = this.oleDbInsertCommand1; this.oleDbDataAdapter1.SelectCommand = this.oleDbSelectCommand1; this.oleDbDataAdapter1.TableMappings.AddRange(new System.Data.Common.DataTableMapping[] { new System.Data.Common.DataTableMapping("Table", "治理用户", new System.Data.Common.DataColumnMapping[] { new System.Data.Common.DataColumnMapping("用户口令", "用户口令"), new System.Data.Common.DataColumnMapping("用户名称", "用户名称"), new System.Data.Common.DataColumnMapping("用户权限", "用户权限")})});
|
| 共6页: 上一页 [1] 2 [3] [4] [5] [6] 下一页 |
评论加载中…