FrmKeyCollection.Designer.cs
3.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
namespace SmartScan.PlusSettingFrm
{
partial class FrmKeyCollection
{
/// <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()
{
this.keyList = new Asa.FaceControl.FaceComboBox();
this.faceButton1 = new Asa.FaceControl.FaceButton();
this.SuspendLayout();
//
// keyList
//
this.keyList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.keyList.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.keyList.BorderWidth = 2;
this.keyList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.keyList.Location = new System.Drawing.Point(70, 150);
this.keyList.Name = "keyList";
this.keyList.Padding = new System.Windows.Forms.Padding(3);
this.keyList.SelectedIndex = -1;
this.keyList.SelectedText = "";
this.keyList.Size = new System.Drawing.Size(667, 49);
this.keyList.TabIndex = 6;
this.keyList.Text = "faceComboBox1";
//
// faceButton1
//
this.faceButton1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.faceButton1.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.faceButton1.BorderWidth = 2;
this.faceButton1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.faceButton1.HoldPress = false;
this.faceButton1.Location = new System.Drawing.Point(279, 287);
this.faceButton1.Name = "faceButton1";
this.faceButton1.Padding = new System.Windows.Forms.Padding(3);
this.faceButton1.Size = new System.Drawing.Size(201, 68);
this.faceButton1.TabIndex = 7;
this.faceButton1.Text = "确认";
this.faceButton1.Click += new System.EventHandler(this.faceButton1_Click);
//
// FrmKeyCollection
//
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.faceButton1);
this.Controls.Add(this.keyList);
this.Icon = global::SmartScan.Properties.Resources.App;
this.Name = "FrmKeyCollection";
this.Text = "选择关键字";
this.Controls.SetChildIndex(this.keyList, 0);
this.Controls.SetChildIndex(this.faceButton1, 0);
this.ResumeLayout(false);
}
#endregion
private Asa.FaceControl.FaceComboBox keyList;
private Asa.FaceControl.FaceButton faceButton1;
}
}