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

📄 documentform.h

📁 有关办公管理的系统
💻 H
📖 第 1 页 / 共 3 页
字号:
			内容摘要Label->TabIndex = 66;
			内容摘要Label->Text = L"内容摘要:";
			// 
			// 签收人Label
			// 
			签收人Label->AutoSize = true;
			签收人Label->Location = System::Drawing::Point(2, 80);
			签收人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(126, 80);
			分送单位Label->Name = L"分送单位Label";
			分送单位Label->Size = System::Drawing::Size(59, 12);
			分送单位Label->TabIndex = 70;
			分送单位Label->Text = L"分送单位:";
			// 
			// 处理情况Label
			// 
			处理情况Label->AutoSize = true;
			处理情况Label->Location = System::Drawing::Point(397, 80);
			处理情况Label->Name = L"处理情况Label";
			处理情况Label->Size = System::Drawing::Size(59, 12);
			处理情况Label->TabIndex = 72;
			处理情况Label->Text = L"处理情况:";
			// 
			// 存放路径Label
			// 
			存放路径Label->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left));
			存放路径Label->AutoSize = true;
			存放路径Label->Location = System::Drawing::Point(2, 209);
			存放路径Label->Name = L"存放路径Label";
			存放路径Label->Size = System::Drawing::Size(59, 12);
			存放路径Label->TabIndex = 74;
			存放路径Label->Text = L"存放路径:";
			// 
			// 说明Label
			// 
			说明Label->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Bottom | System::Windows::Forms::AnchorStyles::Left));
			说明Label->AutoSize = true;
			说明Label->Location = System::Drawing::Point(2, 236);
			说明Label->Name = L"说明Label";
			说明Label->Size = System::Drawing::Size(35, 12);
			说明Label->TabIndex = 76;
			说明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;
			// 
			// dataGridViewTextBoxColumn10
			// 
			this->dataGridViewTextBoxColumn10->DataPropertyName = L"分送单位";
			this->dataGridViewTextBoxColumn10->HeaderText = L"分送单位";
			this->dataGridViewTextBoxColumn10->Name = L"dataGridViewTextBoxColumn10";
			this->dataGridViewTextBoxColumn10->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;
			// 
			// 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;
			// 
			// dataGridViewTextBoxColumn4
			// 
			this->dataGridViewTextBoxColumn4->DataPropertyName = L"原文字号";
			this->dataGridViewTextBoxColumn4->HeaderText = L"原文字号";
			this->dataGridViewTextBoxColumn4->Name = L"dataGridViewTextBoxColumn4";
			this->dataGridViewTextBoxColumn4->ReadOnly = true;
			// 
			// 显示文件Button
			// 
			this->显示文件Button->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Bottom | 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, 205);
			this->显示文件Button->Name = L"显示文件Button";
			this->显示文件Button->Size = System::Drawing::Size(88, 23);
			this->显示文件Button->TabIndex = 79;
			this->显示文件Button->Text = L"显示文件";
			this->显示文件Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->显示文件Button->UseVisualStyleBackColor = true;
			this->显示文件Button->Click += gcnew System::EventHandler(this, &DocumentForm::显示文件Button_Click);
			// 
			// dataGridViewTextBoxColumn3
			// 
			this->dataGridViewTextBoxColumn3->DataPropertyName = L"类别";
			this->dataGridViewTextBoxColumn3->HeaderText = L"类别";
			this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
			this->dataGridViewTextBoxColumn3->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn7
			// 
			this->dataGridViewTextBoxColumn7->DataPropertyName = L"标题";
			this->dataGridViewTextBoxColumn7->HeaderText = L"标题";
			this->dataGridViewTextBoxColumn7->Name = L"dataGridViewTextBoxColumn7";
			this->dataGridViewTextBoxColumn7->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn6
			// 
			this->dataGridViewTextBoxColumn6->DataPropertyName = L"发文机关";
			this->dataGridViewTextBoxColumn6->HeaderText = L"发文机关";
			this->dataGridViewTextBoxColumn6->Name = L"dataGridViewTextBoxColumn6";
			this->dataGridViewTextBoxColumn6->ReadOnly = true;
			// 
			// dataGridViewTextBoxColumn5
			// 
			this->dataGridViewTextBoxColumn5->DataPropertyName = L"机密等级";
			this->dataGridViewTextBoxColumn5->HeaderText = L"机密等级";
			this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
			this->dataGridViewTextBoxColumn5->ReadOnly = true;
			// 
			// 选择文件Button
			// 
			this->选择文件Button->Anchor = static_cast<System::Windows::Forms::AnchorStyles>((System::Windows::Forms::AnchorStyles::Bottom | 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, 205);
			this->选择文件Button->Name = L"选择文件Button";
			this->选择文件Button->Size = System::Drawing::Size(82, 23);
			this->选择文件Button->TabIndex = 78;
			this->选择文件Button->Text = L"选择文件";
			this->选择文件Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
			this->选择文件Button->UseVisualStyleBackColor = true;
			this->选择文件Button->Click += gcnew System::EventHandler(this, &DocumentForm::选择文件Button_Click);
			// 
			// 自编号TextBox
			// 
			this->自编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->收文登记管理BindingSource, L"自编号", true)));
			this->自编号TextBox->Location = System::Drawing::Point(55, 24);
			this->自编号TextBox->Name = L"自编号TextBox";
			this->自编号TextBox->Size = System::Drawing::Size(132, 21);
			this->自编号TextBox->TabIndex = 53;
			// 
			// 收文日期DateTimePicker
			// 
			this->收文日期DateTimePicker->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Value", this->收文登记管理BindingSource, L"收文日期", 
				true)));
			this->收文日期DateTimePicker->Location = System::Drawing::Point(256, 24);
			this->收文日期DateTimePicker->Name = L"收文日期DateTimePicker";
			this->收文日期DateTimePicker->Size = System::Drawing::Size(120, 21);
			this->收文日期DateTimePicker->TabIndex = 55;
			// 
			// 类别ComboBox
			// 
			this->类别ComboBox->Anchor = static_cast<System::Windows::Forms::AnchorStyles>(((System::Windows::Forms::AnchorStyles::Top | System::Windows::Forms::AnchorStyles::Left) 
				| System::Windows::Forms::AnchorStyles::Right));
			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^  >(3) {L"通知", L"文件", L"商函"});
			this->类别ComboBox->Location = System::Drawing::Point(422, 24);
			this->类别ComboBox->Name = L"类别ComboBox";
			this->类别ComboBox->Size = System::Drawing::Size(115, 20);
			this->类别ComboBox->TabIndex = 57;
			// 
			// 原文字号TextBox
			// 
			this->原文字号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->收文登记管理BindingSource, L"原文字号", true)));
			this->原文字号TextBox->Location = System::Drawing::Point(67, 51);
			this->原文字号TextBox->Name = L"原文字号TextBox";
			this->原文字号TextBox->Size = System::Drawing::Size(120, 21);
			this->原文字号TextBox->TabIndex = 59;
			// 
			// 机密等级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^  >(5) {L"绝密", L"机密", L"秘密", L"内部资料", L"无"});
			this->机密等级ComboBox->Location = System::Drawing::Point(256, 51);
			this->机密等级ComboBox->Name = L"机密等级ComboBox";
			this->机密等级ComboBox->Size = System::Drawing::Size(71, 20);
			this->机密等级ComboBox->TabIndex = 61;
			// 
			// 发文机关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(397, 51);
			this->发文机关TextBox->Name = L"发文机关TextBox";
			this->发文机关TextBox->Size = System::Drawing::Size(140, 21);
			this->发文机关TextBox->TabIndex = 63;
			// 
			// 标题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(43, 104);
			this->标题TextBox->Name = L"标题TextBox";
			this->标题TextBox->Size = System::Drawing::Size(494, 21);
			this->标题TextBox->TabIndex = 65;
			// 
			// 内容摘要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, 131);
			this->内容摘要TextBox->Multiline = true;
			this->内容摘要TextBox->Name = L"内容摘要TextBox";
			this->内容摘要TextBox->Size = System::Drawing::Size(470, 69);
			this->内容摘要TextBox->TabIndex = 67;
			// 
			// 签收人TextBox
			// 

⌨️ 快捷键说明

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