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

📄 returnform.h

📁 vc++开发环境SQL数据库固定资产管理系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			// 
			归还日期Label->AutoSize = true;
			归还日期Label->Location = System::Drawing::Point(10, 239);
			归还日期Label->Name = L"归还日期Label";
			归还日期Label->Size = System::Drawing::Size(59, 12);
			归还日期Label->TabIndex = 38;
			归还日期Label->Text = L"归还日期:";
			// 
			// 实际收益Label
			// 
			实际收益Label->AutoSize = true;
			实际收益Label->Location = System::Drawing::Point(10, 270);
			实际收益Label->Name = L"实际收益Label";
			实际收益Label->Size = System::Drawing::Size(59, 12);
			实际收益Label->TabIndex = 40;
			实际收益Label->Text = L"实际收益:";
			// 
			// 经办人Label
			// 
			经办人Label->AutoSize = true;
			经办人Label->Location = System::Drawing::Point(10, 301);
			经办人Label->Name = L"经办人Label";
			经办人Label->Size = System::Drawing::Size(47, 12);
			经办人Label->TabIndex = 42;
			经办人Label->Text = L"经办人:";
			// 
			// 说明Label
			// 
			说明Label->AutoSize = true;
			说明Label->Location = System::Drawing::Point(10, 332);
			说明Label->Name = L"说明Label";
			说明Label->Size = System::Drawing::Size(35, 12);
			说明Label->TabIndex = 44;
			说明Label->Text = L"说明:";
			// 
			// MyAssetsDataSet
			// 
			this->MyAssetsDataSet->DataSetName = L"MyAssetsDataSet";
			this->MyAssetsDataSet->SchemaSerializationMode = System::Data::SchemaSerializationMode::IncludeSchema;
			// 
			// 租借固定资产BindingSource
			// 
			this->租借固定资产BindingSource->DataMember = L"租借固定资产";
			this->租借固定资产BindingSource->DataSource = this->MyAssetsDataSet;
			// 
			// 租借固定资产TableAdapter
			// 
			this->租借固定资产TableAdapter->ClearBeforeFill = 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;
			// 
			// dataGridViewTextBoxColumn5
			// 
			this->dataGridViewTextBoxColumn5->DataPropertyName = L"单位";
			this->dataGridViewTextBoxColumn5->HeaderText = L"单位";
			this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
			this->dataGridViewTextBoxColumn5->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this->dataGridViewTextBoxColumn4->DataPropertyName = L"数量";
			this->dataGridViewTextBoxColumn4->HeaderText = L"数量";
			this->dataGridViewTextBoxColumn4->Name = L"dataGridViewTextBoxColumn4";
			this->dataGridViewTextBoxColumn4->ReadOnly = true;
			// 
			// 自编号TextBox
			// 
			this->自编号TextBox->Location = System::Drawing::Point(75, 19);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->ReadOnly = true;
			this->自编号TextBox->Size = System::Drawing::Size(150, 21);
			this->自编号TextBox->TabIndex = 48;
			// 
			// 保存Button
			// 
			this->保存Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"保存Button.Image")));
			this->保存Button->Location = System::Drawing::Point(130, 363);
			this->保存Button->Name = L"保存Button";
			this->保存Button->Size = System::Drawing::Size(75, 23);
			this->保存Button->TabIndex = 47;
			this->保存Button->Text = L"保存";
			this->保存Button->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
			this->保存Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->保存Button->UseVisualStyleBackColor = true;
			this->保存Button->Click += gcnew System::EventHandler(this, &ReturnForm::保存Button_Click);
			// 
			// dataGridViewTextBoxColumn9
			// 
			this->dataGridViewTextBoxColumn9->DataPropertyName = L"预期收益";
			this->dataGridViewTextBoxColumn9->HeaderText = L"预期收益";
			this->dataGridViewTextBoxColumn9->Name = L"dataGridViewTextBoxColumn9";
			this->dataGridViewTextBoxColumn9->ReadOnly = true;
			// 
			// groupBox2
			// 
			this->groupBox2->Controls->Add(this->自编号TextBox);
			this->groupBox2->Controls->Add(this->保存Button);
			this->groupBox2->Controls->Add(this->新增Button);
			this->groupBox2->Controls->Add(自编号Label);
			this->groupBox2->Controls->Add(资产编号Label);
			this->groupBox2->Controls->Add(this->资产编号TextBox);
			this->groupBox2->Controls->Add(名称Label);
			this->groupBox2->Controls->Add(this->名称TextBox);
			this->groupBox2->Controls->Add(数量Label);
			this->groupBox2->Controls->Add(this->数量TextBox);
			this->groupBox2->Controls->Add(单位Label);
			this->groupBox2->Controls->Add(this->单位TextBox);
			this->groupBox2->Controls->Add(租借公司Label);
			this->groupBox2->Controls->Add(this->租借公司TextBox);
			this->groupBox2->Controls->Add(租借日期Label);
			this->groupBox2->Controls->Add(this->租借日期DateTimePicker);
			this->groupBox2->Controls->Add(归还日期Label);
			this->groupBox2->Controls->Add(this->拟还日期DateTimePicker);
			this->groupBox2->Controls->Add(实际收益Label);
			this->groupBox2->Controls->Add(this->预期收益TextBox);
			this->groupBox2->Controls->Add(经办人Label);
			this->groupBox2->Controls->Add(this->经办人TextBox);
			this->groupBox2->Controls->Add(说明Label);
			this->groupBox2->Controls->Add(this->说明TextBox);
			this->groupBox2->Location = System::Drawing::Point(13, 12);
			this->groupBox2->Name = L"groupBox2";
			this->groupBox2->Size = System::Drawing::Size(239, 392);
			this->groupBox2->TabIndex = 5;
			this->groupBox2->TabStop = false;
			this->groupBox2->Text = L"归还的固定资产";
			// 
			// 新增Button
			// 
			this->新增Button->Image = (cli::safe_cast<System::Drawing::Image^  >(resources->GetObject(L"新增Button.Image")));
			this->新增Button->Location = System::Drawing::Point(28, 363);
			this->新增Button->Name = L"新增Button";
			this->新增Button->Size = System::Drawing::Size(75, 23);
			this->新增Button->TabIndex = 46;
			this->新增Button->Text = L"新增";
			this->新增Button->TextAlign = System::Drawing::ContentAlignment::MiddleRight;
			this->新增Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->新增Button->UseVisualStyleBackColor = true;
			this->新增Button->Click += gcnew System::EventHandler(this, &ReturnForm::新增Button_Click);
			// 
			// 资产编号TextBox
			// 
			this->资产编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->租借固定资产BindingSource, L"资产编号", true)));
			this->资产编号TextBox->Location = System::Drawing::Point(75, 50);
			this->资产编号TextBox->Name = L"资产编号TextBox";
			this->资产编号TextBox->ReadOnly = true;
			this->资产编号TextBox->Size = System::Drawing::Size(150, 21);
			this->资产编号TextBox->TabIndex = 27;
			// 
			// 名称TextBox
			// 
			this->名称TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->租借固定资产BindingSource, L"名称", true)));
			this->名称TextBox->Location = System::Drawing::Point(75, 81);
			this->名称TextBox->Name = L"名称TextBox";
			this->名称TextBox->ReadOnly = true;
			this->名称TextBox->Size = System::Drawing::Size(150, 21);
			this->名称TextBox->TabIndex = 29;
			// 
			// 数量TextBox
			// 
			this->数量TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->租借固定资产BindingSource, L"数量", true)));
			this->数量TextBox->Location = System::Drawing::Point(75, 112);
			this->数量TextBox->Name = L"数量TextBox";
			this->数量TextBox->ReadOnly = true;
			this->数量TextBox->Size = System::Drawing::Size(150, 21);
			this->数量TextBox->TabIndex = 31;
			// 
			// 单位TextBox
			// 
			this->单位TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->租借固定资产BindingSource, L"单位", true)));
			this->单位TextBox->Location = System::Drawing::Point(75, 143);
			this->单位TextBox->Name = L"单位TextBox";
			this->单位TextBox->ReadOnly = true;
			this->单位TextBox->Size = System::Drawing::Size(150, 21);
			this->单位TextBox->TabIndex = 33;
			// 
			// 租借公司TextBox
			// 
			this->租借公司TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->租借固定资产BindingSource, L"租借公司", true)));
			this->租借公司TextBox->Location = System::Drawing::Point(75, 174);
			this->租借公司TextBox->Name = L"租借公司TextBox";
			this->租借公司TextBox->ReadOnly = true;
			this->租借公司TextBox->Size = System::Drawing::Size(150, 21);
			this->租借公司TextBox->TabIndex = 35;
			// 
			// 租借日期DateTimePicker
			// 
			this->租借日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->租借固定资产BindingSource, L"租借日期", 
				true)));
			this->租借日期DateTimePicker->Location = System::Drawing::Point(75, 205);
			this->租借日期DateTimePicker->Name = L"租借日期DateTimePicker";
			this->租借日期DateTimePicker->Size = System::Drawing::Size(150, 21);
			this->租借日期DateTimePicker->TabIndex = 37;
			// 
			// 拟还日期DateTimePicker
			// 
			this->拟还日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->租借固定资产BindingSource, L"拟还日期", 
				true)));

⌨️ 快捷键说明

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