6 Star 74 Fork 26

ZZK-1989 / tianruoocr

forked from jurafish / tianruoocr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Fmflags.Designer.cs 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
rochy_he 提交于 2019-02-22 09:35 . 更新代码结构
namespace TrOCR
{
public partial class FmFlags : global::System.Windows.Forms.Form
{
protected override void Dispose(bool disposing)
{
bool flag = disposing && this.components != null;
bool flag2 = flag;
bool flag3 = flag2;
bool flag4 = flag3;
bool flag5 = flag4;
bool flag6 = flag5;
bool flag7 = flag6;
bool flag8 = flag7;
bool flag9 = flag8;
if (flag9)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
base.SuspendLayout();
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.None;
this.ForeColor = global::System.Drawing.Color.Aqua;
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.None;
base.ClientSize = new global::System.Drawing.Size(50, 50);
base.Name = "Form1";
this.Text = "Form1";
base.TopMost = true;
base.ShowInTaskbar = false;
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
base.StartPosition = global::System.Windows.Forms.FormStartPosition.Manual;
base.ResumeLayout(false);
}
private global::System.ComponentModel.IContainer components;
}
}
C#
1
https://gitee.com/ZZK-1989/tianruoocr.git
git@gitee.com:ZZK-1989/tianruoocr.git
ZZK-1989
tianruoocr
tianruoocr
master

搜索帮助