FrmDataFilePreview.Designer.cs
6.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
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
namespace SmartScan
{
partial class FrmDataFilePreview
{
/// <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.BtnOK = new Asa.FaceControl.FaceButton();
this.CboEncoding = new Asa.FaceControl.FaceComboBox();
this.BtnCancel = new Asa.FaceControl.FaceButton();
this.LblEncoding = new Asa.FaceControl.FaceLabel();
this.txtPreview = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// BtnOK
//
this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnOK.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnOK.BorderWidth = 2;
this.BtnOK.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnOK.HoldPress = false;
this.BtnOK.Location = new System.Drawing.Point(499, 394);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Padding = new System.Windows.Forms.Padding(3);
this.BtnOK.Size = new System.Drawing.Size(151, 45);
this.BtnOK.TabIndex = 3;
this.BtnOK.Text = "确认";
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// CboEncoding
//
this.CboEncoding.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.CboEncoding.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.CboEncoding.BorderWidth = 2;
this.CboEncoding.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.CboEncoding.Location = new System.Drawing.Point(499, 37);
this.CboEncoding.Name = "CboEncoding";
this.CboEncoding.Padding = new System.Windows.Forms.Padding(3);
this.CboEncoding.SelectedIndex = -1;
this.CboEncoding.SelectedText = "";
this.CboEncoding.Size = new System.Drawing.Size(150, 45);
this.CboEncoding.TabIndex = 2;
this.CboEncoding.SelectedIndexChanged += new System.EventHandler(this.CboEncoding_SelectedIndexChanged);
//
// BtnCancel
//
this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.BtnCancel.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.BtnCancel.BorderWidth = 2;
this.BtnCancel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.BtnCancel.HoldPress = false;
this.BtnCancel.Location = new System.Drawing.Point(11, 394);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Padding = new System.Windows.Forms.Padding(3);
this.BtnCancel.Size = new System.Drawing.Size(151, 45);
this.BtnCancel.TabIndex = 3;
this.BtnCancel.Text = "取消";
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// LblEncoding
//
this.LblEncoding.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
this.LblEncoding.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
this.LblEncoding.BorderWidth = 0;
this.LblEncoding.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.LblEncoding.Location = new System.Drawing.Point(211, 44);
this.LblEncoding.Name = "LblEncoding";
this.LblEncoding.Padding = new System.Windows.Forms.Padding(3);
this.LblEncoding.Size = new System.Drawing.Size(282, 35);
this.LblEncoding.TabIndex = 22;
this.LblEncoding.Text = "编码格式";
this.LblEncoding.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// txtPreview
//
this.txtPreview.BackColor = System.Drawing.Color.DimGray;
this.txtPreview.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtPreview.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPreview.ForeColor = System.Drawing.Color.White;
this.txtPreview.Location = new System.Drawing.Point(11, 88);
this.txtPreview.Multiline = true;
this.txtPreview.Name = "txtPreview";
this.txtPreview.ReadOnly = true;
this.txtPreview.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtPreview.Size = new System.Drawing.Size(639, 291);
this.txtPreview.TabIndex = 23;
//
// FrmDataFilePreview
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(661, 450);
this.Controls.Add(this.txtPreview);
this.Controls.Add(this.LblEncoding);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnOK);
this.Controls.Add(this.CboEncoding);
this.Icon = global::SmartScan.Properties.Resources.NEO_64;
this.Location = new System.Drawing.Point(0, 0);
this.Name = "FrmDataFilePreview";
this.Text = "文件预览";
this.Load += new System.EventHandler(this.FrmDataFilePreview_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Asa.FaceControl.FaceButton BtnOK;
private Asa.FaceControl.FaceComboBox CboEncoding;
private Asa.FaceControl.FaceButton BtnCancel;
private Asa.FaceControl.FaceLabel LblEncoding;
private System.Windows.Forms.TextBox txtPreview;
}
}