forked from pubpub-zz/ppInk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatch.diff
More file actions
67 lines (67 loc) · 3.9 KB
/
patch.diff
File metadata and controls
67 lines (67 loc) · 3.9 KB
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
--- a/src/FormCollection.Designer.cs
+++ b/src/FormCollection.Designer.cs
@@ -26,6 +26,8 @@ namespace gInk
this.btOval = new System.Windows.Forms.Button();
this.btArrow = new System.Windows.Forms.Button();
this.btNumb = new System.Windows.Forms.Button();
+ this.btNumbStartW = new System.Windows.Forms.Button();
+ this.btNumbStartB = new System.Windows.Forms.Button();
this.btText = new System.Windows.Forms.Button();
this.btEdit = new System.Windows.Forms.Button();
this.btEraser = new System.Windows.Forms.Button();
@@ -73,6 +75,8 @@ namespace gInk
this.gpButtons.Controls.Add(this.btOval);
this.gpButtons.Controls.Add(this.btArrow);
this.gpButtons.Controls.Add(this.btNumb);
+ this.gpButtons.Controls.Add(this.btNumbStartW);
+ this.gpButtons.Controls.Add(this.btNumbStartB);
this.gpButtons.Controls.Add(this.btText);
this.gpButtons.Controls.Add(this.btEdit);
this.gpButtons.Controls.Add(this.btEraser);
@@ -571,6 +575,38 @@ namespace gInk
this.btNumb.MouseMove += new System.Windows.Forms.MouseEventHandler(this.gpButtons_MouseMove);
this.btNumb.MouseUp += new System.Windows.Forms.MouseEventHandler(this.gpButtons_MouseUp);
//
+ // btNumbStartW
+ //
+ this.btNumbStartW.BackColor = System.Drawing.Color.Transparent;
+ this.btNumbStartW.BackgroundImage = global::gInk.Properties.Resources.tool_numb_fillW;
+ this.btNumbStartW.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.btNumbStartW.FlatAppearance.BorderSize = 0;
+ this.btNumbStartW.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
+ this.btNumbStartW.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
+ this.btNumbStartW.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btNumbStartW.Location = new System.Drawing.Point(585, 3);
+ this.btNumbStartW.Name = "btNumbStartW";
+ this.btNumbStartW.Size = new System.Drawing.Size(22, 22);
+ this.btNumbStartW.TabIndex = 22;
+ this.toolTip.SetToolTip(this.btNumbStartW, "Start White");
+ this.btNumbStartW.Click += new System.EventHandler(this.btNumbStartW_Click);
+ //
+ // btNumbStartB
+ //
+ this.btNumbStartB.BackColor = System.Drawing.Color.Transparent;
+ this.btNumbStartB.BackgroundImage = global::gInk.Properties.Resources.tool_numb_fillB;
+ this.btNumbStartB.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
+ this.btNumbStartB.FlatAppearance.BorderSize = 0;
+ this.btNumbStartB.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
+ this.btNumbStartB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
+ this.btNumbStartB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
+ this.btNumbStartB.Location = new System.Drawing.Point(600, 3);
+ this.btNumbStartB.Name = "btNumbStartB";
+ this.btNumbStartB.Size = new System.Drawing.Size(22, 22);
+ this.btNumbStartB.TabIndex = 23;
+ this.toolTip.SetToolTip(this.btNumbStartB, "Start Black");
+ this.btNumbStartB.Click += new System.EventHandler(this.btNumbStartB_Click);
+ //
// btText
//
this.btText.BackColor = System.Drawing.Color.Transparent;
@@ -1429,6 +1461,8 @@ namespace gInk
public System.Windows.Forms.Button btExtraPens;
public System.Windows.Forms.Button btPagePrev;
public System.Windows.Forms.Button btPageNext;
+ public System.Windows.Forms.Button btNumbStartW;
+ public System.Windows.Forms.Button btNumbStartB;
}
}