📄 versionform.h
字号:
#pragma once
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
namespace 办公事务管理系统 {
/// <summary>
/// VersionForm 摘要
///
/// 警告: 如果更改此类的名称,则需要更改
/// 与此类所依赖的所有 .resx 文件关联的托管资源编译器工具的
/// “资源文件名”属性。否则,
/// 设计器将不能与此窗体的关联
/// 本地化资源正确交互。
/// </summary>
public ref class VersionForm : public System::Windows::Forms::Form
{
public:
VersionForm(void)
{
InitializeComponent();
//
//TODO: 在此处添加构造函数代码
//
}
protected:
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
~VersionForm()
{
if (components)
{
delete components;
}
}
private: System::Windows::Forms::Label^ label4;
protected:
private: System::Windows::Forms::Label^ label3;
private: System::Windows::Forms::Label^ label2;
public: System::Windows::Forms::Label^ label1;
private:
private:
/// <summary>
/// 必需的设计器变量。
/// </summary>
System::ComponentModel::Container ^components;
#pragma region Windows Form Designer generated code
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
void InitializeComponent(void)
{
this->label4 = (gcnew System::Windows::Forms::Label());
this->label3 = (gcnew System::Windows::Forms::Label());
this->label2 = (gcnew System::Windows::Forms::Label());
this->label1 = (gcnew System::Windows::Forms::Label());
this->SuspendLayout();
//
// label4
//
this->label4->AutoSize = true;
this->label4->Font = (gcnew System::Drawing::Font(L"楷体_GB2312", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(134)));
this->label4->Location = System::Drawing::Point(49, 123);
this->label4->Name = L"label4";
this->label4->Size = System::Drawing::Size(246, 19);
this->label4->TabIndex = 27;
this->label4->Text = L"联系电话:023-40405690";
//
// label3
//
this->label3->AutoSize = true;
this->label3->Font = (gcnew System::Drawing::Font(L"楷体_GB2312", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(134)));
this->label3->Location = System::Drawing::Point(69, 94);
this->label3->Name = L"label3";
this->label3->Size = System::Drawing::Size(211, 19);
this->label3->TabIndex = 26;
this->label3->Text = L"编制日期:2007年5月";
//
// label2
//
this->label2->AutoSize = true;
this->label2->Font = (gcnew System::Drawing::Font(L"楷体_GB2312", 14.25F, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(134)));
this->label2->Location = System::Drawing::Point(89, 65);
this->label2->Name = L"label2";
this->label2->Size = System::Drawing::Size(156, 19);
this->label2->TabIndex = 25;
this->label2->Text = L"程序设计:罗斌";
//
// label1
//
this->label1->AutoSize = true;
this->label1->Font = (gcnew System::Drawing::Font(L"楷体_GB2312", 18, System::Drawing::FontStyle::Bold, System::Drawing::GraphicsUnit::Point,
static_cast<System::Byte>(134)));
this->label1->Location = System::Drawing::Point(15, 26);
this->label1->Name = L"label1";
this->label1->Size = System::Drawing::Size(135, 24);
this->label1->TabIndex = 24;
this->label1->Text = L"系统名称:";
//
// VersionForm
//
this->AutoScaleDimensions = System::Drawing::SizeF(6, 12);
this->AutoScaleMode = System::Windows::Forms::AutoScaleMode::Font;
this->ClientSize = System::Drawing::Size(342, 166);
this->Controls->Add(this->label4);
this->Controls->Add(this->label3);
this->Controls->Add(this->label2);
this->Controls->Add(this->label1);
this->FormBorderStyle = System::Windows::Forms::FormBorderStyle::Fixed3D;
this->MaximizeBox = false;
this->MinimizeBox = false;
this->Name = L"VersionForm";
this->StartPosition = System::Windows::Forms::FormStartPosition::CenterParent;
this->Text = L"管理系统版本信息";
this->ResumeLayout(false);
this->PerformLayout();
}
#pragma endregion
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -