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

📄 toolsform.h

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

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~ToolsForm()
		{
			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::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(ToolsForm::typeid));
			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;
			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();
			// 
			// 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, &ToolsForm::办公用具管理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, &ToolsForm::查询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
			// 
			this->dataGridViewTextBoxColumn7->DataPropertyName = L"说明";
			this->dataGridViewTextBoxColumn7->HeaderText = L"说明";
			this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
			this->dataGridViewTextBoxColumn7->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn8
			// 
			this->dataGridViewTextBoxColumn8->DataPropertyName = L"维修记录";
			this->dataGridViewTextBoxColumn8->HeaderText = L"维修记录";
			this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";
			this->dataGridViewTextBoxColumn8->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn3
			// 
			this->dataGridViewTextBoxColumn3->DataPropertyName = L"制造厂商";
			this->dataGridViewTextBoxColumn3->HeaderText = L"制造厂商";
			this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
			this->dataGridViewTextBoxColumn3->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this->dataGridViewTextBoxColumn4->DataPropertyName = L"金额";
			this->dataGridViewTextBoxColumn4->HeaderText = L"金额";
			this->dataGridViewTextBoxColumn4->Name = L"dataGridViewTextBoxColumn4";
			this->dataGridViewTextBoxColumn4->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn5
			// 
			this->dataGridViewTextBoxColumn5->DataPropertyName = L"购买日期";
			this->dataGridViewTextBoxColumn5->HeaderText = L"购买日期";
			this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
			this->dataGridViewTextBoxColumn5->ReadOnly = true;
			// 
			// 办公用具编号Label
			// 
			办公用具编号Label->AutoSize = true;
			办公用具编号Label->Location = System::Drawing::Point(2, 28);
			办公用具编号Label->Name = L"办公用具编号Label";
			办公用具编号Label->Size = System::Drawing::Size(83, 12);
			办公用具编号Label->TabIndex = 20;
			办公用具编号Label->Text = L"办公用具编号:";
			// 
			// 办公用具编号TextBox
			// 
			this->办公用具编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->办公用具管理BindingSource, L"办公用具编号", 
				true)));
			this->办公用具编号TextBox->Location = System::Drawing::Point(91, 25);
			this->办公用具编号TextBox->Name = L"办公用具编号TextBox";

⌨️ 快捷键说明

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