namespace EDI
|
{
|
partial class FrmReceive
|
{
|
/// <summary>
|
/// 必需的设计器变量。
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 清理所有正在使用的资源。
|
/// </summary>
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows 窗体设计器生成的代码
|
|
/// <summary>
|
/// 设计器支持所需的方法 - 不要
|
/// 使用代码编辑器修改此方法的内容。
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmReceive));
|
this.Tool = new System.Windows.Forms.ToolStrip();
|
this.yl = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
this.xz = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
|
this.AddRow = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
|
this.tc = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
|
this.mrlk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
|
this.bclk = new System.Windows.Forms.ToolStripButton();
|
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.txtHPath = new System.Windows.Forms.TextBox();
|
this.label2 = new System.Windows.Forms.Label();
|
this.txtHPathName = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.grdMain = new System.Windows.Forms.DataGridView();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.grdSub = new System.Windows.Forms.DataGridView();
|
this.Tool.SuspendLayout();
|
this.groupBox1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).BeginInit();
|
this.groupBox3.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.grdSub)).BeginInit();
|
this.SuspendLayout();
|
//
|
// Tool
|
//
|
this.Tool.AutoSize = false;
|
this.Tool.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Tool.BackgroundImage")));
|
this.Tool.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.Tool.ImageScalingSize = new System.Drawing.Size(22, 22);
|
this.Tool.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.yl,
|
this.toolStripSeparator2,
|
this.xz,
|
this.toolStripSeparator8,
|
this.AddRow,
|
this.toolStripSeparator4,
|
this.tc,
|
this.toolStripSeparator13,
|
this.mrlk,
|
this.toolStripSeparator11,
|
this.bclk,
|
this.toolStripSeparator10});
|
this.Tool.Location = new System.Drawing.Point(0, 0);
|
this.Tool.Name = "Tool";
|
this.Tool.Padding = new System.Windows.Forms.Padding(0);
|
this.Tool.Size = new System.Drawing.Size(856, 50);
|
this.Tool.Stretch = true;
|
this.Tool.TabIndex = 18;
|
this.Tool.Text = "toolStrip1";
|
//
|
// yl
|
//
|
this.yl.AutoSize = false;
|
this.yl.Image = ((System.Drawing.Image)(resources.GetObject("yl.Image")));
|
this.yl.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.yl.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.yl.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.yl.Name = "yl";
|
this.yl.Size = new System.Drawing.Size(35, 47);
|
this.yl.Text = "预览";
|
this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
//
|
// toolStripSeparator2
|
//
|
this.toolStripSeparator2.Name = "toolStripSeparator2";
|
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50);
|
//
|
// xz
|
//
|
this.xz.AutoSize = false;
|
this.xz.Image = ((System.Drawing.Image)(resources.GetObject("xz.Image")));
|
this.xz.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xz.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.xz.ImageTransparentColor = System.Drawing.Color.White;
|
this.xz.Name = "xz";
|
this.xz.Size = new System.Drawing.Size(35, 47);
|
this.xz.Text = "导入";
|
this.xz.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.xz.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.xz.Click += new System.EventHandler(this.xz_Click);
|
//
|
// toolStripSeparator8
|
//
|
this.toolStripSeparator8.Name = "toolStripSeparator8";
|
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50);
|
//
|
// AddRow
|
//
|
this.AddRow.AutoSize = false;
|
this.AddRow.Image = ((System.Drawing.Image)(resources.GetObject("AddRow.Image")));
|
this.AddRow.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.AddRow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.AddRow.ImageTransparentColor = System.Drawing.Color.Magenta;
|
this.AddRow.Name = "AddRow";
|
this.AddRow.Size = new System.Drawing.Size(35, 47);
|
this.AddRow.Text = "选择";
|
this.AddRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.AddRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.AddRow.Click += new System.EventHandler(this.AddRow_Click);
|
//
|
// toolStripSeparator4
|
//
|
this.toolStripSeparator4.Name = "toolStripSeparator4";
|
this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50);
|
//
|
// tc
|
//
|
this.tc.AutoSize = false;
|
this.tc.Image = ((System.Drawing.Image)(resources.GetObject("tc.Image")));
|
this.tc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.tc.ImageTransparentColor = System.Drawing.Color.White;
|
this.tc.Name = "tc";
|
this.tc.Size = new System.Drawing.Size(35, 47);
|
this.tc.Text = "退出";
|
this.tc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.tc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.tc.Click += new System.EventHandler(this.tc_Click);
|
//
|
// toolStripSeparator13
|
//
|
this.toolStripSeparator13.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator13.Name = "toolStripSeparator13";
|
this.toolStripSeparator13.Size = new System.Drawing.Size(6, 50);
|
//
|
// mrlk
|
//
|
this.mrlk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.mrlk.Image = ((System.Drawing.Image)(resources.GetObject("mrlk.Image")));
|
this.mrlk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.mrlk.ImageTransparentColor = System.Drawing.Color.White;
|
this.mrlk.Name = "mrlk";
|
this.mrlk.Size = new System.Drawing.Size(57, 47);
|
this.mrlk.Text = "默认列宽";
|
this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.mrlk.Click += new System.EventHandler(this.mrlk_Click);
|
//
|
// toolStripSeparator11
|
//
|
this.toolStripSeparator11.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator11.Name = "toolStripSeparator11";
|
this.toolStripSeparator11.Size = new System.Drawing.Size(6, 50);
|
//
|
// bclk
|
//
|
this.bclk.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.bclk.Image = ((System.Drawing.Image)(resources.GetObject("bclk.Image")));
|
this.bclk.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.bclk.ImageTransparentColor = System.Drawing.Color.White;
|
this.bclk.Name = "bclk";
|
this.bclk.Size = new System.Drawing.Size(57, 47);
|
this.bclk.Text = "保存列宽";
|
this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.bclk.Click += new System.EventHandler(this.bclk_Click);
|
//
|
// toolStripSeparator10
|
//
|
this.toolStripSeparator10.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
this.toolStripSeparator10.Name = "toolStripSeparator10";
|
this.toolStripSeparator10.Size = new System.Drawing.Size(6, 50);
|
//
|
// groupBox1
|
//
|
this.groupBox1.BackColor = System.Drawing.Color.Lavender;
|
this.groupBox1.Controls.Add(this.txtHPath);
|
this.groupBox1.Controls.Add(this.label2);
|
this.groupBox1.Controls.Add(this.txtHPathName);
|
this.groupBox1.Controls.Add(this.label1);
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox1.Location = new System.Drawing.Point(0, 50);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(856, 61);
|
this.groupBox1.TabIndex = 19;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "文件路径";
|
//
|
// txtHPath
|
//
|
this.txtHPath.Location = new System.Drawing.Point(382, 27);
|
this.txtHPath.Name = "txtHPath";
|
this.txtHPath.ReadOnly = true;
|
this.txtHPath.Size = new System.Drawing.Size(412, 21);
|
this.txtHPath.TabIndex = 3;
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(335, 30);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(41, 12);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "路径:";
|
//
|
// txtHPathName
|
//
|
this.txtHPathName.Location = new System.Drawing.Point(78, 27);
|
this.txtHPathName.Name = "txtHPathName";
|
this.txtHPathName.ReadOnly = true;
|
this.txtHPathName.Size = new System.Drawing.Size(251, 21);
|
this.txtHPathName.TabIndex = 1;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(12, 30);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(59, 12);
|
this.label1.TabIndex = 0;
|
this.label1.Text = "CSV文件:";
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.grdMain);
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Top;
|
this.groupBox2.Location = new System.Drawing.Point(0, 111);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(856, 111);
|
this.groupBox2.TabIndex = 20;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "表头预览";
|
//
|
// grdMain
|
//
|
this.grdMain.BackgroundColor = System.Drawing.Color.White;
|
this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdMain.Location = new System.Drawing.Point(3, 17);
|
this.grdMain.Name = "grdMain";
|
this.grdMain.RowTemplate.Height = 23;
|
this.grdMain.Size = new System.Drawing.Size(850, 91);
|
this.grdMain.TabIndex = 0;
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.grdSub);
|
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.groupBox3.Location = new System.Drawing.Point(0, 222);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(856, 349);
|
this.groupBox3.TabIndex = 21;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "表体预览";
|
//
|
// grdSub
|
//
|
this.grdSub.BackgroundColor = System.Drawing.Color.White;
|
this.grdSub.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.grdSub.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.grdSub.Location = new System.Drawing.Point(3, 17);
|
this.grdSub.Name = "grdSub";
|
this.grdSub.RowTemplate.Height = 23;
|
this.grdSub.Size = new System.Drawing.Size(850, 329);
|
this.grdSub.TabIndex = 0;
|
//
|
// FrmReceive
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(856, 571);
|
this.Controls.Add(this.groupBox3);
|
this.Controls.Add(this.groupBox2);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.Tool);
|
this.Name = "FrmReceive";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "手工接收";
|
this.Load += new System.EventHandler(this.FrmReceive_Load);
|
this.Tool.ResumeLayout(false);
|
this.Tool.PerformLayout();
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.groupBox2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdMain)).EndInit();
|
this.groupBox3.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.grdSub)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.ToolStrip Tool;
|
private System.Windows.Forms.ToolStripButton yl;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
private System.Windows.Forms.ToolStripButton xz;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
|
private System.Windows.Forms.ToolStripButton AddRow;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
|
private System.Windows.Forms.ToolStripButton tc;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator13;
|
private System.Windows.Forms.ToolStripButton mrlk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
|
private System.Windows.Forms.ToolStripButton bclk;
|
private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.DataGridView grdMain;
|
private System.Windows.Forms.DataGridView grdSub;
|
private System.Windows.Forms.TextBox txtHPathName;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.TextBox txtHPath;
|
private System.Windows.Forms.Label label2;
|
}
|
}
|