⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 orgbase.cs

📁 一个用vs2003编写的客户工资管理系统客户端程序/一个用vs2003编写的客户工资管理系统客户端程序
💻 CS
📖 第 1 页 / 共 4 页
字号:
			// 
			this.label17.Location = new System.Drawing.Point(32, 40);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(66, 23);
			this.label17.TabIndex = 24;
			this.label17.Text = "其他名称:";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// NS_NSName
			// 
			this.NS_NSName.BackColor = System.Drawing.Color.LightYellow;
			this.NS_NSName.Location = new System.Drawing.Point(96, 16);
			this.NS_NSName.MaxLength = 100;
			this.NS_NSName.Name = "NS_NSName";
			this.NS_NSName.Size = new System.Drawing.Size(456, 21);
			this.NS_NSName.TabIndex = 23;
			this.NS_NSName.Text = "";
			// 
			// label18
			// 
			this.label18.Location = new System.Drawing.Point(32, 16);
			this.label18.Name = "label18";
			this.label18.Size = new System.Drawing.Size(66, 23);
			this.label18.TabIndex = 22;
			this.label18.Text = "内设名称:";
			this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// plxz
			// 
			this.plxz.Controls.Add(this.splitter2);
			this.plxz.Controls.Add(this.textBox1);
			this.plxz.Controls.Add(this.label13);
			this.plxz.Controls.Add(this.tabControl1);
			this.plxz.Controls.Add(this.XZ_ParentId);
			this.plxz.Controls.Add(this.label10);
			this.plxz.Controls.Add(this.XZ_WSSXTId);
			this.plxz.Controls.Add(this.label4);
			this.plxz.Controls.Add(this.label9);
			this.plxz.Controls.Add(this.XZ_WJGJBId);
			this.plxz.Controls.Add(this.XZ_WJGLXId);
			this.plxz.Controls.Add(this.label3);
			this.plxz.Controls.Add(this.XZ_OrgItName);
			this.plxz.Controls.Add(this.label2);
			this.plxz.Controls.Add(this.XZ_OrgName);
			this.plxz.Controls.Add(this.label1);
			this.plxz.Dock = System.Windows.Forms.DockStyle.Fill;
			this.plxz.Location = new System.Drawing.Point(0, 0);
			this.plxz.Name = "plxz";
			this.plxz.Size = new System.Drawing.Size(657, 600);
			this.plxz.TabIndex = 0;
			// 
			// splitter2
			// 
			this.splitter2.BackColor = System.Drawing.SystemColors.Desktop;
			this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.splitter2.Location = new System.Drawing.Point(0, 285);
			this.splitter2.Name = "splitter2";
			this.splitter2.Size = new System.Drawing.Size(657, 3);
			this.splitter2.TabIndex = 25;
			this.splitter2.TabStop = false;
			// 
			// textBox1
			// 
			this.textBox1.BackColor = System.Drawing.Color.LightYellow;
			this.textBox1.Location = new System.Drawing.Point(96, 136);
			this.textBox1.MaxLength = 100;
			this.textBox1.Multiline = true;
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(456, 136);
			this.textBox1.TabIndex = 24;
			this.textBox1.Text = "";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(32, 136);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(66, 23);
			this.label13.TabIndex = 23;
			this.label13.Text = "描述:";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// tabControl1
			// 
			this.tabControl1.Controls.Add(this.tabPage1);
			this.tabControl1.Controls.Add(this.tabPage2);
			this.tabControl1.Controls.Add(this.tabPage3);
			this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.tabControl1.Location = new System.Drawing.Point(0, 288);
			this.tabControl1.Name = "tabControl1";
			this.tabControl1.SelectedIndex = 0;
			this.tabControl1.Size = new System.Drawing.Size(657, 312);
			this.tabControl1.TabIndex = 22;
			// 
			// tabPage1
			// 
			this.tabPage1.Controls.Add(this.BZItemList);
			this.tabPage1.Location = new System.Drawing.Point(4, 21);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(649, 287);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "编制数";
			// 
			// BZItemList
			// 
			this.BZItemList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						 this.columnHeader12,
																						 this.columnHeader13});
			this.BZItemList.Dock = System.Windows.Forms.DockStyle.Fill;
			this.BZItemList.FullRowSelect = true;
			this.BZItemList.GridLines = true;
			this.BZItemList.HideSelection = false;
			this.BZItemList.Location = new System.Drawing.Point(0, 0);
			this.BZItemList.Name = "BZItemList";
			this.BZItemList.Size = new System.Drawing.Size(649, 287);
			this.BZItemList.TabIndex = 12;
			this.BZItemList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader12
			// 
			this.columnHeader12.Text = "名称";
			this.columnHeader12.Width = 200;
			// 
			// columnHeader13
			// 
			this.columnHeader13.Text = "数值";
			this.columnHeader13.Width = 200;
			// 
			// tabPage2
			// 
			this.tabPage2.Controls.Add(this.GWYItemList);
			this.tabPage2.Location = new System.Drawing.Point(4, 21);
			this.tabPage2.Name = "tabPage2";
			this.tabPage2.Size = new System.Drawing.Size(649, 287);
			this.tabPage2.TabIndex = 1;
			this.tabPage2.Text = "公务员工资";
			// 
			// GWYItemList
			// 
			this.GWYItemList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						  this.columnHeader2,
																						  this.columnHeader3,
																						  this.columnHeader1,
																						  this.columnHeader4});
			this.GWYItemList.Dock = System.Windows.Forms.DockStyle.Fill;
			this.GWYItemList.FullRowSelect = true;
			this.GWYItemList.GridLines = true;
			this.GWYItemList.HideSelection = false;
			this.GWYItemList.Location = new System.Drawing.Point(0, 0);
			this.GWYItemList.Name = "GWYItemList";
			this.GWYItemList.Size = new System.Drawing.Size(649, 287);
			this.GWYItemList.TabIndex = 13;
			this.GWYItemList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader2
			// 
			this.columnHeader2.Text = "名称";
			this.columnHeader2.Width = 150;
			// 
			// columnHeader3
			// 
			this.columnHeader3.Text = "数值";
			this.columnHeader3.Width = 50;
			// 
			// columnHeader1
			// 
			this.columnHeader1.Text = "名称";
			this.columnHeader1.Width = 150;
			// 
			// columnHeader4
			// 
			this.columnHeader4.Text = "数值";
			this.columnHeader4.Width = 50;
			// 
			// tabPage3
			// 
			this.tabPage3.Controls.Add(this.GRItemList);
			this.tabPage3.Location = new System.Drawing.Point(4, 21);
			this.tabPage3.Name = "tabPage3";
			this.tabPage3.Size = new System.Drawing.Size(649, 287);
			this.tabPage3.TabIndex = 2;
			this.tabPage3.Text = "机关工人工资";
			// 
			// GRItemList
			// 
			this.GRItemList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
																						 this.columnHeader5,
																						 this.columnHeader6});
			this.GRItemList.Dock = System.Windows.Forms.DockStyle.Fill;
			this.GRItemList.FullRowSelect = true;
			this.GRItemList.GridLines = true;
			this.GRItemList.HideSelection = false;
			this.GRItemList.Location = new System.Drawing.Point(0, 0);
			this.GRItemList.Name = "GRItemList";
			this.GRItemList.Size = new System.Drawing.Size(649, 287);
			this.GRItemList.TabIndex = 23;
			this.GRItemList.View = System.Windows.Forms.View.Details;
			// 
			// columnHeader5
			// 
			this.columnHeader5.Text = "名称";
			this.columnHeader5.Width = 200;
			// 
			// columnHeader6
			// 
			this.columnHeader6.Text = "数值";
			this.columnHeader6.Width = 200;
			// 
			// XZ_ParentId
			// 
			this.XZ_ParentId.BackColor = System.Drawing.Color.LightYellow;
			this.XZ_ParentId.Location = new System.Drawing.Point(96, 112);
			this.XZ_ParentId.MaxLength = 100;
			this.XZ_ParentId.Name = "XZ_ParentId";
			this.XZ_ParentId.Size = new System.Drawing.Size(456, 21);
			this.XZ_ParentId.TabIndex = 21;
			this.XZ_ParentId.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(32, 112);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(66, 23);
			this.label10.TabIndex = 20;
			this.label10.Text = "上级单位:";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// XZ_WSSXTId
			// 
			this.XZ_WSSXTId.BackColor = System.Drawing.Color.LightYellow;
			this.XZ_WSSXTId.Location = new System.Drawing.Point(96, 88);
			this.XZ_WSSXTId.MaxLength = 100;
			this.XZ_WSSXTId.Name = "XZ_WSSXTId";
			this.XZ_WSSXTId.Size = new System.Drawing.Size(180, 21);
			this.XZ_WSSXTId.TabIndex = 19;
			this.XZ_WSSXTId.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(32, 88);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(66, 23);
			this.label4.TabIndex = 18;
			this.label4.Text = "系统类别:";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(304, 64);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(67, 23);
			this.label9.TabIndex = 17;
			this.label9.Text = "机构级别:";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// XZ_WJGJBId
			// 
			this.XZ_WJGJBId.BackColor = System.Drawing.Color.LightYellow;
			this.XZ_WJGJBId.Location = new System.Drawing.Point(373, 64);
			this.XZ_WJGJBId.MaxLength = 100;
			this.XZ_WJGJBId.Name = "XZ_WJGJBId";
			this.XZ_WJGJBId.Size = new System.Drawing.Size(180, 21);
			this.XZ_WJGJBId.TabIndex = 9;
			this.XZ_WJGJBId.Text = "";
			// 
			// XZ_WJGLXId
			// 
			this.XZ_WJGLXId.BackColor = System.Drawing.Color.LightYellow;
			this.XZ_WJGLXId.Location = new System.Drawing.Point(96, 64);
			this.XZ_WJGLXId.MaxLength = 100;
			this.XZ_WJGLXId.Name = "XZ_WJGLXId";
			this.XZ_WJGLXId.Size = new System.Drawing.Size(180, 21);
			this.XZ_WJGLXId.TabIndex = 7;
			this.XZ_WJGLXId.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(32, 64);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(66, 23);
			this.label3.TabIndex = 6;
			this.label3.Text = "机构类型:";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// XZ_OrgItName
			// 
			this.XZ_OrgItName.BackColor = System.Drawing.Color.LightYellow;
			this.XZ_OrgItName.Location = new System.Drawing.Point(96, 40);
			this.XZ_OrgItName.MaxLength = 100;
			this.XZ_OrgItName.Name = "XZ_OrgItName";
			this.XZ_OrgItName.Size = new System.Drawing.Size(456, 21);
			this.XZ_OrgItName.TabIndex = 5;
			this.XZ_OrgItName.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(32, 40);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(66, 23);
			this.label2.TabIndex = 4;
			this.label2.Text = "其他名称:";
			this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// XZ_OrgName
			// 
			this.XZ_OrgName.BackColor = System.Drawing.Color.LightYellow;
			this.XZ_OrgName.Location = new System.Drawing.Point(96, 16);
			this.XZ_OrgName.MaxLength = 100;
			this.XZ_OrgName.Name = "XZ_OrgName";
			this.XZ_OrgName.Size = new System.Drawing.Size(456, 21);
			this.XZ_OrgName.TabIndex = 3;
			this.XZ_OrgName.Text = "";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(32, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(66, 23);
			this.label1.TabIndex = 2;
			this.label1.Text = "机构名称:";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
			// 
			// splitter1
			// 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -