1 Star 0 Fork 27

zb872676223/tianruoocr

forked from ZZK-1989/tianruoocr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Messageload.cs 760 Bytes
一键复制 编辑 原始数据 按行查看 历史
rochy_he 提交于 2019-02-22 09:35 . 更新代码结构
using System;
using System.Drawing;
using System.Windows.Forms;
namespace TrOCR
{
public partial class Messageload : Form
{
public Messageload()
{
InitializeComponent();
}
public void Form1_Load(object sender, EventArgs e)
{
DialogResult = DialogResult.OK;
}
public void InitializeComponent()
{
SuspendLayout();
AutoScaleDimensions = new SizeF(6f, 12f);
FormBorderStyle = FormBorderStyle.None;
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.White;
ClientSize = new Size(0, 0);
ForeColor = Color.Black;
MaximizeBox = false;
MinimizeBox = false;
Name = "Form1";
Text = "弹窗";
Load += Form1_Load;
ResumeLayout(false);
PerformLayout();
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zb872676223/tianruoocr.git
[email protected]:zb872676223/tianruoocr.git
zb872676223
tianruoocr
tianruoocr
master

搜索帮助