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

📄 perusalform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 3 页
字号:
//文件名:PerusalForm.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;


namespace 办公事务管理系统 {

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

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~PerusalForm()
		{
			if (components)
			{
				delete components;
			}
		}
	private: My::MyOfficeDataSet^  MyOfficeDataSet;
	protected: 
	private: System::Windows::Forms::BindingSource^  文件传阅管理BindingSource;
	private: My::MyOfficeDataSetTableAdapters::文件传阅管理TableAdapter^  文件传阅管理TableAdapter;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn8;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn7;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn9;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn11;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn10;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn6;
	private: System::Windows::Forms::Button^  显示文件Button;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn3;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn5;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn4;
	private: System::Windows::Forms::Button^  选择文件Button;
	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::TextBox^  阅办结果TextBox;
	private: System::Windows::Forms::TextBox^  说明TextBox;
	private: System::Windows::Forms::TextBox^  存放路径TextBox;
	private: System::Windows::Forms::TextBox^  主要内容TextBox;
	private: System::Windows::Forms::BindingNavigator^  文件传阅管理BindingNavigator;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorAddNewItem;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorDeleteItem;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel1;
	private: System::Windows::Forms::ToolStripTextBox^  开始日期ToolStripTextBox;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel2;
	private: System::Windows::Forms::ToolStripTextBox^  结束日期ToolStripTextBox;
	private: System::Windows::Forms::ToolStripButton^  查询ToolStripButton;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator2;
	private: System::Windows::Forms::ToolStripButton^  文件传阅管理BindingNavigatorSaveItem;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	private: System::Windows::Forms::DataGridView^  文件传阅管理DataGridView;
	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^  主要内容Label;
			System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(PerusalForm::typeid));
			this->MyOfficeDataSet = (gcnew My::MyOfficeDataSet());
			this->文件传阅管理BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->文件传阅管理TableAdapter = (gcnew My::MyOfficeDataSetTableAdapters::文件传阅管理TableAdapter());
			this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn9 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn11 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn10 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->显示文件Button = (gcnew System::Windows::Forms::Button());
			this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->选择文件Button = (gcnew System::Windows::Forms::Button());
			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->阅办结果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->文件传阅管理BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
			this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->toolStripLabel1 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->开始日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->toolStripLabel2 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->结束日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->文件传阅管理BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->文件传阅管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
			文件编号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());
			主要内容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->文件传阅管理BindingNavigator))->BeginInit();
			this->文件传阅管理BindingNavigator->SuspendLayout();
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->文件传阅管理DataGridView))->BeginInit();
			this->SuspendLayout();
			// 
			// 文件编号Label
			// 
			文件编号Label->AutoSize = true;
			文件编号Label->Location = System::Drawing::Point(2, 29);
			文件编号Label->Name = L"文件编号Label";
			文件编号Label->Size = System::Drawing::Size(59, 12);
			文件编号Label->TabIndex = 52;
			文件编号Label->Text = L"文件编号:";
			// 
			// 文件标题Label
			// 
			文件标题Label->AutoSize = true;
			文件标题Label->Location = System::Drawing::Point(188, 29);
			文件标题Label->Name = L"文件标题Label";
			文件标题Label->Size = System::Drawing::Size(59, 12);
			文件标题Label->TabIndex = 54;
			文件标题Label->Text = L"文件标题:";
			// 
			// 负责人Label
			// 
			负责人Label->AutoSize = true;
			负责人Label->Location = System::Drawing::Point(2, 56);
			负责人Label->Name = L"负责人Label";
			负责人Label->Size = System::Drawing::Size(47, 12);
			负责人Label->TabIndex = 56;
			负责人Label->Text = L"负责人:";
			// 
			// 日期Label
			// 
			日期Label->AutoSize = true;
			日期Label->Location = System::Drawing::Point(137, 56);
			日期Label->Name = L"日期Label";
			日期Label->Size = System::Drawing::Size(35, 12);
			日期Label->TabIndex = 58;
			日期Label->Text = L"日期:";
			// 
			// 批示Label
			// 
			批示Label->AutoSize = true;
			批示Label->Location = System::Drawing::Point(2, 83);
			批示Label->Name = L"批示Label";
			批示Label->Size = System::Drawing::Size(35, 12);
			批示Label->TabIndex = 60;
			批示Label->Text = L"批示:";
			// 
			// 阅办单位Label
			// 
			阅办单位Label->AutoSize = true;
			阅办单位Label->Location = System::Drawing::Point(309, 57);
			阅办单位Label->Name = L"阅办单位Label";
			阅办单位Label->Size = System::Drawing::Size(59, 12);
			阅办单位Label->TabIndex = 62;
			阅办单位Label->Text = L"阅办单位:";
			// 
			// 阅办人Label
			// 
			阅办人Label->AutoSize = true;

⌨️ 快捷键说明

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