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

📄 report.designer.cs

📁 这是一个考勤系统大家多多指教
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace kaoqin.rpt
{
    partial class report
    {
        /// <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.components = new System.ComponentModel.Container();
            this.panel1 = new System.Windows.Forms.Panel();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cbQj = new System.Windows.Forms.ComboBox();
            this.cbKk = new System.Windows.Forms.ComboBox();
            this.cbZt = new System.Windows.Forms.ComboBox();
            this.cbCd = new System.Windows.Forms.ComboBox();
            this.cbXb = new System.Windows.Forms.ComboBox();
            this.cbBj = new System.Windows.Forms.ComboBox();
            this.txtQj = new System.Windows.Forms.TextBox();
            this.txtKk = new System.Windows.Forms.TextBox();
            this.txtZt = new System.Windows.Forms.TextBox();
            this.txtCd = new System.Windows.Forms.TextBox();
            this.txtXm = new System.Windows.Forms.TextBox();
            this.txtXh = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.crystalReportViewer1 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.crystalReportViewer2 = new CrystalDecisions.Windows.Forms.CrystalReportViewer();
            this.panel1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.button1);
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(179, 566);
            this.panel1.TabIndex = 0;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(41, 404);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 28;
            this.button1.Text = "填充数据";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cbQj);
            this.groupBox2.Controls.Add(this.cbKk);
            this.groupBox2.Controls.Add(this.cbZt);
            this.groupBox2.Controls.Add(this.cbCd);
            this.groupBox2.Controls.Add(this.cbXb);
            this.groupBox2.Controls.Add(this.cbBj);
            this.groupBox2.Controls.Add(this.txtQj);
            this.groupBox2.Controls.Add(this.txtKk);
            this.groupBox2.Controls.Add(this.txtZt);
            this.groupBox2.Controls.Add(this.txtCd);
            this.groupBox2.Controls.Add(this.txtXm);
            this.groupBox2.Controls.Add(this.txtXh);
            this.groupBox2.Controls.Add(this.label3);
            this.groupBox2.Controls.Add(this.label10);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.label9);
            this.groupBox2.Controls.Add(this.label5);
            this.groupBox2.Controls.Add(this.label8);
            this.groupBox2.Controls.Add(this.label6);
            this.groupBox2.Controls.Add(this.label7);
            this.groupBox2.Location = new System.Drawing.Point(12, 12);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(160, 351);
            this.groupBox2.TabIndex = 27;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "查询条件";
            // 
            // cbQj
            // 
            this.cbQj.FormattingEnabled = true;
            this.cbQj.Items.AddRange(new object[] {
            ">",
            "<",
            "="});
            this.cbQj.Location = new System.Drawing.Point(70, 325);
            this.cbQj.Name = "cbQj";
            this.cbQj.Size = new System.Drawing.Size(34, 20);
            this.cbQj.TabIndex = 22;
            this.cbQj.Text = ">";
            // 
            // cbKk
            // 
            this.cbKk.FormattingEnabled = true;
            this.cbKk.Items.AddRange(new object[] {
            ">",
            "<",
            "="});
            this.cbKk.Location = new System.Drawing.Point(70, 280);
            this.cbKk.Name = "cbKk";
            this.cbKk.Size = new System.Drawing.Size(34, 20);
            this.cbKk.TabIndex = 21;
            this.cbKk.Text = ">";
            // 
            // cbZt
            // 
            this.cbZt.FormattingEnabled = true;
            this.cbZt.Items.AddRange(new object[] {
            ">",
            "<",
            "="});
            this.cbZt.Location = new System.Drawing.Point(70, 234);
            this.cbZt.Name = "cbZt";
            this.cbZt.Size = new System.Drawing.Size(34, 20);
            this.cbZt.TabIndex = 20;
            this.cbZt.Text = ">";
            // 
            // cbCd
            // 
            this.cbCd.FormattingEnabled = true;
            this.cbCd.Items.AddRange(new object[] {
            ">",
            "<",
            "="});
            this.cbCd.Location = new System.Drawing.Point(70, 186);
            this.cbCd.Name = "cbCd";
            this.cbCd.Size = new System.Drawing.Size(34, 20);
            this.cbCd.TabIndex = 1;
            this.cbCd.Text = ">";
            // 
            // cbXb
            // 
            this.cbXb.FormattingEnabled = true;
            this.cbXb.Location = new System.Drawing.Point(49, 140);
            this.cbXb.Name = "cbXb";
            this.cbXb.Size = new System.Drawing.Size(99, 20);
            this.cbXb.TabIndex = 19;
            // 
            // cbBj
            // 
            this.cbBj.FormattingEnabled = true;
            this.cbBj.Location = new System.Drawing.Point(49, 103);
            this.cbBj.Name = "cbBj";
            this.cbBj.Size = new System.Drawing.Size(99, 20);
            this.cbBj.TabIndex = 18;
            // 
            // txtQj
            // 
            this.txtQj.Location = new System.Drawing.Point(105, 324);
            this.txtQj.Name = "txtQj";
            this.txtQj.Size = new System.Drawing.Size(43, 21);
            this.txtQj.TabIndex = 17;
            // 
            // txtKk
            // 
            this.txtKk.Location = new System.Drawing.Point(106, 278);
            this.txtKk.Name = "txtKk";
            this.txtKk.Size = new System.Drawing.Size(42, 21);

⌨️ 快捷键说明

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