📄 summaryform.h
字号:
//
// 会议主题Label
//
会议主题Label->AutoSize = true;
会议主题Label->Location = System::Drawing::Point(1, 52);
会议主题Label->Name = L"会议主题Label";
会议主题Label->Size = System::Drawing::Size(59, 12);
会议主题Label->TabIndex = 58;
会议主题Label->Text = L"会议主题:";
//
// 会议日期Label
//
会议日期Label->AutoSize = true;
会议日期Label->Location = System::Drawing::Point(358, 54);
会议日期Label->Name = L"会议日期Label";
会议日期Label->Size = System::Drawing::Size(59, 12);
会议日期Label->TabIndex = 60;
会议日期Label->Text = L"会议日期:";
//
// 开始时间Label
//
开始时间Label->AutoSize = true;
开始时间Label->Location = System::Drawing::Point(1, 80);
开始时间Label->Name = L"开始时间Label";
开始时间Label->Size = System::Drawing::Size(59, 12);
开始时间Label->TabIndex = 62;
开始时间Label->Text = L"开始时间:";
//
// 结束时间Label
//
结束时间Label->AutoSize = true;
结束时间Label->Location = System::Drawing::Point(196, 81);
结束时间Label->Name = L"结束时间Label";
结束时间Label->Size = System::Drawing::Size(59, 12);
结束时间Label->TabIndex = 64;
结束时间Label->Text = L"结束时间:";
//
// 会议地点Label
//
会议地点Label->AutoSize = true;
会议地点Label->Location = System::Drawing::Point(388, 80);
会议地点Label->Name = L"会议地点Label";
会议地点Label->Size = System::Drawing::Size(59, 12);
会议地点Label->TabIndex = 66;
会议地点Label->Text = L"会议地点:";
//
// 主持人Label
//
主持人Label->AutoSize = true;
主持人Label->Location = System::Drawing::Point(1, 106);
主持人Label->Name = L"主持人Label";
主持人Label->Size = System::Drawing::Size(47, 12);
主持人Label->TabIndex = 68;
主持人Label->Text = L"主持人:";
//
// 重要参加人员Label
//
重要参加人员Label->AutoSize = true;
重要参加人员Label->Location = System::Drawing::Point(195, 107);
重要参加人员Label->Name = L"重要参加人员Label";
重要参加人员Label->Size = System::Drawing::Size(83, 12);
重要参加人员Label->TabIndex = 70;
重要参加人员Label->Text = L"重要参加人员:";
//
// 重要缺席人员Label
//
重要缺席人员Label->AutoSize = true;
重要缺席人员Label->Location = System::Drawing::Point(1, 133);
重要缺席人员Label->Name = L"重要缺席人员Label";
重要缺席人员Label->Size = System::Drawing::Size(83, 12);
重要缺席人员Label->TabIndex = 72;
重要缺席人员Label->Text = L"重要缺席人员:";
//
// 记录人Label
//
记录人Label->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Right));
记录人Label->AutoSize = true;
记录人Label->Location = System::Drawing::Point(314, 133);
记录人Label->Name = L"记录人Label";
记录人Label->Size = System::Drawing::Size(47, 12);
记录人Label->TabIndex = 74;
记录人Label->Text = L"记录人:";
//
// 出席人数Label
//
出席人数Label->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Right));
出席人数Label->AutoSize = true;
出席人数Label->Location = System::Drawing::Point(435, 133);
出席人数Label->Name = L"出席人数Label";
出席人数Label->Size = System::Drawing::Size(59, 12);
出席人数Label->TabIndex = 76;
出席人数Label->Text = L"出席人数:";
//
// 存放路径Label
//
存放路径Label->AutoSize = true;
存放路径Label->Location = System::Drawing::Point(1, 160);
存放路径Label->Name = L"存放路径Label";
存放路径Label->Size = System::Drawing::Size(59, 12);
存放路径Label->TabIndex = 78;
存放路径Label->Text = L"存放路径:";
//
// 说明Label
//
说明Label->AutoSize = true;
说明Label->Location = System::Drawing::Point(1, 187);
说明Label->Name = L"说明Label";
说明Label->Size = System::Drawing::Size(35, 12);
说明Label->TabIndex = 80;
说明Label->Text = L"说明:";
//
// 会议内容Label
//
会议内容Label->AutoSize = true;
会议内容Label->Location = System::Drawing::Point(1, 214);
会议内容Label->Name = L"会议内容Label";
会议内容Label->Size = System::Drawing::Size(59, 12);
会议内容Label->TabIndex = 82;
会议内容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;
//
// dataGridViewTextBoxColumn13
//
this->dataGridViewTextBoxColumn13->DataPropertyName = L"出席人数";
this->dataGridViewTextBoxColumn13->HeaderText = L"出席人数";
this->dataGridViewTextBoxColumn13->Name = L"dataGridViewTextBoxColumn13";
this->dataGridViewTextBoxColumn13->ReadOnly = true;
//
// dataGridViewTextBoxColumn12
//
this->dataGridViewTextBoxColumn12->DataPropertyName = L"记录人";
this->dataGridViewTextBoxColumn12->HeaderText = L"记录人";
this->dataGridViewTextBoxColumn12->Name = L"dataGridViewTextBoxColumn12";
this->dataGridViewTextBoxColumn12->ReadOnly = true;
//
// dataGridViewTextBoxColumn11
//
this->dataGridViewTextBoxColumn11->DataPropertyName = L"重要缺席人员";
this->dataGridViewTextBoxColumn11->HeaderText = L"重要缺席人员";
this->dataGridViewTextBoxColumn11->Name = L"dataGridViewTextBoxColumn11";
this->dataGridViewTextBoxColumn11->ReadOnly = true;
//
// dataGridViewTextBoxColumn16
//
this->dataGridViewTextBoxColumn16->DataPropertyName = L"会议内容";
this->dataGridViewTextBoxColumn16->HeaderText = L"会议内容";
this->dataGridViewTextBoxColumn16->Name = L"dataGridViewTextBoxColumn16";
this->dataGridViewTextBoxColumn16->ReadOnly = true;
//
// dataGridViewTextBoxColumn15
//
this->dataGridViewTextBoxColumn15->DataPropertyName = L"说明";
this->dataGridViewTextBoxColumn15->HeaderText = L"说明";
this->dataGridViewTextBoxColumn15->Name = L"dataGridViewTextBoxColumn15";
this->dataGridViewTextBoxColumn15->ReadOnly = true;
//
// dataGridViewTextBoxColumn14
//
this->dataGridViewTextBoxColumn14->DataPropertyName = L"存放路径";
this->dataGridViewTextBoxColumn14->HeaderText = L"存放路径";
this->dataGridViewTextBoxColumn14->Name = L"dataGridViewTextBoxColumn14";
this->dataGridViewTextBoxColumn14->ReadOnly = true;
//
// dataGridViewTextBoxColumn10
//
this->dataGridViewTextBoxColumn10->DataPropertyName = L"重要参加人员";
this->dataGridViewTextBoxColumn10->HeaderText = L"重要参加人员";
this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
this->dataGridViewTextBoxColumn10->ReadOnly = true;
//
// dataGridViewTextBoxColumn6
//
this->dataGridViewTextBoxColumn6->DataPropertyName = L"开始时间";
this->dataGridViewTextBoxColumn6->HeaderText = L"开始时间";
this->dataGridViewTextBoxColumn6->Name = L"dataGridViewTextBoxColumn6";
this->dataGridViewTextBoxColumn6->ReadOnly = true;
//
// 显示文件Button
//
this->显示文件Button->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Right));
this->显示文件Button->Image = (cli::safe_cast<System::Drawing::Image^ >(resources->GetObject(L"显示文件Button.Image")));
this->显示文件Button->Location = System::Drawing::Point(450, 155);
this->显示文件Button->Name = L"显示文件Button";
this->显示文件Button->Size = System::Drawing::Size(88, 23);
this->显示文件Button->TabIndex = 85;
this->显示文件Button->Text = L"显示文件";
this->显示文件Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
this->显示文件Button->UseVisualStyleBackColor = true;
this->显示文件Button->Click += gcnew System::EventHandler(this, &SummaryForm::显示文件Button_Click);
//
// dataGridViewTextBoxColumn5
//
this->dataGridViewTextBoxColumn5->DataPropertyName = L"会议日期";
this->dataGridViewTextBoxColumn5->HeaderText = L"会议日期";
this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
this->dataGridViewTextBoxColumn5->ReadOnly = true;
//
// dataGridViewTextBoxColumn9
//
this->dataGridViewTextBoxColumn9->DataPropertyName = L"主持人";
this->dataGridViewTextBoxColumn9->HeaderText = L"主持人";
this->dataGridViewTextBoxColumn9->Name = L"dataGridViewTextBoxColumn9";
this->dataGridViewTextBoxColumn9->ReadOnly = true;
//
// dataGridViewTextBoxColumn8
//
this->dataGridViewTextBoxColumn8->DataPropertyName = L"会议地点";
this->dataGridViewTextBoxColumn8->HeaderText = L"会议地点";
this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";
this->dataGridViewTextBoxColumn8->ReadOnly = true;
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -