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

📄 contactform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 4 页
字号:
//文件名:ContactForm.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>
	/// ContactForm 摘要
	///
	/// 警告: 如果更改此类的名称,则需要更改
	///          与此类所依赖的所有 .resx 文件关联的托管资源编译器工具的
	///          “资源文件名”属性。否则,
	///          设计器将不能与此窗体的关联
	///          本地化资源正确交互。
	/// </summary>
	public ref class ContactForm : public System::Windows::Forms::Form
	{
	public:
		ContactForm(void)
		{
			InitializeComponent();
			//
			//TODO: 在此处添加构造函数代码
			//
		}

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~ContactForm()
		{
			if (components)
			{
				delete components;
			}
		}
	private: My::MyOfficeDataSet^  MyOfficeDataSet;
	protected: 
	private: System::Windows::Forms::BindingSource^  联系方式管理BindingSource;
	private: My::MyOfficeDataSetTableAdapters::联系方式管理TableAdapter^  联系方式管理TableAdapter;
	private: System::Windows::Forms::ToolStripButton^  联系方式管理BindingNavigatorSaveItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn3;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn2;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveLastItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMovePreviousItem;
	private: System::Windows::Forms::ToolStripTextBox^  bindingNavigatorPositionItem;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveNextItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator1;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn4;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn12;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn11;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn13;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn15;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn14;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn10;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn6;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn5;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn7;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn9;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn8;
	private: System::Windows::Forms::TextBox^  自编号TextBox;
	private: System::Windows::Forms::ComboBox^  类别ComboBox;
	private: System::Windows::Forms::ComboBox^  性别ComboBox;
	private: System::Windows::Forms::TextBox^  姓名TextBox;
	private: System::Windows::Forms::TextBox^  职务TextBox;
	private: System::Windows::Forms::TextBox^  单位名称TextBox;
	private: System::Windows::Forms::TextBox^  电话号码TextBox;
	private: System::Windows::Forms::TextBox^  手机号码TextBox;
	private: System::Windows::Forms::TextBox^  传真TextBox;
	private: System::Windows::Forms::TextBox^  电子邮件TextBox;
	private: System::Windows::Forms::TextBox^  qQTextBox;
	private: System::Windows::Forms::TextBox^  mSNTextBox;
	private: System::Windows::Forms::TextBox^  邮政编码TextBox;
	private: System::Windows::Forms::TextBox^  联系地址TextBox;
	private: System::Windows::Forms::TextBox^  说明TextBox;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorDeleteItem;
	private: System::Windows::Forms::ToolStripLabel^  bindingNavigatorCountItem;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorAddNewItem;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel1;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorMoveFirstItem;
	private: System::Windows::Forms::ToolStripButton^  查询ToolStripButton;
	private: System::Windows::Forms::ToolStripTextBox^  单位名称ToolStripTextBox;
	private: System::Windows::Forms::DataGridView^  联系方式管理DataGridView;
	private: System::Windows::Forms::BindingNavigator^  联系方式管理BindingNavigator;

	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::Windows::Forms::Label^  电话号码Label;
			System::Windows::Forms::Label^  手机号码Label;
			System::Windows::Forms::Label^  传真Label;
			System::Windows::Forms::Label^  电子邮件Label;
			System::Windows::Forms::Label^  qQLabel;
			System::Windows::Forms::Label^  mSNLabel;
			System::Windows::Forms::Label^  邮政编码Label;
			System::Windows::Forms::Label^  联系地址Label;
			System::Windows::Forms::Label^  说明Label;
			System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(ContactForm::typeid));
			this->MyOfficeDataSet = (gcnew My::MyOfficeDataSet());
			this->联系方式管理BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->联系方式管理TableAdapter = (gcnew My::MyOfficeDataSetTableAdapters::联系方式管理TableAdapter());
			this->联系方式管理BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->bindingNavigatorMoveLastItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->bindingNavigatorMovePreviousItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorPositionItem = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->bindingNavigatorMoveNextItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator1 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn12 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn11 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn13 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn15 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn14 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn10 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn9 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->自编号TextBox = (gcnew System::Windows::Forms::TextBox());
			this->类别ComboBox = (gcnew System::Windows::Forms::ComboBox());
			this->性别ComboBox = (gcnew System::Windows::Forms::ComboBox());
			this->姓名TextBox = (gcnew System::Windows::Forms::TextBox());
			this->职务TextBox = (gcnew System::Windows::Forms::TextBox());
			this->单位名称TextBox = (gcnew System::Windows::Forms::TextBox());
			this->电话号码TextBox = (gcnew System::Windows::Forms::TextBox());
			this->手机号码TextBox = (gcnew System::Windows::Forms::TextBox());
			this->传真TextBox = (gcnew System::Windows::Forms::TextBox());
			this->电子邮件TextBox = (gcnew System::Windows::Forms::TextBox());
			this->qQTextBox = (gcnew System::Windows::Forms::TextBox());
			this->mSNTextBox = (gcnew System::Windows::Forms::TextBox());
			this->邮政编码TextBox = (gcnew System::Windows::Forms::TextBox());
			this->联系地址TextBox = (gcnew System::Windows::Forms::TextBox());
			this->说明TextBox = (gcnew System::Windows::Forms::TextBox());
			this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorCountItem = (gcnew System::Windows::Forms::ToolStripLabel());
			this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->toolStripLabel1 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->bindingNavigatorMoveFirstItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
			this->单位名称ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->联系方式管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
			this->联系方式管理BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
			自编号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());
			电话号码Label = (gcnew System::Windows::Forms::Label());
			手机号码Label = (gcnew System::Windows::Forms::Label());
			传真Label = (gcnew System::Windows::Forms::Label());
			电子邮件Label = (gcnew System::Windows::Forms::Label());
			qQLabel = (gcnew System::Windows::Forms::Label());
			mSNLabel = (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->MyOfficeDataSet))->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(2, 30);
			自编号Label->Name = L"自编号Label";
			自编号Label->Size = System::Drawing::Size(47, 12);
			自编号Label->TabIndex = 34;
			自编号Label->Text = L"自编号:";
			// 
			// 类别Label
			// 
			类别Label->AutoSize = true;
			类别Label->Location = System::Drawing::Point(153, 30);
			类别Label->Name = L"类别Label";
			类别Label->Size = System::Drawing::Size(35, 12);
			类别Label->TabIndex = 36;
			类别Label->Text = L"类别:";

⌨️ 快捷键说明

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