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

📄 yibaokoukuan.designer.cs

📁 .net 开发的基础框架
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace SISS.YiBaoBan
{
    partial class YiBaoKouKuan
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.kkcx = new System.Windows.Forms.TabControl();
            this.xsyb = new System.Windows.Forms.TabPage();
            this.dw_xsyb = new Sybase.DataWindow.DataWindowControl();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cb_all = new System.Windows.Forms.CheckBox();
            this.dt_date = new System.Windows.Forms.DateTimePicker();
            this.label5 = new System.Windows.Forms.Label();
            this.tb_dateseq = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tb_tradeno = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.tb_bxbh = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.tb_name = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.bt_query = new System.Windows.Forms.Button();
            this.xsnb = new System.Windows.Forms.TabPage();
            this.dataWindowControl1 = new Sybase.DataWindow.DataWindowControl();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.hzyb = new System.Windows.Forms.TabPage();
            this.dw_hzyb = new Sybase.DataWindow.DataWindowControl();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.kkcx.SuspendLayout();
            this.xsyb.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.xsnb.SuspendLayout();
            this.hzyb.SuspendLayout();
            this.SuspendLayout();
            // 
            // kkcx
            // 
            this.kkcx.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.kkcx.Controls.Add(this.xsyb);
            this.kkcx.Controls.Add(this.xsnb);
            this.kkcx.Controls.Add(this.hzyb);
            this.kkcx.Location = new System.Drawing.Point(12, 119);
            this.kkcx.Name = "kkcx";
            this.kkcx.SelectedIndex = 0;
            this.kkcx.Size = new System.Drawing.Size(786, 397);
            this.kkcx.TabIndex = 0;
            // 
            // xsyb
            // 
            this.xsyb.Controls.Add(this.dw_xsyb);
            this.xsyb.Controls.Add(this.groupBox1);
            this.xsyb.Location = new System.Drawing.Point(4, 21);
            this.xsyb.Name = "xsyb";
            this.xsyb.Padding = new System.Windows.Forms.Padding(3);
            this.xsyb.Size = new System.Drawing.Size(778, 372);
            this.xsyb.TabIndex = 0;
            this.xsyb.Text = "萧山医保";
            this.xsyb.UseVisualStyleBackColor = true;
            // 
            // dw_xsyb
            // 
            this.dw_xsyb.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dw_xsyb.DataWindowObject = "";
            this.dw_xsyb.LibraryList = "";
            this.dw_xsyb.Location = new System.Drawing.Point(6, 84);
            this.dw_xsyb.Name = "dw_xsyb";
            this.dw_xsyb.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
            this.dw_xsyb.Size = new System.Drawing.Size(766, 282);
            this.dw_xsyb.TabIndex = 1;
            this.dw_xsyb.Text = "dataWindowControl1";
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.Controls.Add(this.cb_all);
            this.groupBox1.Controls.Add(this.dt_date);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.tb_dateseq);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.tb_tradeno);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.tb_bxbh);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.tb_name);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.bt_query);
            this.groupBox1.Location = new System.Drawing.Point(6, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(766, 72);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查询条件";
            // 
            // cb_all
            // 
            this.cb_all.AutoSize = true;
            this.cb_all.Location = new System.Drawing.Point(548, 43);
            this.cb_all.Name = "cb_all";
            this.cb_all.Size = new System.Drawing.Size(120, 16);
            this.cb_all.TabIndex = 11;
            this.cb_all.Text = "在当月数据中查询";
            this.cb_all.UseVisualStyleBackColor = true;
            // 
            // dt_date
            // 
            this.dt_date.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
            this.dt_date.Location = new System.Drawing.Point(548, 13);
            this.dt_date.Name = "dt_date";
            this.dt_date.Size = new System.Drawing.Size(130, 21);
            this.dt_date.TabIndex = 10;
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(477, 17);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 9;
            this.label5.Text = "收费日期:";
            // 
            // tb_dateseq
            // 
            this.tb_dateseq.Location = new System.Drawing.Point(89, 42);
            this.tb_dateseq.Name = "tb_dateseq";
            this.tb_dateseq.Size = new System.Drawing.Size(100, 21);
            this.tb_dateseq.TabIndex = 8;
            this.tb_dateseq.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tb_dateseq_KeyDown);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(6, 45);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(77, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "医院流水号:";
            // 
            // tb_tradeno
            // 
            this.tb_tradeno.Location = new System.Drawing.Point(340, 42);
            this.tb_tradeno.Name = "tb_tradeno";
            this.tb_tradeno.Size = new System.Drawing.Size(100, 21);
            this.tb_tradeno.TabIndex = 6;

⌨️ 快捷键说明

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