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

📄 byelawform.h

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

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~ByelawForm()
		{
			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^  dataGridViewTextBoxColumn16;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn17;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn14;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn15;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn20;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn21;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn18;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn19;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn8;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn9;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn7;
	private: System::Windows::Forms::Button^  显示文件Button;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn12;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn13;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn10;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn11;
	private: System::Windows::Forms::Button^  选择文件Button;
	private: System::Windows::Forms::TextBox^  发文字号TextBox;
	private: System::Windows::Forms::DateTimePicker^  发文日期DateTimePicker;
	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::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::TextBox^  共印份数TextBox;
	private: System::Windows::Forms::TextBox^  发放单位名称TextBox;
	private: System::Windows::Forms::TextBox^  存放路径TextBox;
	private: System::Windows::Forms::TextBox^  说明TextBox;
	private: System::Windows::Forms::ToolStripButton^  行政发文管理BindingNavigatorSaveItem;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	private: System::Windows::Forms::ToolStripButton^  查询ToolStripButton;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn5;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn6;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn3;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn4;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorAddNewItem;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorDeleteItem;
	private: System::Windows::Forms::BindingNavigator^  行政发文管理BindingNavigator;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel2;
	private: System::Windows::Forms::ToolStripTextBox^  开始日期ToolStripTextBox;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel1;
	private: System::Windows::Forms::ToolStripTextBox^  结束日期ToolStripTextBox;
	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::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(ByelawForm::typeid));
			this->MyOfficeDataSet = (gcnew My::MyOfficeDataSet());
			this->行政发文管理BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->行政发文管理TableAdapter = (gcnew My::MyOfficeDataSetTableAdapters::行政发文管理TableAdapter());
			this->dataGridViewTextBoxColumn16 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn17 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn14 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn15 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn20 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn21 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn18 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn19 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn9 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->显示文件Button = (gcnew System::Windows::Forms::Button());
			this->dataGridViewTextBoxColumn12 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn13 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn10 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn11 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->选择文件Button = (gcnew System::Windows::Forms::Button());
			this->发文字号TextBox = (gcnew System::Windows::Forms::TextBox());
			this->发文日期DateTimePicker = (gcnew System::Windows::Forms::DateTimePicker());
			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->起稿日期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->共印份数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->行政发文管理BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->行政发文管理BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
			this->toolStripLabel2 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->开始日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->toolStripLabel1 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->结束日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			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());
			附件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(4, 27);
			发文字号Label->Name = L"发文字号Label";
			发文字号Label->Size = System::Drawing::Size(59, 12);
			发文字号Label->TabIndex = 48;
			发文字号Label->Text = L"发文字号:";
			// 
			// 发文日期Label
			// 
			发文日期Label->AutoSize = true;
			发文日期Label->Location = System::Drawing::Point(192, 28);
			发文日期Label->Name = L"发文日期Label";
			发文日期Label->Size = System::Drawing::Size(59, 12);
			发文日期Label->TabIndex = 50;
			发文日期Label->Text = L"发文日期:";
			// 
			// 机密等级Label
			// 
			机密等级Label->AutoSize = true;
			机密等级Label->Location = System::Drawing::Point(389, 28);
			机密等级Label->Name = L"机密等级Label";
			机密等级Label->Size = System::Drawing::Size(59, 12);

⌨️ 快捷键说明

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