FrmMenu.Designer.cs
6.7 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
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
using System.Drawing;
namespace CodeSplicing
{
partial class FrmMenu
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMenu));
this.btnProgram = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnProduct = new System.Windows.Forms.Button();
this.btnWelding = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btnProgram
//
this.btnProgram.BackColor = System.Drawing.Color.Transparent;
this.btnProgram.BackgroundImage = global::CodeSplicing.Properties.Resources.按钮切图_08;
this.btnProgram.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnProgram.FlatAppearance.BorderSize = 0;
this.btnProgram.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnProgram.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnProgram.ForeColor = System.Drawing.Color.White;
this.btnProgram.Location = new System.Drawing.Point(79, 212);
this.btnProgram.Name = "btnProgram";
this.btnProgram.Size = new System.Drawing.Size(250, 113);
this.btnProgram.TabIndex = 7;
this.btnProgram.UseVisualStyleBackColor = false;
this.btnProgram.Click += new System.EventHandler(this.btnProgram_Click);
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.Transparent;
this.btnExit.BackgroundImage = global::CodeSplicing.Properties.Resources.按钮切图_10;
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnExit.FlatAppearance.BorderSize = 0;
this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnExit.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.Location = new System.Drawing.Point(335, 212);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(250, 113);
this.btnExit.TabIndex = 6;
this.btnExit.UseVisualStyleBackColor = false;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// btnProduct
//
this.btnProduct.BackColor = System.Drawing.Color.Transparent;
this.btnProduct.BackgroundImage = global::CodeSplicing.Properties.Resources.按钮切图_06;
this.btnProduct.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnProduct.FlatAppearance.BorderSize = 0;
this.btnProduct.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnProduct.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnProduct.ForeColor = System.Drawing.Color.White;
this.btnProduct.Location = new System.Drawing.Point(335, 93);
this.btnProduct.Name = "btnProduct";
this.btnProduct.Size = new System.Drawing.Size(250, 113);
this.btnProduct.TabIndex = 1;
this.btnProduct.UseVisualStyleBackColor = false;
this.btnProduct.Click += new System.EventHandler(this.btnProduct_Click);
//
// btnWelding
//
this.btnWelding.BackColor = System.Drawing.Color.Transparent;
this.btnWelding.BackgroundImage = global::CodeSplicing.Properties.Resources.按钮切图_03;
this.btnWelding.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
this.btnWelding.FlatAppearance.BorderSize = 0;
this.btnWelding.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnWelding.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnWelding.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.btnWelding.Location = new System.Drawing.Point(79, 93);
this.btnWelding.Name = "btnWelding";
this.btnWelding.Size = new System.Drawing.Size(250, 113);
this.btnWelding.TabIndex = 0;
this.btnWelding.UseVisualStyleBackColor = false;
this.btnWelding.Click += new System.EventHandler(this.btnWelding_Click);
//
// FrmMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(672, 408);
this.Controls.Add(this.btnProgram);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnProduct);
this.Controls.Add(this.btnWelding);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmMenu";
this.Text = "条形码拼接";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMenu_FormClosing);
this.Load += new System.EventHandler(this.FrmMenu_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnWelding;
private System.Windows.Forms.Button btnProduct;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Button btnProgram;
}
}