📄 letterform.h
字号:
// 处理人Label
//
处理人Label->AutoSize = true;
处理人Label->Location = System::Drawing::Point(416, 52);
处理人Label->Name = L"处理人Label";
处理人Label->Size = System::Drawing::Size(47, 12);
处理人Label->TabIndex = 64;
处理人Label->Text = L"处理人:";
//
// 存放路径Label
//
存放路径Label->AutoSize = true;
存放路径Label->Location = System::Drawing::Point(5, 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(5, 107);
说明Label->Name = L"说明Label";
说明Label->Size = System::Drawing::Size(35, 12);
说明Label->TabIndex = 68;
说明Label->Text = L"说明:";
//
// 主要内容Label
//
主要内容Label->AutoSize = true;
主要内容Label->Location = System::Drawing::Point(5, 134);
主要内容Label->Name = L"主要内容Label";
主要内容Label->Size = System::Drawing::Size(59, 12);
主要内容Label->TabIndex = 70;
主要内容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;
//
// 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;
//
// dataGridViewTextBoxColumn8
//
this->dataGridViewTextBoxColumn8->DataPropertyName = L"存放路径";
this->dataGridViewTextBoxColumn8->HeaderText = L"存放路径";
this->dataGridViewTextBoxColumn8->Name = L"dataGridViewTextBoxColumn8";
this->dataGridViewTextBoxColumn8->ReadOnly = 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;
//
// 显示文件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(451, 77);
this->显示文件Button->Name = L"显示文件Button";
this->显示文件Button->Size = System::Drawing::Size(88, 23);
this->显示文件Button->TabIndex = 73;
this->显示文件Button->Text = L"显示文件";
this->显示文件Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
this->显示文件Button->UseVisualStyleBackColor = true;
this->显示文件Button->Click += gcnew System::EventHandler(this, &LetterForm::显示文件Button_Click);
//
// dataGridViewTextBoxColumn2
//
this->dataGridViewTextBoxColumn2->DataPropertyName = L"日期";
this->dataGridViewTextBoxColumn2->HeaderText = L"日期";
this->dataGridViewTextBoxColumn2->Name = L"dataGridViewTextBoxColumn2";
this->dataGridViewTextBoxColumn2->ReadOnly = true;
//
// dataGridViewTextBoxColumn3
//
this->dataGridViewTextBoxColumn3->DataPropertyName = L"标题";
this->dataGridViewTextBoxColumn3->HeaderText = L"标题";
this->dataGridViewTextBoxColumn3->Name = L"dataGridViewTextBoxColumn3";
this->dataGridViewTextBoxColumn3->ReadOnly = true;
//
// dataGridViewTextBoxColumn5
//
this->dataGridViewTextBoxColumn5->DataPropertyName = L"类别";
this->dataGridViewTextBoxColumn5->HeaderText = L"类别";
this->dataGridViewTextBoxColumn5->Name = L"dataGridViewTextBoxColumn5";
this->dataGridViewTextBoxColumn5->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::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(363, 77);
this->选择文件Button->Name = L"选择文件Button";
this->选择文件Button->Size = System::Drawing::Size(82, 23);
this->选择文件Button->TabIndex = 72;
this->选择文件Button->Text = L"选择文件";
this->选择文件Button->TextImageRelation = System::Windows::Forms::TextImageRelation::ImageBeforeText;
this->选择文件Button->UseVisualStyleBackColor = true;
this->选择文件Button->Click += gcnew System::EventHandler(this, &LetterForm::选择文件Button_Click);
//
// 往来编号TextBox
//
this->往来编号TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->往来信函管理BindingSource, L"往来编号", true)));
this->往来编号TextBox->Location = System::Drawing::Point(65, 24);
this->往来编号TextBox->Name = L"往来编号TextBox";
this->往来编号TextBox->Size = System::Drawing::Size(82, 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(194, 23);
this->日期DateTimePicker->Name = L"日期DateTimePicker";
this->日期DateTimePicker->Size = System::Drawing::Size(112, 21);
this->日期DateTimePicker->TabIndex = 55;
//
// 标题TextBox
//
this->标题TextBox->DataBindings->Add((gcnew System::Windows::Forms::Binding(L"Text", this->往来信函管理BindingSource, L"标题", true)));
this->标题TextBox->Location = System::Drawing::Point(46, 50);
this->标题TextBox->Name = L"标题TextBox";
this->标题TextBox->Size = System::Drawing::Size(149, 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(265, 50);
this->单位名称TextBox->Name = L"单位名称TextBox";
this->单位名称TextBox->Size = System::Drawing::Size(144, 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^ >(3) {L"平信", L"挂号信", L"包裹"});
this->类别ComboBox->Location = System::Drawing::Point(350, 23);
this->类别ComboBox->Name = L"类别ComboBox";
this->类别ComboBox->Size = System::Drawing::Size(98, 20);
this->类别ComboBox->TabIndex = 61;
//
// 类型ComboBox
//
this->类型ComboBox->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->类型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^ >(2) {L"收", L"发"});
this->类型ComboBox->Location = System::Drawing::Point(488, 23);
this->类型ComboBox->Name = L"类型ComboBox";
this->类型ComboBox->Size = System::Drawing::Size(51, 20);
this->类型ComboBox->TabIndex = 63;
//
// 处理人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(469, 49);
this->处理人TextBox->Name = L"处理人TextBox";
this->处理人TextBox->Size = System::Drawing::Size(70, 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(70, 77);
this->存放路径TextBox->Name = L"存放路径TextBox";
this->存放路径TextBox->ReadOnly = true;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -