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

📄 accessform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			// 
			// 来访事宜Label
			// 
			来访事宜Label->AutoSize = true;
			来访事宜Label->Location = System::Drawing::Point(3, 82);
			来访事宜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(402, 55);
			接待人Label->Name = L"接待人Label";
			接待人Label->Size = System::Drawing::Size(47, 12);
			接待人Label->TabIndex = 32;
			接待人Label->Text = L"接待人:";
			// 
			// 说明Label
			// 
			说明Label->AutoSize = true;
			说明Label->Location = System::Drawing::Point(3, 109);
			说明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, &AccessForm::客人来访管理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, &AccessForm::查询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(56, 26);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->ReadOnly = true;
			this->自编号TextBox->Size = System::Drawing::Size(95, 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(197, 25);
			this->日期DateTimePicker->Name = L"日期DateTimePicker";
			this->日期DateTimePicker->Size = System::Drawing::Size(190, 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(446, 26);
			this->来访人TextBox->Name = L"来访人TextBox";
			this->来访人TextBox->Size = System::Drawing::Size(84, 21);
			this->来访人TextBox->TabIndex = 25;
			// 
			// 所在单位TextBox
			// 
			this->所在单位TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客人来访管理BindingSource, L"所在单位", true)));
			this->所在单位TextBox->Location = System::Drawing::Point(68, 52);
			this->所在单位TextBox->Name = L"所在单位TextBox";
			this->所在单位TextBox->Size = System::Drawing::Size(200, 21);
			this->所在单位TextBox->TabIndex = 27;
			// 
			// 联系电话TextBox
			// 
			this->联系电话TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->客人来访管理BindingSource, L"联系电话", true)));
			this->联系电话TextBox->Location = System::Drawing::Point(334, 52);
			this->联系电话TextBox->Name = L"联系电话TextBox";
			this->联系电话TextBox->Size = System::Drawing::Size(65, 21);
			this->联系电话TextBox->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(68, 79);
			this->来访事宜TextBox->Name = L"来访事宜TextBox";
			this->来访事宜TextBox->Size = System::Drawing::Size(470, 21);
			this->来访事宜TextBox->TabIndex = 31;
			// 
			// 接待人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(455, 52);
			this->接待人TextBox->Name = L"接待人TextBox";
			this->接待人TextBox->Size = System::Drawing::Size(83, 21);

⌨️ 快捷键说明

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