namespace CSFrameworkV5.Library
{
partial class frmImportExcel
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmImportExcel));
DevExpress.XtraEditors.Controls.EditorButtonImageOptions editorButtonImageOptions1 = new DevExpress.XtraEditors.Controls.EditorButtonImageOptions();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.gcPreview = new DevExpress.XtraGrid.GridControl();
this.gvPreview = new DevExpress.XtraGrid.Views.Grid.GridView();
this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
this.txtTables = new DevExpress.XtraEditors.ComboBoxEdit();
this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
this.btnImport = new DevExpress.XtraEditors.SimpleButton();
this.btnFieldMapping = new DevExpress.XtraEditors.SimpleButton();
this.btnPreview = new DevExpress.XtraEditors.SimpleButton();
this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.label1 = new System.Windows.Forms.Label();
this.labelControl15 = new DevExpress.XtraEditors.LabelControl();
this.btnTestConnection = new DevExpress.XtraEditors.SimpleButton();
this.txtFile = new DevExpress.XtraEditors.ButtonEdit();
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
this.chkEmptyData = new DevExpress.XtraEditors.CheckEdit();
this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txtPassword = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
this.panelControl2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gcPreview)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gvPreview)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
this.panelControl4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtTables.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
this.panelControl3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtFile.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
this.panelControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.chkEmptyData.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
this.SuspendLayout();
//
// panelControl2
//
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl2.Controls.Add(this.gcPreview);
this.panelControl2.Controls.Add(this.panelControl4);
this.panelControl2.Controls.Add(this.panelControl3);
this.panelControl2.Controls.Add(this.labelControl15);
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelControl2.Location = new System.Drawing.Point(0, 78);
this.panelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl2.Name = "panelControl2";
this.panelControl2.Padding = new System.Windows.Forms.Padding(12, 15, 12, 15);
this.panelControl2.Size = new System.Drawing.Size(863, 449);
this.panelControl2.TabIndex = 21;
//
// gcPreview
//
this.gcPreview.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcPreview.EmbeddedNavigator.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcPreview.Location = new System.Drawing.Point(12, 67);
this.gcPreview.MainView = this.gvPreview;
this.gcPreview.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.gcPreview.Name = "gcPreview";
this.gcPreview.Size = new System.Drawing.Size(839, 332);
this.gcPreview.TabIndex = 45;
this.gcPreview.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gvPreview});
//
// gvPreview
//
this.gvPreview.ColumnPanelRowHeight = 30;
this.gvPreview.GridControl = this.gcPreview;
this.gvPreview.Name = "gvPreview";
this.gvPreview.OptionsBehavior.Editable = false;
this.gvPreview.OptionsView.ColumnAutoWidth = false;
this.gvPreview.OptionsView.ShowFooter = true;
this.gvPreview.OptionsView.ShowGroupPanel = false;
this.gvPreview.RowHeight = 25;
//
// panelControl4
//
this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl4.Controls.Add(this.txtTables);
this.panelControl4.Controls.Add(this.labelControl7);
this.panelControl4.Controls.Add(this.btnImport);
this.panelControl4.Controls.Add(this.btnFieldMapping);
this.panelControl4.Controls.Add(this.btnPreview);
this.panelControl4.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl4.Location = new System.Drawing.Point(12, 15);
this.panelControl4.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl4.Name = "panelControl4";
this.panelControl4.Size = new System.Drawing.Size(839, 52);
this.panelControl4.TabIndex = 49;
//
// txtTables
//
this.txtTables.EditValue = "";
this.txtTables.Location = new System.Drawing.Point(91, 10);
this.txtTables.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtTables.Name = "txtTables";
this.txtTables.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.txtTables.Properties.Appearance.Options.UseFont = true;
this.txtTables.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.txtTables.Properties.DropDownRows = 15;
this.txtTables.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
this.txtTables.Size = new System.Drawing.Size(308, 26);
this.txtTables.TabIndex = 8;
//
// labelControl7
//
this.labelControl7.Location = new System.Drawing.Point(13, 16);
this.labelControl7.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl7.Name = "labelControl7";
this.labelControl7.Size = new System.Drawing.Size(72, 14);
this.labelControl7.TabIndex = 7;
this.labelControl7.Text = "选择资料表:";
//
// btnImport
//
this.btnImport.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
this.btnImport.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.btnImport.Appearance.Options.UseFont = true;
this.btnImport.Appearance.Options.UseForeColor = true;
this.btnImport.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnImport.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnImport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnImport.ImageOptions.Image")));
this.btnImport.Location = new System.Drawing.Point(642, 7);
this.btnImport.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnImport.Name = "btnImport";
this.btnImport.Size = new System.Drawing.Size(112, 38);
this.btnImport.TabIndex = 8;
this.btnImport.Text = "3.开始导入";
this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
//
// btnFieldMapping
//
this.btnFieldMapping.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnFieldMapping.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnFieldMapping.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFieldMapping.ImageOptions.Image")));
this.btnFieldMapping.Location = new System.Drawing.Point(524, 7);
this.btnFieldMapping.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnFieldMapping.Name = "btnFieldMapping";
this.btnFieldMapping.Size = new System.Drawing.Size(112, 38);
this.btnFieldMapping.TabIndex = 44;
this.btnFieldMapping.Text = "2.字段映射";
this.btnFieldMapping.Click += new System.EventHandler(this.btnFieldMapping_Click);
//
// btnPreview
//
this.btnPreview.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnPreview.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnPreview.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPreview.ImageOptions.Image")));
this.btnPreview.Location = new System.Drawing.Point(405, 7);
this.btnPreview.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnPreview.Name = "btnPreview";
this.btnPreview.Size = new System.Drawing.Size(112, 38);
this.btnPreview.TabIndex = 43;
this.btnPreview.Text = "1.预览数据";
this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
//
// panelControl3
//
this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
this.panelControl3.Controls.Add(this.progressBar1);
this.panelControl3.Controls.Add(this.label1);
this.panelControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelControl3.Location = new System.Drawing.Point(12, 399);
this.panelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl3.Name = "panelControl3";
this.panelControl3.Size = new System.Drawing.Size(839, 35);
this.panelControl3.TabIndex = 48;
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(3, 4);
this.progressBar1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(541, 27);
this.progressBar1.TabIndex = 46;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(547, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(47, 14);
this.label1.TabIndex = 47;
this.label1.Text = "进度条.";
//
// labelControl15
//
this.labelControl15.Location = new System.Drawing.Point(181, 211);
this.labelControl15.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl15.Name = "labelControl15";
this.labelControl15.Size = new System.Drawing.Size(0, 14);
this.labelControl15.TabIndex = 35;
//
// btnTestConnection
//
this.btnTestConnection.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.btnTestConnection.Appearance.Options.UseFont = true;
this.btnTestConnection.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.btnTestConnection.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnTestConnection.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnTestConnection.ImageOptions.Image")));
this.btnTestConnection.Location = new System.Drawing.Point(560, 10);
this.btnTestConnection.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnTestConnection.Name = "btnTestConnection";
this.btnTestConnection.Size = new System.Drawing.Size(82, 25);
this.btnTestConnection.TabIndex = 23;
this.btnTestConnection.Text = "测试连接";
this.btnTestConnection.Click += new System.EventHandler(this.btnTestConnection_Click);
//
// txtFile
//
this.txtFile.Location = new System.Drawing.Point(93, 10);
this.txtFile.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtFile.Name = "txtFile";
this.txtFile.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.txtFile.Properties.Appearance.Options.UseFont = true;
editorButtonImageOptions1.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
serializableAppearanceObject1.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
serializableAppearanceObject1.Options.UseFont = true;
this.txtFile.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Search, "打开文件", -1, true, true, false, editorButtonImageOptions1, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, serializableAppearanceObject2, serializableAppearanceObject3, serializableAppearanceObject4, "", null, null, DevExpress.Utils.ToolTipAnchor.Default)});
this.txtFile.Properties.ButtonsStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
this.txtFile.Size = new System.Drawing.Size(464, 26);
this.txtFile.TabIndex = 24;
this.txtFile.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.txtFile_ButtonClick);
this.txtFile.Validating += new System.ComponentModel.CancelEventHandler(this.txtFile_Validating);
//
// panelControl1
//
this.panelControl1.Controls.Add(this.chkEmptyData);
this.panelControl1.Controls.Add(this.labelControl3);
this.panelControl1.Controls.Add(this.labelControl2);
this.panelControl1.Controls.Add(this.labelControl1);
this.panelControl1.Controls.Add(this.txtPassword);
this.panelControl1.Controls.Add(this.txtFile);
this.panelControl1.Controls.Add(this.btnTestConnection);
this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelControl1.Location = new System.Drawing.Point(0, 0);
this.panelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.panelControl1.Name = "panelControl1";
this.panelControl1.Size = new System.Drawing.Size(863, 78);
this.panelControl1.TabIndex = 25;
//
// chkEmptyData
//
this.chkEmptyData.EditValue = true;
this.chkEmptyData.Location = new System.Drawing.Point(657, 12);
this.chkEmptyData.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.chkEmptyData.Name = "chkEmptyData";
this.chkEmptyData.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.chkEmptyData.Properties.Appearance.Options.UseFont = true;
this.chkEmptyData.Properties.Caption = "导入前先清空原有数据";
this.chkEmptyData.Size = new System.Drawing.Size(168, 21);
this.chkEmptyData.TabIndex = 29;
//
// labelControl3
//
this.labelControl3.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.labelControl3.Appearance.Options.UseFont = true;
this.labelControl3.Location = new System.Drawing.Point(23, 15);
this.labelControl3.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new System.Drawing.Size(65, 17);
this.labelControl3.TabIndex = 28;
this.labelControl3.Text = "Excel文件:";
//
// labelControl2
//
this.labelControl2.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.labelControl2.Appearance.Options.UseFont = true;
this.labelControl2.Location = new System.Drawing.Point(51, 46);
this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(36, 17);
this.labelControl2.TabIndex = 27;
this.labelControl2.Text = "密码:";
//
// labelControl1
//
this.labelControl1.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Gray;
this.labelControl1.Appearance.Options.UseFont = true;
this.labelControl1.Appearance.Options.UseForeColor = true;
this.labelControl1.Location = new System.Drawing.Point(265, 48);
this.labelControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(128, 17);
this.labelControl1.TabIndex = 26;
this.labelControl1.Text = "(如有文件密码时请输入)";
//
// txtPassword
//
this.txtPassword.Location = new System.Drawing.Point(93, 43);
this.txtPassword.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.txtPassword.Name = "txtPassword";
this.txtPassword.Properties.Appearance.Font = new System.Drawing.Font("Microsoft YaHei UI", 10F);
this.txtPassword.Properties.Appearance.Options.UseFont = true;
this.txtPassword.Size = new System.Drawing.Size(164, 26);
this.txtPassword.TabIndex = 25;
//
// frmImportExcel
//
this.Appearance.Options.UseFont = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(863, 527);
this.Controls.Add(this.panelControl2);
this.Controls.Add(this.panelControl1);
this.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "frmImportExcel";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "从Excel文件导入数据通用接口";
this.Load += new System.EventHandler(this.frmImportExcel_Load);
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.panelControl2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.gcPreview)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gvPreview)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
this.panelControl4.ResumeLayout(false);
this.panelControl4.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtTables.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
this.panelControl3.ResumeLayout(false);
this.panelControl3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtFile.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
this.panelControl1.ResumeLayout(false);
this.panelControl1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.chkEmptyData.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraEditors.PanelControl panelControl2;
private DevExpress.XtraEditors.SimpleButton btnPreview;
private DevExpress.XtraEditors.LabelControl labelControl15;
private DevExpress.XtraEditors.SimpleButton btnImport;
private DevExpress.XtraEditors.ComboBoxEdit txtTables;
private DevExpress.XtraEditors.LabelControl labelControl7;
private DevExpress.XtraEditors.SimpleButton btnFieldMapping;
private DevExpress.XtraGrid.GridControl gcPreview;
private DevExpress.XtraGrid.Views.Grid.GridView gvPreview;
private DevExpress.XtraEditors.SimpleButton btnTestConnection;
private DevExpress.XtraEditors.ButtonEdit txtFile;
private DevExpress.XtraEditors.PanelControl panelControl1;
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txtPassword;
private DevExpress.XtraEditors.LabelControl labelControl3;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.CheckEdit chkEmptyData;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.PanelControl panelControl4;
private DevExpress.XtraEditors.PanelControl panelControl3;
}
}