亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? inputprint.cs

?? 為湖北省教委、湖北省就業指導中心訂做的學歷查詢系統
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace WindowsApplication3
{
	/// <summary>
	/// InputPrint 的摘要說明。
	/// </summary>
	public class InputPrint : System.Windows.Forms.Form
	{
		public static string reportNum = "";
		public static string reportData = "";
        public static string reportKind = "";

		private System.Windows.Forms.Label stuLable;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.RadioButton rab1;
		private System.Windows.Forms.RadioButton rab2;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.PictureBox pictureBox1;
		private System.Windows.Forms.DateTimePicker dateTimePicker1;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public InputPrint()
		{
			//
			// 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(InputPrint));
			this.stuLable = new System.Windows.Forms.Label();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.rab2 = new System.Windows.Forms.RadioButton();
			this.rab1 = new System.Windows.Forms.RadioButton();
			this.label1 = new System.Windows.Forms.Label();
			this.pictureBox1 = new System.Windows.Forms.PictureBox();
			this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// stuLable
			// 
			this.stuLable.BackColor = System.Drawing.Color.Transparent;
			this.stuLable.Location = new System.Drawing.Point(16, 24);
			this.stuLable.Name = "stuLable";
			this.stuLable.Size = new System.Drawing.Size(168, 24);
			this.stuLable.TabIndex = 0;
			this.stuLable.Text = "學生情況";
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(160, 96);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(152, 21);
			this.textBox1.TabIndex = 1;
			this.textBox1.Text = "";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(40, 96);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(96, 23);
			this.label2.TabIndex = 3;
			this.label2.Text = "請輸入報告編號";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(40, 136);
			this.label3.Name = "label3";
			this.label3.TabIndex = 4;
			this.label3.Text = "請輸入報告日期";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.rab2);
			this.groupBox1.Controls.Add(this.rab1);
			this.groupBox1.Location = new System.Drawing.Point(40, 216);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(360, 48);
			this.groupBox1.TabIndex = 6;
			this.groupBox1.TabStop = false;
			// 
			// rab2
			// 
			this.rab2.Location = new System.Drawing.Point(200, 16);
			this.rab2.Name = "rab2";
			this.rab2.TabIndex = 1;
			this.rab2.Text = "   查無此人";
			// 
			// rab1
			// 
			this.rab1.Location = new System.Drawing.Point(32, 16);
			this.rab1.Name = "rab1";
			this.rab1.TabIndex = 0;
			this.rab1.Text = "   存在此人";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(40, 192);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(128, 23);
			this.label1.TabIndex = 7;
			this.label1.Text = "請選擇打印報告的種類";
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(320, 280);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(72, 24);
			this.pictureBox1.TabIndex = 8;
			this.pictureBox1.TabStop = false;
			this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
			this.pictureBox1.MouseEnter += new System.EventHandler(this.pictureBox1_MouseEnter);
			this.pictureBox1.MouseLeave += new System.EventHandler(this.pictureBox1_MouseLeave);
			// 
			// dateTimePicker1
			// 
			this.dateTimePicker1.Location = new System.Drawing.Point(160, 136);
			this.dateTimePicker1.Name = "dateTimePicker1";
			this.dateTimePicker1.Size = new System.Drawing.Size(152, 21);
			this.dateTimePicker1.TabIndex = 9;
			// 
			// InputPrint
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.BackColor = System.Drawing.SystemColors.ControlLightLight;
			this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
			this.ClientSize = new System.Drawing.Size(448, 318);
			this.Controls.Add(this.dateTimePicker1);
			this.Controls.Add(this.pictureBox1);
			this.Controls.Add(this.label1);
			this.Controls.Add(this.groupBox1);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.textBox1);
			this.Controls.Add(this.stuLable);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "InputPrint";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "打印設置";
			this.Load += new System.EventHandler(this.InputPrint_Load);
			this.groupBox1.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion
		
		
		
		
		private void InputPrint_Load(object sender, System.EventArgs e)
		{
			rab1.Checked = false;
			rab2.Checked = false;
			
			if(InputData.stuState == true)
			{
				stuLable.Text = "經查詢,個人資料全部符合!";
				rab1.Checked = true;
			}
			else
			{
				stuLable.Text = "經查詢,個人資料有修改部分!";
				rab2.Checked = true;
			}
		}

	

		private void pictureBox1_Click(object sender, System.EventArgs e)
		{
			textBox1.Text = textBox1.Text.Trim();
			//textBox2.Text = textBox2.Text.Trim();
//			if(textBox1.Text.Length == 0)//||(textBox2.Text.Length == 0))
//			{
//				MessageBox.Show("編號不能為空!");
//				return;
//			}
			if((rab1.Checked == false)&&(rab2.Checked == false))
			{
				MessageBox.Show("請選擇要打印報告的種類!");
				return;
			}

			if(rab1.Checked == true)
			{
				reportKind = "yes";
			}
			if(rab2.Checked == true)
			{
				reportKind = "no";
			}
			reportNum = textBox1.Text;//設置編號
			reportData = dateTimePicker1.Value.ToShortDateString();//設置日期

			//////////////////////////////////字段長度處理
			if( (InputData.trans.name.Length < 4)&&(InputData.trans.name.Length == 1))
			{
				InputData.trans.name = "  "+InputData.trans.name+"    ";
			}
			if( (InputData.trans.name.Length < 4)&&(InputData.trans.name.Length == 2))
			{
				InputData.trans.name = "  "+InputData.trans.name+"  ";
			}
			if( (InputData.trans.name.Length < 4)&&(InputData.trans.name.Length == 3))
			{
				InputData.trans.name = "  "+InputData.trans.name;
			}

			if(InputData.trans.schName.Length<10)
			{
				if(InputData.trans.schName.Length == 9)
				{
                   InputData.trans.schName = "  "+InputData.trans.schName;
				}
				if(InputData.trans.schName.Length == 8)
				{
					InputData.trans.schName = "  "+InputData.trans.schName+"  ";
				}
				if(InputData.trans.schName.Length == 7)
				{
					InputData.trans.schName = "  "+InputData.trans.schName+"    ";
				}
				if(InputData.trans.schName.Length == 6)
				{
					InputData.trans.schName = "  "+InputData.trans.schName+"      ";
				}
				if(InputData.trans.schName.Length == 5)
				{
					InputData.trans.schName = "  "+InputData.trans.schName+"        ";
				}
				if(InputData.trans.schName.Length == 4)
				{
					InputData.trans.schName = "  "+InputData.trans.schName+"          ";
				}
				if(InputData.trans.schName.Length == 3)
				{
					InputData.trans.schName = "  "+InputData.trans.schName+"            ";
				}

			}
 
			if(InputData.trans.schCourse.Length < 8)
			{
				if(InputData.trans.schCourse.Length == 7)
				{
                   InputData.trans.schCourse = "  "+InputData.trans.schCourse ;
				}
				if(InputData.trans.schCourse.Length == 6)
				{
					InputData.trans.schCourse = "  "+InputData.trans.schCourse+"  ";
				}
				if(InputData.trans.schCourse.Length == 5)
				{
					InputData.trans.schCourse = "  "+InputData.trans.schCourse+"    ";
				}
				if(InputData.trans.schCourse.Length == 4)
				{
					InputData.trans.schCourse = "  "+InputData.trans.schCourse+"      ";
				}
				if(InputData.trans.schCourse.Length == 3)
				{
					InputData.trans.schCourse = "  "+InputData.trans.schCourse+"        ";
				}
				if(InputData.trans.schCourse.Length == 2)
				{
					InputData.trans.schCourse = "  "+InputData.trans.schCourse+"          ";
				}
			}
			
			if(InputData.trans.degreeKind.Length<8)
			{ 
				if(InputData.trans.degreeKind.Length == 7)
				{
                    InputData.trans.degreeKind = "  " + InputData.trans.degreeKind;
				}
				if(InputData.trans.degreeKind.Length == 6)
				{
					InputData.trans.degreeKind = "  " + InputData.trans.degreeKind+"  ";
				}
				if(InputData.trans.degreeKind.Length == 5)
				{
					InputData.trans.degreeKind = "  " + InputData.trans.degreeKind+"    ";
				}
				if(InputData.trans.degreeKind.Length == 4)
				{
					InputData.trans.degreeKind = "  " + InputData.trans.degreeKind+"      ";
				}
				if(InputData.trans.degreeKind.Length == 3)
				{
					InputData.trans.degreeKind = "  " + InputData.trans.degreeKind+"        ";
				}
				if(InputData.trans.degreeKind.Length == 2)
				{
					InputData.trans.degreeKind = "  " + InputData.trans.degreeKind+"          ";
				}
			}

			if(InputData.trans.degree.Length<9)
			{
				if(InputData.trans.degree.Length == 5)
				{
                   InputData.trans.degree = "  "+InputData.trans.degree + "      ";
				}
				if(InputData.trans.degree.Length == 6)
				{
					InputData.trans.degree = "  "+InputData.trans.degree + "    ";
				}
				if(InputData.trans.degree.Length == 4)
				{
					InputData.trans.degree =  "  "+InputData.trans.degree + "        ";
				}
				if(InputData.trans.degree.Length == 3)
				{
					InputData.trans.degree =  "  "+InputData.trans.degree + "          ";
				}
				if(InputData.trans.degree.Length == 2)
				{
					InputData.trans.degree =  "  "+InputData.trans.degree + "            ";
				}

			}

			/////////////////////////////////


			
			PreviewDialog view = new PreviewDialog();
			view.ShowDialog();

		}

		private void pictureBox1_MouseEnter(object sender, System.EventArgs e)
		{
		   pictureBox1.Image = Image.FromFile( "img\\button-打印報告02.GIF" );
		}

		private void pictureBox1_MouseLeave(object sender, System.EventArgs e)
		{
		   pictureBox1.Image = Image.FromFile( "img\\button-打印報告01.GIF" );
		}
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品第1页| 天天影视涩香欲综合网| 最新国产成人在线观看| 一区二区免费在线播放| 亚洲电影一区二区| 精品一区二区三区欧美| 94色蜜桃网一区二区三区| 51精品秘密在线观看| 欧美一区二区视频在线观看2020 | 亚洲视频一区二区免费在线观看| 亚洲裸体xxx| 麻豆久久久久久久| 91网上在线视频| 精品国产伦理网| 亚洲亚洲精品在线观看| 国产一区二区三区久久久| 9色porny自拍视频一区二区| 欧美二区在线观看| 国产精品美女久久久久久| 蜜臀av国产精品久久久久| 91国产福利在线| 国产精品久久久久精k8 | 51精品视频一区二区三区| 国产午夜精品福利| 免费看欧美女人艹b| aa级大片欧美| 精品国产乱码久久久久久1区2区 | 欧美一区二区三区精品| 国产精品久久久久久久久久免费看| 午夜精品久久久久久久久久| 粉嫩av一区二区三区| 欧美精品一区二区三区在线播放| 樱花影视一区二区| 99久久免费精品高清特色大片| 久久色中文字幕| 青青草91视频| 欧美日韩一区三区四区| 一区二区三区免费在线观看| 国产不卡视频一区二区三区| 欧美一区二区三区色| 亚洲国产成人tv| 日本道色综合久久| 一区二区高清在线| 色婷婷久久久亚洲一区二区三区| 中文字幕一区二区三区乱码在线 | 亚洲一区在线播放| 9色porny自拍视频一区二区| 国产精品免费视频一区| 高清视频一区二区| 国产精品色眯眯| 国产福利一区二区| 国产日产亚洲精品系列| 国产宾馆实践打屁股91| 久久久久久麻豆| 国产91精品一区二区麻豆网站 | 亚洲地区一二三色| 91福利在线看| 亚洲宅男天堂在线观看无病毒| 色婷婷综合在线| 亚洲国产另类av| 欧美日韩国产乱码电影| 美女性感视频久久| 国产日韩精品久久久| av电影天堂一区二区在线| 久久久久国产成人精品亚洲午夜| 国产精品影视网| 欧美国产日韩a欧美在线观看 | 欧美美女一区二区在线观看| 日本aⅴ精品一区二区三区| 制服丝袜亚洲网站| 精品一区免费av| 国产精品久久久久久久久久久免费看 | 日韩激情av在线| 日韩一卡二卡三卡四卡| 99精品久久久久久| 久久国产剧场电影| 一区二区日韩av| 国产色产综合产在线视频| 欧美最猛黑人xxxxx猛交| 国内精品不卡在线| 亚洲动漫第一页| 国产精品大尺度| 久久久精品国产免费观看同学| 在线精品观看国产| 成人激情午夜影院| 久久疯狂做爰流白浆xx| 亚洲国产日韩一区二区| 中文字幕一区二区三区四区不卡| 精品国产一区二区亚洲人成毛片| 欧美性大战xxxxx久久久| 国产不卡视频一区| 国产资源在线一区| 美女视频黄a大片欧美| 亚洲综合在线免费观看| 国产精品美女久久久久久久久| 日韩欧美精品在线| 91精品国产综合久久蜜臀| 在线欧美日韩国产| 99久久精品国产毛片| 国产成人99久久亚洲综合精品| 美脚の诱脚舐め脚责91 | 欧美一区二区三区婷婷月色| 欧美网站一区二区| 欧美系列一区二区| 色琪琪一区二区三区亚洲区| 91在线码无精品| 99久久精品国产毛片| www.久久精品| 成人h精品动漫一区二区三区| 精品制服美女丁香| 国产综合色视频| 韩国三级电影一区二区| 九九九精品视频| 国产专区欧美精品| 国产成人在线视频网址| 成人一区二区三区视频在线观看| 国产成人亚洲综合a∨猫咪| 国产福利91精品一区二区三区| 国内精品伊人久久久久av一坑| 蜜桃久久av一区| 国产麻豆精品95视频| 国产一区二区三区av电影| 久久电影网电视剧免费观看| 久久精品72免费观看| 国产专区欧美精品| 成人app下载| 91麻豆.com| 欧美日韩一区二区电影| 日韩一区二区影院| 国产欧美综合在线| 亚洲精品国产精华液| 天涯成人国产亚洲精品一区av| 美女视频黄免费的久久 | 亚洲精品中文字幕在线观看| 亚洲一二三专区| 麻豆91免费观看| 成人午夜私人影院| 欧美三级日韩在线| 日韩欧美亚洲国产另类| 日本一区二区三区免费乱视频| 亚洲另类色综合网站| 日本一不卡视频| 丰满少妇在线播放bd日韩电影| 91麻豆精品在线观看| 7777精品伊人久久久大香线蕉完整版 | 麻豆精品在线播放| 风间由美一区二区av101| 欧美性三三影院| 久久久久国色av免费看影院| 亚洲视频一区在线观看| 蜜臀av一区二区| 91麻豆精品秘密| 欧美成va人片在线观看| 国产精品三级电影| 五月天亚洲婷婷| 成人动漫在线一区| 日韩一区二区中文字幕| 中文字幕欧美一| 久久成人久久鬼色| 欧美在线观看一区| 欧美激情在线一区二区| 丝袜美腿一区二区三区| av男人天堂一区| 欧美电影免费观看高清完整版在线| 国产精品久久久久一区二区三区 | 97超碰欧美中文字幕| 日韩精品一区二区三区在线 | 亚洲黄一区二区三区| 韩国精品久久久| 欧美性感一区二区三区| 中文字幕av资源一区| 久久成人免费网站| 欧美人牲a欧美精品| 亚洲免费在线看| 成人国产精品免费观看| 久久久亚洲综合| 蜜芽一区二区三区| 欧美色综合网站| 亚洲女人的天堂| 成人av网址在线| 久久午夜免费电影| 精品一区二区av| 91精选在线观看| 亚洲午夜视频在线观看| 一本色道久久综合亚洲aⅴ蜜桃 | 精品伦理精品一区| 日韩精品五月天| 欧洲精品中文字幕| 国产精品久久久久久久久久免费看| 韩国av一区二区| 久久色在线观看| 国产精品综合二区| 国产亚洲一区二区在线观看| 捆绑变态av一区二区三区| 日韩一区二区三区高清免费看看| 亚洲第一成人在线| 欧美高清视频不卡网| 舔着乳尖日韩一区| 91精品国产综合久久小美女| 免费在线看成人av|