namespace Pur.configure
{
partial class FrmUoms
{
///
/// 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()
{
Infragistics.Win.UltraWinEditors.EditorButton editorButton1 = new Infragistics.Win.UltraWinEditors.EditorButton();
Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinEditors.EditorButton editorButton2 = new Infragistics.Win.UltraWinEditors.EditorButton();
Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UOMCODE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UOMNAME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UOMCONEFFICIENT");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHTUNIT");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WEIGHTUNITCODE");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATENAME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn7 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CREATETIME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn8 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATENAME");
Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn9 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("UPDATETIME");
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
this.txt_UOM_CONEFFICIENT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label7 = new System.Windows.Forms.Label();
this.txt_WEIGHT_UNIT_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label5 = new System.Windows.Forms.Label();
this.txt_UOM_CODE = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txt_WEIGHT_UNIT = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.txt_UOM_NAME = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
this.dataSet1 = new System.Data.DataSet();
this.dataTable1 = new System.Data.DataTable();
this.dataColumn1 = new System.Data.DataColumn();
this.dataColumn2 = new System.Data.DataColumn();
this.dataColumn3 = new System.Data.DataColumn();
this.dataColumn4 = new System.Data.DataColumn();
this.dataColumn5 = new System.Data.DataColumn();
this.dataColumn6 = new System.Data.DataColumn();
this.dataColumn7 = new System.Data.DataColumn();
this.dataColumn8 = new System.Data.DataColumn();
this.dataColumn9 = new System.Data.DataColumn();
this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
this.txt_WEIGHT_UNIT_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label9 = new System.Windows.Forms.Label();
this.txt_UOM_NAME_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label8 = new System.Windows.Forms.Label();
this.txt_WEIGHT_UNIT_CODE_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label3 = new System.Windows.Forms.Label();
this.txt_UOM_CODE_QUERY = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
this.label4 = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
this.ultraGroupBox5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CONEFFICIENT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_CODE)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CODE)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_NAME)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
this.ultraGroupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
this.ultraGroupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_QUERY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_NAME_QUERY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_CODE_QUERY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CODE_QUERY)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 62.5F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 37.5F));
this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox5, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.ultraGroupBox1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(970, 486);
this.tableLayoutPanel1.TabIndex = 3;
//
// ultraGroupBox5
//
this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox5, 2);
this.ultraGroupBox5.Controls.Add(this.txt_UOM_CONEFFICIENT);
this.ultraGroupBox5.Controls.Add(this.label7);
this.ultraGroupBox5.Controls.Add(this.txt_WEIGHT_UNIT_CODE);
this.ultraGroupBox5.Controls.Add(this.label5);
this.ultraGroupBox5.Controls.Add(this.txt_UOM_CODE);
this.ultraGroupBox5.Controls.Add(this.txt_WEIGHT_UNIT);
this.ultraGroupBox5.Controls.Add(this.txt_UOM_NAME);
this.ultraGroupBox5.Controls.Add(this.label2);
this.ultraGroupBox5.Controls.Add(this.label1);
this.ultraGroupBox5.Controls.Add(this.label6);
this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox5.Location = new System.Drawing.Point(3, 389);
this.ultraGroupBox5.Name = "ultraGroupBox5";
this.ultraGroupBox5.Size = new System.Drawing.Size(964, 94);
this.ultraGroupBox5.TabIndex = 4;
this.ultraGroupBox5.Text = "编辑区";
this.ultraGroupBox5.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// txt_UOM_CONEFFICIENT
//
this.txt_UOM_CONEFFICIENT.Location = new System.Drawing.Point(93, 67);
this.txt_UOM_CONEFFICIENT.Name = "txt_UOM_CONEFFICIENT";
this.txt_UOM_CONEFFICIENT.Size = new System.Drawing.Size(179, 21);
this.txt_UOM_CONEFFICIENT.TabIndex = 152;
//
// label7
//
this.label7.AutoSize = true;
this.label7.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label7.Location = new System.Drawing.Point(37, 71);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 151;
this.label7.Text = "转换系数";
//
// txt_WEIGHT_UNIT_CODE
//
this.txt_WEIGHT_UNIT_CODE.Location = new System.Drawing.Point(365, 19);
this.txt_WEIGHT_UNIT_CODE.Name = "txt_WEIGHT_UNIT_CODE";
this.txt_WEIGHT_UNIT_CODE.ReadOnly = true;
this.txt_WEIGHT_UNIT_CODE.Size = new System.Drawing.Size(179, 21);
this.txt_WEIGHT_UNIT_CODE.TabIndex = 150;
this.txt_WEIGHT_UNIT_CODE.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_WEIGHT_UNIT_CODE_EditorButtonClick);
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label5.Location = new System.Drawing.Point(285, 23);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 149;
this.label5.Text = "库存单位编码";
//
// txt_UOM_CODE
//
this.txt_UOM_CODE.Location = new System.Drawing.Point(93, 19);
this.txt_UOM_CODE.Name = "txt_UOM_CODE";
this.txt_UOM_CODE.ReadOnly = true;
this.txt_UOM_CODE.Size = new System.Drawing.Size(179, 21);
this.txt_UOM_CODE.TabIndex = 148;
//
// txt_WEIGHT_UNIT
//
appearance3.FontData.BoldAsString = "True";
appearance3.TextHAlignAsString = "Center";
appearance3.TextVAlignAsString = "Middle";
editorButton1.Appearance = appearance3;
editorButton1.Text = "+";
this.txt_WEIGHT_UNIT.ButtonsRight.Add(editorButton1);
this.txt_WEIGHT_UNIT.Location = new System.Drawing.Point(365, 43);
this.txt_WEIGHT_UNIT.Name = "txt_WEIGHT_UNIT";
this.txt_WEIGHT_UNIT.ReadOnly = true;
this.txt_WEIGHT_UNIT.Size = new System.Drawing.Size(179, 21);
this.txt_WEIGHT_UNIT.TabIndex = 147;
this.txt_WEIGHT_UNIT.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_WEIGHT_UNIT_CODE_EditorButtonClick);
//
// txt_UOM_NAME
//
appearance4.FontData.BoldAsString = "True";
editorButton2.Appearance = appearance4;
editorButton2.Text = "+";
this.txt_UOM_NAME.ButtonsRight.Add(editorButton2);
this.txt_UOM_NAME.Location = new System.Drawing.Point(93, 43);
this.txt_UOM_NAME.Name = "txt_UOM_NAME";
this.txt_UOM_NAME.ReadOnly = true;
this.txt_UOM_NAME.Size = new System.Drawing.Size(179, 21);
this.txt_UOM_NAME.TabIndex = 146;
this.txt_UOM_NAME.EditorButtonClick += new Infragistics.Win.UltraWinEditors.EditorButtonEventHandler(this.txt_UOM_NAME_EditorButtonClick);
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label2.Location = new System.Drawing.Point(13, 23);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(77, 12);
this.label2.TabIndex = 144;
this.label2.Text = "采购单位编码";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label1.Location = new System.Drawing.Point(308, 47);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 142;
this.label1.Text = "库存单位";
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label6.Location = new System.Drawing.Point(37, 47);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 140;
this.label6.Text = "采购单位";
//
// ultraGroupBox2
//
this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox2, 2);
this.ultraGroupBox2.Controls.Add(this.ultraGrid1);
this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox2.Location = new System.Drawing.Point(3, 43);
this.ultraGroupBox2.Name = "ultraGroupBox2";
this.ultraGroupBox2.Size = new System.Drawing.Size(964, 340);
this.ultraGroupBox2.TabIndex = 1;
this.ultraGroupBox2.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// ultraGrid1
//
this.ultraGrid1.DataMember = "Table1";
this.ultraGrid1.DataSource = this.dataSet1;
ultraGridColumn1.Header.VisiblePosition = 0;
ultraGridColumn1.Hidden = true;
ultraGridColumn2.Header.VisiblePosition = 1;
ultraGridColumn3.Header.VisiblePosition = 2;
ultraGridColumn3.Width = 91;
ultraGridColumn4.Header.VisiblePosition = 3;
ultraGridColumn5.Header.VisiblePosition = 4;
ultraGridColumn6.Header.VisiblePosition = 5;
ultraGridColumn6.Width = 83;
ultraGridColumn7.Header.VisiblePosition = 6;
ultraGridColumn8.Header.VisiblePosition = 7;
ultraGridColumn8.Width = 81;
ultraGridColumn9.Header.VisiblePosition = 8;
ultraGridBand1.Columns.AddRange(new object[] {
ultraGridColumn1,
ultraGridColumn2,
ultraGridColumn3,
ultraGridColumn4,
ultraGridColumn5,
ultraGridColumn6,
ultraGridColumn7,
ultraGridColumn8,
ultraGridColumn9});
this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
this.ultraGrid1.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
this.ultraGrid1.Name = "ultraGrid1";
this.ultraGrid1.Size = new System.Drawing.Size(958, 337);
this.ultraGrid1.TabIndex = 1;
this.ultraGrid1.Text = "ultraGrid1";
this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
//
// dataSet1
//
this.dataSet1.DataSetName = "NewDataSet";
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
this.dataColumn1,
this.dataColumn2,
this.dataColumn3,
this.dataColumn4,
this.dataColumn5,
this.dataColumn6,
this.dataColumn7,
this.dataColumn8,
this.dataColumn9});
this.dataTable1.TableName = "Table1";
//
// dataColumn1
//
this.dataColumn1.Caption = "采购单位编码";
this.dataColumn1.ColumnName = "UOMCODE";
//
// dataColumn2
//
this.dataColumn2.Caption = "采购单位名称";
this.dataColumn2.ColumnName = "UOMNAME";
//
// dataColumn3
//
this.dataColumn3.Caption = "转换系数";
this.dataColumn3.ColumnName = "UOMCONEFFICIENT";
//
// dataColumn4
//
this.dataColumn4.Caption = "库存单位";
this.dataColumn4.ColumnName = "WEIGHTUNIT";
//
// dataColumn5
//
this.dataColumn5.Caption = "库存单位编码";
this.dataColumn5.ColumnName = "WEIGHTUNITCODE";
//
// dataColumn6
//
this.dataColumn6.Caption = "创建人";
this.dataColumn6.ColumnName = "CREATENAME";
//
// dataColumn7
//
this.dataColumn7.Caption = "创建时间";
this.dataColumn7.ColumnName = "CREATETIME";
//
// dataColumn8
//
this.dataColumn8.Caption = "修改人";
this.dataColumn8.ColumnName = "UPDATENAME";
//
// dataColumn9
//
this.dataColumn9.Caption = "修改时间";
this.dataColumn9.ColumnName = "UPDATETIME";
//
// ultraGroupBox1
//
this.tableLayoutPanel1.SetColumnSpan(this.ultraGroupBox1, 2);
this.ultraGroupBox1.Controls.Add(this.txt_WEIGHT_UNIT_QUERY);
this.ultraGroupBox1.Controls.Add(this.label9);
this.ultraGroupBox1.Controls.Add(this.txt_UOM_NAME_QUERY);
this.ultraGroupBox1.Controls.Add(this.label8);
this.ultraGroupBox1.Controls.Add(this.txt_WEIGHT_UNIT_CODE_QUERY);
this.ultraGroupBox1.Controls.Add(this.label3);
this.ultraGroupBox1.Controls.Add(this.txt_UOM_CODE_QUERY);
this.ultraGroupBox1.Controls.Add(this.label4);
this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ultraGroupBox1.Location = new System.Drawing.Point(3, 3);
this.ultraGroupBox1.Name = "ultraGroupBox1";
this.ultraGroupBox1.Size = new System.Drawing.Size(964, 34);
this.ultraGroupBox1.TabIndex = 0;
this.ultraGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.Office2007;
//
// txt_WEIGHT_UNIT_QUERY
//
this.txt_WEIGHT_UNIT_QUERY.Location = new System.Drawing.Point(614, 7);
this.txt_WEIGHT_UNIT_QUERY.Name = "txt_WEIGHT_UNIT_QUERY";
this.txt_WEIGHT_UNIT_QUERY.Size = new System.Drawing.Size(97, 21);
this.txt_WEIGHT_UNIT_QUERY.TabIndex = 158;
//
// label9
//
this.label9.AutoSize = true;
this.label9.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label9.Location = new System.Drawing.Point(563, 11);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(53, 12);
this.label9.TabIndex = 157;
this.label9.Text = "库存单位";
//
// txt_UOM_NAME_QUERY
//
this.txt_UOM_NAME_QUERY.Location = new System.Drawing.Point(274, 7);
this.txt_UOM_NAME_QUERY.Name = "txt_UOM_NAME_QUERY";
this.txt_UOM_NAME_QUERY.Size = new System.Drawing.Size(97, 21);
this.txt_UOM_NAME_QUERY.TabIndex = 156;
//
// label8
//
this.label8.AutoSize = true;
this.label8.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label8.Location = new System.Drawing.Point(198, 11);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 12);
this.label8.TabIndex = 155;
this.label8.Text = "采购单位名称";
//
// txt_WEIGHT_UNIT_CODE_QUERY
//
this.txt_WEIGHT_UNIT_CODE_QUERY.Location = new System.Drawing.Point(461, 7);
this.txt_WEIGHT_UNIT_CODE_QUERY.Name = "txt_WEIGHT_UNIT_CODE_QUERY";
this.txt_WEIGHT_UNIT_CODE_QUERY.Size = new System.Drawing.Size(97, 21);
this.txt_WEIGHT_UNIT_CODE_QUERY.TabIndex = 154;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label3.Location = new System.Drawing.Point(385, 11);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(77, 12);
this.label3.TabIndex = 153;
this.label3.Text = "库存单位编码";
//
// txt_UOM_CODE_QUERY
//
this.txt_UOM_CODE_QUERY.Location = new System.Drawing.Point(89, 7);
this.txt_UOM_CODE_QUERY.Name = "txt_UOM_CODE_QUERY";
this.txt_UOM_CODE_QUERY.Size = new System.Drawing.Size(97, 21);
this.txt_UOM_CODE_QUERY.TabIndex = 152;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.label4.Location = new System.Drawing.Point(14, 11);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(77, 12);
this.label4.TabIndex = 151;
this.label4.Text = "采购单位编码";
//
// FrmUoms
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(970, 486);
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "FrmUoms";
this.Text = "FrmUoms";
this.tableLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
this.ultraGroupBox5.ResumeLayout(false);
this.ultraGroupBox5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CONEFFICIENT)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_CODE)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CODE)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_NAME)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
this.ultraGroupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
this.ultraGroupBox1.ResumeLayout(false);
this.ultraGroupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_QUERY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_NAME_QUERY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_WEIGHT_UNIT_CODE_QUERY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_UOM_CODE_QUERY)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_CODE;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WEIGHT_UNIT;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_NAME;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
private System.Data.DataSet dataSet1;
private System.Data.DataTable dataTable1;
private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_CONEFFICIENT;
private System.Windows.Forms.Label label7;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WEIGHT_UNIT_CODE;
private System.Windows.Forms.Label label5;
private System.Data.DataColumn dataColumn1;
private System.Data.DataColumn dataColumn2;
private System.Data.DataColumn dataColumn3;
private System.Data.DataColumn dataColumn4;
private System.Data.DataColumn dataColumn5;
private System.Data.DataColumn dataColumn6;
private System.Data.DataColumn dataColumn7;
private System.Data.DataColumn dataColumn8;
private System.Data.DataColumn dataColumn9;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WEIGHT_UNIT_QUERY;
private System.Windows.Forms.Label label9;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_NAME_QUERY;
private System.Windows.Forms.Label label8;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_WEIGHT_UNIT_CODE_QUERY;
private System.Windows.Forms.Label label3;
private Infragistics.Win.UltraWinEditors.UltraTextEditor txt_UOM_CODE_QUERY;
private System.Windows.Forms.Label label4;
private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
}
}