FrmDataFilePreview.Designer.cs 6.9 KB

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;
    }
}