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

📄 project.cs

📁 软件工程的课程作业
💻 CS
📖 第 1 页 / 共 2 页
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace PSMS
{
	/// <summary>
	/// project 的摘要说明。
	/// </summary>
	public class project : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.Label label11;
		public System.Windows.Forms.TextBox ProjectID;
		public System.Windows.Forms.TextBox ProjectName;
		public System.Windows.Forms.TextBox ClientID;
		public System.Windows.Forms.TextBox ManagerID;
		public System.Windows.Forms.TextBox LinkmanID;
		public System.Windows.Forms.TextBox LFrequency;
		public System.Windows.Forms.ComboBox ProjectStatus;
		public System.Windows.Forms.TextBox StartTime;
		public System.Windows.Forms.TextBox SignTime;
		public System.Windows.Forms.TextBox ProjectContent;
		public System.Windows.Forms.TextBox Remark;
		public System.Windows.Forms.Label label12;
		public System.Windows.Forms.TextBox OverTime;
		public System.Windows.Forms.Button psubmit;
		public System.Windows.Forms.Button preset;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.Label label17;
		/// <summary>
		/// 必需的设计器变量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public project()
		{
			//
			// Windows 窗体设计器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 调用后添加任何构造函数代码
			//
		}

		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗体设计器生成的代码
		/// <summary>
		/// 设计器支持所需的方法 - 不要使用代码编辑器修改
		/// 此方法的内容。
		/// </summary>
		private void InitializeComponent()
		{
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(project));
			this.label1 = new System.Windows.Forms.Label();
			this.ProjectID = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.ProjectName = new System.Windows.Forms.TextBox();
			this.label3 = new System.Windows.Forms.Label();
			this.ClientID = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.ManagerID = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.LinkmanID = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.LFrequency = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.ProjectStatus = new System.Windows.Forms.ComboBox();
			this.label8 = new System.Windows.Forms.Label();
			this.StartTime = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.SignTime = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.label11 = new System.Windows.Forms.Label();
			this.ProjectContent = new System.Windows.Forms.TextBox();
			this.Remark = new System.Windows.Forms.TextBox();
			this.label12 = new System.Windows.Forms.Label();
			this.OverTime = new System.Windows.Forms.TextBox();
			this.psubmit = new System.Windows.Forms.Button();
			this.preset = new System.Windows.Forms.Button();
			this.label13 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.label15 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.label17 = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(16, 16);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(32, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "ID:";
			// 
			// ProjectID
			// 
			this.ProjectID.Location = new System.Drawing.Point(48, 16);
			this.ProjectID.Name = "ProjectID";
			this.ProjectID.Size = new System.Drawing.Size(72, 21);
			this.ProjectID.TabIndex = 1;
			this.ProjectID.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(144, 16);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(64, 16);
			this.label2.TabIndex = 2;
			this.label2.Text = "项目名称:";
			// 
			// ProjectName
			// 
			this.ProjectName.Location = new System.Drawing.Point(208, 16);
			this.ProjectName.Name = "ProjectName";
			this.ProjectName.Size = new System.Drawing.Size(88, 21);
			this.ProjectName.TabIndex = 3;
			this.ProjectName.Text = "";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(0, 56);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(56, 16);
			this.label3.TabIndex = 4;
			this.label3.Text = "客户ID:";
			// 
			// ClientID
			// 
			this.ClientID.Location = new System.Drawing.Point(48, 56);
			this.ClientID.Name = "ClientID";
			this.ClientID.Size = new System.Drawing.Size(72, 21);
			this.ClientID.TabIndex = 5;
			this.ClientID.Text = "";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(144, 56);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(56, 16);
			this.label4.TabIndex = 6;
			this.label4.Text = "负责人:";
			// 
			// ManagerID
			// 
			this.ManagerID.Location = new System.Drawing.Point(208, 56);
			this.ManagerID.Name = "ManagerID";
			this.ManagerID.Size = new System.Drawing.Size(88, 21);
			this.ManagerID.TabIndex = 7;
			this.ManagerID.Text = "";
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(0, 96);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(88, 16);
			this.label5.TabIndex = 8;
			this.label5.Text = "主要联系人ID";
			// 
			// LinkmanID
			// 
			this.LinkmanID.Location = new System.Drawing.Point(88, 96);
			this.LinkmanID.Name = "LinkmanID";
			this.LinkmanID.Size = new System.Drawing.Size(56, 21);
			this.LinkmanID.TabIndex = 9;
			this.LinkmanID.Text = "";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(168, 96);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(72, 16);
			this.label6.TabIndex = 10;
			this.label6.Text = "联系频度:";
			// 
			// LFrequency
			// 
			this.LFrequency.Location = new System.Drawing.Point(232, 96);
			this.LFrequency.Name = "LFrequency";
			this.LFrequency.Size = new System.Drawing.Size(80, 21);
			this.LFrequency.TabIndex = 11;
			this.LFrequency.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(8, 136);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(72, 16);
			this.label7.TabIndex = 12;
			this.label7.Text = "项目状态:";
			// 
			// ProjectStatus
			// 
			this.ProjectStatus.Items.AddRange(new object[] {
															   "",
															   "跟踪",
															   "方案",
															   "竟标",
															   "谈判",

⌨️ 快捷键说明

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