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

📄 repairedform.h

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

	protected:
		/// <summary>
		/// 清理所有正在使用的资源。
		/// </summary>
		~RepairedForm()
		{
			if (components)
			{
				delete components;
			}
		}
	private: My::MyAssetsDataSet^  MyAssetsDataSet;
	protected: 
	private: System::Windows::Forms::BindingSource^  维修固定资产BindingSource;
	private: My::MyAssetsDataSetTableAdapters::维修固定资产TableAdapter^  维修固定资产TableAdapter;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn8;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn9;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn10;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn7;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn4;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn5;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn6;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn11;
	private: System::Windows::Forms::Button^  保存Button;
	private: System::Windows::Forms::Button^  新增Button;
	private: System::Windows::Forms::GroupBox^  groupBox2;
	private: System::Windows::Forms::DataGridView^  维修固定资产DataGridView;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn2;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn3;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn12;
	private: System::Windows::Forms::DataGridViewTextBoxColumn^  dataGridViewTextBoxColumn1;
	private: System::Windows::Forms::TextBox^  自编号TextBox;
	private: System::Windows::Forms::GroupBox^  groupBox1;
	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::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::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::ComponentModel::ComponentResourceManager^  resources = (gcnew System::ComponentModel::ComponentResourceManager(RepairedForm::typeid));
			this->MyAssetsDataSet = (gcnew My::MyAssetsDataSet());
			this->维修固定资产BindingSource = (gcnew System::Windows::Forms::BindingSource(this->components));
			this->维修固定资产TableAdapter = (gcnew My::MyAssetsDataSetTableAdapters::维修固定资产TableAdapter());
			this->dataGridViewTextBoxColumn8 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn9 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn10 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn7 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn4 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn5 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn6 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn11 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->保存Button = (gcnew System::Windows::Forms::Button());
			this->新增Button = (gcnew System::Windows::Forms::Button());
			this->groupBox2 = (gcnew System::Windows::Forms::GroupBox());
			this->维修固定资产DataGridView = (gcnew System::Windows::Forms::DataGridView());
			this->dataGridViewTextBoxColumn2 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn3 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn12 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->dataGridViewTextBoxColumn1 = (gcnew System::Windows::Forms::DataGridViewTextBoxColumn());
			this->自编号TextBox = (gcnew System::Windows::Forms::TextBox());
			this->groupBox1 = (gcnew System::Windows::Forms::GroupBox());
			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->预计修理费用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());
			自编号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->MyAssetsDataSet))->BeginInit();
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->维修固定资产BindingSource))->BeginInit();
			this->groupBox2->SuspendLayout();
			(cli::safe_cast<System::ComponentModel::ISupportInitialize^  >(this->维修固定资产DataGridView))->BeginInit();
			this->groupBox1->SuspendLayout();
			this->SuspendLayout();
			// 
			// 自编号Label
			// 
			自编号Label->AutoSize = true;
			自编号Label->Location = System::Drawing::Point(9, 24);
			自编号Label->Name = L"自编号Label";
			自编号Label->Size = System::Drawing::Size(47, 12);
			自编号Label->TabIndex = 0;
			自编号Label->Text = L"自编号:";
			// 
			// 资产编号Label
			// 
			资产编号Label->AutoSize = true;
			资产编号Label->Location = System::Drawing::Point(9, 51);
			资产编号Label->Name = L"资产编号Label";
			资产编号Label->Size = System::Drawing::Size(59, 12);
			资产编号Label->TabIndex = 2;
			资产编号Label->Text = L"资产编号:";
			// 
			// 名称Label
			// 
			名称Label->AutoSize = true;
			名称Label->Location = System::Drawing::Point(9, 78);
			名称Label->Name = L"名称Label";
			名称Label->Size = System::Drawing::Size(35, 12);
			名称Label->TabIndex = 4;
			名称Label->Text = L"名称:";
			// 
			// 数量Label
			// 
			数量Label->AutoSize = true;
			数量Label->Location = System::Drawing::Point(9, 105);
			数量Label->Name = L"数量Label";
			数量Label->Size = System::Drawing::Size(35, 12);
			数量Label->TabIndex = 6;
			数量Label->Text = L"数量:";
			// 
			// 单位Label
			// 
			单位Label->AutoSize = true;
			单位Label->Location = System::Drawing::Point(9, 132);
			单位Label->Name = L"单位Label";
			单位Label->Size = System::Drawing::Size(35, 12);
			单位Label->TabIndex = 8;
			单位Label->Text = L"单位:";
			// 
			// 送修日期Label
			// 
			送修日期Label->AutoSize = true;
			送修日期Label->Location = System::Drawing::Point(9, 160);
			送修日期Label->Name = L"送修日期Label";
			送修日期Label->Size = System::Drawing::Size(59, 12);
			送修日期Label->TabIndex = 10;
			送修日期Label->Text = L"送修日期:";
			// 
			// 预计完修日期Label
			// 
			预计完修日期Label->AutoSize = true;
			预计完修日期Label->Location = System::Drawing::Point(9, 187);
			预计完修日期Label->Name = L"预计完修日期Label";
			预计完修日期Label->Size = System::Drawing::Size(59, 12);
			预计完修日期Label->TabIndex = 12;
			预计完修日期Label->Text = L"完修日期:";
			// 
			// 预计修理费用Label
			// 
			预计修理费用Label->AutoSize = true;
			预计修理费用Label->Location = System::Drawing::Point(9, 213);
			预计修理费用Label->Name = L"预计修理费用Label";
			预计修理费用Label->Size = System::Drawing::Size(59, 12);
			预计修理费用Label->TabIndex = 14;
			预计修理费用Label->Text = L"修理费用:";
			// 
			// 修理公司Label

⌨️ 快捷键说明

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