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

📄 informform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			接话人Label->AutoSize = true;
			接话人Label->Location = System::Drawing::Point(3, 83);
			接话人Label->Name = L"接话人Label";
			接话人Label->Size = System::Drawing::Size(47, 12);
			接话人Label->TabIndex = 36;
			接话人Label->Text = L"接话人:";
			// 
			// 会议要求Label
			// 
			会议要求Label->AutoSize = true;
			会议要求Label->Location = System::Drawing::Point(157, 83);
			会议要求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(2, 110);
			领导处理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(2, 137);
			说明Label->Name = L"说明Label";
			说明Label->Size = System::Drawing::Size(35, 12);
			说明Label->TabIndex = 42;
			说明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;
			// 
			// 会议通知管理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, &InformForm::会议通知管理BindingNavigatorSaveItem_Click);
			// 
			// dataGridViewTextBoxColumn1
			// 
			this->dataGridViewTextBoxColumn1->DataPropertyName = L"自编号";
			this->dataGridViewTextBoxColumn1->HeaderText = L"自编号";
			this->dataGridViewTextBoxColumn1->Name = L"dataGridViewTextBoxColumn1";
			this->dataGridViewTextBoxColumn1->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn2
			// 
			this->dataGridViewTextBoxColumn2->DataPropertyName = L"通知日期";
			this->dataGridViewTextBoxColumn2->HeaderText = L"通知日期";
			this->dataGridViewTextBoxColumn2->Name = L"dataGridViewTextBoxColumn2";
			this->dataGridViewTextBoxColumn2->ReadOnly = true;
			// 
			// bindingNavigatorSeparator2
			// 
			this->bindingNavigatorSeparator2->Name = L"bindingNavigatorSeparator2";
			this->bindingNavigatorSeparator2->Size = System::Drawing::Size(6, 25);
			// 
			// 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, &InformForm::查询ToolStripButton_Click);
			// 
			// dataGridViewTextBoxColumn3
			// 
			this->dataGridViewTextBoxColumn3->DataPropertyName = L"通知时间";
			this->dataGridViewTextBoxColumn3->HeaderText = L"通知时间";
			this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
			this->dataGridViewTextBoxColumn3->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn8
			// 
			this->dataGridViewTextBoxColumn8->DataPropertyName = L"会议要求";
			this->dataGridViewTextBoxColumn8->HeaderText = L"会议要求";
			this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";
			this->dataGridViewTextBoxColumn8->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn9
			// 
			this->dataGridViewTextBoxColumn9->DataPropertyName = L"领导处理";
			this->dataGridViewTextBoxColumn9->HeaderText = L"领导处理";
			this->dataGridViewTextBoxColumn9->Name = L"dataGridViewTextBoxColumn9";
			this->dataGridViewTextBoxColumn9->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn10
			// 
			this->dataGridViewTextBoxColumn10->DataPropertyName = L"说明";
			this->dataGridViewTextBoxColumn10->HeaderText = L"说明";
			this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
			this->dataGridViewTextBoxColumn10->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn7
			// 
			this->dataGridViewTextBoxColumn7->DataPropertyName = L"接话人";
			this->dataGridViewTextBoxColumn7->HeaderText = L"接话人";
			this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
			this->dataGridViewTextBoxColumn7->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;
			// 
			// dataGridViewTextBoxColumn6
			// 
			this->dataGridViewTextBoxColumn6->DataPropertyName = L"联系电话";
			this->dataGridViewTextBoxColumn6->HeaderText = L"联系电话";
			this->dataGridViewTextBoxColumn6->Name = L"dataGridViewTextBoxColumn6";
			this->dataGridViewTextBoxColumn6->ReadOnly = true;
			// 
			// 自编号TextBox
			// 
			this->自编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->会议通知管理BindingSource, L"自编号", true)));
			this->自编号TextBox->Location = System::Drawing::Point(56, 26);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->ReadOnly = true;
			this->自编号TextBox->Size = System::Drawing::Size(162, 21);
			this->自编号TextBox->TabIndex = 25;
			// 
			// 通知日期DateTimePicker
			// 
			this->通知日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->会议通知管理BindingSource, L"通知日期", 
				true)));
			this->通知日期DateTimePicker->Format = System::Windows::Forms::DateTimePickerFormat::Short;
			this->通知日期DateTimePicker->Location = System::Drawing::Point(285, 24);
			this->通知日期DateTimePicker->Name = L"通知日期DateTimePicker";
			this->通知日期DateTimePicker->Size = System::Drawing::Size(98, 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->Format = System::Windows::Forms::DateTimePickerFormat::Time;
			this->通知时间DateTimePicker->Location = System::Drawing::Point(454, 26);
			this->通知时间DateTimePicker->Name = L"通知时间DateTimePicker";
			this->通知时间DateTimePicker->ShowUpDown = true;
			this->通知时间DateTimePicker->Size = System::Drawing::Size(84, 21);
			this->通知时间DateTimePicker->TabIndex = 29;
			// 
			// 通知单位TextBox
			// 
			this->通知单位TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->会议通知管理BindingSource, L"通知单位", true)));
			this->通知单位TextBox->Location = System::Drawing::Point(68, 53);
			this->通知单位TextBox->Name = L"通知单位TextBox";
			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(285, 53);
			this->联系人TextBox->Name = L"联系人TextBox";
			this->联系人TextBox->Size = System::Drawing::Size(98, 21);
			this->联系人TextBox->TabIndex = 33;
			// 
			// 联系电话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(457, 53);
			this->联系电话TextBox->Name = L"联系电话TextBox";
			this->联系电话TextBox->Size = System::Drawing::Size(81, 21);
			this->联系电话TextBox->TabIndex = 35;
			// 
			// 接话人TextBox
			// 
			this->接话人TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->会议通知管理BindingSource, L"接话人", true)));
			this->接话人TextBox->Location = System::Drawing::Point(56, 80);
			this->接话人TextBox->Name = L"接话人TextBox";
			this->接话人TextBox->Size = System::Drawing::Size(95, 21);
			this->接话人TextBox->TabIndex = 37;

⌨️ 快捷键说明

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