/* Create By GS EasyCode */
namespace Gs.DevApp.DevFrm
{
partial class Frm_MesUnit
{
///
/// 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()
{
this.lb_fforbidstatus = new DevExpress.XtraEditors.LabelControl();
this.txt_fforbidstatus = new DevExpress.XtraEditors.TextEdit();
this.gv_fforbidstatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_fdescription = new DevExpress.XtraEditors.LabelControl();
this.txt_fdescription = new DevExpress.XtraEditors.TextEdit();
this.gv_fdescription = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_fprecision = new DevExpress.XtraEditors.LabelControl();
this.txt_fprecision = new DevExpress.XtraEditors.TextEdit();
this.gv_fprecision = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_froundtype = new DevExpress.XtraEditors.LabelControl();
this.txt_froundtype = new DevExpress.XtraEditors.TextEdit();
this.gv_froundtype = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_fbaseunit = new DevExpress.XtraEditors.LabelControl();
this.lb_fconvertnumerator = new DevExpress.XtraEditors.LabelControl();
this.txt_fconvertnumerator = new DevExpress.XtraEditors.TextEdit();
this.gv_fconvertnumerator = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_fcurrentunitid = new DevExpress.XtraEditors.LabelControl();
this.lb_fconvertdenominator = new DevExpress.XtraEditors.LabelControl();
this.txt_fconvertdenominator = new DevExpress.XtraEditors.TextEdit();
this.gv_fconvertdenominator = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_funitgroupid = new DevExpress.XtraEditors.LabelControl();
this.txt_funitgroupid = new DevExpress.XtraEditors.TextEdit();
this.gv_funitgroupid = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_fname = new DevExpress.XtraEditors.LabelControl();
this.txt_fname = new DevExpress.XtraEditors.TextEdit();
this.gv_fname = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_fnumber = new DevExpress.XtraEditors.LabelControl();
this.txt_fnumber = new DevExpress.XtraEditors.TextEdit();
this.gv_fnumber = new DevExpress.XtraGrid.Columns.GridColumn();
this.lb_newqty = new DevExpress.XtraEditors.LabelControl();
this.txt_newqty = new DevExpress.XtraEditors.TextEdit();
this.lb_oldqty = new DevExpress.XtraEditors.LabelControl();
this.txt_oldqty = new DevExpress.XtraEditors.TextEdit();
this.lb_newunit = new DevExpress.XtraEditors.LabelControl();
this.lb_oldunit = new DevExpress.XtraEditors.LabelControl();
this.lb_id = new DevExpress.XtraEditors.LabelControl();
this.txt_id = new DevExpress.XtraEditors.TextEdit();
this.gv_id = new DevExpress.XtraGrid.Columns.GridColumn();
this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
this.gcMain = new DevExpress.XtraGrid.GridControl();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.panel1 = new System.Windows.Forms.Panel();
this.txt_fcurrentunitid = new Gs.DevApp.UserControl.UcLookUnit();
this.txt_fbaseunit = new Gs.DevApp.UserControl.UcLookUnit();
this.txt_newunit = new Gs.DevApp.UserControl.UcLookUnit();
this.txt_oldunit = new Gs.DevApp.UserControl.UcLookUnit();
this.labelControl11 = new DevExpress.XtraEditors.LabelControl();
this.lbGuid = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatus.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fdescription.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fprecision.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_froundtype.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fconvertnumerator.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fconvertdenominator.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_funitgroupid.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fname.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fnumber.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_newqty.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_oldqty.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_id.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
this.xtraTabPage2.SuspendLayout();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// lb_fforbidstatus
//
this.lb_fforbidstatus.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fforbidstatus.Appearance.Options.UseFont = true;
this.lb_fforbidstatus.Location = new System.Drawing.Point(283, 204);
this.lb_fforbidstatus.Name = "lb_fforbidstatus";
this.lb_fforbidstatus.Size = new System.Drawing.Size(85, 21);
this.lb_fforbidstatus.TabIndex = 298;
this.lb_fforbidstatus.Text = "禁用状态:";
//
// txt_fforbidstatus
//
this.txt_fforbidstatus.Location = new System.Drawing.Point(368, 200);
this.txt_fforbidstatus.Name = "txt_fforbidstatus";
this.txt_fforbidstatus.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fforbidstatus.Properties.Appearance.Options.UseFont = true;
this.txt_fforbidstatus.Size = new System.Drawing.Size(150, 28);
this.txt_fforbidstatus.TabIndex = 298;
//
// gv_fforbidstatus
//
this.gv_fforbidstatus.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fforbidstatus.AppearanceCell.Options.UseFont = true;
this.gv_fforbidstatus.Caption = "禁用状态";
this.gv_fforbidstatus.FieldName = "fforbidstatus";
this.gv_fforbidstatus.MinWidth = 50;
this.gv_fforbidstatus.Name = "gv_fforbidstatus";
this.gv_fforbidstatus.Tag = "query_a.fforbidstatus";
this.gv_fforbidstatus.Visible = true;
this.gv_fforbidstatus.VisibleIndex = 9;
this.gv_fforbidstatus.Width = 94;
//
// lb_fdescription
//
this.lb_fdescription.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fdescription.Appearance.Options.UseFont = true;
this.lb_fdescription.Location = new System.Drawing.Point(283, 244);
this.lb_fdescription.Name = "lb_fdescription";
this.lb_fdescription.Size = new System.Drawing.Size(85, 21);
this.lb_fdescription.TabIndex = 291;
this.lb_fdescription.Text = "单位描述:";
//
// txt_fdescription
//
this.txt_fdescription.Location = new System.Drawing.Point(368, 240);
this.txt_fdescription.Name = "txt_fdescription";
this.txt_fdescription.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fdescription.Properties.Appearance.Options.UseFont = true;
this.txt_fdescription.Size = new System.Drawing.Size(150, 28);
this.txt_fdescription.TabIndex = 291;
//
// gv_fdescription
//
this.gv_fdescription.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fdescription.AppearanceCell.Options.UseFont = true;
this.gv_fdescription.Caption = "描述";
this.gv_fdescription.FieldName = "fdescription";
this.gv_fdescription.MinWidth = 50;
this.gv_fdescription.Name = "gv_fdescription";
this.gv_fdescription.Tag = "query_a.fdescription";
this.gv_fdescription.Visible = true;
this.gv_fdescription.VisibleIndex = 8;
this.gv_fdescription.Width = 94;
//
// lb_fprecision
//
this.lb_fprecision.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fprecision.Appearance.Options.UseFont = true;
this.lb_fprecision.Location = new System.Drawing.Point(283, 84);
this.lb_fprecision.Name = "lb_fprecision";
this.lb_fprecision.Size = new System.Drawing.Size(85, 21);
this.lb_fprecision.TabIndex = 285;
this.lb_fprecision.Text = "单位精度:";
//
// txt_fprecision
//
this.txt_fprecision.Location = new System.Drawing.Point(368, 80);
this.txt_fprecision.Name = "txt_fprecision";
this.txt_fprecision.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fprecision.Properties.Appearance.Options.UseFont = true;
this.txt_fprecision.Size = new System.Drawing.Size(150, 28);
this.txt_fprecision.TabIndex = 285;
//
// gv_fprecision
//
this.gv_fprecision.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fprecision.AppearanceCell.Options.UseFont = true;
this.gv_fprecision.Caption = "精度";
this.gv_fprecision.FieldName = "fprecision";
this.gv_fprecision.MinWidth = 50;
this.gv_fprecision.Name = "gv_fprecision";
this.gv_fprecision.Tag = "query_a.fprecision";
this.gv_fprecision.Visible = true;
this.gv_fprecision.VisibleIndex = 7;
this.gv_fprecision.Width = 94;
//
// lb_froundtype
//
this.lb_froundtype.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_froundtype.Appearance.Options.UseFont = true;
this.lb_froundtype.Location = new System.Drawing.Point(533, 43);
this.lb_froundtype.Name = "lb_froundtype";
this.lb_froundtype.Size = new System.Drawing.Size(85, 21);
this.lb_froundtype.TabIndex = 280;
this.lb_froundtype.Text = "舍入类型:";
//
// txt_froundtype
//
this.txt_froundtype.Location = new System.Drawing.Point(618, 39);
this.txt_froundtype.Name = "txt_froundtype";
this.txt_froundtype.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_froundtype.Properties.Appearance.Options.UseFont = true;
this.txt_froundtype.Size = new System.Drawing.Size(150, 28);
this.txt_froundtype.TabIndex = 280;
//
// gv_froundtype
//
this.gv_froundtype.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_froundtype.AppearanceCell.Options.UseFont = true;
this.gv_froundtype.Caption = "舍入类型";
this.gv_froundtype.FieldName = "froundtype";
this.gv_froundtype.MinWidth = 50;
this.gv_froundtype.Name = "gv_froundtype";
this.gv_froundtype.Tag = "query_a.froundtype";
this.gv_froundtype.Visible = true;
this.gv_froundtype.VisibleIndex = 6;
this.gv_froundtype.Width = 94;
//
// lb_fbaseunit
//
this.lb_fbaseunit.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fbaseunit.Appearance.Options.UseFont = true;
this.lb_fbaseunit.Location = new System.Drawing.Point(283, 123);
this.lb_fbaseunit.Name = "lb_fbaseunit";
this.lb_fbaseunit.Size = new System.Drawing.Size(85, 21);
this.lb_fbaseunit.TabIndex = 273;
this.lb_fbaseunit.Text = "基准单位:";
//
// lb_fconvertnumerator
//
this.lb_fconvertnumerator.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fconvertnumerator.Appearance.Options.UseFont = true;
this.lb_fconvertnumerator.Location = new System.Drawing.Point(533, 84);
this.lb_fconvertnumerator.Name = "lb_fconvertnumerator";
this.lb_fconvertnumerator.Size = new System.Drawing.Size(85, 21);
this.lb_fconvertnumerator.TabIndex = 267;
this.lb_fconvertnumerator.Text = "换算分子:";
//
// txt_fconvertnumerator
//
this.txt_fconvertnumerator.Location = new System.Drawing.Point(618, 80);
this.txt_fconvertnumerator.Name = "txt_fconvertnumerator";
this.txt_fconvertnumerator.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fconvertnumerator.Properties.Appearance.Options.UseFont = true;
this.txt_fconvertnumerator.Size = new System.Drawing.Size(150, 28);
this.txt_fconvertnumerator.TabIndex = 267;
//
// gv_fconvertnumerator
//
this.gv_fconvertnumerator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fconvertnumerator.AppearanceCell.Options.UseFont = true;
this.gv_fconvertnumerator.Caption = "换算分子";
this.gv_fconvertnumerator.FieldName = "fconvertnumerator";
this.gv_fconvertnumerator.MinWidth = 50;
this.gv_fconvertnumerator.Name = "gv_fconvertnumerator";
this.gv_fconvertnumerator.Tag = "query_a.fconvertnumerator";
this.gv_fconvertnumerator.Visible = true;
this.gv_fconvertnumerator.VisibleIndex = 5;
this.gv_fconvertnumerator.Width = 94;
//
// lb_fcurrentunitid
//
this.lb_fcurrentunitid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fcurrentunitid.Appearance.Options.UseFont = true;
this.lb_fcurrentunitid.Location = new System.Drawing.Point(283, 164);
this.lb_fcurrentunitid.Name = "lb_fcurrentunitid";
this.lb_fcurrentunitid.Size = new System.Drawing.Size(85, 21);
this.lb_fcurrentunitid.TabIndex = 262;
this.lb_fcurrentunitid.Text = "当前单位:";
//
// lb_fconvertdenominator
//
this.lb_fconvertdenominator.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fconvertdenominator.Appearance.Options.UseFont = true;
this.lb_fconvertdenominator.Location = new System.Drawing.Point(533, 123);
this.lb_fconvertdenominator.Name = "lb_fconvertdenominator";
this.lb_fconvertdenominator.Size = new System.Drawing.Size(85, 21);
this.lb_fconvertdenominator.TabIndex = 258;
this.lb_fconvertdenominator.Text = "换算分母:";
//
// txt_fconvertdenominator
//
this.txt_fconvertdenominator.Location = new System.Drawing.Point(618, 119);
this.txt_fconvertdenominator.Name = "txt_fconvertdenominator";
this.txt_fconvertdenominator.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fconvertdenominator.Properties.Appearance.Options.UseFont = true;
this.txt_fconvertdenominator.Size = new System.Drawing.Size(150, 28);
this.txt_fconvertdenominator.TabIndex = 258;
//
// gv_fconvertdenominator
//
this.gv_fconvertdenominator.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fconvertdenominator.AppearanceCell.Options.UseFont = true;
this.gv_fconvertdenominator.Caption = "换算分母";
this.gv_fconvertdenominator.FieldName = "fconvertdenominator";
this.gv_fconvertdenominator.MinWidth = 50;
this.gv_fconvertdenominator.Name = "gv_fconvertdenominator";
this.gv_fconvertdenominator.OptionsColumn.ReadOnly = true;
this.gv_fconvertdenominator.Tag = "query_a.fconvertdenominator";
this.gv_fconvertdenominator.Visible = true;
this.gv_fconvertdenominator.VisibleIndex = 4;
this.gv_fconvertdenominator.Width = 94;
//
// lb_funitgroupid
//
this.lb_funitgroupid.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_funitgroupid.Appearance.Options.UseFont = true;
this.lb_funitgroupid.Location = new System.Drawing.Point(533, 164);
this.lb_funitgroupid.Name = "lb_funitgroupid";
this.lb_funitgroupid.Size = new System.Drawing.Size(85, 21);
this.lb_funitgroupid.TabIndex = 252;
this.lb_funitgroupid.Text = "所属组别:";
//
// txt_funitgroupid
//
this.txt_funitgroupid.Location = new System.Drawing.Point(618, 160);
this.txt_funitgroupid.Name = "txt_funitgroupid";
this.txt_funitgroupid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_funitgroupid.Properties.Appearance.Options.UseFont = true;
this.txt_funitgroupid.Size = new System.Drawing.Size(150, 28);
this.txt_funitgroupid.TabIndex = 252;
//
// gv_funitgroupid
//
this.gv_funitgroupid.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_funitgroupid.AppearanceCell.Options.UseFont = true;
this.gv_funitgroupid.Caption = "所属组别";
this.gv_funitgroupid.FieldName = "funitgroupid";
this.gv_funitgroupid.MinWidth = 50;
this.gv_funitgroupid.Name = "gv_funitgroupid";
this.gv_funitgroupid.OptionsColumn.ReadOnly = true;
this.gv_funitgroupid.Tag = "query_a.funitgroupid";
this.gv_funitgroupid.Visible = true;
this.gv_funitgroupid.VisibleIndex = 3;
this.gv_funitgroupid.Width = 94;
//
// lb_fname
//
this.lb_fname.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fname.Appearance.Options.UseFont = true;
this.lb_fname.Location = new System.Drawing.Point(283, 43);
this.lb_fname.Name = "lb_fname";
this.lb_fname.Size = new System.Drawing.Size(85, 21);
this.lb_fname.TabIndex = 247;
this.lb_fname.Text = "单位名称:";
//
// txt_fname
//
this.txt_fname.Location = new System.Drawing.Point(368, 39);
this.txt_fname.Name = "txt_fname";
this.txt_fname.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fname.Properties.Appearance.Options.UseFont = true;
this.txt_fname.Size = new System.Drawing.Size(150, 28);
this.txt_fname.TabIndex = 247;
//
// gv_fname
//
this.gv_fname.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fname.AppearanceCell.Options.UseFont = true;
this.gv_fname.Caption = "单位名称";
this.gv_fname.FieldName = "fname";
this.gv_fname.MinWidth = 50;
this.gv_fname.Name = "gv_fname";
this.gv_fname.OptionsColumn.ReadOnly = true;
this.gv_fname.Tag = "query_a.fname";
this.gv_fname.Visible = true;
this.gv_fname.VisibleIndex = 2;
this.gv_fname.Width = 94;
//
// lb_fnumber
//
this.lb_fnumber.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_fnumber.Appearance.Options.UseFont = true;
this.lb_fnumber.Location = new System.Drawing.Point(38, 84);
this.lb_fnumber.Name = "lb_fnumber";
this.lb_fnumber.Size = new System.Drawing.Size(85, 21);
this.lb_fnumber.TabIndex = 243;
this.lb_fnumber.Text = "单位编码:";
//
// txt_fnumber
//
this.txt_fnumber.Location = new System.Drawing.Point(123, 80);
this.txt_fnumber.Name = "txt_fnumber";
this.txt_fnumber.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_fnumber.Properties.Appearance.Options.UseFont = true;
this.txt_fnumber.Size = new System.Drawing.Size(150, 28);
this.txt_fnumber.TabIndex = 243;
//
// gv_fnumber
//
this.gv_fnumber.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_fnumber.AppearanceCell.Options.UseFont = true;
this.gv_fnumber.Caption = "单位编码";
this.gv_fnumber.FieldName = "fnumber";
this.gv_fnumber.MinWidth = 50;
this.gv_fnumber.Name = "gv_fnumber";
this.gv_fnumber.OptionsColumn.ReadOnly = true;
this.gv_fnumber.Tag = "query_a.fnumber";
this.gv_fnumber.Visible = true;
this.gv_fnumber.VisibleIndex = 1;
this.gv_fnumber.Width = 94;
//
// lb_newqty
//
this.lb_newqty.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_newqty.Appearance.Options.UseFont = true;
this.lb_newqty.Location = new System.Drawing.Point(4, 244);
this.lb_newqty.Name = "lb_newqty";
this.lb_newqty.Size = new System.Drawing.Size(119, 21);
this.lb_newqty.TabIndex = 219;
this.lb_newqty.Text = "目的单位数量:";
//
// txt_newqty
//
this.txt_newqty.Location = new System.Drawing.Point(123, 240);
this.txt_newqty.Name = "txt_newqty";
this.txt_newqty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_newqty.Properties.Appearance.Options.UseFont = true;
this.txt_newqty.Size = new System.Drawing.Size(150, 28);
this.txt_newqty.TabIndex = 219;
//
// lb_oldqty
//
this.lb_oldqty.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_oldqty.Appearance.Options.UseFont = true;
this.lb_oldqty.Location = new System.Drawing.Point(21, 164);
this.lb_oldqty.Name = "lb_oldqty";
this.lb_oldqty.Size = new System.Drawing.Size(102, 21);
this.lb_oldqty.TabIndex = 217;
this.lb_oldqty.Text = "原单位数量:";
//
// txt_oldqty
//
this.txt_oldqty.Location = new System.Drawing.Point(123, 160);
this.txt_oldqty.Name = "txt_oldqty";
this.txt_oldqty.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_oldqty.Properties.Appearance.Options.UseFont = true;
this.txt_oldqty.Size = new System.Drawing.Size(150, 28);
this.txt_oldqty.TabIndex = 217;
//
// lb_newunit
//
this.lb_newunit.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_newunit.Appearance.Options.UseFont = true;
this.lb_newunit.Location = new System.Drawing.Point(38, 204);
this.lb_newunit.Name = "lb_newunit";
this.lb_newunit.Size = new System.Drawing.Size(85, 21);
this.lb_newunit.TabIndex = 216;
this.lb_newunit.Text = "目的单位:";
//
// lb_oldunit
//
this.lb_oldunit.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_oldunit.Appearance.Options.UseFont = true;
this.lb_oldunit.Location = new System.Drawing.Point(55, 123);
this.lb_oldunit.Name = "lb_oldunit";
this.lb_oldunit.Size = new System.Drawing.Size(68, 21);
this.lb_oldunit.TabIndex = 213;
this.lb_oldunit.Text = "原单位:";
//
// lb_id
//
this.lb_id.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.lb_id.Appearance.Options.UseFont = true;
this.lb_id.Location = new System.Drawing.Point(54, 43);
this.lb_id.Name = "lb_id";
this.lb_id.Size = new System.Drawing.Size(69, 21);
this.lb_id.TabIndex = 211;
this.lb_id.Text = "单位ID:";
//
// txt_id
//
this.txt_id.Location = new System.Drawing.Point(123, 39);
this.txt_id.Name = "txt_id";
this.txt_id.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.txt_id.Properties.Appearance.Options.UseFont = true;
this.txt_id.Size = new System.Drawing.Size(150, 28);
this.txt_id.TabIndex = 211;
//
// gv_id
//
this.gv_id.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
this.gv_id.AppearanceCell.Options.UseFont = true;
this.gv_id.Caption = "单位ID";
this.gv_id.FieldName = "id";
this.gv_id.MinWidth = 50;
this.gv_id.Name = "gv_id";
this.gv_id.OptionsColumn.ReadOnly = true;
this.gv_id.Tag = "query_a.id";
this.gv_id.Visible = true;
this.gv_id.VisibleIndex = 0;
this.gv_id.Width = 94;
//
// toolBarMenu1
//
this.toolBarMenu1.chkParameter = null;
this.toolBarMenu1.currentAction = null;
this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top;
this.toolBarMenu1.guidKey = null;
this.toolBarMenu1.isSetBtn = false;
this.toolBarMenu1.Location = new System.Drawing.Point(0, 0);
this.toolBarMenu1.Name = "toolBarMenu1";
this.toolBarMenu1.rptParameter = null;
this.toolBarMenu1.Size = new System.Drawing.Size(972, 80);
this.toolBarMenu1.TabIndex = 0;
this.toolBarMenu1.xlsInService = null;
this.toolBarMenu1.xlsOutParameter = "xlsOut_unit{}";
//
// gcMain
//
this.gcMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.gcMain.Font = new System.Drawing.Font("Tahoma", 10F);
this.gcMain.Location = new System.Drawing.Point(0, 0);
this.gcMain.MainView = this.gridView1;
this.gcMain.Name = "gcMain";
this.gcMain.Size = new System.Drawing.Size(970, 531);
this.gcMain.TabIndex = 1;
this.gcMain.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Tahoma", 10F);
this.gridView1.Appearance.Row.Options.UseFont = true;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.gv_id,
this.gv_fnumber,
this.gv_fname,
this.gv_funitgroupid,
this.gv_fconvertdenominator,
this.gv_fconvertnumerator,
this.gv_froundtype,
this.gv_fprecision,
this.gv_fdescription,
this.gv_fforbidstatus});
this.gridView1.GridControl = this.gcMain;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsFind.ShowSearchNavButtons = false;
this.gridView1.OptionsView.ShowAutoFilterRow = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// xtraTabControl1
//
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.xtraTabControl1.Location = new System.Drawing.Point(0, 80);
this.xtraTabControl1.Name = "xtraTabControl1";
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
this.xtraTabControl1.Size = new System.Drawing.Size(972, 602);
this.xtraTabControl1.TabIndex = 3;
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
this.xtraTabPage1,
this.xtraTabPage2});
//
// xtraTabPage1
//
this.xtraTabPage1.Controls.Add(this.gcMain);
this.xtraTabPage1.Controls.Add(this.pageBar1);
this.xtraTabPage1.Name = "xtraTabPage1";
this.xtraTabPage1.Size = new System.Drawing.Size(970, 570);
this.xtraTabPage1.Text = "数据列表";
//
// pageBar1
//
this.pageBar1.CurrentPage = 1;
this.pageBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pageBar1.Location = new System.Drawing.Point(0, 531);
this.pageBar1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
this.pageBar1.Name = "pageBar1";
this.pageBar1.RecordCount = 0;
this.pageBar1.Size = new System.Drawing.Size(970, 39);
this.pageBar1.TabIndex = 3;
this.pageBar1.TotalPages = 0;
//
// xtraTabPage2
//
this.xtraTabPage2.Controls.Add(this.panel1);
this.xtraTabPage2.Name = "xtraTabPage2";
this.xtraTabPage2.Size = new System.Drawing.Size(970, 570);
this.xtraTabPage2.Text = "数据详细";
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.txt_fcurrentunitid);
this.panel1.Controls.Add(this.txt_fbaseunit);
this.panel1.Controls.Add(this.txt_newunit);
this.panel1.Controls.Add(this.txt_oldunit);
this.panel1.Controls.Add(this.labelControl11);
this.panel1.Controls.Add(this.lbGuid);
this.panel1.Controls.Add(this.lb_fforbidstatus);
this.panel1.Controls.Add(this.txt_fforbidstatus);
this.panel1.Controls.Add(this.lb_fdescription);
this.panel1.Controls.Add(this.txt_fdescription);
this.panel1.Controls.Add(this.lb_fprecision);
this.panel1.Controls.Add(this.txt_fprecision);
this.panel1.Controls.Add(this.lb_froundtype);
this.panel1.Controls.Add(this.txt_froundtype);
this.panel1.Controls.Add(this.lb_fbaseunit);
this.panel1.Controls.Add(this.lb_fconvertnumerator);
this.panel1.Controls.Add(this.txt_fconvertnumerator);
this.panel1.Controls.Add(this.lb_fcurrentunitid);
this.panel1.Controls.Add(this.lb_fconvertdenominator);
this.panel1.Controls.Add(this.txt_fconvertdenominator);
this.panel1.Controls.Add(this.lb_funitgroupid);
this.panel1.Controls.Add(this.txt_funitgroupid);
this.panel1.Controls.Add(this.lb_fname);
this.panel1.Controls.Add(this.txt_fname);
this.panel1.Controls.Add(this.lb_fnumber);
this.panel1.Controls.Add(this.txt_fnumber);
this.panel1.Controls.Add(this.lb_newqty);
this.panel1.Controls.Add(this.txt_newqty);
this.panel1.Controls.Add(this.lb_oldqty);
this.panel1.Controls.Add(this.txt_oldqty);
this.panel1.Controls.Add(this.lb_newunit);
this.panel1.Controls.Add(this.lb_oldunit);
this.panel1.Controls.Add(this.lb_id);
this.panel1.Controls.Add(this.txt_id);
this.panel1.Font = new System.Drawing.Font("Tahoma", 10F);
this.panel1.Location = new System.Drawing.Point(76, 20);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(814, 426);
this.panel1.TabIndex = 1;
//
// txt_fcurrentunitid
//
this.txt_fcurrentunitid.IsReadly = false;
this.txt_fcurrentunitid.Location = new System.Drawing.Point(368, 160);
this.txt_fcurrentunitid.Name = "txt_fcurrentunitid";
this.txt_fcurrentunitid.Size = new System.Drawing.Size(150, 28);
this.txt_fcurrentunitid.TabIndex = 302;
//
// txt_fbaseunit
//
this.txt_fbaseunit.IsReadly = false;
this.txt_fbaseunit.Location = new System.Drawing.Point(368, 119);
this.txt_fbaseunit.Name = "txt_fbaseunit";
this.txt_fbaseunit.Size = new System.Drawing.Size(150, 28);
this.txt_fbaseunit.TabIndex = 301;
//
// txt_newunit
//
this.txt_newunit.IsReadly = false;
this.txt_newunit.Location = new System.Drawing.Point(123, 200);
this.txt_newunit.Name = "txt_newunit";
this.txt_newunit.Size = new System.Drawing.Size(150, 28);
this.txt_newunit.TabIndex = 300;
//
// txt_oldunit
//
this.txt_oldunit.IsReadly = false;
this.txt_oldunit.Location = new System.Drawing.Point(123, 119);
this.txt_oldunit.Name = "txt_oldunit";
this.txt_oldunit.Size = new System.Drawing.Size(150, 28);
this.txt_oldunit.TabIndex = 299;
//
// labelControl11
//
this.labelControl11.Location = new System.Drawing.Point(53, 373);
this.labelControl11.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.labelControl11.Name = "labelControl11";
this.labelControl11.Size = new System.Drawing.Size(45, 18);
this.labelControl11.TabIndex = 130;
this.labelControl11.Text = "主键:";
this.labelControl11.Visible = false;
//
// lbGuid
//
this.lbGuid.AutoSize = true;
this.lbGuid.Location = new System.Drawing.Point(104, 373);
this.lbGuid.Name = "lbGuid";
this.lbGuid.Size = new System.Drawing.Size(0, 21);
this.lbGuid.TabIndex = 1;
this.lbGuid.Visible = false;
//
// Frm_MesUnit
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(972, 682);
this.Controls.Add(this.xtraTabControl1);
this.Controls.Add(this.toolBarMenu1);
this.Name = "Frm_MesUnit";
this.Text = "单位信息";
((System.ComponentModel.ISupportInitialize)(this.txt_fforbidstatus.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fdescription.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fprecision.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_froundtype.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fconvertnumerator.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fconvertdenominator.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_funitgroupid.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fname.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_fnumber.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_newqty.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_oldqty.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_id.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gcMain)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
this.xtraTabControl1.ResumeLayout(false);
this.xtraTabPage1.ResumeLayout(false);
this.xtraTabPage2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private UserControl.UcToolBarMenu toolBarMenu1;
private DevExpress.XtraGrid.GridControl gcMain;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraTab.XtraTabPage xtraTabPage2;
private UserControls.Data.UcPageBar pageBar1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label lbGuid;
private DevExpress.XtraEditors.LabelControl labelControl11;
//BQCreateConrolObejct
private DevExpress.XtraEditors.LabelControl lb_fforbidstatus;
private DevExpress.XtraEditors.TextEdit txt_fforbidstatus;
private DevExpress.XtraGrid.Columns.GridColumn gv_fforbidstatus;
private DevExpress.XtraEditors.LabelControl lb_fdescription;
private DevExpress.XtraEditors.TextEdit txt_fdescription;
private DevExpress.XtraGrid.Columns.GridColumn gv_fdescription;
private DevExpress.XtraEditors.LabelControl lb_fprecision;
private DevExpress.XtraEditors.TextEdit txt_fprecision;
private DevExpress.XtraGrid.Columns.GridColumn gv_fprecision;
private DevExpress.XtraEditors.LabelControl lb_froundtype;
private DevExpress.XtraEditors.TextEdit txt_froundtype;
private DevExpress.XtraGrid.Columns.GridColumn gv_froundtype;
private DevExpress.XtraEditors.LabelControl lb_fbaseunit;
private DevExpress.XtraEditors.LabelControl lb_fconvertnumerator;
private DevExpress.XtraEditors.TextEdit txt_fconvertnumerator;
private DevExpress.XtraGrid.Columns.GridColumn gv_fconvertnumerator;
private DevExpress.XtraEditors.LabelControl lb_fcurrentunitid;
private DevExpress.XtraEditors.LabelControl lb_fconvertdenominator;
private DevExpress.XtraEditors.TextEdit txt_fconvertdenominator;
private DevExpress.XtraGrid.Columns.GridColumn gv_fconvertdenominator;
private DevExpress.XtraEditors.LabelControl lb_funitgroupid;
private DevExpress.XtraEditors.TextEdit txt_funitgroupid;
private DevExpress.XtraGrid.Columns.GridColumn gv_funitgroupid;
private DevExpress.XtraEditors.LabelControl lb_fname;
private DevExpress.XtraEditors.TextEdit txt_fname;
private DevExpress.XtraGrid.Columns.GridColumn gv_fname;
private DevExpress.XtraEditors.LabelControl lb_fnumber;
private DevExpress.XtraEditors.TextEdit txt_fnumber;
private DevExpress.XtraGrid.Columns.GridColumn gv_fnumber;
private DevExpress.XtraEditors.LabelControl lb_newqty;
private DevExpress.XtraEditors.TextEdit txt_newqty;
private DevExpress.XtraEditors.LabelControl lb_oldqty;
private DevExpress.XtraEditors.TextEdit txt_oldqty;
private DevExpress.XtraEditors.LabelControl lb_newunit;
private DevExpress.XtraEditors.LabelControl lb_oldunit;
private DevExpress.XtraEditors.LabelControl lb_id;
private DevExpress.XtraEditors.TextEdit txt_id;
private DevExpress.XtraGrid.Columns.GridColumn gv_id;
private UserControl.UcLookUnit txt_oldunit;
private UserControl.UcLookUnit txt_newunit;
private UserControl.UcLookUnit txt_fcurrentunitid;
private UserControl.UcLookUnit txt_fbaseunit;
}
}