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

📄 insuranceform.h

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

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~InsuranceForm()
		{
			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^  dataGridViewTextBoxColumn2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn4;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn3;
	private: System::Windows::Forms::ToolStripButton^  查询ToolStripButton;
	private: System::Windows::Forms::ToolStripTextBox^  结束日期ToolStripTextBox;
	private: System::Windows::Forms::ToolStripButton^  财产投保管理BindingNavigatorSaveItem;
	private: System::Windows::Forms::ToolStripSeparator^  bindingNavigatorSeparator2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn10;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn9;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn11;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn6;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn5;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn8;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn7;
	private: System::Windows::Forms::ToolStripLabel^  toolStripLabel2;
	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::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::Windows::Forms::Label^  保险费Label;
			System::Windows::Forms::Label^  理赔电话Label;
			System::Windows::Forms::Label^  说明Label;
			System::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(InsuranceForm::typeid));
			this->MyOfficeDataSet = (gcnew My::MyOfficeDataSet());
			this->财产投保管理BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->财产投保管理TableAdapter = (gcnew My::MyOfficeDataSetTableAdapters::财产投保管理TableAdapter());
			this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->查询ToolStripButton = (gcnew System::Windows::Forms::ToolStripButton());
			this->结束日期ToolStripTextBox = (gcnew System::Windows::Forms::ToolStripTextBox());
			this->财产投保管理BindingNavigatorSaveItem = (gcnew System::Windows::Forms::ToolStripButton());
			this->bindingNavigatorSeparator2 = (gcnew System::Windows::Forms::ToolStripSeparator());
			this->dataGridViewTextBoxColumn10 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn9 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn11 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->toolStripLabel2 = (gcnew System::Windows::Forms::ToolStripLabel());
			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->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());
			保险费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 = 26;
			自编号Label->Text = L"自编号:";
			// 
			// 日期Label
			// 
			日期Label->AutoSize = true;
			日期Label->Location = System::Drawing::Point(149, 28);
			日期Label->Name = L"日期Label";
			日期Label->Size = System::Drawing::Size(35, 12);
			日期Label->TabIndex = 28;
			日期Label->Text = L"日期:";
			// 
			// 保险公司Label
			// 
			保险公司Label->AutoSize = true;
			保险公司Label->Location = System::Drawing::Point(314, 28);
			保险公司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(2, 54);
			保单号码Label->Name = L"保单号码Label";
			保单号码Label->Size = System::Drawing::Size(59, 12);
			保单号码Label->TabIndex = 32;
			保单号码Label->Text = L"保单号码:";
			// 
			// 保险物品Label
			// 
			保险物品Label->AutoSize = true;
			保险物品Label->Location = System::Drawing::Point(189, 54);
			保险物品Label->Name = L"保险物品Label";
			保险物品Label->Size = System::Drawing::Size(59, 12);
			保险物品Label->TabIndex = 34;
			保险物品Label->Text = L"保险物品:";
			// 
			// 存放部门Label
			// 
			存放部门Label->AutoSize = true;
			存放部门Label->Location = System::Drawing::Point(377, 55);
			存放部门Label->Name = L"存放部门Label";
			存放部门Label->Size = System::Drawing::Size(59, 12);
			存放部门Label->TabIndex = 36;
			存放部门Label->Text = L"存放部门:";
			// 
			// 保险期限Label
			// 
			保险期限Label->AutoSize = true;
			保险期限Label->Location = System::Drawing::Point(2, 81);
			保险期限Label->Name = L"保险期限Label";
			保险期限Label->Size = System::Drawing::Size(95, 12);
			保险期限Label->TabIndex = 38;

⌨️ 快捷键说明

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