FrmSplicingConfig.Designer.cs
7.1 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
using HalconDotNet;
namespace CodeSplicing
{
partial class FrmSplicingConfig
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSplicingConfig));
this.btnSave = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.txtConfig = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.lblText = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// btnSave
//
this.btnSave.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSave.Location = new System.Drawing.Point(466, 156);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(117, 33);
this.btnSave.TabIndex = 9;
this.btnSave.Tag = " ";
this.btnSave.Text = "保存";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnHalconP_Click);
//
// button7
//
this.button7.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button7.Location = new System.Drawing.Point(466, 110);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(117, 33);
this.button7.TabIndex = 12;
this.button7.Text = "清理日志";
this.button7.UseVisualStyleBackColor = true;
//
// btnExit
//
this.btnExit.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.Location = new System.Drawing.Point(466, 202);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(117, 33);
this.btnExit.TabIndex = 18;
this.btnExit.Text = "退出";
this.btnExit.UseVisualStyleBackColor = true;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.lblText);
this.panel1.Controls.Add(this.txtConfig);
this.panel1.Controls.Add(this.label10);
this.panel1.Controls.Add(this.btnExit);
this.panel1.Controls.Add(this.button7);
this.panel1.Controls.Add(this.btnSave);
this.panel1.Location = new System.Drawing.Point(11, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(674, 304);
this.panel1.TabIndex = 28;
//
// txtConfig
//
this.txtConfig.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtConfig.Location = new System.Drawing.Point(123, 57);
this.txtConfig.Name = "txtConfig";
this.txtConfig.Size = new System.Drawing.Size(487, 26);
this.txtConfig.TabIndex = 38;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(49, 60);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(68, 20);
this.label10.TabIndex = 37;
this.label10.Text = "拼接格式:";
//
// lblText
//
this.lblText.Font = new System.Drawing.Font("幼圆", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lblText.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblText.Location = new System.Drawing.Point(146, 110);
this.lblText.Name = "lblText";
this.lblText.Size = new System.Drawing.Size(283, 145);
this.lblText.TabIndex = 39;
this.lblText.Text = "二维码内容";
//
// FrmSplicingConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Info;
this.ClientSize = new System.Drawing.Size(706, 328);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmSplicingConfig";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "二维码拼接";
this.Load += new System.EventHandler(this.FrmMain_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button btnExit;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txtConfig;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label lblText;
}
}