-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathFormScan.Designer.cs
147 lines (136 loc) · 7.39 KB
/
FormScan.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
namespace INFOTECH
{
partial class FormScan
{
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.NotifyIcon SystemTrayIcon;
#region Windows Form Designer generated code
private void InitializeComponent()
{
this.m_pictureboxImage1 = new System.Windows.Forms.PictureBox();
this.m_buttonScan = new System.Windows.Forms.Button();
this.m_buttonSetup = new System.Windows.Forms.Button();
this.m_pictureboxImage2 = new System.Windows.Forms.PictureBox();
this.m_buttonClose = new System.Windows.Forms.Button();
this.m_buttonOpen = new System.Windows.Forms.Button();
this.m_buttonStop = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.m_pictureboxImage1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_pictureboxImage2)).BeginInit();
this.components = new System.ComponentModel.Container();
this.SystemTrayIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.SuspendLayout();
//
// m_pictureboxImage1
//
this.m_pictureboxImage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.m_pictureboxImage1.Location = new System.Drawing.Point(13, 13);
this.m_pictureboxImage1.Name = "m_pictureboxImage1";
this.m_pictureboxImage1.Size = new System.Drawing.Size(335, 424);
this.m_pictureboxImage1.TabIndex = 0;
this.m_pictureboxImage1.TabStop = false;
this.m_pictureboxImage1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
this.m_pictureboxImage2.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
this.m_buttonScan.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
this.m_buttonClose.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
this.m_buttonStop.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
this.m_buttonOpen.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
//
// m_buttonScan
//
this.m_buttonScan.Location = new System.Drawing.Point(533, 453);
this.m_buttonScan.Name = "m_buttonScan";
this.m_buttonScan.Size = new System.Drawing.Size(75, 23);
this.m_buttonScan.TabIndex = 4;
this.m_buttonScan.Text = "Сканувати";
this.m_buttonScan.UseVisualStyleBackColor = true;
this.m_buttonScan.Click += new System.EventHandler(this.m_buttonScan_Click);
//
// m_buttonSetup
//
this.m_buttonSetup.Location = new System.Drawing.Point(452, 453);
this.m_buttonSetup.Name = "m_buttonSetup";
this.m_buttonSetup.Size = new System.Drawing.Size(75, 23);
this.m_buttonSetup.TabIndex = 3;
this.m_buttonSetup.Text = "Тюнінг";
this.m_buttonSetup.UseVisualStyleBackColor = true;
this.m_buttonSetup.Click += new System.EventHandler(this.m_buttonSetup_Click);
//
// m_pictureboxImage2
//
this.m_pictureboxImage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.m_pictureboxImage2.Location = new System.Drawing.Point(354, 13);
this.m_pictureboxImage2.Name = "m_pictureboxImage2";
this.m_pictureboxImage2.Size = new System.Drawing.Size(335, 424);
this.m_pictureboxImage2.TabIndex = 4;
this.m_pictureboxImage2.TabStop = false;
//
// m_buttonClose
//
this.m_buttonClose.Location = new System.Drawing.Point(94, 453);
this.m_buttonClose.Name = "m_buttonClose";
this.m_buttonClose.Size = new System.Drawing.Size(75, 23);
this.m_buttonClose.TabIndex = 2;
this.m_buttonClose.Text = "Закрити";
this.m_buttonClose.UseVisualStyleBackColor = true;
this.m_buttonClose.Click += new System.EventHandler(this.m_buttonClose_Click);
//
// m_buttonOpen
//
this.m_buttonOpen.Location = new System.Drawing.Point(13, 453);
this.m_buttonOpen.Name = "m_buttonOpen";
this.m_buttonOpen.Size = new System.Drawing.Size(75, 23);
this.m_buttonOpen.TabIndex = 1;
this.m_buttonOpen.Text = "Відкрити...";
this.m_buttonOpen.UseVisualStyleBackColor = true;
this.m_buttonOpen.Click += new System.EventHandler(this.m_buttonOpen_Click);
//
// m_buttonStop
//
this.m_buttonStop.Location = new System.Drawing.Point(614, 453);
this.m_buttonStop.Name = "m_buttonStop";
this.m_buttonStop.Size = new System.Drawing.Size(75, 23);
this.m_buttonStop.TabIndex = 5;
this.m_buttonStop.Text = "Зупинити";
this.m_buttonStop.UseVisualStyleBackColor = true;
this.m_buttonStop.Click += new System.EventHandler(this.m_buttonStop_Click);
//
// systemTrayIcon
//
this.SystemTrayIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.SystemTrayIcon.Visible = true;
this.SystemTrayIcon.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SystemTrayIconDoubleClick);
//
// AppWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(284, 261);
//
// FormScan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(702, 488);
this.Controls.Add(this.m_buttonOpen);
this.Controls.Add(this.m_buttonClose);
this.Controls.Add(this.m_pictureboxImage2);
this.Controls.Add(this.m_buttonSetup);
this.Controls.Add(this.m_buttonScan);
this.Controls.Add(this.m_buttonStop);
this.Controls.Add(this.m_pictureboxImage1);
this.Name = "MIA-SCAN";
this.Text = "МІА: Сканування";
((System.ComponentModel.ISupportInitialize)(this.m_pictureboxImage1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.m_pictureboxImage2)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox m_pictureboxImage1;
private System.Windows.Forms.Button m_buttonScan;
private System.Windows.Forms.Button m_buttonSetup;
private System.Windows.Forms.PictureBox m_pictureboxImage2;
private System.Windows.Forms.Button m_buttonClose;
private System.Windows.Forms.Button m_buttonOpen;
private System.Windows.Forms.Button m_buttonStop;
}
}