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

? 歡迎來(lái)到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? post.cs

?? CSDN助手.net 由于csdn論壇改版
?? CS
字號(hào):
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace CSDN
{

	/// <summary>
	/// Post 的摘要說(shuō)明。
	/// </summary>
	public class Post : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Button button1;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.RadioButton radioButton1;
		private System.Windows.Forms.RadioButton radioButton2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.GroupBox groupBox2;
		private System.Windows.Forms.RadioButton radioButton3;
		private System.Windows.Forms.RadioButton radioButton4;
		private System.Windows.Forms.Button button2;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.Button button3;
		/// <summary>
		/// 必需的設(shè)計(jì)器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		ArrayList selectedForumList;
		private bool ok = false;

		public Post()
		{
			//
			// Windows 窗體設(shè)計(jì)器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

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

		#region Windows Form Designer generated code
		/// <summary>
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.button1 = new System.Windows.Forms.Button();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label1 = new System.Windows.Forms.Label();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.radioButton1 = new System.Windows.Forms.RadioButton();
			this.radioButton2 = new System.Windows.Forms.RadioButton();
			this.label3 = new System.Windows.Forms.Label();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.label4 = new System.Windows.Forms.Label();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.groupBox2 = new System.Windows.Forms.GroupBox();
			this.button2 = new System.Windows.Forms.Button();
			this.radioButton4 = new System.Windows.Forms.RadioButton();
			this.radioButton3 = new System.Windows.Forms.RadioButton();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.button3 = new System.Windows.Forms.Button();
			this.groupBox1.SuspendLayout();
			this.groupBox2.SuspendLayout();
			this.SuspendLayout();
			// 
			// button1
			// 
			this.button1.Location = new System.Drawing.Point(248, 264);
			this.button1.Name = "button1";
			this.button1.TabIndex = 0;
			this.button1.Text = "確定";
			this.button1.Click += new System.EventHandler(this.button1_Click);
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(8, 120);
			this.textBox1.Multiline = true;
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(432, 136);
			this.textBox1.TabIndex = 1;
			this.textBox1.Text = "";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 70);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(40, 16);
			this.label1.TabIndex = 2;
			this.label1.Text = "標(biāo)題:";
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(48, 64);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(392, 21);
			this.textBox2.TabIndex = 3;
			this.textBox2.Text = "";
			// 
			// radioButton1
			// 
			this.radioButton1.Checked = true;
			this.radioButton1.Location = new System.Drawing.Point(112, 16);
			this.radioButton1.Name = "radioButton1";
			this.radioButton1.Size = new System.Drawing.Size(88, 24);
			this.radioButton1.TabIndex = 5;
			this.radioButton1.TabStop = true;
			this.radioButton1.Text = "技術(shù)性問題";
			// 
			// radioButton2
			// 
			this.radioButton2.Location = new System.Drawing.Point(8, 16);
			this.radioButton2.Name = "radioButton2";
			this.radioButton2.TabIndex = 6;
			this.radioButton2.Text = "非技術(shù)性問題";
			// 
			// label3
			// 
			this.label3.Location = new System.Drawing.Point(288, 101);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64, 16);
			this.label3.TabIndex = 7;
			this.label3.Text = "貼子給分:";
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(360, 96);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(80, 21);
			this.textBox3.TabIndex = 8;
			this.textBox3.Text = "20";
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(8, 96);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(40, 16);
			this.label4.TabIndex = 9;
			this.label4.Text = "內(nèi)容:";
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.radioButton2,
																					this.radioButton1});
			this.groupBox1.Location = new System.Drawing.Point(232, 8);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(208, 48);
			this.groupBox1.TabIndex = 11;
			this.groupBox1.TabStop = false;
			this.groupBox1.Text = "帖子類型";
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
																					this.button2,
																					this.radioButton4,
																					this.radioButton3});
			this.groupBox2.Location = new System.Drawing.Point(8, 8);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(216, 48);
			this.groupBox2.TabIndex = 12;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "發(fā)貼方式:";
			// 
			// button2
			// 
			this.button2.Enabled = false;
			this.button2.Location = new System.Drawing.Point(128, 16);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(80, 23);
			this.button2.TabIndex = 2;
			this.button2.Text = "論壇列表...";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// radioButton4
			// 
			this.radioButton4.Location = new System.Drawing.Point(72, 16);
			this.radioButton4.Name = "radioButton4";
			this.radioButton4.Size = new System.Drawing.Size(48, 24);
			this.radioButton4.TabIndex = 1;
			this.radioButton4.Text = "群發(fā)";
			this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
			// 
			// radioButton3
			// 
			this.radioButton3.Checked = true;
			this.radioButton3.Location = new System.Drawing.Point(16, 16);
			this.radioButton3.Name = "radioButton3";
			this.radioButton3.Size = new System.Drawing.Size(48, 24);
			this.radioButton3.TabIndex = 0;
			this.radioButton3.TabStop = true;
			this.radioButton3.Text = "單發(fā)";
			// 
			// checkBox1
			// 
			this.checkBox1.Location = new System.Drawing.Point(192, 96);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(80, 24);
			this.checkBox1.TabIndex = 13;
			this.checkBox1.Text = "使用簽名";
			// 
			// button3
			// 
			this.button3.Location = new System.Drawing.Point(336, 264);
			this.button3.Name = "button3";
			this.button3.TabIndex = 14;
			this.button3.Text = "取消";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// Post
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(450, 296);
			this.ControlBox = false;
			this.Controls.AddRange(new System.Windows.Forms.Control[] {
																		  this.button3,
																		  this.checkBox1,
																		  this.groupBox2,
																		  this.groupBox1,
																		  this.label4,
																		  this.textBox3,
																		  this.label3,
																		  this.textBox2,
																		  this.label1,
																		  this.textBox1,
																		  this.button1});
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.Name = "Post";
			this.ShowInTaskbar = false;
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "發(fā)帖";
			this.Load += new System.EventHandler(this.Post_Load);
			this.groupBox1.ResumeLayout(false);
			this.groupBox2.ResumeLayout(false);
			this.ResumeLayout(false);

		}
		#endregion

		private void Post_Load(object sender, System.EventArgs e)
		{
		
		}

		private void button1_Click(object sender, System.EventArgs e)
		{
			if(this.textBox2.Text == "")
				MessageBox.Show("title not allow null");
			else if(this.textBox1.Text == "")
				MessageBox.Show("content not allow null");
			else if(this.textBox3.Text == "")
				MessageBox.Show("point no allow null");
			else
			{
				try
				{
					Int32.Parse(this.textBox3.Text);
				}
				catch
				{
					MessageBox.Show("not number");
					return;
				}
				this.ok = true;
				Close();
			}
			
		}

		public bool OK
		{
			get
			{
				return ok;
			}
		}

		private void button3_Click(object sender, System.EventArgs e)
		{
			this.ok = false;
			Close();
		}

		public void SetPostRange()
		{
			this.radioButton3.Checked = false;
			this.radioButton4.Checked = true;

			this.button2.Enabled = true;
			this.radioButton3.Enabled = false;
		}

		private void radioButton4_CheckedChanged(object sender, System.EventArgs e)
		{
			if(this.radioButton4.Checked)
				this.button2.Enabled = true;
			else
				this.button2.Enabled = false;
		}

		private void button2_Click(object sender, System.EventArgs e)
		{
			ForumList forumList = new ForumList();
			forumList.ShowDialog();
			this.selectedForumList = forumList.SelectedForumList;
		}

		public ArrayList SelectedForumList
		{
			get
			{
				return selectedForumList;
			}
		}

		public int PostRange
		{
			get
			{
				if(this.radioButton3.Checked)
					return 1;
				else
					return 2;
			}
		}

		public int TypeState
		{
			get
			{
				if(this.radioButton1.Checked)
					return 1;
				else
					return 0;
			}
		}

		public string Title
		{
			get
			{
				return this.textBox2.Text;
			}
		}

		public string Content
		{
			get
			{
				return this.textBox1.Text;
			}
		}

		public int Point
		{
			get
			{
				return Int32.Parse(this.textBox3.Text);
			}
		}

		public bool AddMark
		{
			get
			{
				return this.checkBox1.Checked;
			}
		}
	}
}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
在线免费观看视频一区| 欧美吻胸吃奶大尺度电影 | 美国毛片一区二区| 中文字幕不卡的av| 日韩天堂在线观看| 一本到不卡精品视频在线观看| 麻豆精品视频在线| 亚洲国产成人porn| 亚洲同性gay激情无套| 精品美女在线播放| 欧美剧情电影在线观看完整版免费励志电影 | 日本高清成人免费播放| 国产资源在线一区| 日韩电影在线观看电影| 亚洲精品久久久蜜桃| 中文字幕巨乱亚洲| 久久婷婷一区二区三区| 欧美一级理论性理论a| 欧美亚洲综合一区| 色88888久久久久久影院野外| 国产成人啪免费观看软件| 蜜臀精品一区二区三区在线观看| 亚洲一区二区三区美女| 亚洲欧美视频在线观看| 国产精品乱人伦| 国产三级三级三级精品8ⅰ区| 日韩欧美亚洲一区二区| 91精品国产综合久久福利| 日本韩国视频一区二区| 色婷婷久久综合| 99国产欧美另类久久久精品| 成人永久看片免费视频天堂| 国产福利91精品一区二区三区| 精品影院一区二区久久久| 久久99精品久久久久婷婷| 奇米影视7777精品一区二区| 日韩av电影免费观看高清完整版| 亚洲夂夂婷婷色拍ww47| 亚洲一区二区精品视频| 亚洲国产成人精品视频| 五月婷婷激情综合| 亚洲一区二区精品3399| 午夜精品免费在线| 免费日韩伦理电影| 九九**精品视频免费播放| 久久成人免费电影| 国产精品888| 成人小视频在线| 91啪亚洲精品| 欧美日韩一区二区三区免费看| 日韩av中文字幕一区二区| 中文字幕精品三区| 国产欧美精品一区| 国产日韩精品久久久| 国产精品女主播在线观看| 中文字幕在线不卡国产视频| 亚洲色图丝袜美腿| 亚洲成人一区在线| 麻豆成人久久精品二区三区小说| 九九在线精品视频| 成人性生交大片免费看在线播放| 99精品一区二区三区| 欧美亚州韩日在线看免费版国语版| 欧美日韩精品一区二区天天拍小说| 欧美精品久久99| 精品久久国产老人久久综合| 久久亚洲春色中文字幕久久久| 中文字幕电影一区| 亚洲午夜精品网| 精品亚洲成av人在线观看| 国产精品一区二区无线| 97久久超碰国产精品| 欧美日韩中文精品| 久久女同精品一区二区| 亚洲人成亚洲人成在线观看图片 | 中文字幕一区av| 午夜视频一区二区| 国产精品一区二区在线观看网站 | 热久久一区二区| 成人精品在线视频观看| 欧美日韩亚洲国产综合| wwwwxxxxx欧美| 亚洲老妇xxxxxx| 国产在线精品一区二区| 色婷婷久久99综合精品jk白丝| 欧美变态口味重另类| 亚洲人成7777| 激情综合网激情| 91国模大尺度私拍在线视频| 精品国产免费人成电影在线观看四季 | 久久精品久久综合| 色婷婷亚洲精品| 精品国产91亚洲一区二区三区婷婷| 亚洲日本韩国一区| 国内精品伊人久久久久av影院| 久久综合色综合88| 亚洲小说欧美激情另类| 国产成人高清视频| 制服丝袜亚洲色图| 亚洲欧美激情视频在线观看一区二区三区 | 亚洲精品一区二区在线观看| 亚洲永久精品国产| 99麻豆久久久国产精品免费| 精品乱人伦小说| 午夜精品福利在线| 色婷婷综合久久久久中文一区二区| 久久久三级国产网站| 石原莉奈在线亚洲二区| 日本韩国视频一区二区| 欧美激情一区二区三区蜜桃视频| 青青青伊人色综合久久| 91黄色小视频| 亚洲欧美在线aaa| 国产精品99久久久久久似苏梦涵| 91精品国产色综合久久ai换脸| 亚洲猫色日本管| 成人丝袜18视频在线观看| 久久这里只有精品首页| 美女在线视频一区| 欧美一区欧美二区| 亚洲国产另类av| 色视频一区二区| 亚洲丝袜另类动漫二区| 丁香天五香天堂综合| 日韩欧美另类在线| 日本伊人精品一区二区三区观看方式| 99久久国产免费看| 亚洲视频一区二区在线观看| 成人av高清在线| 国产精品久久久久四虎| 欧美变态凌虐bdsm| 另类中文字幕网| 欧美一级在线观看| 久久精品国产免费| 久久亚洲精精品中文字幕早川悠里 | 欧美在线看片a免费观看| 亚洲视频一区二区在线观看| 91在线观看高清| 亚洲男人的天堂一区二区| 91美女片黄在线观看| 亚洲婷婷国产精品电影人久久| 99精品在线观看视频| 亚洲欧美日韩国产成人精品影院 | 久久久不卡网国产精品一区| 国内一区二区视频| 国产午夜精品理论片a级大结局| 国产精品一区二区不卡| 国产精品久久久久7777按摩 | 久久这里只精品最新地址| 国产一区在线观看视频| 国产亚洲欧美中文| proumb性欧美在线观看| 亚洲品质自拍视频网站| 欧美三级视频在线| 免费成人深夜小野草| 欧美精品一区二区在线观看| 福利一区二区在线| 一区二区三区影院| 91精品视频网| 国产不卡视频在线播放| 亚洲女人****多毛耸耸8| 欧美人体做爰大胆视频| 国产在线视频精品一区| 亚洲欧美日韩人成在线播放| 欧美日韩国产美| 国产精品小仙女| 亚洲影视在线播放| 精品国产人成亚洲区| 91亚洲资源网| 久久精品国产**网站演员| 国产欧美综合在线观看第十页 | 91精品国产福利| 国产美女精品一区二区三区| 国产精品久久精品日日| 欧美美女激情18p| 国产精品一区二区男女羞羞无遮挡| 亚洲欧美偷拍三级| 欧美大片免费久久精品三p| 成人av在线资源网站| 日本视频中文字幕一区二区三区| 亚洲国产精品传媒在线观看| 欧美疯狂做受xxxx富婆| 成人丝袜18视频在线观看| 日韩电影在线一区| 最好看的中文字幕久久| 日韩视频123| 色乱码一区二区三区88| 狠狠狠色丁香婷婷综合激情| 洋洋av久久久久久久一区| 久久综合视频网| 欧美日韩国产综合视频在线观看| 成人一区在线观看| 蜜桃视频在线一区| 一区二区三区中文在线| 国产欧美精品日韩区二区麻豆天美| 91精品欧美一区二区三区综合在| 成人18视频日本| 国产麻豆精品在线观看| 午夜国产精品影院在线观看| 亚洲色图在线播放|