打印本文 打印本文 关闭窗口 关闭窗口
通过c#连结oracle数据库(二)
作者:武汉SEO闵涛  文章来源:敏韬网  点击数2522  更新时间:2009/4/22 22:10:38  文章录入:mintao  责任编辑:mintao
//

// BtnEdit

//

this.BtnEdit.Location = new System.Drawing.Point(328, 208);

this.BtnEdit.Name = "BtnEdit";

this.BtnEdit.Size = new System.Drawing.Size(90, 32);

this.BtnEdit.TabIndex = 10;

this.BtnEdit.Text = "Edit";

this.BtnEdit.Click += new System.EventHandler(this.BtnEdit_Click);

//

// BtnSave

//

this.BtnSave.Location = new System.Drawing.Point(224, 208);

this.BtnSave.Name = "BtnSave";

this.BtnSave.Size = new System.Drawing.Size(90, 32);

this.BtnSave.TabIndex = 9;

this.BtnSave.Text = "Save";

this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);

//

// BtnDelete

//

this.BtnDelete.Location = new System.Drawing.Point(168, 256);

this.BtnDelete.Name = "BtnDelete";

this.BtnDelete.Size = new System.Drawing.Size(90, 32);

this.BtnDelete.TabIndex = 11;

this.BtnDelete.Text = "Delete";

this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);

//

// TxtESal

//

this.TxtESal.Location = new System.Drawing.Point(192, 128);

this.TxtESal.Name = "TxtESal";

this.TxtESal.Size = new System.Drawing.Size(112, 21);

this.TxtESal.TabIndex = 6;

this.TxtESal.Text = "";

//

// TxtEmpNo

//

this.TxtEmpNo.Location = new System.Drawing.Point(192, 64);

this.TxtEmpNo.Name = "TxtEmpNo";

this.TxtEmpNo.Size = new System.Drawing.Size(112, 21);

this.TxtEmpNo.TabIndex = 4;

this.TxtEmpNo.Text = "";

//

// TxtEName

//

this.TxtEName.Location = new System.Drawing.Point(192, 96);

this.TxtEName.Name = "TxtEName";

this.TxtEName.Size = new System.Drawing.Size(200, 21);

this.TxtEName.TabIndex = 5;

this.TxtEName.Text = "";

//

// BtnAddNew

//

this.BtnAddNew.Location = new System.Drawing.Point(120, 208);

this.BtnAddNew.Name = "BtnAddNew";

this.BtnAddNew.Size = new System.Drawing.Size(90, 32);

this.BtnAddNew.TabIndex = 8;

this.BtnAddNew.Text = "&Add New";

this.BtnAddNew.Click += new System.EventHandler(this.BtnAddNew_Click);

//

// TxtDeptNo

//

this.TxtDeptNo.Location = new System.Drawing.Point(192, 160);

上一页  [1] [2] [3]  下一页

打印本文 打印本文 关闭窗口 关闭窗口