123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576 |
-
- namespace PTMedicalInsurance.Forms
- {
- partial class ExcelImport
- {
- /// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.btnLoad = new System.Windows.Forms.Button();
- this.btnComplete = new System.Windows.Forms.Button();
- this.openFileDlg = new System.Windows.Forms.OpenFileDialog();
- this.panelSource = new System.Windows.Forms.Panel();
- this.panelTarget = new System.Windows.Forms.Panel();
- this.lstMapping = new System.Windows.Forms.ListBox();
- this.btnMapping = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.btnPreview = new System.Windows.Forms.Button();
- this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.rdMaterial = new System.Windows.Forms.RadioButton();
- this.rdService = new System.Windows.Forms.RadioButton();
- this.rdDrugs = new System.Windows.Forms.RadioButton();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.maxUploadRows = new System.Windows.Forms.NumericUpDown();
- this.maxPreviewRows = new System.Windows.Forms.NumericUpDown();
- this.label7 = new System.Windows.Forms.Label();
- this.codeMinLength = new System.Windows.Forms.NumericUpDown();
- this.label8 = new System.Windows.Forms.Label();
- this.headerLineNum = new System.Windows.Forms.NumericUpDown();
- this.label9 = new System.Windows.Forms.Label();
- this.txtCombinMark = new System.Windows.Forms.TextBox();
- this.headerStartNO = new System.Windows.Forms.NumericUpDown();
- this.label10 = new System.Windows.Forms.Label();
- this.button1 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.label11 = new System.Windows.Forms.Label();
- this.tbSheetName = new System.Windows.Forms.TextBox();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.maxUploadRows)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.maxPreviewRows)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.codeMinLength)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.headerLineNum)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.headerStartNO)).BeginInit();
- this.SuspendLayout();
- //
- // dataGridView1
- //
- this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Location = new System.Drawing.Point(0, 82);
- this.dataGridView1.Margin = new System.Windows.Forms.Padding(2);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.RowHeadersWidth = 51;
- this.dataGridView1.RowTemplate.Height = 27;
- this.dataGridView1.Size = new System.Drawing.Size(745, 567);
- this.dataGridView1.TabIndex = 0;
- //
- // btnLoad
- //
- this.btnLoad.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnLoad.Location = new System.Drawing.Point(861, 12);
- this.btnLoad.Margin = new System.Windows.Forms.Padding(2);
- this.btnLoad.Name = "btnLoad";
- this.btnLoad.Size = new System.Drawing.Size(118, 35);
- this.btnLoad.TabIndex = 2;
- this.btnLoad.Text = "加载Excel";
- this.btnLoad.UseVisualStyleBackColor = true;
- this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
- //
- // btnComplete
- //
- this.btnComplete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnComplete.BackColor = System.Drawing.SystemColors.Menu;
- this.btnComplete.Location = new System.Drawing.Point(1207, 10);
- this.btnComplete.Margin = new System.Windows.Forms.Padding(2);
- this.btnComplete.Name = "btnComplete";
- this.btnComplete.Size = new System.Drawing.Size(90, 35);
- this.btnComplete.TabIndex = 2;
- this.btnComplete.Text = "开始上传(&O)";
- this.btnComplete.UseVisualStyleBackColor = false;
- this.btnComplete.Click += new System.EventHandler(this.btnComplete_Click);
- //
- // openFileDlg
- //
- this.openFileDlg.DefaultExt = "xlsx";
- this.openFileDlg.FileName = "文件.xlsx";
- this.openFileDlg.Filter = "Excel文件|*.xlsx|旧版Excel|*.xls";
- //
- // panelSource
- //
- this.panelSource.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelSource.AutoScroll = true;
- this.panelSource.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelSource.Location = new System.Drawing.Point(760, 113);
- this.panelSource.Margin = new System.Windows.Forms.Padding(2);
- this.panelSource.Name = "panelSource";
- this.panelSource.Size = new System.Drawing.Size(168, 537);
- this.panelSource.TabIndex = 3;
- //
- // panelTarget
- //
- this.panelTarget.AllowDrop = true;
- this.panelTarget.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.panelTarget.AutoScroll = true;
- this.panelTarget.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.panelTarget.Location = new System.Drawing.Point(932, 113);
- this.panelTarget.Margin = new System.Windows.Forms.Padding(2);
- this.panelTarget.Name = "panelTarget";
- this.panelTarget.Size = new System.Drawing.Size(176, 537);
- this.panelTarget.TabIndex = 3;
- //
- // lstMapping
- //
- this.lstMapping.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.lstMapping.FormattingEnabled = true;
- this.lstMapping.ItemHeight = 12;
- this.lstMapping.Location = new System.Drawing.Point(1112, 119);
- this.lstMapping.Margin = new System.Windows.Forms.Padding(2);
- this.lstMapping.Name = "lstMapping";
- this.lstMapping.Size = new System.Drawing.Size(194, 532);
- this.lstMapping.TabIndex = 4;
- this.lstMapping.DoubleClick += new System.EventHandler(this.lstMapping_DoubleClick);
- //
- // btnMapping
- //
- this.btnMapping.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnMapping.Location = new System.Drawing.Point(985, 12);
- this.btnMapping.Margin = new System.Windows.Forms.Padding(2);
- this.btnMapping.Name = "btnMapping";
- this.btnMapping.Size = new System.Drawing.Size(118, 35);
- this.btnMapping.TabIndex = 2;
- this.btnMapping.Text = "智能匹配";
- this.btnMapping.UseVisualStyleBackColor = true;
- this.btnMapping.Click += new System.EventHandler(this.btnMapping_Click);
- //
- // label1
- //
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(1117, 94);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 5;
- this.label1.Text = "映射关系";
- //
- // label2
- //
- this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(930, 94);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(77, 12);
- this.label2.TabIndex = 5;
- this.label2.Text = "系统标准字段";
- //
- // label3
- //
- this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(761, 94);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(83, 12);
- this.label3.TabIndex = 5;
- this.label3.Text = "Excel中的字段";
- //
- // btnPreview
- //
- this.btnPreview.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnPreview.Location = new System.Drawing.Point(1107, 10);
- this.btnPreview.Margin = new System.Windows.Forms.Padding(2);
- this.btnPreview.Name = "btnPreview";
- this.btnPreview.Size = new System.Drawing.Size(94, 35);
- this.btnPreview.TabIndex = 2;
- this.btnPreview.Text = "预览数据";
- this.btnPreview.UseVisualStyleBackColor = true;
- this.btnPreview.Click += new System.EventHandler(this.btnPreview_Click);
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.rdMaterial);
- this.groupBox1.Controls.Add(this.rdService);
- this.groupBox1.Controls.Add(this.rdDrugs);
- this.groupBox1.Location = new System.Drawing.Point(0, 10);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(2);
- this.groupBox1.Size = new System.Drawing.Size(340, 34);
- this.groupBox1.TabIndex = 6;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "类型";
- //
- // rdMaterial
- //
- this.rdMaterial.AutoSize = true;
- this.rdMaterial.Location = new System.Drawing.Point(248, 13);
- this.rdMaterial.Margin = new System.Windows.Forms.Padding(2);
- this.rdMaterial.Name = "rdMaterial";
- this.rdMaterial.Size = new System.Drawing.Size(47, 16);
- this.rdMaterial.TabIndex = 0;
- this.rdMaterial.TabStop = true;
- this.rdMaterial.Text = "材料";
- this.rdMaterial.UseVisualStyleBackColor = true;
- //
- // rdService
- //
- this.rdService.AutoSize = true;
- this.rdService.Location = new System.Drawing.Point(145, 13);
- this.rdService.Margin = new System.Windows.Forms.Padding(2);
- this.rdService.Name = "rdService";
- this.rdService.Size = new System.Drawing.Size(47, 16);
- this.rdService.TabIndex = 0;
- this.rdService.TabStop = true;
- this.rdService.Text = "诊疗";
- this.rdService.UseVisualStyleBackColor = true;
- //
- // rdDrugs
- //
- this.rdDrugs.AutoSize = true;
- this.rdDrugs.Location = new System.Drawing.Point(49, 13);
- this.rdDrugs.Margin = new System.Windows.Forms.Padding(2);
- this.rdDrugs.Name = "rdDrugs";
- this.rdDrugs.Size = new System.Drawing.Size(47, 16);
- this.rdDrugs.TabIndex = 0;
- this.rdDrugs.TabStop = true;
- this.rdDrugs.Text = "药品";
- this.rdDrugs.UseVisualStyleBackColor = true;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(352, 22);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(59, 12);
- this.label4.TabIndex = 8;
- this.label4.Text = "预览条数:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(470, 22);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(65, 12);
- this.label5.TabIndex = 8;
- this.label5.Text = "-1为不限制";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(553, 22);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(83, 12);
- this.label6.TabIndex = 8;
- this.label6.Text = "单次导入数量:";
- //
- // maxUploadRows
- //
- this.maxUploadRows.Location = new System.Drawing.Point(636, 18);
- this.maxUploadRows.Margin = new System.Windows.Forms.Padding(2);
- this.maxUploadRows.Maximum = new decimal(new int[] {
- 10000,
- 0,
- 0,
- 0});
- this.maxUploadRows.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.maxUploadRows.Name = "maxUploadRows";
- this.maxUploadRows.Size = new System.Drawing.Size(65, 21);
- this.maxUploadRows.TabIndex = 9;
- this.maxUploadRows.Value = new decimal(new int[] {
- 5000,
- 0,
- 0,
- 0});
- //
- // maxPreviewRows
- //
- this.maxPreviewRows.Location = new System.Drawing.Point(413, 18);
- this.maxPreviewRows.Margin = new System.Windows.Forms.Padding(2);
- this.maxPreviewRows.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- -2147483648});
- this.maxPreviewRows.Name = "maxPreviewRows";
- this.maxPreviewRows.Size = new System.Drawing.Size(58, 21);
- this.maxPreviewRows.TabIndex = 9;
- this.maxPreviewRows.Value = new decimal(new int[] {
- 20,
- 0,
- 0,
- 0});
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(5, 56);
- this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(83, 12);
- this.label7.TabIndex = 8;
- this.label7.Text = "Code最小长度:";
- //
- // codeMinLength
- //
- this.codeMinLength.Location = new System.Drawing.Point(91, 54);
- this.codeMinLength.Margin = new System.Windows.Forms.Padding(2);
- this.codeMinLength.Maximum = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- this.codeMinLength.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.codeMinLength.Name = "codeMinLength";
- this.codeMinLength.Size = new System.Drawing.Size(58, 21);
- this.codeMinLength.TabIndex = 9;
- this.codeMinLength.Value = new decimal(new int[] {
- 6,
- 0,
- 0,
- 0});
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(163, 55);
- this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(83, 12);
- this.label8.TabIndex = 8;
- this.label8.Text = "标题所在行数:";
- //
- // headerLineNum
- //
- this.headerLineNum.Location = new System.Drawing.Point(248, 53);
- this.headerLineNum.Margin = new System.Windows.Forms.Padding(2);
- this.headerLineNum.Maximum = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- this.headerLineNum.Name = "headerLineNum";
- this.headerLineNum.Size = new System.Drawing.Size(44, 21);
- this.headerLineNum.TabIndex = 9;
- this.headerLineNum.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(329, 58);
- this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(95, 12);
- this.label9.TabIndex = 8;
- this.label9.Text = "组合字段连接符:";
- //
- // txtCombinMark
- //
- this.txtCombinMark.Location = new System.Drawing.Point(424, 54);
- this.txtCombinMark.Margin = new System.Windows.Forms.Padding(2);
- this.txtCombinMark.Name = "txtCombinMark";
- this.txtCombinMark.Size = new System.Drawing.Size(49, 21);
- this.txtCombinMark.TabIndex = 10;
- this.txtCombinMark.Text = "-";
- this.txtCombinMark.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
- //
- // headerStartNO
- //
- this.headerStartNO.Location = new System.Drawing.Point(528, 53);
- this.headerStartNO.Margin = new System.Windows.Forms.Padding(2);
- this.headerStartNO.Maximum = new decimal(new int[] {
- 50,
- 0,
- 0,
- 0});
- this.headerStartNO.Name = "headerStartNO";
- this.headerStartNO.Size = new System.Drawing.Size(44, 21);
- this.headerStartNO.TabIndex = 12;
- this.headerStartNO.Value = new decimal(new int[] {
- 2,
- 0,
- 0,
- 0});
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(483, 56);
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(47, 12);
- this.label10.TabIndex = 11;
- this.label10.Text = "起始行:";
- //
- // button1
- //
- this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.button1.Location = new System.Drawing.Point(861, 52);
- this.button1.Margin = new System.Windows.Forms.Padding(2);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(118, 35);
- this.button1.TabIndex = 13;
- this.button1.Text = "读取映射关系";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // button2
- //
- this.button2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.button2.Location = new System.Drawing.Point(985, 53);
- this.button2.Margin = new System.Windows.Forms.Padding(2);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(118, 35);
- this.button2.TabIndex = 14;
- this.button2.Text = "保存映射关系";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(580, 57);
- this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(65, 12);
- this.label11.TabIndex = 15;
- this.label11.Text = "指定工作簿";
- //
- // tbSheetName
- //
- this.tbSheetName.Location = new System.Drawing.Point(650, 52);
- this.tbSheetName.Name = "tbSheetName";
- this.tbSheetName.Size = new System.Drawing.Size(159, 21);
- this.tbSheetName.TabIndex = 16;
- this.tbSheetName.Text = "总表";
- //
- // ExcelImport
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1314, 659);
- this.Controls.Add(this.tbSheetName);
- this.Controls.Add(this.label11);
- this.Controls.Add(this.button2);
- this.Controls.Add(this.button1);
- this.Controls.Add(this.headerStartNO);
- this.Controls.Add(this.label10);
- this.Controls.Add(this.txtCombinMark);
- this.Controls.Add(this.headerLineNum);
- this.Controls.Add(this.codeMinLength);
- this.Controls.Add(this.maxPreviewRows);
- this.Controls.Add(this.maxUploadRows);
- this.Controls.Add(this.label9);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label8);
- this.Controls.Add(this.label7);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.lstMapping);
- this.Controls.Add(this.panelTarget);
- this.Controls.Add(this.panelSource);
- this.Controls.Add(this.btnComplete);
- this.Controls.Add(this.btnMapping);
- this.Controls.Add(this.btnPreview);
- this.Controls.Add(this.btnLoad);
- this.Controls.Add(this.dataGridView1);
- this.Margin = new System.Windows.Forms.Padding(2);
- this.Name = "ExcelImport";
- this.Text = "ExcelImport";
- this.Load += new System.EventHandler(this.ExcelImport_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.maxUploadRows)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.maxPreviewRows)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.codeMinLength)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.headerLineNum)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.headerStartNO)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.Button btnLoad;
- private System.Windows.Forms.Button btnComplete;
- private System.Windows.Forms.OpenFileDialog openFileDlg;
- private System.Windows.Forms.Panel panelSource;
- private System.Windows.Forms.Panel panelTarget;
- private System.Windows.Forms.ListBox lstMapping;
- private System.Windows.Forms.Button btnMapping;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button btnPreview;
- private System.ComponentModel.BackgroundWorker backgroundWorker1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.RadioButton rdDrugs;
- private System.Windows.Forms.RadioButton rdService;
- private System.Windows.Forms.RadioButton rdMaterial;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.NumericUpDown maxUploadRows;
- private System.Windows.Forms.NumericUpDown maxPreviewRows;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.NumericUpDown codeMinLength;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.NumericUpDown headerLineNum;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TextBox txtCombinMark;
- private System.Windows.Forms.NumericUpDown headerStartNO;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox tbSheetName;
- }
- }
|