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

📄 designreportsearchinfo.cs

📁 树形逻辑报表程序源码,能根居元数据定义拖拉开发新的报表.
💻 CS
📖 第 1 页 / 共 4 页
字号:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;

namespace TreeReportApp
{
	/// <summary>
	/// DesignReportSearchInfo 的摘要说明。
	/// </summary>
	public class DesignReportSearchInfo : System.Windows.Forms.Form
	{

		public ListViewItem _item;

		private System.Windows.Forms.Button button_ok;
		private System.Windows.Forms.Button button_cancel;
		private System.Windows.Forms.GroupBox groupBox1;
		private System.Windows.Forms.CheckBox checkBox_range;
		private System.Windows.Forms.TextBox textBox_width;
		private System.Windows.Forms.ComboBox comboBox_datatype;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.ComboBox comboBox_controlclass;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.TextBox textBox_field;
		private System.Windows.Forms.TextBox textBox_HKchinsestext;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox textBox_chinesetext;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.TextBox textBox_englishtext;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label9;
		/// <summary>
		/// 必需的设计器变量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public DesignReportSearchInfo()
		{
			//
			// 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(DesignReportSearchInfo));
			this.button_ok = new System.Windows.Forms.Button();
			this.button_cancel = new System.Windows.Forms.Button();
			this.groupBox1 = new System.Windows.Forms.GroupBox();
			this.checkBox_range = new System.Windows.Forms.CheckBox();
			this.textBox_width = new System.Windows.Forms.TextBox();
			this.comboBox_datatype = new System.Windows.Forms.ComboBox();
			this.label1 = new System.Windows.Forms.Label();
			this.comboBox_controlclass = new System.Windows.Forms.ComboBox();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.textBox_field = new System.Windows.Forms.TextBox();
			this.textBox_HKchinsestext = new System.Windows.Forms.TextBox();
			this.label5 = new System.Windows.Forms.Label();
			this.textBox_chinesetext = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.textBox_englishtext = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label9 = new System.Windows.Forms.Label();
			this.groupBox1.SuspendLayout();
			this.SuspendLayout();
			// 
			// button_ok
			// 
			this.button_ok.AccessibleDescription = resources.GetString("button_ok.AccessibleDescription");
			this.button_ok.AccessibleName = resources.GetString("button_ok.AccessibleName");
			this.button_ok.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("button_ok.Anchor")));
			this.button_ok.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_ok.BackgroundImage")));
			this.button_ok.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("button_ok.Dock")));
			this.button_ok.Enabled = ((bool)(resources.GetObject("button_ok.Enabled")));
			this.button_ok.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("button_ok.FlatStyle")));
			this.button_ok.Font = ((System.Drawing.Font)(resources.GetObject("button_ok.Font")));
			this.button_ok.Image = ((System.Drawing.Image)(resources.GetObject("button_ok.Image")));
			this.button_ok.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("button_ok.ImageAlign")));
			this.button_ok.ImageIndex = ((int)(resources.GetObject("button_ok.ImageIndex")));
			this.button_ok.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("button_ok.ImeMode")));
			this.button_ok.Location = ((System.Drawing.Point)(resources.GetObject("button_ok.Location")));
			this.button_ok.Name = "button_ok";
			this.button_ok.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("button_ok.RightToLeft")));
			this.button_ok.Size = ((System.Drawing.Size)(resources.GetObject("button_ok.Size")));
			this.button_ok.TabIndex = ((int)(resources.GetObject("button_ok.TabIndex")));
			this.button_ok.Text = resources.GetString("button_ok.Text");
			this.button_ok.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("button_ok.TextAlign")));
			this.button_ok.Visible = ((bool)(resources.GetObject("button_ok.Visible")));
			this.button_ok.Click += new System.EventHandler(this.button_ok_Click);
			// 
			// button_cancel
			// 
			this.button_cancel.AccessibleDescription = resources.GetString("button_cancel.AccessibleDescription");
			this.button_cancel.AccessibleName = resources.GetString("button_cancel.AccessibleName");
			this.button_cancel.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("button_cancel.Anchor")));
			this.button_cancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button_cancel.BackgroundImage")));
			this.button_cancel.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("button_cancel.Dock")));
			this.button_cancel.Enabled = ((bool)(resources.GetObject("button_cancel.Enabled")));
			this.button_cancel.FlatStyle = ((System.Windows.Forms.FlatStyle)(resources.GetObject("button_cancel.FlatStyle")));
			this.button_cancel.Font = ((System.Drawing.Font)(resources.GetObject("button_cancel.Font")));
			this.button_cancel.Image = ((System.Drawing.Image)(resources.GetObject("button_cancel.Image")));
			this.button_cancel.ImageAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("button_cancel.ImageAlign")));
			this.button_cancel.ImageIndex = ((int)(resources.GetObject("button_cancel.ImageIndex")));
			this.button_cancel.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("button_cancel.ImeMode")));
			this.button_cancel.Location = ((System.Drawing.Point)(resources.GetObject("button_cancel.Location")));
			this.button_cancel.Name = "button_cancel";
			this.button_cancel.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("button_cancel.RightToLeft")));
			this.button_cancel.Size = ((System.Drawing.Size)(resources.GetObject("button_cancel.Size")));
			this.button_cancel.TabIndex = ((int)(resources.GetObject("button_cancel.TabIndex")));
			this.button_cancel.Text = resources.GetString("button_cancel.Text");
			this.button_cancel.TextAlign = ((System.Drawing.ContentAlignment)(resources.GetObject("button_cancel.TextAlign")));
			this.button_cancel.Visible = ((bool)(resources.GetObject("button_cancel.Visible")));
			this.button_cancel.Click += new System.EventHandler(this.button_cancel_Click);
			// 
			// groupBox1
			// 
			this.groupBox1.AccessibleDescription = resources.GetString("groupBox1.AccessibleDescription");
			this.groupBox1.AccessibleName = resources.GetString("groupBox1.AccessibleName");
			this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("groupBox1.Anchor")));
			this.groupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("groupBox1.BackgroundImage")));
			this.groupBox1.Controls.Add(this.textBox_width);
			this.groupBox1.Controls.Add(this.label8);
			this.groupBox1.Controls.Add(this.textBox_HKchinsestext);
			this.groupBox1.Controls.Add(this.label5);
			this.groupBox1.Controls.Add(this.textBox_chinesetext);
			this.groupBox1.Controls.Add(this.label6);
			this.groupBox1.Controls.Add(this.textBox_englishtext);
			this.groupBox1.Controls.Add(this.label7);
			this.groupBox1.Controls.Add(this.comboBox_datatype);
			this.groupBox1.Controls.Add(this.label1);
			this.groupBox1.Controls.Add(this.comboBox_controlclass);
			this.groupBox1.Controls.Add(this.label2);
			this.groupBox1.Controls.Add(this.label3);
			this.groupBox1.Controls.Add(this.label9);
			this.groupBox1.Controls.Add(this.checkBox_range);
			this.groupBox1.Dock = ((System.Windows.Forms.DockStyle)(resources.GetObject("groupBox1.Dock")));
			this.groupBox1.Enabled = ((bool)(resources.GetObject("groupBox1.Enabled")));
			this.groupBox1.Font = ((System.Drawing.Font)(resources.GetObject("groupBox1.Font")));
			this.groupBox1.ImeMode = ((System.Windows.Forms.ImeMode)(resources.GetObject("groupBox1.ImeMode")));
			this.groupBox1.Location = ((System.Drawing.Point)(resources.GetObject("groupBox1.Location")));

⌨️ 快捷键说明

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