forked from tianruoyouxin/tianruoocr_last
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Fmnote.Designer.cs
81 lines (76 loc) · 3.73 KB
/
Fmnote.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
namespace 天若OCR文字识别
{
// Token: 0x02000013 RID: 19
public partial class Fmnote : global::System.Windows.Forms.Form
{
// Token: 0x06000178 RID: 376 RVA: 0x000155E4 File Offset: 0x000137E4
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;
if (flag8)
{
this.components.Dispose();
}
base.Dispose(disposing);
}
// Token: 0x06000179 RID: 377 RVA: 0x00015634 File Offset: 0x00013834
private void InitializeComponent()
{
base.Location = new global::System.Drawing.Point(global::System.Windows.Forms.Screen.AllScreens[0].WorkingArea.Width - base.Width, global::System.Windows.Forms.Screen.AllScreens[0].WorkingArea.Height - base.Height);
base.Hide();
this.Font = new global::System.Drawing.Font(this.Font.Name, 9f / global::天若OCR文字识别.StaticValue.Dpifactor, this.Font.Style, this.Font.Unit, this.Font.GdiCharSet, this.Font.GdiVerticalFont);
this.copyItem = new global::System.Windows.Forms.ToolStripMenuItem();
this.components = new global::System.ComponentModel.Container();
this.dataGridView1 = new global::System.Windows.Forms.DataGridView();
this.contextMenuStrip1 = new global::System.Windows.Forms.ContextMenuStrip(this.components);
this.contextMenuStrip1.Renderer = new global::天若OCR文字识别.HelpRepaint.MenuItemRendererT();
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).BeginInit();
base.SuspendLayout();
this.dataGridView1.BackgroundColor = global::System.Drawing.Color.White;
this.dataGridView1.ColumnHeadersVisible = false;
this.dataGridView1.GridColor = global::System.Drawing.Color.White;
this.dataGridView1.Location = new global::System.Drawing.Point(0, 0);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.TabIndex = 0;
this.dataGridView1.SelectionMode = global::System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.ContextMenuStrip = this.contextMenuStrip1;
this.dataGridView1.EditMode = global::System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dataGridView1.DoubleClick += new global::System.EventHandler(this.doub_click);
this.copyItem.Text = "复制";
this.copyItem.Click += new global::System.EventHandler(this.copy_click);
this.contextMenuStrip1.Items.AddRange(new global::System.Windows.Forms.ToolStripItem[]
{
this.copyItem
});
this.contextMenuStrip1.Name = "contextMenuStrip1";
this.contextMenuStrip1.Size = new global::System.Drawing.Size(61, 4);
base.AutoScaleDimensions = new global::System.Drawing.SizeF(6f, 12f);
base.AutoScaleMode = global::System.Windows.Forms.AutoScaleMode.Font;
base.Controls.Add(this.dataGridView1);
base.Name = "Form1";
base.MinimizeBox = false;
base.MaximizeBox = false;
base.FormBorderStyle = global::System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Text = "记录";
base.Load += new global::System.EventHandler(this.Form1_Load);
((global::System.ComponentModel.ISupportInitialize)this.dataGridView1).EndInit();
base.ResumeLayout(false);
}
// Token: 0x04000108 RID: 264
private global::System.ComponentModel.IContainer components;
// Token: 0x04000109 RID: 265
private global::System.Windows.Forms.ToolStripMenuItem copyItem;
// Token: 0x0400010A RID: 266
private global::System.Windows.Forms.DataGridView dataGridView1;
// Token: 0x0400010B RID: 267
private global::System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
}
}