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

📄 formaddaward.designer.cs

📁 数据库开发与实例(1+1混合数据库开发实例丛书)人事管理系统的源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // Context_txt
            // 
            this.Context_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Context_txt.Location = new System.Drawing.Point(87, 116);
            this.Context_txt.Multiline = true;
            this.Context_txt.Name = "Context_txt";
            this.Context_txt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.Context_txt.Size = new System.Drawing.Size(278, 45);
            this.Context_txt.TabIndex = 33;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(25, 119);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(56, 16);
            this.label6.TabIndex = 32;
            this.label6.Text = "奖惩内容";
            // 
            // Reson_txt
            // 
            this.Reson_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Reson_txt.Location = new System.Drawing.Point(87, 72);
            this.Reson_txt.Multiline = true;
            this.Reson_txt.Name = "Reson_txt";
            this.Reson_txt.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.Reson_txt.Size = new System.Drawing.Size(278, 38);
            this.Reson_txt.TabIndex = 31;
            // 
            // label5
            // 
            this.label5.Location = new System.Drawing.Point(25, 75);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(56, 16);
            this.label5.TabIndex = 30;
            this.label5.Text = "奖惩原因";
            // 
            // Type_cb
            // 
            this.Type_cb.Location = new System.Drawing.Point(265, 46);
            this.Type_cb.Name = "Type_cb";
            this.Type_cb.Size = new System.Drawing.Size(100, 20);
            this.Type_cb.TabIndex = 29;
            // 
            // label4
            // 
            this.label4.Location = new System.Drawing.Point(209, 51);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(56, 16);
            this.label4.TabIndex = 28;
            this.label4.Text = "奖惩类别";
            // 
            // Time_dtp
            // 
            this.Time_dtp.CalendarTitleForeColor = System.Drawing.SystemColors.Info;
            this.Time_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.Time_dtp.Location = new System.Drawing.Point(87, 46);
            this.Time_dtp.Name = "Time_dtp";
            this.Time_dtp.Size = new System.Drawing.Size(100, 21);
            this.Time_dtp.TabIndex = 27;
            // 
            // label3
            // 
            this.label3.Location = new System.Drawing.Point(25, 51);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(56, 16);
            this.label3.TabIndex = 26;
            this.label3.Text = "奖惩时间";
            // 
            // Name_txt
            // 
            this.Name_txt.BackColor = System.Drawing.SystemColors.Info;
            this.Name_txt.Enabled = false;
            this.Name_txt.Location = new System.Drawing.Point(265, 20);
            this.Name_txt.Name = "Name_txt";
            this.Name_txt.Size = new System.Drawing.Size(100, 21);
            this.Name_txt.TabIndex = 25;
            // 
            // label2
            // 
            this.label2.Location = new System.Drawing.Point(209, 26);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(56, 16);
            this.label2.TabIndex = 24;
            this.label2.Text = "员工姓名";
            // 
            // No_cb
            // 
            this.No_cb.BackColor = System.Drawing.SystemColors.Info;
            this.No_cb.Location = new System.Drawing.Point(87, 22);
            this.No_cb.Name = "No_cb";
            this.No_cb.Size = new System.Drawing.Size(100, 20);
            this.No_cb.TabIndex = 23;
            this.No_cb.SelectedIndexChanged += new System.EventHandler(this.No_cb_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(25, 25);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(56, 16);
            this.label1.TabIndex = 22;
            this.label1.Text = "员工编号";
            // 
            // button2
            // 
            this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
            this.button2.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button2.Location = new System.Drawing.Point(223, 294);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(75, 23);
            this.button2.TabIndex = 25;
            this.button2.Text = "取消";
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
            this.button1.Location = new System.Drawing.Point(86, 294);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 24;
            this.button1.Text = "确定";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // FormAddAward
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(396, 329);
            this.Controls.Add(this.button2);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.groupBox1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormAddAward";
            this.EnabledChanged += new System.EventHandler(this.FormAddAward_EnabledChanged);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormAddAward_FormClosing);
            this.Load += new System.EventHandler(this.FormAddAward_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox Remarks_txt;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox Repealreson_txt;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.DateTimePicker Repealtime_dtp;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.ComboBox App_cb;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.ComboBox Section_cb;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox Context_txt;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox Reson_txt;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.ComboBox Type_cb;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.DateTimePicker Time_dtp;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox Name_txt;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox No_cb;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
    }
}

⌨️ 快捷键说明

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