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

📄 complainform.h

📁 实现了很好的客户关系管理功能
💻 H
📖 第 1 页 / 共 3 页
字号:
//文件名:ComplainForm.h
#pragma once

using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;

using namespace System::Data::SqlClient;

namespace 客户关系管理系统 {

	/// <summary>
	/// ComplainForm 摘要
	///
	/// 警告: 如果更改此类的名称,则需要更改
	///          与此类所依赖的所有 .resx 文件关联的托管资源编译器工具的
	///          “资源文件名”属性。否则,
	///          设计器将不能与此窗体的关联
	///          本地化资源正确交互。
	/// </summary>
	public ref class ComplainForm : public System::Windows::Forms::Form
	{
	public:
		ComplainForm(void)
		{
			InitializeComponent();
			//
			//TODO: 在此处添加构造函数代码
			//
		}

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~ComplainForm()
		{
			if (components)
			{
				delete components;
			}
		}
	private: My::MyCRMDataSet^  MyCRMDataSet;
	protected: 
	private: System::Windows::Forms::BindingSource^  客户投诉BindingSource;
	private: My::MyCRMDataSetTableAdapters::客户投诉TableAdapter^  客户投诉TableAdapter;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn3;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn4;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveLastItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator2;
	private: System::Windows::Forms::ToolStripButton^  客户投诉BindingNavigatorSaveItem;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn5;
	private: System::Windows::Forms::TextBox^  处理情况TextBox;
	private: System::Windows::Forms::TextBox^  投诉主题TextBox;
	private: System::Windows::Forms::TextBox^  投诉内容TextBox;
	private: System::Windows::Forms::DataGridView^  客户投诉DataGridView;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn6;
	private: System::Windows::Forms::TextBox^  自编号TextBox;
	private: System::Windows::Forms::ComboBox^  客户名称ComboBox;
	private: System::Windows::Forms::DateTimePicker^  投诉日期DateTimePicker;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorAddNewItem;
	private: System::Windows::Forms::BindingNavigator^  客户投诉BindingNavigator;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorDeleteItem;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel1;
	private: System::Windows::Forms::ToolStripComboBox^  客户名称ToolStripComboBox;
	private: System::Windows::Forms::ToolStripButton^  查询ToolStripButton;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveFirstItem;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMovePreviousItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveNextItem;
	private: System::ComponentModel::IContainer^  components;
	private:
		/// <summary>
		/// 必需的设计器变量。
		/// </summary>

#pragma region Windows Form Designer generated code
		/// <summary>
		/// 设计器支持所需的方法 - 不要
		/// 使用代码编辑器修改此方法的内容。
		/// </summary>
		void InitializeComponent(void)
		{
			this->components = (gcnew System::ComponentModel::Container());
			System::Windows::Forms::Label^  处理情况Label;
			System::Windows::Forms::Label^  自编号Label;
			System::Windows::Forms::Label^  客户名称Label;
			System::Windows::Forms::Label^  投诉日期Label;
			System::Windows::Forms::Label^  投诉主题Label;
			System::Windows::Forms::Label^  投诉内容Label;
			System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(ComplainForm::typeid));
			this->MyCRMDataSet = (gcnew My::MyCRMDataSet());
			this->客户投诉BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->客户投诉TableAdapter = (gcnew My::MyCRMDataSetTableAdapters::客户投诉TableAdapter());
			this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->bindingNavigatorMoveLastItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->客户投诉BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->处理情况TextBox = (gcnew System::Windows::Forms::TextBox());
			this->投诉主题TextBox = (gcnew System::Windows::Forms::TextBox());
			this->投诉内容TextBox = (gcnew System::Windows::Forms::TextBox());
			this->客户投诉DataGridView = (gcnew System::Windows::Forms::DataGridView());
			this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->自编号TextBox = (gcnew System::Windows::Forms::TextBox());
			this->客户名称ComboBox = (gcnew System::Windows::Forms::ComboBox());
			this->投诉日期DateTimePicker = (gcnew System::Windows::Forms::DateTimePicker());
			this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->客户投诉BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
			this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->toolStripLabel1 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->客户名称ToolStripComboBox = (gcnew System::Windows::Forms::ToolStripComboBox());
			this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorMoveFirstItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorMovePreviousItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->bindingNavigatorMoveNextItem = (gcnew System::Windows::Forms::ToolStripButton());
			处理情况Label = (gcnew System::Windows::Forms::Label());
			自编号Label = (gcnew System::Windows::Forms::Label());
			客户名称Label = (gcnew System::Windows::Forms::Label());
			投诉日期Label = (gcnew System::Windows::Forms::Label());
			投诉主题Label = (gcnew System::Windows::Forms::Label());
			投诉内容Label = (gcnew System::Windows::Forms::Label());
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->MyCRMDataSet))->BeginInit();
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->客户投诉BindingSource))->BeginInit();
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->客户投诉DataGridView))->BeginInit();
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->客户投诉BindingNavigator))->BeginInit();
			this->客户投诉BindingNavigator->SuspendLayout();
			this->SuspendLayout();
			// 
			// 处理情况Label
			// 
			处理情况Label->AutoSize = true;
			处理情况Label->Location = System::Drawing::Point(275, 83);
			处理情况Label->Name = L"处理情况Label";
			处理情况Label->Size = System::Drawing::Size(59, 12);
			处理情况Label->TabIndex = 28;
			处理情况Label->Text = L"处理情况:";
			// 
			// 自编号Label
			// 
			自编号Label->AutoSize = true;
			自编号Label->Location = System::Drawing::Point(2, 29);
			自编号Label->Name = L"自编号Label";
			自编号Label->Size = System::Drawing::Size(47, 12);
			自编号Label->TabIndex = 18;
			自编号Label->Text = L"自编号:";
			// 
			// 客户名称Label
			// 
			客户名称Label->AutoSize = true;
			客户名称Label->Location = System::Drawing::Point(2, 56);
			客户名称Label->Name = L"客户名称Label";
			客户名称Label->Size = System::Drawing::Size(59, 12);
			客户名称Label->TabIndex = 20;
			客户名称Label->Text = L"客户名称:";
			// 
			// 投诉日期Label
			// 
			投诉日期Label->AutoSize = true;
			投诉日期Label->Location = System::Drawing::Point(2, 83);
			投诉日期Label->Name = L"投诉日期Label";
			投诉日期Label->Size = System::Drawing::Size(59, 12);
			投诉日期Label->TabIndex = 22;
			投诉日期Label->Text = L"投诉日期:";
			// 
			// 投诉主题Label
			// 
			投诉主题Label->AutoSize = true;
			投诉主题Label->Location = System::Drawing::Point(2, 109);
			投诉主题Label->Name = L"投诉主题Label";
			投诉主题Label->Size = System::Drawing::Size(59, 12);
			投诉主题Label->TabIndex = 24;
			投诉主题Label->Text = L"投诉主题:";
			// 
			// 投诉内容Label
			// 
			投诉内容Label->AutoSize = true;
			投诉内容Label->Location = System::Drawing::Point(272, 29);
			投诉内容Label->Name = L"投诉内容Label";
			投诉内容Label->Size = System::Drawing::Size(59, 12);
			投诉内容Label->TabIndex = 26;
			投诉内容Label->Text = L"投诉内容:";

⌨️ 快捷键说明

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