📄 xianform.cs
字号:
this.GB_XinXinDian.Controls.Add(this.DG_XinXinDian);
this.GB_XinXinDian.Controls.Add(this.BT_XiuGaiXinXiDian);
this.GB_XinXinDian.Location = new System.Drawing.Point(8, 8);
this.GB_XinXinDian.Name = "GB_XinXinDian";
this.GB_XinXinDian.Size = new System.Drawing.Size(616, 168);
this.GB_XinXinDian.TabIndex = 0;
this.GB_XinXinDian.TabStop = false;
//
// DG_XinXinDian
//
this.DG_XinXinDian.CaptionVisible = false;
this.DG_XinXinDian.DataMember = "";
this.DG_XinXinDian.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.DG_XinXinDian.Location = new System.Drawing.Point(8, 16);
this.DG_XinXinDian.Name = "DG_XinXinDian";
this.DG_XinXinDian.Size = new System.Drawing.Size(592, 112);
this.DG_XinXinDian.TabIndex = 0;
this.DG_XinXinDian.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
this.DGTS_XinXiDian});
this.DG_XinXinDian.DoubleClick += new System.EventHandler(this.DG_XinXinDian_DoubleClick);
//
// DGTS_XinXiDian
//
this.DGTS_XinXiDian.DataGrid = this.DG_XinXinDian;
this.DGTS_XinXiDian.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
this.DGTSTB_BianHao,
this.DGTSTB_ShuoMing});
this.DGTS_XinXiDian.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.DGTS_XinXiDian.MappingName = "XinXiDian";
this.DGTS_XinXiDian.ReadOnly = true;
//
// DGTSTB_BianHao
//
this.DGTSTB_BianHao.Format = "";
this.DGTSTB_BianHao.FormatInfo = null;
this.DGTSTB_BianHao.HeaderText = "信息点编号";
this.DGTSTB_BianHao.MappingName = "XinXiDianBianHao";
this.DGTSTB_BianHao.ReadOnly = true;
this.DGTSTB_BianHao.Width = 150;
//
// DGTSTB_ShuoMing
//
this.DGTSTB_ShuoMing.Format = "";
this.DGTSTB_ShuoMing.FormatInfo = null;
this.DGTSTB_ShuoMing.HeaderText = "信息点说明";
this.DGTSTB_ShuoMing.MappingName = "XinXiDianXiJie";
this.DGTSTB_ShuoMing.ReadOnly = true;
this.DGTSTB_ShuoMing.Width = 300;
//
// BT_XiuGaiXinXiDian
//
this.BT_XiuGaiXinXiDian.Location = new System.Drawing.Point(352, 136);
this.BT_XiuGaiXinXiDian.Name = "BT_XiuGaiXinXiDian";
this.BT_XiuGaiXinXiDian.Size = new System.Drawing.Size(120, 23);
this.BT_XiuGaiXinXiDian.TabIndex = 1;
this.BT_XiuGaiXinXiDian.Text = "修改信息点";
this.BT_XiuGaiXinXiDian.Click += new System.EventHandler(this.BT_XiuGaiXinXiDian_Click);
//
// GB_XuQiuDaiMaFenLei
//
this.GB_XuQiuDaiMaFenLei.Controls.Add(this.DG_XuQiuLeiBieFenLei);
this.GB_XuQiuDaiMaFenLei.Controls.Add(this.BT_XiuGaiXuQiuDaiMa);
this.GB_XuQiuDaiMaFenLei.Location = new System.Drawing.Point(8, 176);
this.GB_XuQiuDaiMaFenLei.Name = "GB_XuQiuDaiMaFenLei";
this.GB_XuQiuDaiMaFenLei.Size = new System.Drawing.Size(616, 168);
this.GB_XuQiuDaiMaFenLei.TabIndex = 1;
this.GB_XuQiuDaiMaFenLei.TabStop = false;
//
// DG_XuQiuLeiBieFenLei
//
this.DG_XuQiuLeiBieFenLei.CaptionVisible = false;
this.DG_XuQiuLeiBieFenLei.DataMember = "";
this.DG_XuQiuLeiBieFenLei.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.DG_XuQiuLeiBieFenLei.Location = new System.Drawing.Point(8, 16);
this.DG_XuQiuLeiBieFenLei.Name = "DG_XuQiuLeiBieFenLei";
this.DG_XuQiuLeiBieFenLei.Size = new System.Drawing.Size(592, 112);
this.DG_XuQiuLeiBieFenLei.TabIndex = 1;
this.DG_XuQiuLeiBieFenLei.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
this.DGTS_XuQiuFenLei});
this.DG_XuQiuLeiBieFenLei.DoubleClick += new System.EventHandler(this.DG_XuQiuDaMa_DoubleClick);
//
// DGTS_XuQiuFenLei
//
this.DGTS_XuQiuFenLei.DataGrid = this.DG_XuQiuLeiBieFenLei;
this.DGTS_XuQiuFenLei.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
this.DGTSTB_XuQiuFenLeiDaiMa,
this.DGTSTB_XuQiuDaMaMingXi});
this.DGTS_XuQiuFenLei.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.DGTS_XuQiuFenLei.MappingName = "XuQiuFenLei";
this.DGTS_XuQiuFenLei.ReadOnly = true;
//
// DGTSTB_XuQiuFenLeiDaiMa
//
this.DGTSTB_XuQiuFenLeiDaiMa.Format = "";
this.DGTSTB_XuQiuFenLeiDaiMa.FormatInfo = null;
this.DGTSTB_XuQiuFenLeiDaiMa.HeaderText = "需求分类代码";
this.DGTSTB_XuQiuFenLeiDaiMa.MappingName = "XuQiuDaMa";
this.DGTSTB_XuQiuFenLeiDaiMa.ReadOnly = true;
this.DGTSTB_XuQiuFenLeiDaiMa.Width = 150;
//
// DGTSTB_XuQiuDaMaMingXi
//
this.DGTSTB_XuQiuDaMaMingXi.Format = "";
this.DGTSTB_XuQiuDaMaMingXi.FormatInfo = null;
this.DGTSTB_XuQiuDaMaMingXi.HeaderText = "需求分类明细";
this.DGTSTB_XuQiuDaMaMingXi.MappingName = "XuQiuDaMaMingXi";
this.DGTSTB_XuQiuDaMaMingXi.ReadOnly = true;
this.DGTSTB_XuQiuDaMaMingXi.Width = 300;
//
// BT_XiuGaiXuQiuDaiMa
//
this.BT_XiuGaiXuQiuDaiMa.Location = new System.Drawing.Point(352, 136);
this.BT_XiuGaiXuQiuDaiMa.Name = "BT_XiuGaiXuQiuDaiMa";
this.BT_XiuGaiXuQiuDaiMa.Size = new System.Drawing.Size(120, 23);
this.BT_XiuGaiXuQiuDaiMa.TabIndex = 2;
this.BT_XiuGaiXuQiuDaiMa.Text = "修改需求代码";
this.BT_XiuGaiXuQiuDaiMa.Click += new System.EventHandler(this.BT_XiuGaiXuQiuDaiMa_Click);
//
// TABP_Zong_PeiZhiXinXiWeiHu
//
this.TABP_Zong_PeiZhiXinXiWeiHu.Controls.Add(this.BT_DiaoKanShuJuXiang);
this.TABP_Zong_PeiZhiXinXiWeiHu.Controls.Add(this.BT_XiuGaiShuJuXiang);
this.TABP_Zong_PeiZhiXinXiWeiHu.Controls.Add(this.BT_XinShuJuXiang);
this.TABP_Zong_PeiZhiXinXiWeiHu.Controls.Add(this.DG_PeiZhi);
this.TABP_Zong_PeiZhiXinXiWeiHu.Location = new System.Drawing.Point(4, 21);
this.TABP_Zong_PeiZhiXinXiWeiHu.Name = "TABP_Zong_PeiZhiXinXiWeiHu";
this.TABP_Zong_PeiZhiXinXiWeiHu.Size = new System.Drawing.Size(632, 359);
this.TABP_Zong_PeiZhiXinXiWeiHu.TabIndex = 3;
this.TABP_Zong_PeiZhiXinXiWeiHu.Text = "数据结构维护";
//
// BT_DiaoKanShuJuXiang
//
this.BT_DiaoKanShuJuXiang.Location = new System.Drawing.Point(248, 328);
this.BT_DiaoKanShuJuXiang.Name = "BT_DiaoKanShuJuXiang";
this.BT_DiaoKanShuJuXiang.Size = new System.Drawing.Size(120, 23);
this.BT_DiaoKanShuJuXiang.TabIndex = 3;
this.BT_DiaoKanShuJuXiang.Text = "调看数据项";
this.BT_DiaoKanShuJuXiang.Click += new System.EventHandler(this.BT_DiaoKanShuJuXiang_Click);
//
// BT_XiuGaiShuJuXiang
//
this.BT_XiuGaiShuJuXiang.Location = new System.Drawing.Point(376, 328);
this.BT_XiuGaiShuJuXiang.Name = "BT_XiuGaiShuJuXiang";
this.BT_XiuGaiShuJuXiang.Size = new System.Drawing.Size(120, 23);
this.BT_XiuGaiShuJuXiang.TabIndex = 2;
this.BT_XiuGaiShuJuXiang.Text = "修改数据项";
this.BT_XiuGaiShuJuXiang.Click += new System.EventHandler(this.BT_XiuGaiShuJuXiang_Click);
//
// BT_XinShuJuXiang
//
this.BT_XinShuJuXiang.Location = new System.Drawing.Point(504, 328);
this.BT_XinShuJuXiang.Name = "BT_XinShuJuXiang";
this.BT_XinShuJuXiang.Size = new System.Drawing.Size(120, 23);
this.BT_XinShuJuXiang.TabIndex = 1;
this.BT_XinShuJuXiang.Text = "添加数据项";
this.BT_XinShuJuXiang.Click += new System.EventHandler(this.BT_XinShuJuXiang_Click);
//
// DG_PeiZhi
//
this.DG_PeiZhi.CaptionVisible = false;
this.DG_PeiZhi.DataMember = "";
this.DG_PeiZhi.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.DG_PeiZhi.Location = new System.Drawing.Point(8, 8);
this.DG_PeiZhi.Name = "DG_PeiZhi";
this.DG_PeiZhi.Size = new System.Drawing.Size(616, 312);
this.DG_PeiZhi.TabIndex = 0;
this.DG_PeiZhi.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
this.DGTS_PeiZhi});
this.DG_PeiZhi.DoubleClick += new System.EventHandler(this.DG_PeiZhi_DoubleClick);
//
// DGTS_PeiZhi
//
this.DGTS_PeiZhi.DataGrid = this.DG_PeiZhi;
this.DGTS_PeiZhi.GridColumnStyles.AddRange(new System.Windows.Forms.DataGridColumnStyle[] {
this.DGTSTB_ShuJuXiangMing,
this.DGTSTB_ShuJuXiangKJM,
this.DGTSTB_ShuJuXiangKJLX,
this.DGTSTB_XiTongShuJu,
this.DGTSTB_MoRenZhi});
this.DGTS_PeiZhi.HeaderForeColor = System.Drawing.SystemColors.ControlText;
this.DGTS_PeiZhi.MappingName = "PeiZhiXinXi";
this.DGTS_PeiZhi.ReadOnly = true;
//
// DGTSTB_ShuJuXiangMing
//
this.DGTSTB_ShuJuXiangMing.Format = "数据项名";
this.DGTSTB_ShuJuXiangMing.FormatInfo = null;
this.DGTSTB_ShuJuXiangMing.MappingName = "ShuJuXiangMing";
this.DGTSTB_ShuJuXiangMing.Width = 75;
//
// DGTSTB_ShuJuXiangKJM
//
this.DGTSTB_ShuJuXiangKJM.Format = "";
this.DGTSTB_ShuJuXiangKJM.FormatInfo = null;
this.DGTSTB_ShuJuXiangKJM.HeaderText = "数据项别名";
this.DGTSTB_ShuJuXiangKJM.MappingName = "ShuJuXiangKJM";
this.DGTSTB_ShuJuXiangKJM.Width = 75;
//
// DGTSTB_ShuJuXiangKJLX
//
this.DGTSTB_ShuJuXiangKJLX.Format = "";
this.DGTSTB_ShuJuXiangKJLX.FormatInfo = null;
this.DGTSTB_ShuJuXiangKJLX.HeaderText = "控件类型";
this.DGTSTB_ShuJuXiangKJLX.MappingName = "ShuJuXiangKJLX";
this.DGTSTB_ShuJuXiangKJLX.Width = 75;
//
// DGTSTB_XiTongShuJu
//
this.DGTSTB_XiTongShuJu.Format = "";
this.DGTSTB_XiTongShuJu.FormatInfo = null;
this.DGTSTB_XiTongShuJu.HeaderText = "系统数据";
this.DGTSTB_XiTongShuJu.MappingName = "XiTongShuJu";
this.DGTSTB_XiTongShuJu.Width = 75;
//
// DGTSTB_MoRenZhi
//
this.DGTSTB_MoRenZhi.Format = "";
this.DGTSTB_MoRenZhi.FormatInfo = null;
this.DGTSTB_MoRenZhi.HeaderText = "默认值";
this.DGTSTB_MoRenZhi.MappingName = "MoRenZhi";
this.DGTSTB_MoRenZhi.Width = 75;
//
// TM_ShuJuGengXin
//
this.TM_ShuJuGengXin.Enabled = true;
this.TM_ShuJuGengXin.Interval = 15000;
this.TM_ShuJuGengXin.Tick += new System.EventHandler(this.TM_ShuJuGengXin_Tick);
//
// mainMenu1
//
this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem1,
this.menuItem6});
//
// menuItem1
//
this.menuItem1.Index = 0;
this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.MMI_XuQiuFanKui,
this.MMI_JiBenShuJuWeiHu,
this.MMI_ShuJuJieGouWeiHu,
this.menuItem4,
this.MMI_TuiChu});
this.menuItem1.Text = "文件(&F)";
//
// MMI_XuQiuFanKui
//
this.MMI_XuQiuFanKui.Index = 0;
this.MMI_XuQiuFanKui.Text = "需求反馈";
this.MMI_XuQiuFanKui.Click += new System.EventHandler(this.MMI_XuQiuFanKui_Click);
//
// MMI_JiBenShuJuWeiHu
//
this.MMI_JiBenShuJuWeiHu.Index = 1;
this.MMI_JiBenShuJuWeiHu.Text = "基本数据维护";
this.MMI_JiBenShuJuWeiHu.Click += new System.EventHandler(this.MMI_JiBenShuJuWeiHu_Click);
//
// MMI_ShuJuJieGouWeiHu
//
this.MMI_ShuJuJieGouWeiHu.Index = 2;
this.MMI_ShuJuJieGouWeiHu.Text = "数据结构维护";
this.MMI_ShuJuJieGouWeiHu.Click += new System.EventHandler(this.MMI_ShuJuJieGouWeiHu_Click);
//
// menuItem4
//
this.menuItem4.Index = 3;
this.menuItem4.Text = "-";
//
// MMI_TuiChu
//
this.MMI_TuiChu.Index = 4;
this.MMI_TuiChu.Text = "退出";
this.MMI_TuiChu.Click += new System.EventHandler(this.MMI_TuiChu_Click);
//
// menuItem6
//
this.menuItem6.Index = 1;
this.menuItem6.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.MMI_BangZhu,
this.MMI_GuangYu});
this.menuItem6.Text = "帮助(&H)";
//
// MMI_BangZhu
//
this.MMI_BangZhu.Index = 0;
this.MMI_BangZhu.Text = "帮助";
//
// MMI_GuangYu
//
this.MMI_GuangYu.Index = 1;
this.MMI_GuangYu.Text = "关于";
this.MMI_GuangYu.Click += new System.EventHandler(this.MMI_GuangYu_Click);
//
// XianForm
//
this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
this.ClientSize = new System.Drawing.Size(656, 397);
this.Controls.Add(this.TABC_Zong);
this.Location = new System.Drawing.Point(350, 200);
this.MaximumSize = new System.Drawing.Size(664, 444);
this.Menu = this.mainMenu1;
this.MinimumSize = new System.Drawing.Size(664, 444);
this.Name = "XianForm";
this.Text = "人口和计划生育管理信息系统 (FPMS) :县级系统";
this.Closing += new System.ComponentModel.CancelEventHandler(this.XianForm_Closing);
this.TABC_Zong.ResumeLayout(false);
this.TABP_Zong_XuQiuFanKui.ResumeLayout(false);
this.GB_JieGuo.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DG_XuQiu)).EndInit();
this.TABP_Zong_JiBenShuJu_XinXiDianWeiHu.ResumeLayout(false);
this.GB_XinXinDian.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DG_XinXinDian)).EndInit();
this.GB_XuQiuDaiMaFenLei.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DG_XuQiuLeiBieFenLei)).EndInit();
this.TABP_Zong_PeiZhiXinXiWeiHu.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DG_PeiZhi)).EndInit();
this.ResumeLayout(false);
}
#region 事件响应区域
/// <summary>
/// 查询按钮单击响应事件
/// </summary>
private void BT_ChaXun_Click(object sender, System.EventArgs e)
{
}
/// <summary>
/// 刷新按钮单击响应事件
/// </summary>
private void BT_ShuanXin_Click(object sender, System.EventArgs e)
{
jiemianKongZhi.GengXinXuQiu();
}
/// <summary>
/// 双击信息点网格事件响应
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -