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

📄 dispatchform.h

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

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~DispatchForm()
		{
			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::ToolStripLabel^  toolStripLabel1;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorDeleteItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator2;
	private: System::Windows::Forms::ToolStripButton^  bindingNavigatorAddNewItem;
	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::DateTimePicker^  开始日期DateTimePicker;
	private: System::Windows::Forms::DateTimePicker^  结束日期DateTimePicker;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel2;
	private: System::Windows::Forms::TextBox^  自编号TextBox;
	private: System::Windows::Forms::ToolStripTextBox^  开始日期ToolStripTextBox;
	private: System::Windows::Forms::ToolStripTextBox^  结束日期ToolStripTextBox;
	private: System::Windows::Forms::TextBox^  说明TextBox;
	private: System::Windows::Forms::BindingNavigator^  出车使用管理BindingNavigator;
	private: System::Windows::Forms::ToolStripButton^  查询ToolStripButton;
	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::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	private: System::Windows::Forms::DataGridView^  出车使用管理DataGridView;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn3;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn4;
	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(DispatchForm::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;
			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->出车使用管理BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->toolStripLabel1 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->bindingNavigatorDeleteItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->bindingNavigatorAddNewItem = (gcnew System::Windows::Forms::ToolStripButton());
			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->开始日期DateTimePicker = (gcnew System::Windows::Forms::DateTimePicker());
			this->结束日期DateTimePicker = (gcnew System::Windows::Forms::DateTimePicker());
			this->toolStripLabel2 = (gcnew System::Windows::Forms::ToolStripLabel());
			this->自编号TextBox = (gcnew System::Windows::Forms::TextBox());
			this->开始日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->结束日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->说明TextBox = (gcnew System::Windows::Forms::TextBox());
			this->出车使用管理BindingNavigator = (gcnew System::Windows::Forms::BindingNavigator(this->components));
			this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
			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->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->出车使用管理DataGridView = (gcnew System::Windows::Forms::DataGridView());
			this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			自编号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();
			// 
			// 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;
			// 
			// 出车使用管理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, &DispatchForm::出车使用管理BindingNavigatorSaveItem_Click);
			// 
			// toolStripLabel1
			// 
			this->toolStripLabel1->Name = L"toolStripLabel1";
			this->toolStripLabel1->Size = System::Drawing::Size(59, 22);
			this->toolStripLabel1->Text = L"开始日期:";
			// 
			// bindingNavigatorDeleteItem
			// 
			this->bindingNavigatorDeleteItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorDeleteItem.Image")));
			this->bindingNavigatorDeleteItem->Name = L"bindingNavigatorDeleteItem";
			this->bindingNavigatorDeleteItem->RightToLeftAutoMirrorImage = true;
			this->bindingNavigatorDeleteItem->Size = System::Drawing::Size(49, 22);
			this->bindingNavigatorDeleteItem->Text = L"删除";
			// 
			// bindingNavigatorSeparator2
			// 
			this->bindingNavigatorSeparator2->Name = L"bindingNavigatorSeparator2";
			this->bindingNavigatorSeparator2->Size = System::Drawing::Size(6, 25);
			// 
			// bindingNavigatorAddNewItem
			// 
			this->bindingNavigatorAddNewItem->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"bindingNavigatorAddNewItem.Image")));

⌨️ 快捷键说明

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