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

📄 summaryform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 4 页
字号:
			// dataGridViewTextBoxColumn7
			// 
			this->dataGridViewTextBoxColumn7->DataPropertyName = L"结束时间";
			this->dataGridViewTextBoxColumn7->HeaderText = L"结束时间";
			this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
			this->dataGridViewTextBoxColumn7->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(362, 155);
			this->选择文件Button->Name = L"选择文件Button";
			this->选择文件Button->Size = System::Drawing::Size(82, 23);
			this->选择文件Button->TabIndex = 84;
			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);
			// 
			// 自编号TextBox
			// 
			this->自编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->会议纪要管理BindingSource, L"自编号", true)));
			this->自编号TextBox->Location = System::Drawing::Point(54, 23);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->ReadOnly = true;
			this->自编号TextBox->Size = System::Drawing::Size(135, 21);
			this->自编号TextBox->TabIndex = 53;
			// 
			// 类型ComboBox
			// 
			this->类型ComboBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->会议纪要管理BindingSource, L"类型", true)));
			this->类型ComboBox->FormattingEnabled = true;
			this->类型ComboBox->Items->AddRange(gcnew cli::array< System::Object^  >(4) {L"普通会议", L"机密会议", L"股东会议", L"部门会议"});
			this->类型ComboBox->Location = System::Drawing::Point(236, 23);
			this->类型ComboBox->Name = L"类型ComboBox";
			this->类型ComboBox->Size = System::Drawing::Size(147, 20);
			this->类型ComboBox->TabIndex = 55;
			// 
			// 会次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(430, 23);
			this->会次TextBox->Name = L"会次TextBox";
			this->会次TextBox->Size = System::Drawing::Size(108, 21);
			this->会次TextBox->TabIndex = 57;
			// 
			// 会议主题TextBox
			// 
			this->会议主题TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->会议纪要管理BindingSource, L"会议主题", true)));
			this->会议主题TextBox->Location = System::Drawing::Point(66, 49);
			this->会议主题TextBox->Name = L"会议主题TextBox";
			this->会议主题TextBox->Size = System::Drawing::Size(286, 21);
			this->会议主题TextBox->TabIndex = 59;
			// 
			// 会议日期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(423, 50);
			this->会议日期DateTimePicker->Name = L"会议日期DateTimePicker";
			this->会议日期DateTimePicker->Size = System::Drawing::Size(114, 21);
			this->会议日期DateTimePicker->TabIndex = 61;
			// 
			// 开始时间DateTimePicker
			// 
			this->开始时间DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->会议纪要管理BindingSource, L"开始时间", 
				true)));
			this->开始时间DateTimePicker->Format = System::Windows::Forms::DateTimePickerFormat::Time;
			this->开始时间DateTimePicker->Location = System::Drawing::Point(66, 76);
			this->开始时间DateTimePicker->Name = L"开始时间DateTimePicker";
			this->开始时间DateTimePicker->ShowUpDown = true;
			this->开始时间DateTimePicker->Size = System::Drawing::Size(123, 21);
			this->开始时间DateTimePicker->TabIndex = 63;
			// 
			// 结束时间DateTimePicker
			// 
			this->结束时间DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->会议纪要管理BindingSource, L"结束时间", 
				true)));
			this->结束时间DateTimePicker->Format = System::Windows::Forms::DateTimePickerFormat::Time;
			this->结束时间DateTimePicker->Location = System::Drawing::Point(261, 77);
			this->结束时间DateTimePicker->Name = L"结束时间DateTimePicker";
			this->结束时间DateTimePicker->ShowUpDown = true;
			this->结束时间DateTimePicker->Size = System::Drawing::Size(122, 21);
			this->结束时间DateTimePicker->TabIndex = 65;
			// 
			// 会议地点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(453, 77);
			this->会议地点TextBox->Name = L"会议地点TextBox";
			this->会议地点TextBox->Size = System::Drawing::Size(84, 21);
			this->会议地点TextBox->TabIndex = 67;
			// 
			// 主持人TextBox
			// 
			this->主持人TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->会议纪要管理BindingSource, L"主持人", true)));
			this->主持人TextBox->Location = System::Drawing::Point(54, 103);
			this->主持人TextBox->Name = L"主持人TextBox";
			this->主持人TextBox->Size = System::Drawing::Size(135, 21);
			this->主持人TextBox->TabIndex = 69;
			// 
			// 重要参加人员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(284, 104);
			this->重要参加人员TextBox->Name = L"重要参加人员TextBox";
			this->重要参加人员TextBox->Size = System::Drawing::Size(253, 21);
			this->重要参加人员TextBox->TabIndex = 71;
			// 
			// 重要缺席人员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(90, 130);
			this->重要缺席人员TextBox->Name = L"重要缺席人员TextBox";
			this->重要缺席人员TextBox->Size = System::Drawing::Size(214, 21);
			this->重要缺席人员TextBox->TabIndex = 73;
			// 
			// 记录人TextBox
			// 
			this->记录人TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(367, 130);
			this->记录人TextBox->Name = L"记录人TextBox";
			this->记录人TextBox->Size = System::Drawing::Size(64, 21);
			this->记录人TextBox->TabIndex = 75;
			// 
			// 出席人数TextBox
			// 
			this->出席人数TextBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Top | 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(500, 130);
			this->出席人数TextBox->Name = L"出席人数TextBox";
			this->出席人数TextBox->Size = System::Drawing::Size(37, 21);
			this->出席人数TextBox->TabIndex = 77;
			// 
			// 存放路径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(66, 157);
			this->存放路径TextBox->Name = L"存放路径TextBox";
			this->存放路径TextBox->ReadOnly = true;
			this->存放路径TextBox->Size = System::Drawing::Size(295, 21);
			this->存放路径TextBox->TabIndex = 79;
			// 
			// 说明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(42, 184);
			this->说明TextBox->Name = L"说明TextBox";
			this->说明TextBox->Size = System::Drawing::Size(495, 21);
			this->说明TextBox->TabIndex = 81;
			// 
			// 会议内容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(66, 211);
			this->会议内容TextBox->Multiline = true;
			this->会议内容TextBox->Name = L"会议内容TextBox";
			this->会议内容TextBox->Size = System::Drawing::Size(471, 75);
			this->会议内容TextBox->TabIndex = 83;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this->dataGridViewTextBoxColumn4->DataPropertyName = L"会议主题";
			this->dataGridViewTextBoxColumn4->HeaderText = L"会议主题";
			this->dataGridViewTextBoxColumn4->Name = L"dataGridViewTextBoxColumn4";
			this->dataGridViewTextBoxColumn4->ReadOnly = true;
			// 
			// bindingNavigatorSeparator2
			// 
			this->bindingNavigatorSeparator2->Name = L"bindingNavigatorSeparator2";
			this->bindingNavigatorSeparator2->Size = System::Drawing::Size(6, 25);
			// 
			// 查询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, &SummaryForm::查询ToolStripButton_Click);
			// 
			// 结束日期ToolStripTextBox
			// 
			this->结束日期ToolStripTextBox->Name = L"结束日期ToolStripTextBox";
			this->结束日期ToolStripTextBox->Size = System::Drawing::Size(100, 25);
			this->结束日期ToolStripTextBox->Text = L"2099-12-31";
			// 
			// 会议纪要管理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, &SummaryForm::会议纪要管理BindingNavigatorSaveItem_Click);
			// 
			// dataGridViewTextBoxColumn3
			// 
			this->dataGridViewTextBoxColumn3->DataPropertyName = L"会次";
			this->dataGridViewTextBoxColumn3->HeaderText = L"会次";
			this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
			this->dataGridViewTextBoxColumn3->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn2
			// 

⌨️ 快捷键说明

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