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

📄 ondutyform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			委办事项Label->Location = System::Drawing::Point(2, 109);
			委办事项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, 190);
			重要记事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(2, 82);
			说明Label->Name = L"说明Label";
			说明Label->Size = System::Drawing::Size(35, 12);
			说明Label->TabIndex = 34;
			说明Label->Text = L"说明:";
			// 
			// 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, &OnDutyForm::公司值班管理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, &OnDutyForm::查询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;
			// 
			// 自编号TextBox
			// 
			this->自编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司值班管理BindingSource, L"自编号", true)));
			this->自编号TextBox->Location = System::Drawing::Point(55, 25);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->ReadOnly = true;
			this->自编号TextBox->Size = System::Drawing::Size(99, 21);
			this->自编号TextBox->TabIndex = 21;
			// 
			// 值班人员TextBox
			// 
			this->值班人员TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->值班人员TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司值班管理BindingSource, L"值班人员", true)));
			this->值班人员TextBox->Location = System::Drawing::Point(227, 25);
			this->值班人员TextBox->Name = L"值班人员TextBox";
			this->值班人员TextBox->Size = System::Drawing::Size(310, 21);
			this->值班人员TextBox->TabIndex = 23;
			// 
			// 值班岗位TextBox
			// 
			this->值班岗位TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司值班管理BindingSource, L"值班岗位", true)));
			this->值班岗位TextBox->Location = System::Drawing::Point(67, 52);
			this->值班岗位TextBox->Name = L"值班岗位TextBox";
			this->值班岗位TextBox->Size = System::Drawing::Size(87, 21);
			this->值班岗位TextBox->TabIndex = 25;
			// 
			// 开始日期DateTimePicker
			// 
			this->开始日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->公司值班管理BindingSource, L"开始日期", 
				true)));
			this->开始日期DateTimePicker->Location = System::Drawing::Point(227, 52);
			this->开始日期DateTimePicker->Name = L"开始日期DateTimePicker";
			this->开始日期DateTimePicker->Size = System::Drawing::Size(124, 21);
			this->开始日期DateTimePicker->TabIndex = 27;
			// 
			// 截止日期DateTimePicker
			// 
			this->截止日期DateTimePicker->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->截止日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->公司值班管理BindingSource, L"截止日期", 
				true)));
			this->截止日期DateTimePicker->Location = System::Drawing::Point(419, 52);
			this->截止日期DateTimePicker->Name = L"截止日期DateTimePicker";
			this->截止日期DateTimePicker->Size = System::Drawing::Size(118, 21);
			this->截止日期DateTimePicker->TabIndex = 29;
			// 
			// 委办事项TextBox
			// 
			this->委办事项TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->委办事项TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司值班管理BindingSource, L"委办事项", true)));
			this->委办事项TextBox->Location = System::Drawing::Point(67, 106);
			this->委办事项TextBox->Multiline = true;
			this->委办事项TextBox->Name = L"委办事项TextBox";
			this->委办事项TextBox->ScrollBars = System::Windows::Forms::ScrollBars::Vertical;
			this->委办事项TextBox->Size = System::Drawing::Size(470, 75);
			this->委办事项TextBox->TabIndex = 31;
			// 
			// 重要记事TextBox
			// 
			this->重要记事TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Bottom) 
				| System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			this->重要记事TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->公司值班管理BindingSource, L"重要记事", true)));
			this->重要记事TextBox->Location = System::Drawing::Point(67, 187);
			this->重要记事TextBox->Multiline = true;
			this->重要记事TextBox->Name = L"重要记事TextBox";

⌨️ 快捷键说明

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