📄 superviseform.h
字号:
回告最后日期Label->AutoSize = true;
回告最后日期Label->Location = System::Drawing::Point(350, 56);
回告最后日期Label->Name = L"回告最后日期Label";
回告最后日期Label->Size = System::Drawing::Size(83, 12);
回告最后日期Label->TabIndex = 30;
回告最后日期Label->Text = L"回告最后日期:";
//
// 回告要求Label
//
回告要求Label->AutoSize = true;
回告要求Label->Location = System::Drawing::Point(2, 182);
回告要求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;
//
// 查询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, &SuperviseForm::查询ToolStripButton_Click);
//
// 文件督办管理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, &SuperviseForm::文件督办管理BindingNavigatorSaveItem_Click);
//
// dataGridViewTextBoxColumn1
//
this->dataGridViewTextBoxColumn1->DataPropertyName = L"自编号";
this->dataGridViewTextBoxColumn1->HeaderText = L"自编号";
this->dataGridViewTextBoxColumn1->Name = L"dataGridViewTextBoxColumn1";
this->dataGridViewTextBoxColumn1->ReadOnly = true;
//
// 开始日期ToolStripTextBox
//
this->开始日期ToolStripTextBox->Name = L"开始日期ToolStripTextBox";
this->开始日期ToolStripTextBox->Size = System::Drawing::Size(100, 25);
this->开始日期ToolStripTextBox->Text = L"2000-1-1";
//
// 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";
//
// 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, 26);
this->自编号TextBox->Name = L"自编号TextBox";
this->自编号TextBox->ReadOnly = true;
this->自编号TextBox->Size = System::Drawing::Size(114, 21);
this->自编号TextBox->TabIndex = 21;
//
// 督办日期DateTimePicker
//
this->督办日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->文件督办管理BindingSource, L"督办日期",
true)));
this->督办日期DateTimePicker->Location = System::Drawing::Point(240, 25);
this->督办日期DateTimePicker->Name = L"督办日期DateTimePicker";
this->督办日期DateTimePicker->Size = System::Drawing::Size(140, 21);
this->督办日期DateTimePicker->TabIndex = 23;
//
// 发文号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(439, 25);
this->发文号TextBox->Name = L"发文号TextBox";
this->发文号TextBox->Size = System::Drawing::Size(98, 21);
this->发文号TextBox->TabIndex = 25;
//
// 承办单位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, 52);
this->承办单位TextBox->Name = L"承办单位TextBox";
this->承办单位TextBox->Size = System::Drawing::Size(277, 21);
this->承办单位TextBox->TabIndex = 27;
//
// 督办内容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->Size = System::Drawing::Size(470, 67);
this->督办内容TextBox->TabIndex = 29;
//
// 回告最后日期DateTimePicker
//
this->回告最后日期DateTimePicker->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(439, 52);
this->回告最后日期DateTimePicker->Name = L"回告最后日期DateTimePicker";
this->回告最后日期DateTimePicker->Size = System::Drawing::Size(98, 21);
this->回告最后日期DateTimePicker->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, 179);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -