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

📄 communicationform.h

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

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~CommunicationForm()
		{
			if (components)
			{
				delete components;
			}
		}
	private: My::MyOfficeDataSet^  MyOfficeDataSet;
	protected: 
	private: System::Windows::Forms::BindingSource^  通讯费用管理BindingSource;
	private: My::MyOfficeDataSetTableAdapters::通讯费用管理TableAdapter^  通讯费用管理TableAdapter;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator2;
	private: System::Windows::Forms::ToolStripButton^  通讯费用管理BindingNavigatorSaveItem;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel2;
	private: System::Windows::Forms::ToolStripTextBox^  结束日期ToolStripTextBox;
	private: System::Windows::Forms::ToolStripButton^  查询ToolStripButton;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn6;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn7;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn8;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn3;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn4;
	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::TextBox^  部门TextBox;
	private: System::Windows::Forms::DateTimePicker^  缴费日期DateTimePicker;
	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::ToolStripButton^  bindingNavigatorAddNewItem;
	private: System::Windows::Forms::ToolStripTextBox^  开始日期ToolStripTextBox;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel1;
	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::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(CommunicationForm::typeid));
			this->MyOfficeDataSet = (gcnew My::MyOfficeDataSet());
			this->通讯费用管理BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->通讯费用管理TableAdapter = (gcnew My::MyOfficeDataSetTableAdapters::通讯费用管理TableAdapter());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->通讯费用管理BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->toolStripLabel2 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->结束日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
			this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			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->部门TextBox = (gcnew System::Windows::Forms::TextBox());
			this->缴费日期DateTimePicker = (gcnew System::Windows::Forms::DateTimePicker());
			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->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->开始日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->toolStripLabel1 = (gcnew System::Windows::Forms::ToolStripLabel());
			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());
			(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, 28);
			自编号Label->Name = L"自编号Label";
			自编号Label->Size = System::Drawing::Size(47, 12);
			自编号Label->TabIndex = 20;
			自编号Label->Text = L"自编号:";
			// 
			// 电话号码Label
			// 
			电话号码Label->AutoSize = true;
			电话号码Label->Location = System::Drawing::Point(147, 28);
			电话号码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(297, 28);
			使用人Label->Name = L"使用人Label";
			使用人Label->Size = System::Drawing::Size(47, 12);
			使用人Label->TabIndex = 24;
			使用人Label->Text = L"使用人:";
			// 
			// 部门Label
			// 
			部门Label->AutoSize = true;
			部门Label->Location = System::Drawing::Point(412, 28);
			部门Label->Name = L"部门Label";
			部门Label->Size = System::Drawing::Size(35, 12);
			部门Label->TabIndex = 26;
			部门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 = 28;
			缴费日期Label->Text = L"缴费日期:";
			// 
			// 话费期间Label
			// 
			话费期间Label->AutoSize = true;
			话费期间Label->Location = System::Drawing::Point(218, 56);
			话费期间Label->Name = L"话费期间Label";
			话费期间Label->Size = System::Drawing::Size(59, 12);
			话费期间Label->TabIndex = 30;
			话费期间Label->Text = L"话费期间:";
			// 
			// 金额Label
			// 
			金额Label->AutoSize = true;
			金额Label->Location = System::Drawing::Point(412, 56);
			金额Label->Name = L"金额Label";
			金额Label->Size = System::Drawing::Size(35, 12);
			金额Label->TabIndex = 32;
			金额Label->Text = L"金额:";
			// 
			// 说明Label
			// 
			说明Label->AutoSize = true;
			说明Label->Location = System::Drawing::Point(2, 82);
			说明Label->Name = L"说明Label";
			说明Label->Size = System::Drawing::Size(35, 12);
			说明Label->TabIndex = 34;
			说明Label->Text = L"说明:";
			// 
			// MyOfficeDataSet
			// 
			this->MyOfficeDataSet->DataSetName = L"MyOfficeDataSet";
			this->MyOfficeDataSet->SchemaSerializationMode = System::Data::SchemaSerializationMode::IncludeSchema;
			// 
			// 通讯费用管理BindingSource
			// 
			this->通讯费用管理BindingSource->DataMember = L"通讯费用管理";
			this->通讯费用管理BindingSource->DataSource = this->MyOfficeDataSet;
			// 
			// 通讯费用管理TableAdapter
			// 
			this->通讯费用管理TableAdapter->ClearBeforeFill = true;
			// 
			// bindingNavigatorSeparator2
			// 
			this->bindingNavigatorSeparator2->Name = L"bindingNavigatorSeparator2";
			this->bindingNavigatorSeparator2->Size = System::Drawing::Size(6, 25);
			// 
			// 通讯费用管理BindingNavigatorSaveItem
			// 
			this->通讯费用管理BindingNavigatorSaveItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"通讯费用管理BindingNavigatorSaveItem.Image")));
			this->通讯费用管理BindingNavigatorSaveItem->Name = L"通讯费用管理BindingNavigatorSaveItem";
			this->通讯费用管理BindingNavigatorSaveItem->Size = System::Drawing::Size(49, 20);
			this->通讯费用管理BindingNavigatorSaveItem->Text = L"保存";
			this->通讯费用管理BindingNavigatorSaveItem->Click += gcnew System::EventHandler(this, &CommunicationForm::通讯费用管理BindingNavigatorSaveItem_Click);
			// 
			// dataGridViewTextBoxColumn1
			// 
			this->dataGridViewTextBoxColumn1->DataPropertyName = L"自编号";
			this->dataGridViewTextBoxColumn1->HeaderText = L"自编号";
			this->dataGridViewTextBoxColumn1->Name = L"dataGridViewTextBoxColumn1";
			this->dataGridViewTextBoxColumn1->ReadOnly = true;
			// 
			// toolStripLabel2
			// 
			this->toolStripLabel2->Name = L"toolStripLabel2";
			this->toolStripLabel2->Size = System::Drawing::Size(59, 22);
			this->toolStripLabel2->Text = L"结束日期:";
			// 
			// 结束日期ToolStripTextBox
			// 
			this->结束日期ToolStripTextBox->Name = L"结束日期ToolStripTextBox";
			this->结束日期ToolStripTextBox->Size = System::Drawing::Size(100, 25);
			this->结束日期ToolStripTextBox->Text = L"2099-12-31";
			// 
			// 查询ToolStripButton
			// 
			this->查询ToolStripButton->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"查询ToolStripButton.Image")));
			this->查询ToolStripButton->Name = L"查询ToolStripButton";
			this->查询ToolStripButton->Size = System::Drawing::Size(49, 22);
			this->查询ToolStripButton->Text = L"查询";
			this->查询ToolStripButton->Click += gcnew System::EventHandler(this, &CommunicationForm::查询ToolStripButton_Click);
			// 
			// dataGridViewTextBoxColumn2
			// 
			this->dataGridViewTextBoxColumn2->DataPropertyName = L"电话号码";
			this->dataGridViewTextBoxColumn2->HeaderText = L"电话号码";
			this->dataGridViewTextBoxColumn2->Name = L"dataGridViewTextBoxColumn2";
			this->dataGridViewTextBoxColumn2->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn6
			// 
			this->dataGridViewTextBoxColumn6->DataPropertyName = L"话费期间";
			this->dataGridViewTextBoxColumn6->HeaderText = L"话费期间";
			this->dataGridViewTextBoxColumn6->Name = L"dataGridViewTextBoxColumn6";
			this->dataGridViewTextBoxColumn6->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn7

⌨️ 快捷键说明

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