示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KindManag));
     YtWinContrl.com.datagrid.TvList tvList3   = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.TreeNode   treeNode1 = new System.Windows.Forms.TreeNode("设备类型");
     this.toolStrip1         = new System.Windows.Forms.ToolStrip();
     this.toolStripButton2   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7   = new System.Windows.Forms.ToolStripButton();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.button1            = new System.Windows.Forms.Button();
     this.Search_yTextBox1   = new YtWinContrl.com.contrl.YTextBox();
     this.Search_ytComboBox1 = new YtWinContrl.com.contrl.YtComboBox();
     this.ytTreeView1        = new YtWinContrl.com.YtTreeView();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton2,
         this.toolStripButton5,
         this.toolStripButton3,
         this.toolStripButton4,
         this.toolStripButton1,
         this.toolStripButton6,
         this.toolStripButton7
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(797, 25);
     this.toolStrip1.TabIndex = 15;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton2.Text   = "增加";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton5.Text   = "修改";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton3.Text   = "删除";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton4.Text   = "浏览";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click_1);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton1.Text   = "复制";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name   = "toolStripButton6";
     this.toolStripButton6.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton6.Text   = "启用";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton7.Text   = "停用";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.Search_yTextBox1);
     this.groupBox1.Controls.Add(this.Search_ytComboBox1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(797, 60);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询条件";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(267, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 7;
     this.label2.Text     = "关键字";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(23, 27);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 6;
     this.label1.Text     = "查询方式";
     //
     // button1
     //
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.button1.Location   = new System.Drawing.Point(505, 20);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 26);
     this.button1.TabIndex   = 5;
     this.button1.Text       = "  查询(&Q)";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Search_yTextBox1
     //
     //
     //
     //
     this.Search_yTextBox1.Border.Class      = "TextBoxBorder";
     this.Search_yTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Search_yTextBox1.Location          = new System.Drawing.Point(328, 22);
     this.Search_yTextBox1.Name     = "yTextBox1";
     this.Search_yTextBox1.Size     = new System.Drawing.Size(100, 21);
     this.Search_yTextBox1.TabIndex = 1;
     //
     // Search_ytComboBox1
     //
     this.Search_ytComboBox1.CacheKey      = null;
     this.Search_ytComboBox1.DbConn        = null;
     this.Search_ytComboBox1.DefText       = null;
     this.Search_ytComboBox1.DefValue      = null;
     this.Search_ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Search_ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Search_ytComboBox1.EnableEmpty   = true;
     this.Search_ytComboBox1.FirstText     = null;
     this.Search_ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Search_ytComboBox1.Fomart        = null;
     this.Search_ytComboBox1.ItemStr       = "";
     this.Search_ytComboBox1.Location      = new System.Drawing.Point(95, 22);
     this.Search_ytComboBox1.Name          = "Search_ytComboBox1";
     this.Search_ytComboBox1.Param         = null;
     this.Search_ytComboBox1.Size          = new System.Drawing.Size(121, 22);
     this.Search_ytComboBox1.Sql           = null;
     this.Search_ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Search_ytComboBox1.TabIndex      = 0;
     this.Search_ytComboBox1.Tag           = tvList3;
     this.Search_ytComboBox1.Value         = null;
     //
     // ytTreeView1
     //
     this.ytTreeView1.DbConn        = null;
     this.ytTreeView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ytTreeView1.HideSelection = false;
     this.ytTreeView1.ImageIndex    = 0;
     this.ytTreeView1.ImageList     = this.imageList1;
     this.ytTreeView1.LoadHaveData  = false;
     this.ytTreeView1.Location      = new System.Drawing.Point(0, 85);
     this.ytTreeView1.Name          = "ytTreeView1";
     treeNode1.Name = "节点0";
     treeNode1.Text = "设备类型";
     this.ytTreeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     this.ytTreeView1.NoNodeTag          = null;
     this.ytTreeView1.SelectedImageIndex = 1;
     this.ytTreeView1.Size     = new System.Drawing.Size(797, 339);
     this.ytTreeView1.TabIndex = 19;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "CheckGreen.bmp");
     this.imageList1.Images.SetKeyName(1, "CheckRed.bmp");
     //
     // KindManag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(797, 424);
     this.Controls.Add(this.ytTreeView1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "KindManag";
     this.Text  = "类别管理";
     this.Load += new System.EventHandler(this.EQKindManag_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList1 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList3 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList4 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList5 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList6 = new YtWinContrl.com.datagrid.TvList();
     this.label1    = new System.Windows.Forms.Label();
     this.label2    = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.label5    = new System.Windows.Forms.Label();
     this.button1   = new System.Windows.Forms.Button();
     this.button2   = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label8    = new System.Windows.Forms.Label();
     this.label7    = new System.Windows.Forms.Label();
     this.label6    = new System.Windows.Forms.Label();
     this.ytComboBox_AllowDropOut = new YtWinContrl.com.contrl.YtComboBox();
     this.ytComboBox_AutoUse      = new YtWinContrl.com.contrl.YtComboBox();
     this.ytComboBox_BuildCard    = new YtWinContrl.com.contrl.YtComboBox();
     this.ytComboBox_MoreStype    = new YtWinContrl.com.contrl.YtComboBox();
     this.ytComboBox_OnlyOneCard  = new YtWinContrl.com.contrl.YtComboBox();
     this.ytComboBox_UseQian      = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_CardsLong      = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_XSWS           = new YtWinContrl.com.contrl.YTextBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(102, 43);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(161, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "设备维修是否采用多个步骤:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(138, 75);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(125, 12);
     this.label2.TabIndex = 1;
     this.label2.Text     = "是否设备领用时建卡:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(102, 107);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(161, 12);
     this.label3.TabIndex = 2;
     this.label3.Text     = "是否一台设备建立一张卡片:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(138, 170);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(125, 12);
     this.label4.TabIndex = 3;
     this.label4.Text     = "是否使用千分位符号:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(102, 203);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(161, 12);
     this.label5.TabIndex = 4;
     this.label5.Text     = "建卡时,是否自动启用设备:";
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(140, 313);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 8;
     this.button1.Text     = "修改";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(293, 313);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 9;
     this.button2.Text     = "取消";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.ytComboBox_AllowDropOut);
     this.groupBox1.Controls.Add(this.ytComboBox_AutoUse);
     this.groupBox1.Controls.Add(this.ytComboBox_BuildCard);
     this.groupBox1.Controls.Add(this.ytComboBox_MoreStype);
     this.groupBox1.Controls.Add(this.ytComboBox_OnlyOneCard);
     this.groupBox1.Controls.Add(this.ytComboBox_UseQian);
     this.groupBox1.Controls.Add(this.yTextBox_CardsLong);
     this.groupBox1.Controls.Add(this.yTextBox_XSWS);
     this.groupBox1.Location = new System.Drawing.Point(29, 21);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(529, 357);
     this.groupBox1.TabIndex = 12;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "系统参数";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(138, 267);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(125, 12);
     this.label8.TabIndex = 14;
     this.label8.Text     = "是否允许负库存出库:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(150, 237);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(113, 12);
     this.label7.TabIndex = 13;
     this.label7.Text     = "设备卡的卡号长度:";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(198, 138);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 12;
     this.label6.Text     = "小数位数:";
     //
     // ytComboBox_AllowDropOut
     //
     this.ytComboBox_AllowDropOut.CacheKey      = null;
     this.ytComboBox_AllowDropOut.DbConn        = null;
     this.ytComboBox_AllowDropOut.DefText       = null;
     this.ytComboBox_AllowDropOut.DefValue      = null;
     this.ytComboBox_AllowDropOut.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_AllowDropOut.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_AllowDropOut.EnableEmpty   = true;
     this.ytComboBox_AllowDropOut.FirstText     = null;
     this.ytComboBox_AllowDropOut.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_AllowDropOut.Fomart        = null;
     this.ytComboBox_AllowDropOut.ItemStr       = "";
     this.ytComboBox_AllowDropOut.Location      = new System.Drawing.Point(281, 262);
     this.ytComboBox_AllowDropOut.Name          = "ytComboBox_MoreStype";
     this.ytComboBox_AllowDropOut.Param         = null;
     this.ytComboBox_AllowDropOut.Size          = new System.Drawing.Size(121, 22);
     this.ytComboBox_AllowDropOut.Sql           = null;
     this.ytComboBox_AllowDropOut.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_AllowDropOut.TabIndex      = 7;
     this.ytComboBox_AllowDropOut.Tag           = tvList1;
     this.ytComboBox_AllowDropOut.Value         = null;
     //
     // ytComboBox_AutoUse
     //
     this.ytComboBox_AutoUse.CacheKey      = null;
     this.ytComboBox_AutoUse.DbConn        = null;
     this.ytComboBox_AutoUse.DefText       = null;
     this.ytComboBox_AutoUse.DefValue      = null;
     this.ytComboBox_AutoUse.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_AutoUse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_AutoUse.EnableEmpty   = true;
     this.ytComboBox_AutoUse.FirstText     = null;
     this.ytComboBox_AutoUse.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_AutoUse.Fomart        = null;
     this.ytComboBox_AutoUse.ItemStr       = "";
     this.ytComboBox_AutoUse.Location      = new System.Drawing.Point(281, 197);
     this.ytComboBox_AutoUse.Name          = "ytComboBox_MoreStype";
     this.ytComboBox_AutoUse.Param         = null;
     this.ytComboBox_AutoUse.Size          = new System.Drawing.Size(121, 22);
     this.ytComboBox_AutoUse.Sql           = null;
     this.ytComboBox_AutoUse.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_AutoUse.TabIndex      = 5;
     this.ytComboBox_AutoUse.Tag           = tvList2;
     this.ytComboBox_AutoUse.Value         = null;
     //
     // ytComboBox_BuildCard
     //
     this.ytComboBox_BuildCard.CacheKey      = null;
     this.ytComboBox_BuildCard.DbConn        = null;
     this.ytComboBox_BuildCard.DefText       = null;
     this.ytComboBox_BuildCard.DefValue      = null;
     this.ytComboBox_BuildCard.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_BuildCard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_BuildCard.EnableEmpty   = true;
     this.ytComboBox_BuildCard.FirstText     = null;
     this.ytComboBox_BuildCard.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_BuildCard.Fomart        = null;
     this.ytComboBox_BuildCard.ItemStr       = "";
     this.ytComboBox_BuildCard.Location      = new System.Drawing.Point(282, 70);
     this.ytComboBox_BuildCard.Name          = "ytComboBox_MoreStype";
     this.ytComboBox_BuildCard.Param         = null;
     this.ytComboBox_BuildCard.Size          = new System.Drawing.Size(121, 22);
     this.ytComboBox_BuildCard.Sql           = null;
     this.ytComboBox_BuildCard.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_BuildCard.TabIndex      = 1;
     this.ytComboBox_BuildCard.Tag           = tvList3;
     this.ytComboBox_BuildCard.Value         = null;
     //
     // ytComboBox_MoreStype
     //
     this.ytComboBox_MoreStype.CacheKey      = null;
     this.ytComboBox_MoreStype.DbConn        = null;
     this.ytComboBox_MoreStype.DefText       = null;
     this.ytComboBox_MoreStype.DefValue      = null;
     this.ytComboBox_MoreStype.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_MoreStype.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_MoreStype.EnableEmpty   = true;
     this.ytComboBox_MoreStype.FirstText     = null;
     this.ytComboBox_MoreStype.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_MoreStype.Fomart        = null;
     this.ytComboBox_MoreStype.ItemStr       = "";
     this.ytComboBox_MoreStype.Location      = new System.Drawing.Point(282, 39);
     this.ytComboBox_MoreStype.Name          = "ytComboBox_MoreStype";
     this.ytComboBox_MoreStype.Param         = null;
     this.ytComboBox_MoreStype.Size          = new System.Drawing.Size(121, 22);
     this.ytComboBox_MoreStype.Sql           = null;
     this.ytComboBox_MoreStype.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_MoreStype.TabIndex      = 0;
     this.ytComboBox_MoreStype.Tag           = tvList4;
     this.ytComboBox_MoreStype.Value         = null;
     //
     // ytComboBox_OnlyOneCard
     //
     this.ytComboBox_OnlyOneCard.CacheKey      = null;
     this.ytComboBox_OnlyOneCard.DbConn        = null;
     this.ytComboBox_OnlyOneCard.DefText       = null;
     this.ytComboBox_OnlyOneCard.DefValue      = null;
     this.ytComboBox_OnlyOneCard.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_OnlyOneCard.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_OnlyOneCard.EnableEmpty   = true;
     this.ytComboBox_OnlyOneCard.FirstText     = null;
     this.ytComboBox_OnlyOneCard.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_OnlyOneCard.Fomart        = null;
     this.ytComboBox_OnlyOneCard.ItemStr       = "";
     this.ytComboBox_OnlyOneCard.Location      = new System.Drawing.Point(283, 102);
     this.ytComboBox_OnlyOneCard.Name          = "ytComboBox_MoreStype";
     this.ytComboBox_OnlyOneCard.Param         = null;
     this.ytComboBox_OnlyOneCard.Size          = new System.Drawing.Size(121, 22);
     this.ytComboBox_OnlyOneCard.Sql           = null;
     this.ytComboBox_OnlyOneCard.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_OnlyOneCard.TabIndex      = 2;
     this.ytComboBox_OnlyOneCard.Tag           = tvList5;
     this.ytComboBox_OnlyOneCard.Value         = null;
     //
     // ytComboBox_UseQian
     //
     this.ytComboBox_UseQian.CacheKey      = null;
     this.ytComboBox_UseQian.DbConn        = null;
     this.ytComboBox_UseQian.DefText       = null;
     this.ytComboBox_UseQian.DefValue      = null;
     this.ytComboBox_UseQian.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_UseQian.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_UseQian.EnableEmpty   = true;
     this.ytComboBox_UseQian.FirstText     = null;
     this.ytComboBox_UseQian.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_UseQian.Fomart        = null;
     this.ytComboBox_UseQian.ItemStr       = "";
     this.ytComboBox_UseQian.Location      = new System.Drawing.Point(282, 164);
     this.ytComboBox_UseQian.Name          = "ytComboBox_MoreStype";
     this.ytComboBox_UseQian.Param         = null;
     this.ytComboBox_UseQian.Size          = new System.Drawing.Size(121, 22);
     this.ytComboBox_UseQian.Sql           = null;
     this.ytComboBox_UseQian.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_UseQian.TabIndex      = 4;
     this.ytComboBox_UseQian.Tag           = tvList6;
     this.ytComboBox_UseQian.Value         = null;
     //
     // yTextBox_CardsLong
     //
     //
     //
     //
     this.yTextBox_CardsLong.Border.Class      = "TextBoxBorder";
     this.yTextBox_CardsLong.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_CardsLong.Location          = new System.Drawing.Point(281, 231);
     this.yTextBox_CardsLong.Name     = "yTextBox_XSWS";
     this.yTextBox_CardsLong.Size     = new System.Drawing.Size(121, 21);
     this.yTextBox_CardsLong.TabIndex = 6;
     //
     // yTextBox_XSWS
     //
     //
     //
     //
     this.yTextBox_XSWS.Border.Class      = "TextBoxBorder";
     this.yTextBox_XSWS.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_XSWS.Location          = new System.Drawing.Point(282, 132);
     this.yTextBox_XSWS.Name     = "yTextBox_XSWS";
     this.yTextBox_XSWS.Size     = new System.Drawing.Size(121, 21);
     this.yTextBox_XSWS.TabIndex = 3;
     //
     // SysValueManag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(608, 412);
     this.Controls.Add(this.groupBox1);
     this.Name  = "SysValueManag";
     this.Text  = "系统参数管理";
     this.Load += new System.EventHandler(this.SysValueManag_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(FixKindManag));
     YtWinContrl.com.datagrid.TvList            tvList2                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1         = new System.Windows.Forms.ToolStrip();
     this.toolStripButton2   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7   = new System.Windows.Forms.ToolStripButton();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.button1            = new System.Windows.Forms.Button();
     this.Search_ytComboBox1 = new YtWinContrl.com.contrl.YtComboBox();
     this.Search_yTextBox1   = new YtWinContrl.com.contrl.YTextBox();
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.dataGView1         = new YtWinContrl.com.datagrid.DataGView();
     this.Column1            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7            = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column8            = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column20           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column21           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column22           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column23           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column24           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton2,
         this.toolStripButton5,
         this.toolStripButton3,
         this.toolStripButton6,
         this.toolStripButton1,
         this.toolStripButton7
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(851, 25);
     this.toolStrip1.TabIndex = 15;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton2.Text   = "增加";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton5.Text   = "修改";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton3.Text   = "删除";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name   = "toolStripButton6";
     this.toolStripButton6.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton6.Text   = "启用";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton1.Text   = "停用";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton7.Text   = "浏览";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.Search_ytComboBox1);
     this.groupBox1.Controls.Add(this.Search_yTextBox1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(851, 56);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(271, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 9;
     this.label2.Text     = "关键字";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(27, 27);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 8;
     this.label1.Text     = "查询方式";
     //
     // button1
     //
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.button1.Location   = new System.Drawing.Point(518, 20);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 26);
     this.button1.TabIndex   = 2;
     this.button1.Text       = "  查询(&Q)";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Search_ytComboBox1
     //
     this.Search_ytComboBox1.CacheKey      = null;
     this.Search_ytComboBox1.DbConn        = null;
     this.Search_ytComboBox1.DefText       = null;
     this.Search_ytComboBox1.DefValue      = null;
     this.Search_ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Search_ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Search_ytComboBox1.EnableEmpty   = true;
     this.Search_ytComboBox1.FirstText     = null;
     this.Search_ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Search_ytComboBox1.Fomart        = null;
     this.Search_ytComboBox1.ItemStr       = "";
     this.Search_ytComboBox1.Location      = new System.Drawing.Point(95, 22);
     this.Search_ytComboBox1.Name          = "Search_ytComboBox1";
     this.Search_ytComboBox1.Param         = null;
     this.Search_ytComboBox1.Size          = new System.Drawing.Size(121, 22);
     this.Search_ytComboBox1.Sql           = null;
     this.Search_ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Search_ytComboBox1.TabIndex      = 0;
     this.Search_ytComboBox1.Tag           = tvList2;
     this.Search_ytComboBox1.Value         = null;
     //
     // Search_yTextBox1
     //
     //
     //
     //
     this.Search_yTextBox1.Border.Class      = "TextBoxBorder";
     this.Search_yTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Search_yTextBox1.Location          = new System.Drawing.Point(328, 22);
     this.Search_yTextBox1.Name     = "yTextBox1";
     this.Search_yTextBox1.Size     = new System.Drawing.Size(100, 21);
     this.Search_yTextBox1.TabIndex = 1;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.dataGView1);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 81);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(851, 302);
     this.groupBox3.TabIndex = 21;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "维修类别列表";
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows          = false;
     this.dataGView1.AllowUserToDeleteRows       = false;
     this.dataGView1.AllowUserToResizeRows       = false;
     this.dataGView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName         = null;
     this.dataGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column7,
         this.Column8,
         this.Column20,
         this.Column21,
         this.Column22,
         this.Column23,
         this.Column24
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle6.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle6.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle6.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle6.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle6.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle6;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(3, 17);
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.ReadOnly                = true;
     this.dataGView1.RowHeadersWidth         = 30;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView1.Size                    = new System.Drawing.Size(845, 282);
     this.dataGView1.TabIndex                = 1;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "REPAIRCODE";
     this.Column1.HeaderText       = "类别编码";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column1.Width            = 76;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "REPAIRNAME";
     this.Column2.HeaderText       = "类别名称";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Width            = 76;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "PYCODE";
     this.Column3.HeaderText       = "拼音码";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Width            = 64;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "WBCODE";
     this.Column4.HeaderText       = "五笔码";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Width            = 64;
     //
     // Column7
     //
     this.Column7.DataPropertyName    = "IFUSE";
     dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle4.Format    = "N2";
     this.Column7.DefaultCellStyle    = dataGridViewCellStyle4;
     this.Column7.DisplayStyle        = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column7.HeaderText          = "是否使用";
     this.Column7.Name      = "Column7";
     this.Column7.ReadOnly  = true;
     this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Column7.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column7.Width     = 76;
     //
     // Column8
     //
     this.Column8.DataPropertyName    = "IFDEFAULT";
     dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle5.Format    = "N2";
     this.Column8.DefaultCellStyle    = dataGridViewCellStyle5;
     this.Column8.DisplayStyle        = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column8.HeaderText          = "是否默认值";
     this.Column8.Name      = "Column8";
     this.Column8.ReadOnly  = true;
     this.Column8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Column8.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column8.Width     = 88;
     //
     // Column20
     //
     this.Column20.DataPropertyName = "MEMO";
     this.Column20.HeaderText       = "备注";
     this.Column20.Name             = "Column20";
     this.Column20.ReadOnly         = true;
     this.Column20.Width            = 52;
     //
     // Column21
     //
     this.Column21.DataPropertyName = "USERID";
     this.Column21.HeaderText       = "操作员ID";
     this.Column21.Name             = "Column21";
     this.Column21.ReadOnly         = true;
     this.Column21.Width            = 76;
     //
     // Column22
     //
     this.Column22.DataPropertyName = "USERNAME";
     this.Column22.HeaderText       = "操作员姓名";
     this.Column22.Name             = "Column22";
     this.Column22.ReadOnly         = true;
     this.Column22.Width            = 88;
     //
     // Column23
     //
     this.Column23.DataPropertyName = "RECDATE";
     this.Column23.HeaderText       = "修改时间";
     this.Column23.Name             = "Column23";
     this.Column23.ReadOnly         = true;
     this.Column23.Width            = 76;
     //
     // Column24
     //
     this.Column24.DataPropertyName = "CHOSCODE";
     this.Column24.HeaderText       = "医疗机构编码";
     this.Column24.Name             = "Column24";
     this.Column24.ReadOnly         = true;
     //
     // FixKindManag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(851, 383);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "FixKindManag";
     this.Text  = "维修类别信息";
     this.Load += new System.EventHandler(this.FixKindManag_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(EQDepreciationEdit));
     YtWinContrl.com.datagrid.TvList            tvList2                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1          = new System.Windows.Forms.ToolStrip();
     this.AddtoolStrip        = new System.Windows.Forms.ToolStripButton();
     this.del_toolStrip       = new System.Windows.Forms.ToolStripButton();
     this.SleDeptid_toolStrip = new System.Windows.Forms.ToolStripButton();
     this.Save_toolStrip      = new System.Windows.Forms.ToolStripButton();
     this.Cancel_toolStrip    = new System.Windows.Forms.ToolStripButton();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.ZJType_ComboBox     = new YtWinContrl.com.contrl.YtComboBox();
     this.Memo_textBox        = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.DateId_selTextInp  = new YtWinContrl.com.contrl.SelTextInpt();
     this.Deptid_selTextInpt = new YtWinContrl.com.contrl.SelTextInpt();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.dataGView1         = new YtWinContrl.com.datagrid.DataGView();
     this.CardEQColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CardId_Column      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NowMonthZJColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NowMonthWorkColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.AddtoolStrip,
         this.del_toolStrip,
         this.SleDeptid_toolStrip,
         this.Save_toolStrip,
         this.Cancel_toolStrip
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(865, 25);
     this.toolStrip1.TabIndex = 2;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // AddtoolStrip
     //
     this.AddtoolStrip.Image = ((System.Drawing.Image)(resources.GetObject("AddtoolStrip.Image")));
     this.AddtoolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.AddtoolStrip.Name   = "AddtoolStrip";
     this.AddtoolStrip.Size   = new System.Drawing.Size(97, 22);
     this.AddtoolStrip.Text   = "添加折旧信息";
     this.AddtoolStrip.Click += new System.EventHandler(this.AddtoolStrip_Click);
     //
     // del_toolStrip
     //
     this.del_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("del_toolStrip.Image")));
     this.del_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.del_toolStrip.Name   = "del_toolStrip";
     this.del_toolStrip.Size   = new System.Drawing.Size(97, 22);
     this.del_toolStrip.Text   = "删除折旧信息";
     this.del_toolStrip.Click += new System.EventHandler(this.del_toolStrip_Click);
     //
     // SleDeptid_toolStrip
     //
     this.SleDeptid_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("SleDeptid_toolStrip.Image")));
     this.SleDeptid_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SleDeptid_toolStrip.Name   = "SleDeptid_toolStrip";
     this.SleDeptid_toolStrip.Size   = new System.Drawing.Size(121, 22);
     this.SleDeptid_toolStrip.Text   = "从科室生成折旧单";
     this.SleDeptid_toolStrip.Click += new System.EventHandler(this.SleDeptid_toolStrip_Click);
     //
     // Save_toolStrip
     //
     this.Save_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("Save_toolStrip.Image")));
     this.Save_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Save_toolStrip.Name   = "Save_toolStrip";
     this.Save_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.Save_toolStrip.Text   = "保存";
     this.Save_toolStrip.Click += new System.EventHandler(this.Save_toolStrip_Click);
     //
     // Cancel_toolStrip
     //
     this.Cancel_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("Cancel_toolStrip.Image")));
     this.Cancel_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Cancel_toolStrip.Name   = "Cancel_toolStrip";
     this.Cancel_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.Cancel_toolStrip.Text   = "关闭";
     this.Cancel_toolStrip.Click += new System.EventHandler(this.Cancel_toolStrip_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ZJType_ComboBox);
     this.groupBox1.Controls.Add(this.Memo_textBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.DateId_selTextInp);
     this.groupBox1.Controls.Add(this.Deptid_selTextInpt);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(865, 110);
     this.groupBox1.TabIndex = 4;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "折旧主表信息";
     //
     // ZJType_ComboBox
     //
     this.ZJType_ComboBox.CacheKey      = null;
     this.ZJType_ComboBox.DbConn        = null;
     this.ZJType_ComboBox.DefText       = null;
     this.ZJType_ComboBox.DefValue      = null;
     this.ZJType_ComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ZJType_ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ZJType_ComboBox.EnableEmpty   = true;
     this.ZJType_ComboBox.FirstText     = null;
     this.ZJType_ComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ZJType_ComboBox.Fomart        = null;
     this.ZJType_ComboBox.ItemStr       = "";
     this.ZJType_ComboBox.Location      = new System.Drawing.Point(676, 30);
     this.ZJType_ComboBox.Name          = "ytComboBox1";
     this.ZJType_ComboBox.Param         = null;
     this.ZJType_ComboBox.Size          = new System.Drawing.Size(121, 22);
     this.ZJType_ComboBox.Sql           = null;
     this.ZJType_ComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ZJType_ComboBox.TabIndex      = 2;
     this.ZJType_ComboBox.Tag           = tvList2;
     this.ZJType_ComboBox.Value         = null;
     //
     // Memo_textBox
     //
     this.Memo_textBox.Location  = new System.Drawing.Point(124, 73);
     this.Memo_textBox.Multiline = true;
     this.Memo_textBox.Name      = "Memo_textBox";
     this.Memo_textBox.Size      = new System.Drawing.Size(675, 21);
     this.Memo_textBox.TabIndex  = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(59, 77);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 2;
     this.label3.Text     = "备注";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(59, 32);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(29, 12);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "科室";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(601, 36);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 12);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "折旧类型";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(336, 34);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "期间划分";
     //
     // DateId_selTextInp
     //
     this.DateId_selTextInp.ColDefText       = null;
     this.DateId_selTextInp.ColStyle         = null;
     this.DateId_selTextInp.DataType         = null;
     this.DateId_selTextInp.DbConn           = null;
     this.DateId_selTextInp.Location         = new System.Drawing.Point(418, 30);
     this.DateId_selTextInp.Name             = "DateId_selTextInp";
     this.DateId_selTextInp.NextFocusControl = null;
     this.DateId_selTextInp.ReadOnly         = false;
     this.DateId_selTextInp.SelParam         = null;
     this.DateId_selTextInp.ShowColNum       = 0;
     this.DateId_selTextInp.ShowWidth        = 0;
     this.DateId_selTextInp.Size             = new System.Drawing.Size(112, 22);
     this.DateId_selTextInp.Sql           = null;
     this.DateId_selTextInp.SqlStr        = null;
     this.DateId_selTextInp.TabIndex      = 1;
     this.DateId_selTextInp.TvColName     = null;
     this.DateId_selTextInp.Value         = null;
     this.DateId_selTextInp.WatermarkText = "";
     //
     // Deptid_selTextInpt
     //
     this.Deptid_selTextInpt.ColDefText       = null;
     this.Deptid_selTextInpt.ColStyle         = null;
     this.Deptid_selTextInpt.DataType         = null;
     this.Deptid_selTextInpt.DbConn           = null;
     this.Deptid_selTextInpt.Location         = new System.Drawing.Point(124, 28);
     this.Deptid_selTextInpt.Name             = "Deptid_selTextInpt";
     this.Deptid_selTextInpt.NextFocusControl = null;
     this.Deptid_selTextInpt.ReadOnly         = false;
     this.Deptid_selTextInpt.SelParam         = null;
     this.Deptid_selTextInpt.ShowColNum       = 0;
     this.Deptid_selTextInpt.ShowWidth        = 0;
     this.Deptid_selTextInpt.Size             = new System.Drawing.Size(115, 22);
     this.Deptid_selTextInpt.Sql           = null;
     this.Deptid_selTextInpt.SqlStr        = null;
     this.Deptid_selTextInpt.TabIndex      = 0;
     this.Deptid_selTextInpt.TvColName     = null;
     this.Deptid_selTextInpt.Value         = null;
     this.Deptid_selTextInpt.WatermarkText = "";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGView1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 135);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(865, 315);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "折旧细表信息";
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows          = false;
     this.dataGView1.AllowUserToDeleteRows       = false;
     this.dataGView1.AllowUserToResizeRows       = false;
     this.dataGView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName         = null;
     this.dataGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.CardEQColumn,
         this.CardId_Column,
         this.Column1,
         this.Column3,
         this.NowMonthZJColumn,
         this.Column5,
         this.Column6,
         this.NowMonthWorkColumn,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle2;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(3, 17);
     this.dataGView1.MultiSelect             = false;
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.RowHeadersWidth         = 20;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.Size                    = new System.Drawing.Size(859, 295);
     this.dataGView1.TabIndex                = 4;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     this.dataGView1.CellEnter              += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGView1_CellEnter);
     //
     // CardEQColumn
     //
     this.CardEQColumn.DataPropertyName = "EQNAME";
     this.CardEQColumn.HeaderText       = "卡片设备";
     this.CardEQColumn.Name             = "CardEQColumn";
     this.CardEQColumn.Width            = 78;
     //
     // CardId_Column
     //
     this.CardId_Column.DataPropertyName = "CARDID";
     this.CardId_Column.HeaderText       = "卡片ID";
     this.CardId_Column.Name             = "CardId_Column";
     this.CardId_Column.ReadOnly         = true;
     this.CardId_Column.Width            = 66;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "DEPREID";
     this.Column1.HeaderText       = "折旧ID";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Width            = 66;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "TOTALZJ";
     this.Column3.HeaderText       = "累计折旧";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Width            = 78;
     //
     // NowMonthZJColumn
     //
     this.NowMonthZJColumn.DataPropertyName = "MONTHZJ";
     this.NowMonthZJColumn.HeaderText       = "本月折旧";
     this.NowMonthZJColumn.Name             = "NowMonthZJColumn";
     this.NowMonthZJColumn.Width            = 78;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "TOTALWORK";
     this.Column5.HeaderText       = "总工作量";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Width            = 78;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "TOTALEDWORK";
     this.Column6.HeaderText       = "累计工作量";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     this.Column6.Width            = 90;
     //
     // NowMonthWorkColumn
     //
     this.NowMonthWorkColumn.DataPropertyName = "MONTHWORK";
     this.NowMonthWorkColumn.HeaderText       = "本月工作量";
     this.NowMonthWorkColumn.Name             = "NowMonthWorkColumn";
     this.NowMonthWorkColumn.Width            = 90;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "MEMO";
     this.Column8.HeaderText       = "备注";
     this.Column8.Name             = "Column8";
     this.Column8.Width            = 54;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "CHOSCODE";
     this.Column9.HeaderText       = "医疗机构编码";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     this.Column9.Width            = 102;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "USERID";
     this.Column10.HeaderText       = "操作员ID";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     this.Column10.Width            = 78;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "USERNAME";
     this.Column11.HeaderText       = "操作员姓名";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     this.Column11.Width            = 90;
     //
     // Column12
     //
     this.Column12.DataPropertyName = "RECDATE";
     this.Column12.HeaderText       = "修改时间";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     this.Column12.Width            = 78;
     //
     // EQDepreciationEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(865, 450);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name          = "EQDepreciationEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "系统设备折旧单";
     this.Load         += new System.EventHandler(this.EQDepreciationEdit_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList3 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList4 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.ytDateTime_RECDATE   = new YtWinContrl.com.contrl.YTDateTime();
     this.label20              = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label12              = new System.Windows.Forms.Label();
     this.label13              = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.label10              = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.yTextBox_PY          = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_User        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Name        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_WB          = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Rec         = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_ifUse     = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_ChCode      = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_UserID      = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_IfDefault = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_FixKindCode = new YtWinContrl.com.contrl.YTextBox();
     this.btn_Cancel           = new System.Windows.Forms.Button();
     this.btn_Save             = new System.Windows.Forms.Button();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ytDateTime_RECDATE);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.yTextBox_PY);
     this.groupBox2.Controls.Add(this.yTextBox_User);
     this.groupBox2.Controls.Add(this.yTextBox_Name);
     this.groupBox2.Controls.Add(this.yTextBox_WB);
     this.groupBox2.Controls.Add(this.yTextBox_Rec);
     this.groupBox2.Controls.Add(this.ytComboBox_ifUse);
     this.groupBox2.Controls.Add(this.yTextBox_ChCode);
     this.groupBox2.Controls.Add(this.yTextBox_UserID);
     this.groupBox2.Controls.Add(this.ytComboBox_IfDefault);
     this.groupBox2.Controls.Add(this.yTextBox_FixKindCode);
     this.groupBox2.Location = new System.Drawing.Point(19, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(646, 250);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "基本信息";
     //
     // ytDateTime_RECDATE
     //
     this.ytDateTime_RECDATE.CustomFormat = "yyyy-MM-dd HH:mm";
     this.ytDateTime_RECDATE.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ytDateTime_RECDATE.Location     = new System.Drawing.Point(447, 157);
     this.ytDateTime_RECDATE.Name         = "ytDateTime_RECDATE";
     this.ytDateTime_RECDATE.Size         = new System.Drawing.Size(119, 21);
     this.ytDateTime_RECDATE.TabIndex     = 9;
     //
     // label20
     //
     this.label20.AutoSize  = true;
     this.label20.ForeColor = System.Drawing.Color.Blue;
     this.label20.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label20.Location  = new System.Drawing.Point(351, 160);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(53, 12);
     this.label20.TabIndex  = 53;
     this.label20.Text      = "修改时间";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location  = new System.Drawing.Point(351, 132);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 12);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "操作员ID";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location  = new System.Drawing.Point(351, 104);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(77, 12);
     this.label8.TabIndex  = 27;
     this.label8.Text      = "医疗机构编码";
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Blue;
     this.label12.Location  = new System.Drawing.Point(351, 77);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(65, 12);
     this.label12.TabIndex  = 25;
     this.label12.Text      = "是否默认值";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(351, 46);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(53, 12);
     this.label13.TabIndex  = 24;
     this.label13.Text      = "类别编码";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location = new System.Drawing.Point(68, 193);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 23;
     this.label4.Text     = "备注";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location  = new System.Drawing.Point(66, 160);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 12);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "操作员名称";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location  = new System.Drawing.Point(66, 132);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "是否使用";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location = new System.Drawing.Point(66, 102);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(41, 12);
     this.label10.TabIndex = 13;
     this.label10.Text     = "五笔码";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(66, 76);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 6;
     this.label3.Text     = "拼音码";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(66, 45);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(53, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "类别名称";
     //
     // yTextBox_PY
     //
     //
     //
     //
     this.yTextBox_PY.Border.Class      = "TextBoxBorder";
     this.yTextBox_PY.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_PY.Location          = new System.Drawing.Point(151, 69);
     this.yTextBox_PY.Name     = "yTextBox_PY";
     this.yTextBox_PY.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_PY.TabIndex = 2;
     //
     // yTextBox_User
     //
     //
     //
     //
     this.yTextBox_User.Border.Class      = "TextBoxBorder";
     this.yTextBox_User.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_User.Location          = new System.Drawing.Point(151, 155);
     this.yTextBox_User.Name     = "yTextBox_User";
     this.yTextBox_User.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_User.TabIndex = 8;
     //
     // yTextBox_Name
     //
     //
     //
     //
     this.yTextBox_Name.Border.Class      = "TextBoxBorder";
     this.yTextBox_Name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Name.Location          = new System.Drawing.Point(151, 41);
     this.yTextBox_Name.Name     = "yTextBox_Name";
     this.yTextBox_Name.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Name.TabIndex = 0;
     //
     // yTextBox_WB
     //
     //
     //
     //
     this.yTextBox_WB.Border.Class      = "TextBoxBorder";
     this.yTextBox_WB.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_WB.Location          = new System.Drawing.Point(151, 96);
     this.yTextBox_WB.Name     = "yTextBox_PY";
     this.yTextBox_WB.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_WB.TabIndex = 4;
     //
     // yTextBox_Rec
     //
     //
     //
     //
     this.yTextBox_Rec.Border.Class      = "TextBoxBorder";
     this.yTextBox_Rec.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Rec.Location          = new System.Drawing.Point(150, 187);
     this.yTextBox_Rec.Name     = "yTextBox_User";
     this.yTextBox_Rec.Size     = new System.Drawing.Size(417, 21);
     this.yTextBox_Rec.TabIndex = 10;
     //
     // ytComboBox_ifUse
     //
     this.ytComboBox_ifUse.CacheKey      = null;
     this.ytComboBox_ifUse.DbConn        = null;
     this.ytComboBox_ifUse.DefText       = null;
     this.ytComboBox_ifUse.DefValue      = null;
     this.ytComboBox_ifUse.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_ifUse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_ifUse.EnableEmpty   = true;
     this.ytComboBox_ifUse.FirstText     = null;
     this.ytComboBox_ifUse.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_ifUse.Fomart        = null;
     this.ytComboBox_ifUse.ItemStr       = "";
     this.ytComboBox_ifUse.Location      = new System.Drawing.Point(151, 126);
     this.ytComboBox_ifUse.Name          = "ytComboBox_ifUse";
     this.ytComboBox_ifUse.Param         = null;
     this.ytComboBox_ifUse.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_ifUse.Sql           = null;
     this.ytComboBox_ifUse.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_ifUse.TabIndex      = 6;
     this.ytComboBox_ifUse.Tag           = tvList3;
     this.ytComboBox_ifUse.Value         = null;
     //
     // yTextBox_ChCode
     //
     //
     //
     //
     this.yTextBox_ChCode.Border.Class      = "TextBoxBorder";
     this.yTextBox_ChCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_ChCode.Location          = new System.Drawing.Point(449, 98);
     this.yTextBox_ChCode.Name     = "yTextBox_PY";
     this.yTextBox_ChCode.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_ChCode.TabIndex = 5;
     //
     // yTextBox_UserID
     //
     //
     //
     //
     this.yTextBox_UserID.Border.Class      = "TextBoxBorder";
     this.yTextBox_UserID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_UserID.Location          = new System.Drawing.Point(449, 127);
     this.yTextBox_UserID.Name     = "yTextBox_User";
     this.yTextBox_UserID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_UserID.TabIndex = 7;
     //
     // ytComboBox_IfDefault
     //
     this.ytComboBox_IfDefault.CacheKey      = null;
     this.ytComboBox_IfDefault.DbConn        = null;
     this.ytComboBox_IfDefault.DefText       = null;
     this.ytComboBox_IfDefault.DefValue      = null;
     this.ytComboBox_IfDefault.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_IfDefault.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_IfDefault.EnableEmpty   = true;
     this.ytComboBox_IfDefault.FirstText     = null;
     this.ytComboBox_IfDefault.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_IfDefault.Fomart        = null;
     this.ytComboBox_IfDefault.ItemStr       = "";
     this.ytComboBox_IfDefault.Location      = new System.Drawing.Point(449, 69);
     this.ytComboBox_IfDefault.Name          = "ytComboBox_ifUse";
     this.ytComboBox_IfDefault.Param         = null;
     this.ytComboBox_IfDefault.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_IfDefault.Sql           = null;
     this.ytComboBox_IfDefault.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_IfDefault.TabIndex      = 3;
     this.ytComboBox_IfDefault.Tag           = tvList4;
     this.ytComboBox_IfDefault.Value         = null;
     //
     // yTextBox_FixKindCode
     //
     //
     //
     //
     this.yTextBox_FixKindCode.Border.Class      = "TextBoxBorder";
     this.yTextBox_FixKindCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_FixKindCode.Location          = new System.Drawing.Point(449, 42);
     this.yTextBox_FixKindCode.Name     = "yTextBox_Name";
     this.yTextBox_FixKindCode.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_FixKindCode.TabIndex = 1;
     //
     // btn_Cancel
     //
     this.btn_Cancel.Location = new System.Drawing.Point(447, 285);
     this.btn_Cancel.Name     = "btn_Cancel";
     this.btn_Cancel.Size     = new System.Drawing.Size(74, 26);
     this.btn_Cancel.TabIndex = 12;
     this.btn_Cancel.Text     = "取消";
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
     //
     // btn_Save
     //
     this.btn_Save.Location = new System.Drawing.Point(170, 285);
     this.btn_Save.Name     = "btn_Save";
     this.btn_Save.Size     = new System.Drawing.Size(74, 26);
     this.btn_Save.TabIndex = 11;
     this.btn_Save.Text     = "保存";
     this.btn_Save.UseVisualStyleBackColor = true;
     this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
     //
     // FixKind_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(698, 326);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_Save);
     this.Controls.Add(this.groupBox2);
     this.Name  = "FixKind_Add";
     this.Text  = "维修类别信息";
     this.Load += new System.EventHandler(this.FixKind_Add_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList1 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.btnCancel          = new System.Windows.Forms.Button();
     this.btnSave            = new System.Windows.Forms.Button();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.wbcode_yTextBox    = new YtWinContrl.com.contrl.YTextBox();
     this.pycode_yTextBox    = new YtWinContrl.com.contrl.YTextBox();
     this.memo_yTextBox      = new YtWinContrl.com.contrl.YTextBox();
     this.warecode_yTextBox1 = new YtWinContrl.com.contrl.YTextBox();
     this.choscode_yTextBox1 = new YtWinContrl.com.contrl.YTextBox();
     this.warename_yTextBox1 = new YtWinContrl.com.contrl.YTextBox();
     this.ifuse_ytComboBox   = new YtWinContrl.com.contrl.YtComboBox();
     this.ifall_ytComboBox   = new YtWinContrl.com.contrl.YtComboBox();
     this.userid_yTextBox    = new YtWinContrl.com.contrl.YTextBox();
     this.username_yTextBox  = new YtWinContrl.com.contrl.YTextBox();
     this.dateTimePicker1    = new System.Windows.Forms.DateTimePicker();
     this.selTextInpt1       = new YtWinContrl.com.contrl.SelTextInpt();
     this.label12            = new System.Windows.Forms.Label();
     this.label11            = new System.Windows.Forms.Label();
     this.label10            = new System.Windows.Forms.Label();
     this.label9             = new System.Windows.Forms.Label();
     this.label8             = new System.Windows.Forms.Label();
     this.label7             = new System.Windows.Forms.Label();
     this.label6             = new System.Windows.Forms.Label();
     this.label5             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.btnCancel);
     this.groupBox2.Controls.Add(this.btnSave);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox2.Location = new System.Drawing.Point(0, 358);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(635, 53);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop  = false;
     //
     // btnCancel
     //
     this.btnCancel.Location = new System.Drawing.Point(379, 18);
     this.btnCancel.Name     = "btnCancel";
     this.btnCancel.Size     = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 9;
     this.btnCancel.Text     = "取消(&C)";
     this.btnCancel.UseVisualStyleBackColor = true;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(168, 18);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 8;
     this.btnSave.Text     = "保存(&S)";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.wbcode_yTextBox);
     this.groupBox1.Controls.Add(this.pycode_yTextBox);
     this.groupBox1.Controls.Add(this.memo_yTextBox);
     this.groupBox1.Controls.Add(this.warecode_yTextBox1);
     this.groupBox1.Controls.Add(this.choscode_yTextBox1);
     this.groupBox1.Controls.Add(this.warename_yTextBox1);
     this.groupBox1.Controls.Add(this.ifuse_ytComboBox);
     this.groupBox1.Controls.Add(this.ifall_ytComboBox);
     this.groupBox1.Controls.Add(this.userid_yTextBox);
     this.groupBox1.Controls.Add(this.username_yTextBox);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.selTextInpt1);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(635, 358);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "请填写相应的设备库房信息";
     //
     // wbcode_yTextBox
     //
     //
     //
     //
     this.wbcode_yTextBox.Border.Class      = "TextBoxBorder";
     this.wbcode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wbcode_yTextBox.Location          = new System.Drawing.Point(451, 271);
     this.wbcode_yTextBox.Name     = "wbcode_yTextBox";
     this.wbcode_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.wbcode_yTextBox.TabIndex = 6;
     //
     // pycode_yTextBox
     //
     //
     //
     //
     this.pycode_yTextBox.Border.Class      = "TextBoxBorder";
     this.pycode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.pycode_yTextBox.Location          = new System.Drawing.Point(141, 267);
     this.pycode_yTextBox.Name     = "pycode_yTextBox";
     this.pycode_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.pycode_yTextBox.TabIndex = 5;
     //
     // memo_yTextBox
     //
     //
     //
     //
     this.memo_yTextBox.Border.Class      = "TextBoxBorder";
     this.memo_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.memo_yTextBox.Location          = new System.Drawing.Point(141, 310);
     this.memo_yTextBox.Name     = "memo_yTextBox";
     this.memo_yTextBox.Size     = new System.Drawing.Size(430, 21);
     this.memo_yTextBox.TabIndex = 7;
     //
     // warecode_yTextBox1
     //
     //
     //
     //
     this.warecode_yTextBox1.Border.Class      = "TextBoxBorder";
     this.warecode_yTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.warecode_yTextBox1.Location          = new System.Drawing.Point(141, 47);
     this.warecode_yTextBox1.Name     = "warecode_yTextBox1";
     this.warecode_yTextBox1.ReadOnly = true;
     this.warecode_yTextBox1.Size     = new System.Drawing.Size(120, 21);
     this.warecode_yTextBox1.TabIndex = 0;
     this.warecode_yTextBox1.TabStop  = false;
     //
     // choscode_yTextBox1
     //
     //
     //
     //
     this.choscode_yTextBox1.Border.Class      = "TextBoxBorder";
     this.choscode_yTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.choscode_yTextBox1.Location          = new System.Drawing.Point(141, 94);
     this.choscode_yTextBox1.Name     = "choscode_yTextBox1";
     this.choscode_yTextBox1.ReadOnly = true;
     this.choscode_yTextBox1.Size     = new System.Drawing.Size(120, 21);
     this.choscode_yTextBox1.TabIndex = 0;
     this.choscode_yTextBox1.TabStop  = false;
     //
     // warename_yTextBox1
     //
     //
     //
     //
     this.warename_yTextBox1.Border.Class      = "TextBoxBorder";
     this.warename_yTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.warename_yTextBox1.Location          = new System.Drawing.Point(141, 135);
     this.warename_yTextBox1.Name     = "warename_yTextBox1";
     this.warename_yTextBox1.Size     = new System.Drawing.Size(120, 21);
     this.warename_yTextBox1.TabIndex = 0;
     //
     // ifuse_ytComboBox
     //
     this.ifuse_ytComboBox.CacheKey      = null;
     this.ifuse_ytComboBox.DbConn        = null;
     this.ifuse_ytComboBox.DefText       = null;
     this.ifuse_ytComboBox.DefValue      = null;
     this.ifuse_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifuse_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifuse_ytComboBox.EnableEmpty   = true;
     this.ifuse_ytComboBox.FirstText     = null;
     this.ifuse_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifuse_ytComboBox.Fomart        = null;
     this.ifuse_ytComboBox.ItemStr       = "";
     this.ifuse_ytComboBox.Location      = new System.Drawing.Point(451, 183);
     this.ifuse_ytComboBox.Name          = "ifuse_ytComboBox";
     this.ifuse_ytComboBox.Param         = null;
     this.ifuse_ytComboBox.Size          = new System.Drawing.Size(120, 22);
     this.ifuse_ytComboBox.Sql           = null;
     this.ifuse_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifuse_ytComboBox.TabIndex      = 3;
     this.ifuse_ytComboBox.Tag           = tvList1;
     this.ifuse_ytComboBox.Value         = null;
     //
     // ifall_ytComboBox
     //
     this.ifall_ytComboBox.CacheKey      = null;
     this.ifall_ytComboBox.DbConn        = null;
     this.ifall_ytComboBox.DefText       = null;
     this.ifall_ytComboBox.DefValue      = null;
     this.ifall_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifall_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifall_ytComboBox.EnableEmpty   = true;
     this.ifall_ytComboBox.FirstText     = null;
     this.ifall_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifall_ytComboBox.Fomart        = null;
     this.ifall_ytComboBox.ItemStr       = "";
     this.ifall_ytComboBox.Location      = new System.Drawing.Point(451, 140);
     this.ifall_ytComboBox.Name          = "ifall_ytComboBox";
     this.ifall_ytComboBox.Param         = null;
     this.ifall_ytComboBox.Size          = new System.Drawing.Size(120, 22);
     this.ifall_ytComboBox.Sql           = null;
     this.ifall_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifall_ytComboBox.TabIndex      = 1;
     this.ifall_ytComboBox.Tag           = tvList2;
     this.ifall_ytComboBox.Value         = null;
     //
     // userid_yTextBox
     //
     //
     //
     //
     this.userid_yTextBox.Border.Class      = "TextBoxBorder";
     this.userid_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.userid_yTextBox.Location          = new System.Drawing.Point(451, 48);
     this.userid_yTextBox.Name     = "userid_yTextBox";
     this.userid_yTextBox.ReadOnly = true;
     this.userid_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.userid_yTextBox.TabIndex = 0;
     this.userid_yTextBox.TabStop  = false;
     //
     // username_yTextBox
     //
     //
     //
     //
     this.username_yTextBox.Border.Class      = "TextBoxBorder";
     this.username_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.username_yTextBox.Location          = new System.Drawing.Point(451, 99);
     this.username_yTextBox.Name     = "username_yTextBox";
     this.username_yTextBox.ReadOnly = true;
     this.username_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.username_yTextBox.TabIndex = 0;
     this.username_yTextBox.TabStop  = false;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Checked      = false;
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(141, 227);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(120, 21);
     this.dateTimePicker1.TabIndex     = 4;
     //
     // selTextInpt1
     //
     this.selTextInpt1.ColDefText       = null;
     this.selTextInpt1.ColStyle         = null;
     this.selTextInpt1.DataType         = null;
     this.selTextInpt1.DbConn           = null;
     this.selTextInpt1.Location         = new System.Drawing.Point(141, 179);
     this.selTextInpt1.Name             = "selTextInpt1";
     this.selTextInpt1.NextFocusControl = null;
     this.selTextInpt1.ReadOnly         = false;
     this.selTextInpt1.SelParam         = null;
     this.selTextInpt1.ShowColNum       = 0;
     this.selTextInpt1.ShowWidth        = 0;
     this.selTextInpt1.Size             = new System.Drawing.Size(120, 22);
     this.selTextInpt1.Sql           = null;
     this.selTextInpt1.SqlStr        = null;
     this.selTextInpt1.TabIndex      = 2;
     this.selTextInpt1.TabStop       = false;
     this.selTextInpt1.TvColName     = null;
     this.selTextInpt1.Value         = null;
     this.selTextInpt1.WatermarkText = "";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(49, 319);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(29, 12);
     this.label12.TabIndex = 1;
     this.label12.Text     = "备注";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(49, 275);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(41, 12);
     this.label11.TabIndex = 1;
     this.label11.Text     = "拼音码";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(311, 275);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(41, 12);
     this.label10.TabIndex = 1;
     this.label10.Text     = "五笔码";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(49, 230);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(53, 12);
     this.label9.TabIndex  = 1;
     this.label9.Text      = "修改时间";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(311, 98);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(65, 12);
     this.label8.TabIndex  = 1;
     this.label8.Text      = "操作员名称";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(311, 51);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(53, 12);
     this.label7.TabIndex  = 1;
     this.label7.Text      = "操作员ID";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.Location  = new System.Drawing.Point(311, 144);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(125, 12);
     this.label6.TabIndex  = 1;
     this.label6.Text      = "是否管理所有设备类别";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(311, 185);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 12);
     this.label5.TabIndex  = 1;
     this.label5.Text      = "是否使用";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(49, 185);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(29, 12);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "科室";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(49, 141);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 1;
     this.label3.Text      = "库房名称";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(49, 101);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(77, 12);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "医疗机构编码";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(49, 54);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "库房编码";
     //
     // AddEQ
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(635, 411);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Name          = "AddEQ";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "输入库房信息";
     this.Load         += new System.EventHandler(this.AddEQ_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList5 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList6 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList7 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList8 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.label7               = new System.Windows.Forms.Label();
     this.label25              = new System.Windows.Forms.Label();
     this.label24              = new System.Windows.Forms.Label();
     this.label23              = new System.Windows.Forms.Label();
     this.label21              = new System.Windows.Forms.Label();
     this.label22              = new System.Windows.Forms.Label();
     this.label20              = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.label14              = new System.Windows.Forms.Label();
     this.label15              = new System.Windows.Forms.Label();
     this.label16              = new System.Windows.Forms.Label();
     this.label18              = new System.Windows.Forms.Label();
     this.label19              = new System.Windows.Forms.Label();
     this.label6               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.label12              = new System.Windows.Forms.Label();
     this.label13              = new System.Windows.Forms.Label();
     this.label4               = new System.Windows.Forms.Label();
     this.label2               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.label10              = new System.Windows.Forms.Label();
     this.label3               = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.yTextBox_PY          = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_User        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Name        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_WB          = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Rec         = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_ifUse     = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_ChCode      = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_UserID      = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_IfMake    = new YtWinContrl.com.contrl.YtComboBox();
     this.ytComboBox_IfAfford  = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_Address     = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Bank        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_BANKACCOUNT = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Fax         = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_FRDB        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_JYXKZ       = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Phone       = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_POST        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_QYDM        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_RELMAN      = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_SupplyID    = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_YYZZ        = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_Pperty    = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_SWDJH       = new YtWinContrl.com.contrl.YTextBox();
     this.btn_Cancel           = new System.Windows.Forms.Button();
     this.btn_Save             = new System.Windows.Forms.Button();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.label24);
     this.groupBox2.Controls.Add(this.label23);
     this.groupBox2.Controls.Add(this.label21);
     this.groupBox2.Controls.Add(this.label22);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.yTextBox_PY);
     this.groupBox2.Controls.Add(this.yTextBox_User);
     this.groupBox2.Controls.Add(this.yTextBox_Name);
     this.groupBox2.Controls.Add(this.yTextBox_WB);
     this.groupBox2.Controls.Add(this.yTextBox_Rec);
     this.groupBox2.Controls.Add(this.ytComboBox_ifUse);
     this.groupBox2.Controls.Add(this.yTextBox_ChCode);
     this.groupBox2.Controls.Add(this.yTextBox_UserID);
     this.groupBox2.Controls.Add(this.ytComboBox_IfMake);
     this.groupBox2.Controls.Add(this.ytComboBox_IfAfford);
     this.groupBox2.Controls.Add(this.yTextBox_Address);
     this.groupBox2.Controls.Add(this.yTextBox_Bank);
     this.groupBox2.Controls.Add(this.yTextBox_BANKACCOUNT);
     this.groupBox2.Controls.Add(this.yTextBox_Fax);
     this.groupBox2.Controls.Add(this.yTextBox_FRDB);
     this.groupBox2.Controls.Add(this.yTextBox_JYXKZ);
     this.groupBox2.Controls.Add(this.yTextBox_Phone);
     this.groupBox2.Controls.Add(this.yTextBox_POST);
     this.groupBox2.Controls.Add(this.yTextBox_QYDM);
     this.groupBox2.Controls.Add(this.yTextBox_RELMAN);
     this.groupBox2.Controls.Add(this.yTextBox_SupplyID);
     this.groupBox2.Controls.Add(this.yTextBox_YYZZ);
     this.groupBox2.Controls.Add(this.ytComboBox_Pperty);
     this.groupBox2.Controls.Add(this.yTextBox_SWDJH);
     this.groupBox2.Location = new System.Drawing.Point(19, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(808, 289);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "基本信息";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location = new System.Drawing.Point(498, 224);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(65, 12);
     this.label7.TabIndex = 42;
     this.label7.Text     = "税务登记号";
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label25.Location = new System.Drawing.Point(262, 222);
     this.label25.Name     = "label25";
     this.label25.Size     = new System.Drawing.Size(53, 12);
     this.label25.TabIndex = 41;
     this.label25.Text     = "营业执照";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label24.Location = new System.Drawing.Point(32, 222);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(65, 12);
     this.label24.TabIndex = 40;
     this.label24.Text     = "经营许可证";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label23.Location = new System.Drawing.Point(262, 196);
     this.label23.Name     = "label23";
     this.label23.Size     = new System.Drawing.Size(53, 12);
     this.label23.TabIndex = 39;
     this.label23.Text     = "传真号码";
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label21.Location = new System.Drawing.Point(505, 196);
     this.label21.Name     = "label21";
     this.label21.Size     = new System.Drawing.Size(53, 12);
     this.label21.TabIndex = 38;
     this.label21.Text     = "邮政编码";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label22.Location = new System.Drawing.Point(32, 171);
     this.label22.Name     = "label22";
     this.label22.Size     = new System.Drawing.Size(29, 12);
     this.label22.TabIndex = 37;
     this.label22.Text     = "地址";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label20.Location = new System.Drawing.Point(505, 171);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(41, 12);
     this.label20.TabIndex = 36;
     this.label20.Text     = "联系人";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location = new System.Drawing.Point(505, 143);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(53, 12);
     this.label5.TabIndex = 35;
     this.label5.Text     = "开户账号";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label14.Location = new System.Drawing.Point(505, 116);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(53, 12);
     this.label14.TabIndex = 34;
     this.label14.Text     = "开户银行";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label15.Location = new System.Drawing.Point(505, 88);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(53, 12);
     this.label15.TabIndex = 33;
     this.label15.Text     = "企业性质";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label16.Location = new System.Drawing.Point(32, 196);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(53, 12);
     this.label16.TabIndex = 32;
     this.label16.Text     = "联系电话";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(505, 60);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(53, 12);
     this.label18.TabIndex = 30;
     this.label18.Text     = "法人代表";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(505, 29);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(53, 12);
     this.label19.TabIndex = 29;
     this.label19.Text     = "企业代码";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location  = new System.Drawing.Point(262, 144);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 12);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "操作员ID";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location  = new System.Drawing.Point(262, 116);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(77, 12);
     this.label8.TabIndex  = 27;
     this.label8.Text      = "医疗机构编码";
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label11.Location  = new System.Drawing.Point(262, 86);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(77, 12);
     this.label11.TabIndex  = 26;
     this.label11.Text      = "是否生产厂家";
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Blue;
     this.label12.Location  = new System.Drawing.Point(262, 60);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(65, 12);
     this.label12.TabIndex  = 25;
     this.label12.Text      = "是否供应商";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(262, 29);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(41, 12);
     this.label13.TabIndex  = 24;
     this.label13.Text      = "厂商ID";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location = new System.Drawing.Point(32, 250);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 23;
     this.label4.Text     = "备注";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location  = new System.Drawing.Point(32, 144);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 12);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "操作员名称";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location  = new System.Drawing.Point(32, 116);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "是否使用";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location = new System.Drawing.Point(32, 86);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(41, 12);
     this.label10.TabIndex = 13;
     this.label10.Text     = "五笔码";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(32, 60);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 6;
     this.label3.Text     = "拼音码";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(32, 29);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(53, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "厂商名称";
     //
     // yTextBox_PY
     //
     //
     //
     //
     this.yTextBox_PY.Border.Class      = "TextBoxBorder";
     this.yTextBox_PY.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_PY.Location          = new System.Drawing.Point(117, 53);
     this.yTextBox_PY.Name     = "yTextBox_PY";
     this.yTextBox_PY.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_PY.TabIndex = 3;
     //
     // yTextBox_User
     //
     //
     //
     //
     this.yTextBox_User.Border.Class      = "TextBoxBorder";
     this.yTextBox_User.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_User.Location          = new System.Drawing.Point(117, 139);
     this.yTextBox_User.Name     = "yTextBox_User";
     this.yTextBox_User.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_User.TabIndex = 12;
     //
     // yTextBox_Name
     //
     //
     //
     //
     this.yTextBox_Name.Border.Class      = "TextBoxBorder";
     this.yTextBox_Name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Name.Location          = new System.Drawing.Point(117, 25);
     this.yTextBox_Name.Name     = "yTextBox_Name";
     this.yTextBox_Name.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Name.TabIndex = 0;
     //
     // yTextBox_WB
     //
     //
     //
     //
     this.yTextBox_WB.Border.Class      = "TextBoxBorder";
     this.yTextBox_WB.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_WB.Location          = new System.Drawing.Point(117, 80);
     this.yTextBox_WB.Name     = "yTextBox_PY";
     this.yTextBox_WB.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_WB.TabIndex = 6;
     //
     // yTextBox_Rec
     //
     //
     //
     //
     this.yTextBox_Rec.Border.Class      = "TextBoxBorder";
     this.yTextBox_Rec.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Rec.Location          = new System.Drawing.Point(117, 248);
     this.yTextBox_Rec.Name     = "yTextBox_User";
     this.yTextBox_Rec.Size     = new System.Drawing.Size(592, 21);
     this.yTextBox_Rec.TabIndex = 23;
     //
     // ytComboBox_ifUse
     //
     this.ytComboBox_ifUse.CacheKey      = null;
     this.ytComboBox_ifUse.DbConn        = null;
     this.ytComboBox_ifUse.DefText       = null;
     this.ytComboBox_ifUse.DefValue      = null;
     this.ytComboBox_ifUse.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_ifUse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_ifUse.EnableEmpty   = true;
     this.ytComboBox_ifUse.FirstText     = null;
     this.ytComboBox_ifUse.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_ifUse.Fomart        = null;
     this.ytComboBox_ifUse.ItemStr       = "";
     this.ytComboBox_ifUse.Location      = new System.Drawing.Point(117, 110);
     this.ytComboBox_ifUse.Name          = "ytComboBox_ifUse";
     this.ytComboBox_ifUse.Param         = null;
     this.ytComboBox_ifUse.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_ifUse.Sql           = null;
     this.ytComboBox_ifUse.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_ifUse.TabIndex      = 9;
     this.ytComboBox_ifUse.Tag           = tvList5;
     this.ytComboBox_ifUse.Value         = null;
     //
     // yTextBox_ChCode
     //
     //
     //
     //
     this.yTextBox_ChCode.Border.Class      = "TextBoxBorder";
     this.yTextBox_ChCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_ChCode.Location          = new System.Drawing.Point(360, 110);
     this.yTextBox_ChCode.Name     = "yTextBox_PY";
     this.yTextBox_ChCode.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_ChCode.TabIndex = 10;
     //
     // yTextBox_UserID
     //
     //
     //
     //
     this.yTextBox_UserID.Border.Class      = "TextBoxBorder";
     this.yTextBox_UserID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_UserID.Location          = new System.Drawing.Point(360, 139);
     this.yTextBox_UserID.Name     = "yTextBox_User";
     this.yTextBox_UserID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_UserID.TabIndex = 13;
     //
     // ytComboBox_IfMake
     //
     this.ytComboBox_IfMake.CacheKey      = null;
     this.ytComboBox_IfMake.DbConn        = null;
     this.ytComboBox_IfMake.DefText       = null;
     this.ytComboBox_IfMake.DefValue      = null;
     this.ytComboBox_IfMake.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_IfMake.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_IfMake.EnableEmpty   = true;
     this.ytComboBox_IfMake.FirstText     = null;
     this.ytComboBox_IfMake.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_IfMake.Fomart        = null;
     this.ytComboBox_IfMake.ItemStr       = "";
     this.ytComboBox_IfMake.Location      = new System.Drawing.Point(360, 80);
     this.ytComboBox_IfMake.Name          = "ytComboBox_ifUse";
     this.ytComboBox_IfMake.Param         = null;
     this.ytComboBox_IfMake.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_IfMake.Sql           = null;
     this.ytComboBox_IfMake.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_IfMake.TabIndex      = 7;
     this.ytComboBox_IfMake.Tag           = tvList6;
     this.ytComboBox_IfMake.Value         = null;
     //
     // ytComboBox_IfAfford
     //
     this.ytComboBox_IfAfford.CacheKey      = null;
     this.ytComboBox_IfAfford.DbConn        = null;
     this.ytComboBox_IfAfford.DefText       = null;
     this.ytComboBox_IfAfford.DefValue      = null;
     this.ytComboBox_IfAfford.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_IfAfford.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_IfAfford.EnableEmpty   = true;
     this.ytComboBox_IfAfford.FirstText     = null;
     this.ytComboBox_IfAfford.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_IfAfford.Fomart        = null;
     this.ytComboBox_IfAfford.ItemStr       = "";
     this.ytComboBox_IfAfford.Location      = new System.Drawing.Point(360, 52);
     this.ytComboBox_IfAfford.Name          = "ytComboBox_ifUse";
     this.ytComboBox_IfAfford.Param         = null;
     this.ytComboBox_IfAfford.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_IfAfford.Sql           = null;
     this.ytComboBox_IfAfford.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_IfAfford.TabIndex      = 4;
     this.ytComboBox_IfAfford.Tag           = tvList7;
     this.ytComboBox_IfAfford.Value         = null;
     //
     // yTextBox_Address
     //
     //
     //
     //
     this.yTextBox_Address.Border.Class      = "TextBoxBorder";
     this.yTextBox_Address.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Address.Location          = new System.Drawing.Point(117, 168);
     this.yTextBox_Address.Name     = "yTextBox_User";
     this.yTextBox_Address.Size     = new System.Drawing.Size(361, 21);
     this.yTextBox_Address.TabIndex = 15;
     //
     // yTextBox_Bank
     //
     //
     //
     //
     this.yTextBox_Bank.Border.Class      = "TextBoxBorder";
     this.yTextBox_Bank.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Bank.Location          = new System.Drawing.Point(586, 112);
     this.yTextBox_Bank.Name     = "yTextBox_User";
     this.yTextBox_Bank.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Bank.TabIndex = 11;
     //
     // yTextBox_BANKACCOUNT
     //
     //
     //
     //
     this.yTextBox_BANKACCOUNT.Border.Class      = "TextBoxBorder";
     this.yTextBox_BANKACCOUNT.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_BANKACCOUNT.Location          = new System.Drawing.Point(586, 139);
     this.yTextBox_BANKACCOUNT.Name     = "yTextBox_User";
     this.yTextBox_BANKACCOUNT.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_BANKACCOUNT.TabIndex = 14;
     //
     // yTextBox_Fax
     //
     //
     //
     //
     this.yTextBox_Fax.Border.Class      = "TextBoxBorder";
     this.yTextBox_Fax.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Fax.Location          = new System.Drawing.Point(360, 194);
     this.yTextBox_Fax.Name     = "yTextBox_User";
     this.yTextBox_Fax.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Fax.TabIndex = 18;
     //
     // yTextBox_FRDB
     //
     //
     //
     //
     this.yTextBox_FRDB.Border.Class      = "TextBoxBorder";
     this.yTextBox_FRDB.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_FRDB.Location          = new System.Drawing.Point(585, 53);
     this.yTextBox_FRDB.Name     = "yTextBox_PY";
     this.yTextBox_FRDB.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_FRDB.TabIndex = 5;
     //
     // yTextBox_JYXKZ
     //
     //
     //
     //
     this.yTextBox_JYXKZ.Border.Class      = "TextBoxBorder";
     this.yTextBox_JYXKZ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_JYXKZ.Location          = new System.Drawing.Point(117, 220);
     this.yTextBox_JYXKZ.Name     = "yTextBox_User";
     this.yTextBox_JYXKZ.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_JYXKZ.TabIndex = 20;
     //
     // yTextBox_Phone
     //
     //
     //
     //
     this.yTextBox_Phone.Border.Class      = "TextBoxBorder";
     this.yTextBox_Phone.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Phone.Location          = new System.Drawing.Point(117, 194);
     this.yTextBox_Phone.Name     = "yTextBox_User";
     this.yTextBox_Phone.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Phone.TabIndex = 17;
     //
     // yTextBox_POST
     //
     //
     //
     //
     this.yTextBox_POST.Border.Class      = "TextBoxBorder";
     this.yTextBox_POST.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_POST.Location          = new System.Drawing.Point(586, 194);
     this.yTextBox_POST.Name     = "yTextBox_User";
     this.yTextBox_POST.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_POST.TabIndex = 19;
     //
     // yTextBox_QYDM
     //
     //
     //
     //
     this.yTextBox_QYDM.Border.Class      = "TextBoxBorder";
     this.yTextBox_QYDM.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_QYDM.Location          = new System.Drawing.Point(585, 25);
     this.yTextBox_QYDM.Name     = "yTextBox_Name";
     this.yTextBox_QYDM.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_QYDM.TabIndex = 2;
     //
     // yTextBox_RELMAN
     //
     //
     //
     //
     this.yTextBox_RELMAN.Border.Class      = "TextBoxBorder";
     this.yTextBox_RELMAN.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_RELMAN.Location          = new System.Drawing.Point(585, 168);
     this.yTextBox_RELMAN.Name     = "yTextBox_User";
     this.yTextBox_RELMAN.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_RELMAN.TabIndex = 16;
     //
     // yTextBox_SupplyID
     //
     //
     //
     //
     this.yTextBox_SupplyID.Border.Class      = "TextBoxBorder";
     this.yTextBox_SupplyID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_SupplyID.Location          = new System.Drawing.Point(360, 25);
     this.yTextBox_SupplyID.Name     = "yTextBox_Name";
     this.yTextBox_SupplyID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_SupplyID.TabIndex = 1;
     //
     // yTextBox_YYZZ
     //
     //
     //
     //
     this.yTextBox_YYZZ.Border.Class      = "TextBoxBorder";
     this.yTextBox_YYZZ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_YYZZ.Location          = new System.Drawing.Point(360, 220);
     this.yTextBox_YYZZ.Name     = "yTextBox_User";
     this.yTextBox_YYZZ.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_YYZZ.TabIndex = 21;
     //
     // ytComboBox_Pperty
     //
     this.ytComboBox_Pperty.CacheKey      = null;
     this.ytComboBox_Pperty.DbConn        = null;
     this.ytComboBox_Pperty.DefText       = null;
     this.ytComboBox_Pperty.DefValue      = null;
     this.ytComboBox_Pperty.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_Pperty.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_Pperty.EnableEmpty   = true;
     this.ytComboBox_Pperty.FirstText     = null;
     this.ytComboBox_Pperty.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_Pperty.Fomart        = null;
     this.ytComboBox_Pperty.ItemStr       = "";
     this.ytComboBox_Pperty.Location      = new System.Drawing.Point(585, 83);
     this.ytComboBox_Pperty.Name          = "ytComboBox_ifUse";
     this.ytComboBox_Pperty.Param         = null;
     this.ytComboBox_Pperty.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_Pperty.Sql           = null;
     this.ytComboBox_Pperty.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_Pperty.TabIndex      = 8;
     this.ytComboBox_Pperty.Tag           = tvList8;
     this.ytComboBox_Pperty.Value         = null;
     //
     // yTextBox_SWDJH
     //
     //
     //
     //
     this.yTextBox_SWDJH.Border.Class      = "TextBoxBorder";
     this.yTextBox_SWDJH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_SWDJH.Location          = new System.Drawing.Point(586, 220);
     this.yTextBox_SWDJH.Name     = "yTextBox_User";
     this.yTextBox_SWDJH.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_SWDJH.TabIndex = 22;
     //
     // btn_Cancel
     //
     this.btn_Cancel.Location = new System.Drawing.Point(461, 321);
     this.btn_Cancel.Name     = "btn_Cancel";
     this.btn_Cancel.Size     = new System.Drawing.Size(74, 26);
     this.btn_Cancel.TabIndex = 25;
     this.btn_Cancel.Text     = "取消";
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
     //
     // btn_Save
     //
     this.btn_Save.Location = new System.Drawing.Point(248, 321);
     this.btn_Save.Name     = "btn_Save";
     this.btn_Save.Size     = new System.Drawing.Size(74, 26);
     this.btn_Save.TabIndex = 24;
     this.btn_Save.Text     = "保存";
     this.btn_Save.UseVisualStyleBackColor = true;
     this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
     //
     // Producters_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(853, 368);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_Save);
     this.Controls.Add(this.groupBox2);
     this.Name  = "Producters_Add";
     this.Text  = "厂商信息";
     this.Load += new System.EventHandler(this.Producters_Add_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EQKeepAccountsManagEdit));
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     this.Save_button           = new System.Windows.Forms.Button();
     this.cancel_button         = new System.Windows.Forms.Button();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.toolStrip_JDPass      = new System.Windows.Forms.ToolStripButton();
     this.toolStrip_JDNo        = new System.Windows.Forms.ToolStripButton();
     this.toolStrip_SHPass      = new System.Windows.Forms.ToolStripButton();
     this.toolStrip_SHNo        = new System.Windows.Forms.ToolStripButton();
     this.toolStripSeparator1   = new System.Windows.Forms.ToolStripSeparator();
     this.TipStatus_toolStrip   = new System.Windows.Forms.ToolStripLabel();
     this.groupBox3             = new System.Windows.Forms.GroupBox();
     this.textBox_SHUSERID      = new System.Windows.Forms.TextBox();
     this.textBox_SHMAN         = new System.Windows.Forms.TextBox();
     this.textBox_JDUSERID      = new System.Windows.Forms.TextBox();
     this.textBox_JDMAN         = new System.Windows.Forms.TextBox();
     this.label12               = new System.Windows.Forms.Label();
     this.label15               = new System.Windows.Forms.Label();
     this.dateTimePicker_SHDATE = new System.Windows.Forms.DateTimePicker();
     this.label19               = new System.Windows.Forms.Label();
     this.textBox_SHADVICE      = new System.Windows.Forms.TextBox();
     this.label20               = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.dateTimePicker_JDDATE = new System.Windows.Forms.DateTimePicker();
     this.label7                    = new System.Windows.Forms.Label();
     this.textBox_JDADVICE          = new System.Windows.Forms.TextBox();
     this.label10                   = new System.Windows.Forms.Label();
     this.repotruserId_textBox      = new System.Windows.Forms.TextBox();
     this.label21                   = new System.Windows.Forms.Label();
     this.label26                   = new System.Windows.Forms.Label();
     this.reportman_selText         = new YtWinContrl.com.contrl.SelTextInpt();
     this.QLFARE_textBox            = new System.Windows.Forms.TextBox();
     this.label8                    = new System.Windows.Forms.Label();
     this.label9                    = new System.Windows.Forms.Label();
     this.CVALUE_textBox            = new System.Windows.Forms.TextBox();
     this.label25                   = new System.Windows.Forms.Label();
     this.IOID_selText              = new YtWinContrl.com.contrl.SelTextInpt();
     this.dateTimePicker_REPORTDATE = new System.Windows.Forms.DateTimePicker();
     this.label4                    = new System.Windows.Forms.Label();
     this.NOREASON_textBox          = new System.Windows.Forms.TextBox();
     this.label23                   = new System.Windows.Forms.Label();
     this.Status_ytComboBox1        = new YtWinContrl.com.contrl.YtComboBox();
     this.NOID_textBox              = new System.Windows.Forms.TextBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.label2                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.label16                   = new System.Windows.Forms.Label();
     this.deptid_selTextInpt        = new YtWinContrl.com.contrl.SelTextInpt();
     this.cardId_textBox            = new YtWinContrl.com.contrl.SelTextInpt();
     this.Userid_textBox            = new System.Windows.Forms.TextBox();
     this.label13                   = new System.Windows.Forms.Label();
     this.label14                   = new System.Windows.Forms.Label();
     this.label17                   = new System.Windows.Forms.Label();
     this.label18                   = new System.Windows.Forms.Label();
     this.choscode_textBox          = new System.Windows.Forms.TextBox();
     this.Username_textBox          = new System.Windows.Forms.TextBox();
     this.recdate_dateTimePicker    = new System.Windows.Forms.DateTimePicker();
     this.memo_textBox              = new System.Windows.Forms.TextBox();
     this.label11                   = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.toolStrip1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // Save_button
     //
     this.Save_button.Location = new System.Drawing.Point(295, 20);
     this.Save_button.Name     = "Save_button";
     this.Save_button.Size     = new System.Drawing.Size(75, 23);
     this.Save_button.TabIndex = 24;
     this.Save_button.Text     = "保存";
     this.Save_button.UseVisualStyleBackColor = true;
     this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
     //
     // cancel_button
     //
     this.cancel_button.Location = new System.Drawing.Point(678, 20);
     this.cancel_button.Name     = "cancel_button";
     this.cancel_button.Size     = new System.Drawing.Size(75, 23);
     this.cancel_button.TabIndex = 25;
     this.cancel_button.Text     = "取消";
     this.cancel_button.UseVisualStyleBackColor = true;
     this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cancel_button);
     this.groupBox2.Controls.Add(this.Save_button);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox2.Location = new System.Drawing.Point(0, 546);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(907, 63);
     this.groupBox2.TabIndex = 26;
     this.groupBox2.TabStop  = false;
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStrip_JDPass,
         this.toolStrip_JDNo,
         this.toolStrip_SHPass,
         this.toolStrip_SHNo,
         this.toolStripSeparator1,
         this.TipStatus_toolStrip
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(907, 25);
     this.toolStrip1.TabIndex = 28;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStrip_JDPass
     //
     this.toolStrip_JDPass.Image = ((System.Drawing.Image)(resources.GetObject("toolStrip_JDPass.Image")));
     this.toolStrip_JDPass.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_JDPass.Name   = "toolStrip_JDPass";
     this.toolStrip_JDPass.Size   = new System.Drawing.Size(73, 22);
     this.toolStrip_JDPass.Text   = "鉴定通过";
     this.toolStrip_JDPass.Click += new System.EventHandler(this.toolStrip_JDPass_Click);
     //
     // toolStrip_JDNo
     //
     this.toolStrip_JDNo.Image = ((System.Drawing.Image)(resources.GetObject("toolStrip_JDNo.Image")));
     this.toolStrip_JDNo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_JDNo.Name   = "toolStrip_JDNo";
     this.toolStrip_JDNo.Size   = new System.Drawing.Size(85, 22);
     this.toolStrip_JDNo.Text   = "鉴定不通过";
     this.toolStrip_JDNo.Click += new System.EventHandler(this.toolStrip_JDNo_Click);
     //
     // toolStrip_SHPass
     //
     this.toolStrip_SHPass.Image = ((System.Drawing.Image)(resources.GetObject("toolStrip_SHPass.Image")));
     this.toolStrip_SHPass.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_SHPass.Name   = "toolStrip_SHPass";
     this.toolStrip_SHPass.Size   = new System.Drawing.Size(73, 22);
     this.toolStrip_SHPass.Text   = "审批通过";
     this.toolStrip_SHPass.Click += new System.EventHandler(this.toolStrip_SHPass_Click);
     //
     // toolStrip_SHNo
     //
     this.toolStrip_SHNo.Image = ((System.Drawing.Image)(resources.GetObject("toolStrip_SHNo.Image")));
     this.toolStrip_SHNo.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStrip_SHNo.Name   = "toolStrip_SHNo";
     this.toolStrip_SHNo.Size   = new System.Drawing.Size(85, 22);
     this.toolStrip_SHNo.Text   = "审批不通过";
     this.toolStrip_SHNo.Click += new System.EventHandler(this.toolStrip_SHNo_Click);
     //
     // toolStripSeparator1
     //
     this.toolStripSeparator1.Name = "toolStripSeparator1";
     this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
     //
     // TipStatus_toolStrip
     //
     this.TipStatus_toolStrip.Name = "TipStatus_toolStrip";
     this.TipStatus_toolStrip.Size = new System.Drawing.Size(0, 22);
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textBox_SHUSERID);
     this.groupBox3.Controls.Add(this.textBox_SHMAN);
     this.groupBox3.Controls.Add(this.textBox_JDUSERID);
     this.groupBox3.Controls.Add(this.textBox_JDMAN);
     this.groupBox3.Controls.Add(this.label12);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.dateTimePicker_SHDATE);
     this.groupBox3.Controls.Add(this.label19);
     this.groupBox3.Controls.Add(this.textBox_SHADVICE);
     this.groupBox3.Controls.Add(this.label20);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.dateTimePicker_JDDATE);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.textBox_JDADVICE);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.repotruserId_textBox);
     this.groupBox3.Controls.Add(this.label21);
     this.groupBox3.Controls.Add(this.label26);
     this.groupBox3.Controls.Add(this.reportman_selText);
     this.groupBox3.Controls.Add(this.QLFARE_textBox);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.CVALUE_textBox);
     this.groupBox3.Controls.Add(this.label25);
     this.groupBox3.Controls.Add(this.IOID_selText);
     this.groupBox3.Controls.Add(this.dateTimePicker_REPORTDATE);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.NOREASON_textBox);
     this.groupBox3.Controls.Add(this.label23);
     this.groupBox3.Controls.Add(this.Status_ytComboBox1);
     this.groupBox3.Controls.Add(this.NOID_textBox);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.deptid_selTextInpt);
     this.groupBox3.Controls.Add(this.cardId_textBox);
     this.groupBox3.Controls.Add(this.Userid_textBox);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label17);
     this.groupBox3.Controls.Add(this.label18);
     this.groupBox3.Controls.Add(this.choscode_textBox);
     this.groupBox3.Controls.Add(this.Username_textBox);
     this.groupBox3.Controls.Add(this.recdate_dateTimePicker);
     this.groupBox3.Controls.Add(this.memo_textBox);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 25);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(907, 521);
     this.groupBox3.TabIndex = 29;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "公共信息";
     //
     // textBox_SHUSERID
     //
     this.textBox_SHUSERID.Location = new System.Drawing.Point(441, 473);
     this.textBox_SHUSERID.Name     = "textBox_SHUSERID";
     this.textBox_SHUSERID.ReadOnly = true;
     this.textBox_SHUSERID.Size     = new System.Drawing.Size(154, 21);
     this.textBox_SHUSERID.TabIndex = 22;
     this.textBox_SHUSERID.TabStop  = false;
     //
     // textBox_SHMAN
     //
     this.textBox_SHMAN.Location = new System.Drawing.Point(135, 476);
     this.textBox_SHMAN.Name     = "textBox_SHMAN";
     this.textBox_SHMAN.ReadOnly = true;
     this.textBox_SHMAN.Size     = new System.Drawing.Size(154, 21);
     this.textBox_SHMAN.TabIndex = 21;
     this.textBox_SHMAN.TabStop  = false;
     //
     // textBox_JDUSERID
     //
     this.textBox_JDUSERID.Location = new System.Drawing.Point(441, 374);
     this.textBox_JDUSERID.Name     = "textBox_JDUSERID";
     this.textBox_JDUSERID.ReadOnly = true;
     this.textBox_JDUSERID.Size     = new System.Drawing.Size(154, 21);
     this.textBox_JDUSERID.TabIndex = 18;
     this.textBox_JDUSERID.TabStop  = false;
     //
     // textBox_JDMAN
     //
     this.textBox_JDMAN.Location = new System.Drawing.Point(137, 373);
     this.textBox_JDMAN.Name     = "textBox_JDMAN";
     this.textBox_JDMAN.ReadOnly = true;
     this.textBox_JDMAN.Size     = new System.Drawing.Size(154, 21);
     this.textBox_JDMAN.TabIndex = 17;
     this.textBox_JDMAN.TabStop  = false;
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.SystemColors.WindowText;
     this.label12.Location  = new System.Drawing.Point(355, 478);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(53, 12);
     this.label12.TabIndex  = 116;
     this.label12.Text      = "审批人ID";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(44, 476);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(41, 12);
     this.label15.TabIndex = 117;
     this.label15.Text     = "审批人";
     //
     // dateTimePicker_SHDATE
     //
     this.dateTimePicker_SHDATE.CustomFormat = "yyyy-MM-dd";
     this.dateTimePicker_SHDATE.Enabled      = false;
     this.dateTimePicker_SHDATE.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker_SHDATE.Location     = new System.Drawing.Point(730, 473);
     this.dateTimePicker_SHDATE.Name         = "dateTimePicker_SHDATE";
     this.dateTimePicker_SHDATE.Size         = new System.Drawing.Size(159, 21);
     this.dateTimePicker_SHDATE.TabIndex     = 23;
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(645, 478);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(53, 12);
     this.label19.TabIndex = 113;
     this.label19.Text     = "审批日期";
     //
     // textBox_SHADVICE
     //
     this.textBox_SHADVICE.Location  = new System.Drawing.Point(135, 408);
     this.textBox_SHADVICE.Multiline = true;
     this.textBox_SHADVICE.Name      = "textBox_SHADVICE";
     this.textBox_SHADVICE.Size      = new System.Drawing.Size(751, 52);
     this.textBox_SHADVICE.TabIndex  = 20;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(49, 412);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(53, 12);
     this.label20.TabIndex = 111;
     this.label20.Text     = "审批意见";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.SystemColors.WindowText;
     this.label5.Location  = new System.Drawing.Point(356, 374);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 12);
     this.label5.TabIndex  = 108;
     this.label5.Text      = "鉴定人ID";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(49, 374);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(41, 12);
     this.label6.TabIndex = 109;
     this.label6.Text     = "鉴定人";
     //
     // dateTimePicker_JDDATE
     //
     this.dateTimePicker_JDDATE.CustomFormat = "yyyy-MM-dd";
     this.dateTimePicker_JDDATE.Enabled      = false;
     this.dateTimePicker_JDDATE.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker_JDDATE.Location     = new System.Drawing.Point(733, 369);
     this.dateTimePicker_JDDATE.Name         = "dateTimePicker_JDDATE";
     this.dateTimePicker_JDDATE.Size         = new System.Drawing.Size(154, 21);
     this.dateTimePicker_JDDATE.TabIndex     = 19;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(645, 376);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(53, 12);
     this.label7.TabIndex = 105;
     this.label7.Text     = "鉴定日期";
     //
     // textBox_JDADVICE
     //
     this.textBox_JDADVICE.Location  = new System.Drawing.Point(137, 306);
     this.textBox_JDADVICE.Multiline = true;
     this.textBox_JDADVICE.Name      = "textBox_JDADVICE";
     this.textBox_JDADVICE.Size      = new System.Drawing.Size(749, 52);
     this.textBox_JDADVICE.TabIndex  = 16;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(54, 310);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(53, 12);
     this.label10.TabIndex = 103;
     this.label10.Text     = "鉴定意见";
     //
     // repotruserId_textBox
     //
     this.repotruserId_textBox.Location = new System.Drawing.Point(441, 261);
     this.repotruserId_textBox.Name     = "repotruserId_textBox";
     this.repotruserId_textBox.Size     = new System.Drawing.Size(154, 21);
     this.repotruserId_textBox.TabIndex = 14;
     //
     // label21
     //
     this.label21.AutoSize  = true;
     this.label21.ForeColor = System.Drawing.Color.Blue;
     this.label21.Location  = new System.Drawing.Point(355, 265);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(53, 12);
     this.label21.TabIndex  = 100;
     this.label21.Text      = "申请人ID";
     //
     // label26
     //
     this.label26.AutoSize  = true;
     this.label26.ForeColor = System.Drawing.Color.Blue;
     this.label26.Location  = new System.Drawing.Point(61, 265);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(41, 12);
     this.label26.TabIndex  = 101;
     this.label26.Text      = "申请人";
     //
     // reportman_selText
     //
     this.reportman_selText.ColDefText       = null;
     this.reportman_selText.ColStyle         = null;
     this.reportman_selText.DataType         = null;
     this.reportman_selText.DbConn           = null;
     this.reportman_selText.Location         = new System.Drawing.Point(137, 260);
     this.reportman_selText.Name             = "reportman_selText";
     this.reportman_selText.NextFocusControl = null;
     this.reportman_selText.ReadOnly         = false;
     this.reportman_selText.SelParam         = null;
     this.reportman_selText.ShowColNum       = 0;
     this.reportman_selText.ShowWidth        = 0;
     this.reportman_selText.Size             = new System.Drawing.Size(154, 22);
     this.reportman_selText.Sql           = null;
     this.reportman_selText.SqlStr        = null;
     this.reportman_selText.TabIndex      = 13;
     this.reportman_selText.TvColName     = null;
     this.reportman_selText.Value         = null;
     this.reportman_selText.WatermarkText = "";
     //
     // QLFARE_textBox
     //
     this.QLFARE_textBox.Location = new System.Drawing.Point(441, 57);
     this.QLFARE_textBox.Name     = "QLFARE_textBox";
     this.QLFARE_textBox.Size     = new System.Drawing.Size(154, 21);
     this.QLFARE_textBox.TabIndex = 4;
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(371, 62);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(41, 12);
     this.label8.TabIndex  = 97;
     this.label8.Text      = "清理费";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(380, 94);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(29, 12);
     this.label9.TabIndex  = 96;
     this.label9.Text      = "残值";
     //
     // CVALUE_textBox
     //
     this.CVALUE_textBox.Location = new System.Drawing.Point(442, 91);
     this.CVALUE_textBox.Name     = "CVALUE_textBox";
     this.CVALUE_textBox.Size     = new System.Drawing.Size(154, 21);
     this.CVALUE_textBox.TabIndex = 7;
     //
     // label25
     //
     this.label25.AutoSize  = true;
     this.label25.ForeColor = System.Drawing.Color.Blue;
     this.label25.Location  = new System.Drawing.Point(49, 130);
     this.label25.Name      = "label25";
     this.label25.Size      = new System.Drawing.Size(53, 12);
     this.label25.TabIndex  = 93;
     this.label25.Text      = "下账类别";
     //
     // IOID_selText
     //
     this.IOID_selText.ColDefText       = null;
     this.IOID_selText.ColStyle         = null;
     this.IOID_selText.DataType         = null;
     this.IOID_selText.DbConn           = null;
     this.IOID_selText.Location         = new System.Drawing.Point(140, 123);
     this.IOID_selText.Name             = "IOID_selText";
     this.IOID_selText.NextFocusControl = null;
     this.IOID_selText.ReadOnly         = false;
     this.IOID_selText.SelParam         = null;
     this.IOID_selText.ShowColNum       = 0;
     this.IOID_selText.ShowWidth        = 0;
     this.IOID_selText.Size             = new System.Drawing.Size(154, 22);
     this.IOID_selText.Sql           = null;
     this.IOID_selText.SqlStr        = null;
     this.IOID_selText.TabIndex      = 9;
     this.IOID_selText.TvColName     = null;
     this.IOID_selText.Value         = null;
     this.IOID_selText.WatermarkText = "";
     //
     // dateTimePicker_REPORTDATE
     //
     this.dateTimePicker_REPORTDATE.CustomFormat = "yyyy-MM-dd";
     this.dateTimePicker_REPORTDATE.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker_REPORTDATE.Location     = new System.Drawing.Point(732, 260);
     this.dateTimePicker_REPORTDATE.Name         = "dateTimePicker_REPORTDATE";
     this.dateTimePicker_REPORTDATE.Size         = new System.Drawing.Size(154, 21);
     this.dateTimePicker_REPORTDATE.TabIndex     = 15;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(645, 264);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 12);
     this.label4.TabIndex  = 89;
     this.label4.Text      = "申请日期";
     //
     // NOREASON_textBox
     //
     this.NOREASON_textBox.Location  = new System.Drawing.Point(137, 196);
     this.NOREASON_textBox.Multiline = true;
     this.NOREASON_textBox.Name      = "NOREASON_textBox";
     this.NOREASON_textBox.Size      = new System.Drawing.Size(749, 52);
     this.NOREASON_textBox.TabIndex  = 12;
     //
     // label23
     //
     this.label23.AutoSize  = true;
     this.label23.ForeColor = System.Drawing.Color.Blue;
     this.label23.Location  = new System.Drawing.Point(51, 199);
     this.label23.Name      = "label23";
     this.label23.Size      = new System.Drawing.Size(53, 12);
     this.label23.TabIndex  = 87;
     this.label23.Text      = "下账原因";
     //
     // Status_ytComboBox1
     //
     this.Status_ytComboBox1.CacheKey      = null;
     this.Status_ytComboBox1.DbConn        = null;
     this.Status_ytComboBox1.DefText       = null;
     this.Status_ytComboBox1.DefValue      = null;
     this.Status_ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Status_ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Status_ytComboBox1.EnableEmpty   = true;
     this.Status_ytComboBox1.FirstText     = null;
     this.Status_ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Status_ytComboBox1.Fomart        = null;
     this.Status_ytComboBox1.ItemStr       = "";
     this.Status_ytComboBox1.Location      = new System.Drawing.Point(441, 22);
     this.Status_ytComboBox1.Name          = "ytComboBox1";
     this.Status_ytComboBox1.Param         = null;
     this.Status_ytComboBox1.Size          = new System.Drawing.Size(154, 22);
     this.Status_ytComboBox1.Sql           = null;
     this.Status_ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Status_ytComboBox1.TabIndex      = 1;
     this.Status_ytComboBox1.Tag           = tvList2;
     this.Status_ytComboBox1.Value         = null;
     //
     // NOID_textBox
     //
     this.NOID_textBox.Location = new System.Drawing.Point(140, 24);
     this.NOID_textBox.Name     = "NOID_textBox";
     this.NOID_textBox.ReadOnly = true;
     this.NOID_textBox.Size     = new System.Drawing.Size(154, 21);
     this.NOID_textBox.TabIndex = 0;
     this.NOID_textBox.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(61, 62);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(41, 12);
     this.label1.TabIndex  = 41;
     this.label1.Text      = "卡片ID";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(63, 27);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(41, 12);
     this.label2.TabIndex  = 100;
     this.label2.Text      = "下账ID";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(61, 97);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(29, 12);
     this.label3.TabIndex  = 45;
     this.label3.Text      = "科室";
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.ForeColor = System.Drawing.Color.Blue;
     this.label16.Location  = new System.Drawing.Point(380, 24);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(29, 12);
     this.label16.TabIndex  = 47;
     this.label16.Text      = "状态";
     //
     // deptid_selTextInpt
     //
     this.deptid_selTextInpt.ColDefText       = null;
     this.deptid_selTextInpt.ColStyle         = null;
     this.deptid_selTextInpt.DataType         = null;
     this.deptid_selTextInpt.DbConn           = null;
     this.deptid_selTextInpt.Enabled          = false;
     this.deptid_selTextInpt.Location         = new System.Drawing.Point(140, 91);
     this.deptid_selTextInpt.Name             = "deptid_selTextInpt";
     this.deptid_selTextInpt.NextFocusControl = null;
     this.deptid_selTextInpt.ReadOnly         = false;
     this.deptid_selTextInpt.SelParam         = null;
     this.deptid_selTextInpt.ShowColNum       = 0;
     this.deptid_selTextInpt.ShowWidth        = 0;
     this.deptid_selTextInpt.Size             = new System.Drawing.Size(154, 22);
     this.deptid_selTextInpt.Sql           = null;
     this.deptid_selTextInpt.SqlStr        = null;
     this.deptid_selTextInpt.TabIndex      = 6;
     this.deptid_selTextInpt.TabStop       = false;
     this.deptid_selTextInpt.TvColName     = null;
     this.deptid_selTextInpt.Value         = null;
     this.deptid_selTextInpt.WatermarkText = "";
     //
     // cardId_textBox
     //
     this.cardId_textBox.ColDefText       = null;
     this.cardId_textBox.ColStyle         = null;
     this.cardId_textBox.DataType         = null;
     this.cardId_textBox.DbConn           = null;
     this.cardId_textBox.Enabled          = false;
     this.cardId_textBox.Location         = new System.Drawing.Point(141, 59);
     this.cardId_textBox.Name             = "cardId_textBox";
     this.cardId_textBox.NextFocusControl = null;
     this.cardId_textBox.ReadOnly         = false;
     this.cardId_textBox.SelParam         = null;
     this.cardId_textBox.ShowColNum       = 0;
     this.cardId_textBox.ShowWidth        = 0;
     this.cardId_textBox.Size             = new System.Drawing.Size(154, 21);
     this.cardId_textBox.Sql           = null;
     this.cardId_textBox.SqlStr        = null;
     this.cardId_textBox.TabIndex      = 3;
     this.cardId_textBox.TabStop       = false;
     this.cardId_textBox.TvColName     = null;
     this.cardId_textBox.Value         = null;
     this.cardId_textBox.WatermarkText = "";
     //
     // Userid_textBox
     //
     this.Userid_textBox.Location = new System.Drawing.Point(728, 94);
     this.Userid_textBox.Name     = "Userid_textBox";
     this.Userid_textBox.ReadOnly = true;
     this.Userid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Userid_textBox.TabIndex = 8;
     this.Userid_textBox.TabStop  = false;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(350, 130);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(65, 12);
     this.label13.TabIndex  = 46;
     this.label13.Text      = "操作员姓名";
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.ForeColor = System.Drawing.Color.Blue;
     this.label14.Location  = new System.Drawing.Point(634, 28);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(53, 12);
     this.label14.TabIndex  = 31;
     this.label14.Text      = "修改时间";
     //
     // label17
     //
     this.label17.AutoSize  = true;
     this.label17.ForeColor = System.Drawing.Color.Blue;
     this.label17.Location  = new System.Drawing.Point(634, 62);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(77, 12);
     this.label17.TabIndex  = 32;
     this.label17.Text      = "医疗机构编码";
     //
     // label18
     //
     this.label18.AutoSize  = true;
     this.label18.ForeColor = System.Drawing.Color.Blue;
     this.label18.Location  = new System.Drawing.Point(650, 99);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(53, 12);
     this.label18.TabIndex  = 33;
     this.label18.Text      = "操作员ID";
     //
     // choscode_textBox
     //
     this.choscode_textBox.Location = new System.Drawing.Point(729, 57);
     this.choscode_textBox.Name     = "choscode_textBox";
     this.choscode_textBox.ReadOnly = true;
     this.choscode_textBox.Size     = new System.Drawing.Size(154, 21);
     this.choscode_textBox.TabIndex = 5;
     this.choscode_textBox.TabStop  = false;
     //
     // Username_textBox
     //
     this.Username_textBox.Location = new System.Drawing.Point(443, 124);
     this.Username_textBox.Name     = "Username_textBox";
     this.Username_textBox.ReadOnly = true;
     this.Username_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Username_textBox.TabIndex = 10;
     this.Username_textBox.TabStop  = false;
     //
     // recdate_dateTimePicker
     //
     this.recdate_dateTimePicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.recdate_dateTimePicker.Enabled      = false;
     this.recdate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.recdate_dateTimePicker.Location     = new System.Drawing.Point(730, 24);
     this.recdate_dateTimePicker.Name         = "recdate_dateTimePicker";
     this.recdate_dateTimePicker.Size         = new System.Drawing.Size(154, 21);
     this.recdate_dateTimePicker.TabIndex     = 2;
     this.recdate_dateTimePicker.TabStop      = false;
     //
     // memo_textBox
     //
     this.memo_textBox.Location = new System.Drawing.Point(139, 158);
     this.memo_textBox.Name     = "memo_textBox";
     this.memo_textBox.Size     = new System.Drawing.Size(745, 21);
     this.memo_textBox.TabIndex = 11;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(67, 161);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(29, 12);
     this.label11.TabIndex = 38;
     this.label11.Text     = "备注";
     //
     // EQKeepAccountsManagEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(907, 609);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.groupBox2);
     this.Name          = "EQKeepAccountsManagEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备下账单";
     this.Load         += new System.EventHandler(this.EQKeepAccountsManagEdit_Load);
     this.groupBox2.ResumeLayout(false);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList1 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.Status_ytComboBox     = new YtWinContrl.com.contrl.YtComboBox();
     this.ChangeType_ytComboBox = new YtWinContrl.com.contrl.YtComboBox();
     this.NewUseStatus_selText  = new YtWinContrl.com.contrl.SelTextInpt();
     this.NewDeptid_selText     = new YtWinContrl.com.contrl.SelTextInpt();
     this.OldDeptid_selText     = new YtWinContrl.com.contrl.SelTextInpt();
     this.OldUseStatus_selText  = new YtWinContrl.com.contrl.SelTextInpt();
     this.CardId_selText        = new YtWinContrl.com.contrl.SelTextInpt();
     this.ChangeId_textBox      = new System.Windows.Forms.TextBox();
     this.OldMan_textBox        = new System.Windows.Forms.TextBox();
     this.SHdateTime            = new System.Windows.Forms.TextBox();
     this.Recdate_dateTime      = new System.Windows.Forms.TextBox();
     this.NewMan_textBox        = new System.Windows.Forms.TextBox();
     this.OldYZ_textBox         = new System.Windows.Forms.TextBox();
     this.UserName_textBox      = new System.Windows.Forms.TextBox();
     this.NewYZ_textBox         = new System.Windows.Forms.TextBox();
     this.SHUserName_textBox    = new System.Windows.Forms.TextBox();
     this.UserId_textBox        = new System.Windows.Forms.TextBox();
     this.Memo_textBox          = new System.Windows.Forms.TextBox();
     this.SHUserId_textBox      = new System.Windows.Forms.TextBox();
     this.Choscode_textBox      = new System.Windows.Forms.TextBox();
     this.CancelBtn             = new System.Windows.Forms.Button();
     this.OkBtn   = new System.Windows.Forms.Button();
     this.SaveBtn = new System.Windows.Forms.Button();
     this.label20 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label5  = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label9  = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label8  = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label4  = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label7  = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label3  = new System.Windows.Forms.Label();
     this.label6  = new System.Windows.Forms.Label();
     this.label2  = new System.Windows.Forms.Label();
     this.label1  = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.Status_ytComboBox);
     this.groupBox1.Controls.Add(this.ChangeType_ytComboBox);
     this.groupBox1.Controls.Add(this.NewUseStatus_selText);
     this.groupBox1.Controls.Add(this.NewDeptid_selText);
     this.groupBox1.Controls.Add(this.OldDeptid_selText);
     this.groupBox1.Controls.Add(this.OldUseStatus_selText);
     this.groupBox1.Controls.Add(this.CardId_selText);
     this.groupBox1.Controls.Add(this.ChangeId_textBox);
     this.groupBox1.Controls.Add(this.OldMan_textBox);
     this.groupBox1.Controls.Add(this.SHdateTime);
     this.groupBox1.Controls.Add(this.Recdate_dateTime);
     this.groupBox1.Controls.Add(this.NewMan_textBox);
     this.groupBox1.Controls.Add(this.OldYZ_textBox);
     this.groupBox1.Controls.Add(this.UserName_textBox);
     this.groupBox1.Controls.Add(this.NewYZ_textBox);
     this.groupBox1.Controls.Add(this.SHUserName_textBox);
     this.groupBox1.Controls.Add(this.UserId_textBox);
     this.groupBox1.Controls.Add(this.Memo_textBox);
     this.groupBox1.Controls.Add(this.SHUserId_textBox);
     this.groupBox1.Controls.Add(this.Choscode_textBox);
     this.groupBox1.Controls.Add(this.CancelBtn);
     this.groupBox1.Controls.Add(this.OkBtn);
     this.groupBox1.Controls.Add(this.SaveBtn);
     this.groupBox1.Controls.Add(this.label20);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label19);
     this.groupBox1.Controls.Add(this.label18);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(906, 515);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "设备变动单详细信息";
     //
     // Status_ytComboBox
     //
     this.Status_ytComboBox.CacheKey      = null;
     this.Status_ytComboBox.DbConn        = null;
     this.Status_ytComboBox.DefText       = null;
     this.Status_ytComboBox.DefValue      = null;
     this.Status_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Status_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Status_ytComboBox.EnableEmpty   = true;
     this.Status_ytComboBox.FirstText     = null;
     this.Status_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Status_ytComboBox.Fomart        = null;
     this.Status_ytComboBox.ItemStr       = "";
     this.Status_ytComboBox.Location      = new System.Drawing.Point(718, 37);
     this.Status_ytComboBox.Name          = "Status_ytComboBox";
     this.Status_ytComboBox.Param         = null;
     this.Status_ytComboBox.Size          = new System.Drawing.Size(142, 22);
     this.Status_ytComboBox.Sql           = null;
     this.Status_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Status_ytComboBox.TabIndex      = 1;
     this.Status_ytComboBox.Tag           = tvList1;
     this.Status_ytComboBox.Value         = null;
     //
     // ChangeType_ytComboBox
     //
     this.ChangeType_ytComboBox.CacheKey      = null;
     this.ChangeType_ytComboBox.DbConn        = null;
     this.ChangeType_ytComboBox.DefText       = null;
     this.ChangeType_ytComboBox.DefValue      = null;
     this.ChangeType_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ChangeType_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ChangeType_ytComboBox.EnableEmpty   = true;
     this.ChangeType_ytComboBox.FirstText     = null;
     this.ChangeType_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ChangeType_ytComboBox.Fomart        = null;
     this.ChangeType_ytComboBox.ItemStr       = "";
     this.ChangeType_ytComboBox.Location      = new System.Drawing.Point(440, 37);
     this.ChangeType_ytComboBox.Name          = "ChangeType_ytComboBox";
     this.ChangeType_ytComboBox.Param         = null;
     this.ChangeType_ytComboBox.Size          = new System.Drawing.Size(142, 22);
     this.ChangeType_ytComboBox.Sql           = null;
     this.ChangeType_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ChangeType_ytComboBox.TabIndex      = 0;
     this.ChangeType_ytComboBox.Tag           = tvList2;
     this.ChangeType_ytComboBox.Value         = null;
     //
     // NewUseStatus_selText
     //
     this.NewUseStatus_selText.ColDefText       = null;
     this.NewUseStatus_selText.ColStyle         = null;
     this.NewUseStatus_selText.DataType         = null;
     this.NewUseStatus_selText.DbConn           = null;
     this.NewUseStatus_selText.Location         = new System.Drawing.Point(134, 215);
     this.NewUseStatus_selText.Name             = "NewUseStatus_selText";
     this.NewUseStatus_selText.NextFocusControl = null;
     this.NewUseStatus_selText.ReadOnly         = false;
     this.NewUseStatus_selText.SelParam         = null;
     this.NewUseStatus_selText.ShowColNum       = 0;
     this.NewUseStatus_selText.ShowWidth        = 0;
     this.NewUseStatus_selText.Size             = new System.Drawing.Size(141, 22);
     this.NewUseStatus_selText.Sql           = null;
     this.NewUseStatus_selText.SqlStr        = null;
     this.NewUseStatus_selText.TabIndex      = 3;
     this.NewUseStatus_selText.TvColName     = null;
     this.NewUseStatus_selText.Value         = null;
     this.NewUseStatus_selText.WatermarkText = "";
     //
     // NewDeptid_selText
     //
     this.NewDeptid_selText.ColDefText       = null;
     this.NewDeptid_selText.ColStyle         = null;
     this.NewDeptid_selText.DataType         = null;
     this.NewDeptid_selText.DbConn           = null;
     this.NewDeptid_selText.Location         = new System.Drawing.Point(446, 214);
     this.NewDeptid_selText.Name             = "NewDeptid_selText";
     this.NewDeptid_selText.NextFocusControl = null;
     this.NewDeptid_selText.ReadOnly         = false;
     this.NewDeptid_selText.SelParam         = null;
     this.NewDeptid_selText.ShowColNum       = 0;
     this.NewDeptid_selText.ShowWidth        = 0;
     this.NewDeptid_selText.Size             = new System.Drawing.Size(141, 22);
     this.NewDeptid_selText.Sql           = null;
     this.NewDeptid_selText.SqlStr        = null;
     this.NewDeptid_selText.TabIndex      = 4;
     this.NewDeptid_selText.TvColName     = null;
     this.NewDeptid_selText.Value         = null;
     this.NewDeptid_selText.WatermarkText = "";
     //
     // OldDeptid_selText
     //
     this.OldDeptid_selText.ColDefText       = null;
     this.OldDeptid_selText.ColStyle         = null;
     this.OldDeptid_selText.DataType         = null;
     this.OldDeptid_selText.DbConn           = null;
     this.OldDeptid_selText.Location         = new System.Drawing.Point(446, 155);
     this.OldDeptid_selText.Name             = "OldDeptid_selText";
     this.OldDeptid_selText.NextFocusControl = null;
     this.OldDeptid_selText.ReadOnly         = true;
     this.OldDeptid_selText.SelParam         = null;
     this.OldDeptid_selText.ShowColNum       = 0;
     this.OldDeptid_selText.ShowWidth        = 0;
     this.OldDeptid_selText.Size             = new System.Drawing.Size(141, 22);
     this.OldDeptid_selText.Sql           = null;
     this.OldDeptid_selText.SqlStr        = null;
     this.OldDeptid_selText.TabIndex      = 39;
     this.OldDeptid_selText.TabStop       = false;
     this.OldDeptid_selText.TvColName     = null;
     this.OldDeptid_selText.Value         = null;
     this.OldDeptid_selText.WatermarkText = "";
     //
     // OldUseStatus_selText
     //
     this.OldUseStatus_selText.ColDefText       = null;
     this.OldUseStatus_selText.ColStyle         = null;
     this.OldUseStatus_selText.DataType         = null;
     this.OldUseStatus_selText.DbConn           = null;
     this.OldUseStatus_selText.Location         = new System.Drawing.Point(134, 155);
     this.OldUseStatus_selText.Name             = "OldUseStatus_selText";
     this.OldUseStatus_selText.NextFocusControl = null;
     this.OldUseStatus_selText.ReadOnly         = true;
     this.OldUseStatus_selText.SelParam         = null;
     this.OldUseStatus_selText.ShowColNum       = 0;
     this.OldUseStatus_selText.ShowWidth        = 0;
     this.OldUseStatus_selText.Size             = new System.Drawing.Size(141, 22);
     this.OldUseStatus_selText.Sql           = null;
     this.OldUseStatus_selText.SqlStr        = null;
     this.OldUseStatus_selText.TabIndex      = 40;
     this.OldUseStatus_selText.TabStop       = false;
     this.OldUseStatus_selText.TvColName     = null;
     this.OldUseStatus_selText.Value         = null;
     this.OldUseStatus_selText.WatermarkText = "";
     //
     // CardId_selText
     //
     this.CardId_selText.ColDefText       = null;
     this.CardId_selText.ColStyle         = null;
     this.CardId_selText.DataType         = null;
     this.CardId_selText.DbConn           = null;
     this.CardId_selText.Location         = new System.Drawing.Point(134, 94);
     this.CardId_selText.Name             = "CardId_selText";
     this.CardId_selText.NextFocusControl = null;
     this.CardId_selText.ReadOnly         = true;
     this.CardId_selText.SelParam         = null;
     this.CardId_selText.ShowColNum       = 0;
     this.CardId_selText.ShowWidth        = 0;
     this.CardId_selText.Size             = new System.Drawing.Size(141, 22);
     this.CardId_selText.Sql           = null;
     this.CardId_selText.SqlStr        = null;
     this.CardId_selText.TabIndex      = 41;
     this.CardId_selText.TabStop       = false;
     this.CardId_selText.TvColName     = null;
     this.CardId_selText.Value         = null;
     this.CardId_selText.WatermarkText = "";
     //
     // ChangeId_textBox
     //
     this.ChangeId_textBox.Location = new System.Drawing.Point(134, 36);
     this.ChangeId_textBox.Name     = "ChangeId_textBox";
     this.ChangeId_textBox.ReadOnly = true;
     this.ChangeId_textBox.Size     = new System.Drawing.Size(141, 21);
     this.ChangeId_textBox.TabIndex = 32;
     this.ChangeId_textBox.TabStop  = false;
     //
     // OldMan_textBox
     //
     this.OldMan_textBox.Location = new System.Drawing.Point(723, 156);
     this.OldMan_textBox.Name     = "OldMan_textBox";
     this.OldMan_textBox.ReadOnly = true;
     this.OldMan_textBox.Size     = new System.Drawing.Size(143, 21);
     this.OldMan_textBox.TabIndex = 31;
     this.OldMan_textBox.TabStop  = false;
     //
     // SHdateTime
     //
     this.SHdateTime.Location = new System.Drawing.Point(724, 336);
     this.SHdateTime.Name     = "SHdateTime";
     this.SHdateTime.ReadOnly = true;
     this.SHdateTime.Size     = new System.Drawing.Size(143, 21);
     this.SHdateTime.TabIndex = 46;
     this.SHdateTime.TabStop  = false;
     //
     // Recdate_dateTime
     //
     this.Recdate_dateTime.Location = new System.Drawing.Point(723, 276);
     this.Recdate_dateTime.Name     = "Recdate_dateTime";
     this.Recdate_dateTime.ReadOnly = true;
     this.Recdate_dateTime.Size     = new System.Drawing.Size(143, 21);
     this.Recdate_dateTime.TabIndex = 46;
     this.Recdate_dateTime.TabStop  = false;
     //
     // NewMan_textBox
     //
     this.NewMan_textBox.Location = new System.Drawing.Point(723, 215);
     this.NewMan_textBox.Name     = "NewMan_textBox";
     this.NewMan_textBox.Size     = new System.Drawing.Size(143, 21);
     this.NewMan_textBox.TabIndex = 5;
     //
     // OldYZ_textBox
     //
     this.OldYZ_textBox.Location = new System.Drawing.Point(446, 94);
     this.OldYZ_textBox.Name     = "OldYZ_textBox";
     this.OldYZ_textBox.ReadOnly = true;
     this.OldYZ_textBox.Size     = new System.Drawing.Size(141, 21);
     this.OldYZ_textBox.TabIndex = 38;
     this.OldYZ_textBox.TabStop  = false;
     //
     // UserName_textBox
     //
     this.UserName_textBox.Location = new System.Drawing.Point(446, 276);
     this.UserName_textBox.Name     = "UserName_textBox";
     this.UserName_textBox.ReadOnly = true;
     this.UserName_textBox.Size     = new System.Drawing.Size(141, 21);
     this.UserName_textBox.TabIndex = 37;
     this.UserName_textBox.TabStop  = false;
     //
     // NewYZ_textBox
     //
     this.NewYZ_textBox.Location = new System.Drawing.Point(724, 95);
     this.NewYZ_textBox.Name     = "NewYZ_textBox";
     this.NewYZ_textBox.Size     = new System.Drawing.Size(142, 21);
     this.NewYZ_textBox.TabIndex = 2;
     //
     // SHUserName_textBox
     //
     this.SHUserName_textBox.Location = new System.Drawing.Point(446, 337);
     this.SHUserName_textBox.Name     = "SHUserName_textBox";
     this.SHUserName_textBox.ReadOnly = true;
     this.SHUserName_textBox.Size     = new System.Drawing.Size(141, 21);
     this.SHUserName_textBox.TabIndex = 36;
     this.SHUserName_textBox.TabStop  = false;
     //
     // UserId_textBox
     //
     this.UserId_textBox.Location = new System.Drawing.Point(134, 276);
     this.UserId_textBox.Name     = "UserId_textBox";
     this.UserId_textBox.ReadOnly = true;
     this.UserId_textBox.Size     = new System.Drawing.Size(141, 21);
     this.UserId_textBox.TabIndex = 34;
     this.UserId_textBox.TabStop  = false;
     //
     // Memo_textBox
     //
     this.Memo_textBox.Location  = new System.Drawing.Point(446, 396);
     this.Memo_textBox.Multiline = true;
     this.Memo_textBox.Name      = "Memo_textBox";
     this.Memo_textBox.Size      = new System.Drawing.Size(420, 21);
     this.Memo_textBox.TabIndex  = 6;
     //
     // SHUserId_textBox
     //
     this.SHUserId_textBox.Location = new System.Drawing.Point(134, 335);
     this.SHUserId_textBox.Name     = "SHUserId_textBox";
     this.SHUserId_textBox.ReadOnly = true;
     this.SHUserId_textBox.Size     = new System.Drawing.Size(141, 21);
     this.SHUserId_textBox.TabIndex = 30;
     this.SHUserId_textBox.TabStop  = false;
     //
     // Choscode_textBox
     //
     this.Choscode_textBox.Location = new System.Drawing.Point(134, 396);
     this.Choscode_textBox.Name     = "Choscode_textBox";
     this.Choscode_textBox.ReadOnly = true;
     this.Choscode_textBox.Size     = new System.Drawing.Size(141, 21);
     this.Choscode_textBox.TabIndex = 35;
     this.Choscode_textBox.TabStop  = false;
     //
     // CancelBtn
     //
     this.CancelBtn.Location = new System.Drawing.Point(570, 455);
     this.CancelBtn.Name     = "CancelBtn";
     this.CancelBtn.Size     = new System.Drawing.Size(75, 23);
     this.CancelBtn.TabIndex = 9;
     this.CancelBtn.Text     = "取消";
     this.CancelBtn.UseVisualStyleBackColor = true;
     this.CancelBtn.Click += new System.EventHandler(this.CancelBtn_Click);
     //
     // OkBtn
     //
     this.OkBtn.Location = new System.Drawing.Point(371, 455);
     this.OkBtn.Name     = "OkBtn";
     this.OkBtn.Size     = new System.Drawing.Size(75, 23);
     this.OkBtn.TabIndex = 8;
     this.OkBtn.Text     = "确定";
     this.OkBtn.UseVisualStyleBackColor = true;
     this.OkBtn.Click += new System.EventHandler(this.OkBtn_Click);
     //
     // SaveBtn
     //
     this.SaveBtn.Location = new System.Drawing.Point(184, 455);
     this.SaveBtn.Name     = "SaveBtn";
     this.SaveBtn.Size     = new System.Drawing.Size(75, 23);
     this.SaveBtn.TabIndex = 7;
     this.SaveBtn.Text     = "保存";
     this.SaveBtn.UseVisualStyleBackColor = true;
     this.SaveBtn.Click += new System.EventHandler(this.SaveBtn_Click);
     //
     // label20
     //
     this.label20.AutoSize  = true;
     this.label20.ForeColor = System.Drawing.Color.Blue;
     this.label20.Location  = new System.Drawing.Point(648, 339);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(53, 12);
     this.label20.TabIndex  = 10;
     this.label20.Text      = "审核时间";
     //
     // label15
     //
     this.label15.AutoSize  = true;
     this.label15.ForeColor = System.Drawing.Color.Blue;
     this.label15.Location  = new System.Drawing.Point(50, 279);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(53, 12);
     this.label15.TabIndex  = 11;
     this.label15.Text      = "操作员ID";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.ForeColor = System.Drawing.Color.Blue;
     this.label10.Location  = new System.Drawing.Point(41, 159);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(65, 12);
     this.label10.TabIndex  = 12;
     this.label10.Text      = "原使用状态";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(648, 159);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 12);
     this.label5.TabIndex  = 17;
     this.label5.Text      = "原保管员";
     //
     // label19
     //
     this.label19.AutoSize  = true;
     this.label19.ForeColor = System.Drawing.Color.Blue;
     this.label19.Location  = new System.Drawing.Point(345, 339);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(89, 12);
     this.label19.TabIndex  = 22;
     this.label19.Text      = "审核操作员姓名";
     //
     // label18
     //
     this.label18.AutoSize  = true;
     this.label18.ForeColor = System.Drawing.Color.Blue;
     this.label18.Location  = new System.Drawing.Point(41, 339);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(77, 12);
     this.label18.TabIndex  = 23;
     this.label18.Text      = "审核操作员ID";
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.ForeColor = System.Drawing.Color.Blue;
     this.label14.Location  = new System.Drawing.Point(41, 399);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(77, 12);
     this.label14.TabIndex  = 24;
     this.label14.Text      = "医疗机构编码";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(654, 39);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(29, 12);
     this.label13.TabIndex  = 21;
     this.label13.Text      = "状态";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(636, 99);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(65, 12);
     this.label9.TabIndex  = 18;
     this.label9.Text      = "调整后原值";
     //
     // label17
     //
     this.label17.AutoSize  = true;
     this.label17.ForeColor = System.Drawing.Color.Blue;
     this.label17.Location  = new System.Drawing.Point(648, 279);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(53, 12);
     this.label17.TabIndex  = 19;
     this.label17.Text      = "修改时间";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(364, 99);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(65, 12);
     this.label8.TabIndex  = 20;
     this.label8.Text      = "调整前原值";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(377, 399);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(29, 12);
     this.label12.TabIndex = 14;
     this.label12.Text     = "备注";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(359, 159);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(65, 12);
     this.label4.TabIndex  = 13;
     this.label4.Text      = "原使用科室";
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.ForeColor = System.Drawing.Color.Blue;
     this.label16.Location  = new System.Drawing.Point(359, 279);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(65, 12);
     this.label16.TabIndex  = 16;
     this.label16.Text      = "操作员姓名";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(648, 219);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(53, 12);
     this.label7.TabIndex  = 15;
     this.label7.Text      = "现保管员";
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.Location  = new System.Drawing.Point(41, 219);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(65, 12);
     this.label11.TabIndex  = 25;
     this.label11.Text      = "现使用状态";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(364, 39);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 27;
     this.label3.Text      = "变动类型";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.Location  = new System.Drawing.Point(359, 219);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(65, 12);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "现使用科室";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(50, 99);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(41, 12);
     this.label2.TabIndex  = 26;
     this.label2.Text      = "卡片ID";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(50, 39);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(41, 12);
     this.label1.TabIndex  = 29;
     this.label1.Text      = "变动ID";
     //
     // EQChangeManagEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(906, 515);
     this.Controls.Add(this.groupBox1);
     this.Name          = "EQChangeManagEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备变动单";
     this.Load         += new System.EventHandler(this.EQChangeManagEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList8  = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList9  = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList10 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList11 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList12 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList13 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList14 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this.ytDateTime_RECDATE       = new YtWinContrl.com.contrl.YTDateTime();
     this.label20                  = new System.Windows.Forms.Label();
     this.label7                   = new System.Windows.Forms.Label();
     this.selTextInpt_PRODUCTPLACE = new YtWinContrl.com.contrl.SelTextInpt();
     this.label5                   = new System.Windows.Forms.Label();
     this.label30                  = new System.Windows.Forms.Label();
     this.label26                  = new System.Windows.Forms.Label();
     this.label17                  = new System.Windows.Forms.Label();
     this.label25                  = new System.Windows.Forms.Label();
     this.label24                  = new System.Windows.Forms.Label();
     this.label23                  = new System.Windows.Forms.Label();
     this.label14                  = new System.Windows.Forms.Label();
     this.label15                  = new System.Windows.Forms.Label();
     this.label16                  = new System.Windows.Forms.Label();
     this.label18                  = new System.Windows.Forms.Label();
     this.label19                  = new System.Windows.Forms.Label();
     this.label6                   = new System.Windows.Forms.Label();
     this.label8                   = new System.Windows.Forms.Label();
     this.label11                  = new System.Windows.Forms.Label();
     this.label12                  = new System.Windows.Forms.Label();
     this.label13                  = new System.Windows.Forms.Label();
     this.label4                   = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.label1                   = new System.Windows.Forms.Label();
     this.label10                  = new System.Windows.Forms.Label();
     this.label3                   = new System.Windows.Forms.Label();
     this.label9                   = new System.Windows.Forms.Label();
     this.yTextBox_PY              = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_User            = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Name            = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_WB              = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Rec             = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_ifUse         = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_BM              = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_UserID          = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_CountCode     = new YtWinContrl.com.contrl.YtComboBox();
     this.ytComboBox_KindCode      = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_BMJM            = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_GuiG            = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_ZJRATE          = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_JM              = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_JC              = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_EQID            = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_SingerCode    = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_TiaoXM          = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_IFJL          = new YtWinContrl.com.contrl.YtComboBox();
     this.ytComboBox_WORKUNITCODE  = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_Choscode        = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_XH              = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_ZJTYPE        = new YtWinContrl.com.contrl.YtComboBox();
     this.btn_Cancel               = new System.Windows.Forms.Button();
     this.btn_Save                 = new System.Windows.Forms.Button();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.ytDateTime_RECDATE);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.selTextInpt_PRODUCTPLACE);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label30);
     this.groupBox2.Controls.Add(this.label26);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.label24);
     this.groupBox2.Controls.Add(this.label23);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.yTextBox_PY);
     this.groupBox2.Controls.Add(this.yTextBox_User);
     this.groupBox2.Controls.Add(this.yTextBox_Name);
     this.groupBox2.Controls.Add(this.yTextBox_WB);
     this.groupBox2.Controls.Add(this.yTextBox_Rec);
     this.groupBox2.Controls.Add(this.ytComboBox_ifUse);
     this.groupBox2.Controls.Add(this.yTextBox_BM);
     this.groupBox2.Controls.Add(this.yTextBox_UserID);
     this.groupBox2.Controls.Add(this.ytComboBox_CountCode);
     this.groupBox2.Controls.Add(this.ytComboBox_KindCode);
     this.groupBox2.Controls.Add(this.yTextBox_BMJM);
     this.groupBox2.Controls.Add(this.yTextBox_GuiG);
     this.groupBox2.Controls.Add(this.yTextBox_ZJRATE);
     this.groupBox2.Controls.Add(this.yTextBox_JM);
     this.groupBox2.Controls.Add(this.yTextBox_JC);
     this.groupBox2.Controls.Add(this.yTextBox_EQID);
     this.groupBox2.Controls.Add(this.ytComboBox_SingerCode);
     this.groupBox2.Controls.Add(this.yTextBox_TiaoXM);
     this.groupBox2.Controls.Add(this.ytComboBox_IFJL);
     this.groupBox2.Controls.Add(this.ytComboBox_WORKUNITCODE);
     this.groupBox2.Controls.Add(this.yTextBox_Choscode);
     this.groupBox2.Controls.Add(this.yTextBox_XH);
     this.groupBox2.Controls.Add(this.ytComboBox_ZJTYPE);
     this.groupBox2.Location = new System.Drawing.Point(12, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(808, 301);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "基本信息";
     //
     // ytDateTime_RECDATE
     //
     this.ytDateTime_RECDATE.CustomFormat = "yyyy-MM-dd hh:mm";
     this.ytDateTime_RECDATE.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ytDateTime_RECDATE.Location     = new System.Drawing.Point(359, 224);
     this.ytDateTime_RECDATE.Name         = "ytDateTime_RECDATE";
     this.ytDateTime_RECDATE.Size         = new System.Drawing.Size(119, 21);
     this.ytDateTime_RECDATE.TabIndex     = 22;
     //
     // label20
     //
     this.label20.AutoSize  = true;
     this.label20.ForeColor = System.Drawing.Color.Blue;
     this.label20.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label20.Location  = new System.Drawing.Point(260, 228);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(53, 12);
     this.label20.TabIndex  = 51;
     this.label20.Text      = "修改时间";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location = new System.Drawing.Point(505, 171);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(29, 12);
     this.label7.TabIndex = 49;
     this.label7.Text     = "型号";
     //
     // selTextInpt_PRODUCTPLACE
     //
     this.selTextInpt_PRODUCTPLACE.ColDefText       = null;
     this.selTextInpt_PRODUCTPLACE.ColStyle         = null;
     this.selTextInpt_PRODUCTPLACE.DataType         = null;
     this.selTextInpt_PRODUCTPLACE.DbConn           = null;
     this.selTextInpt_PRODUCTPLACE.Location         = new System.Drawing.Point(117, 166);
     this.selTextInpt_PRODUCTPLACE.Name             = "selTextInpt_PRODUCTPLACE";
     this.selTextInpt_PRODUCTPLACE.NextFocusControl = null;
     this.selTextInpt_PRODUCTPLACE.ReadOnly         = false;
     this.selTextInpt_PRODUCTPLACE.SelParam         = null;
     this.selTextInpt_PRODUCTPLACE.ShowColNum       = 0;
     this.selTextInpt_PRODUCTPLACE.ShowWidth        = 0;
     this.selTextInpt_PRODUCTPLACE.Size             = new System.Drawing.Size(117, 22);
     this.selTextInpt_PRODUCTPLACE.Sql           = null;
     this.selTextInpt_PRODUCTPLACE.SqlStr        = null;
     this.selTextInpt_PRODUCTPLACE.TabIndex      = 15;
     this.selTextInpt_PRODUCTPLACE.TvColName     = null;
     this.selTextInpt_PRODUCTPLACE.Value         = null;
     this.selTextInpt_PRODUCTPLACE.WatermarkText = "";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location  = new System.Drawing.Point(27, 228);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(77, 12);
     this.label5.TabIndex  = 47;
     this.label5.Text      = "医疗机构编码";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label30.Location = new System.Drawing.Point(262, 144);
     this.label30.Name     = "label30";
     this.label30.Size     = new System.Drawing.Size(41, 12);
     this.label30.TabIndex = 46;
     this.label30.Text     = "条形码";
     //
     // label26
     //
     this.label26.AutoSize  = true;
     this.label26.ForeColor = System.Drawing.Color.Blue;
     this.label26.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label26.Location  = new System.Drawing.Point(262, 171);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(53, 12);
     this.label26.TabIndex  = 43;
     this.label26.Text      = "是否使用";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label17.Location = new System.Drawing.Point(505, 144);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(29, 12);
     this.label17.TabIndex = 42;
     this.label17.Text     = "规格";
     //
     // label25
     //
     this.label25.AutoSize  = true;
     this.label25.ForeColor = System.Drawing.Color.Blue;
     this.label25.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label25.Location  = new System.Drawing.Point(22, 144);
     this.label25.Name      = "label25";
     this.label25.Size      = new System.Drawing.Size(77, 12);
     this.label25.TabIndex  = 41;
     this.label25.Text      = "是否计量设备";
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label24.Location = new System.Drawing.Point(44, 171);
     this.label24.Name     = "label24";
     this.label24.Size     = new System.Drawing.Size(29, 12);
     this.label24.TabIndex = 40;
     this.label24.Text     = "产地";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label23.Location = new System.Drawing.Point(262, 199);
     this.label23.Name     = "label23";
     this.label23.Size     = new System.Drawing.Size(77, 12);
     this.label23.TabIndex = 39;
     this.label23.Text     = "年折旧百分比";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label14.Location = new System.Drawing.Point(505, 116);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(53, 12);
     this.label14.TabIndex = 34;
     this.label14.Text     = "别名简码";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label15.Location = new System.Drawing.Point(505, 88);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(29, 12);
     this.label15.TabIndex = 33;
     this.label15.Text     = "别名";
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.ForeColor = System.Drawing.Color.Blue;
     this.label16.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label16.Location  = new System.Drawing.Point(32, 196);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(53, 12);
     this.label16.TabIndex  = 32;
     this.label16.Text      = "折旧方式";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(505, 60);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(29, 12);
     this.label18.TabIndex = 30;
     this.label18.Text     = "简码";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(505, 29);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(29, 12);
     this.label19.TabIndex = 29;
     this.label19.Text     = "简称";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location  = new System.Drawing.Point(505, 199);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 12);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "操作员ID";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location = new System.Drawing.Point(251, 116);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(89, 12);
     this.label8.TabIndex = 27;
     this.label8.Text     = "工作量单位编码";
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label11.Location  = new System.Drawing.Point(262, 86);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(53, 12);
     this.label11.TabIndex  = 26;
     this.label11.Text      = "统计编码";
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Blue;
     this.label12.Location  = new System.Drawing.Point(262, 60);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(53, 12);
     this.label12.TabIndex  = 25;
     this.label12.Text      = "所属类别";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(262, 29);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(41, 12);
     this.label13.TabIndex  = 24;
     this.label13.Text      = "设备ID";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location = new System.Drawing.Point(32, 256);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 23;
     this.label4.Text     = "备注";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location  = new System.Drawing.Point(505, 227);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 12);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "操作员名称";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location  = new System.Drawing.Point(32, 116);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "单位编码";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location = new System.Drawing.Point(32, 86);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(41, 12);
     this.label10.TabIndex = 13;
     this.label10.Text     = "五笔码";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(32, 60);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 6;
     this.label3.Text     = "拼音码";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(32, 29);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(53, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "设备名称";
     //
     // yTextBox_PY
     //
     //
     //
     //
     this.yTextBox_PY.Border.Class      = "TextBoxBorder";
     this.yTextBox_PY.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_PY.Location          = new System.Drawing.Point(117, 53);
     this.yTextBox_PY.Name     = "yTextBox_PY";
     this.yTextBox_PY.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_PY.TabIndex = 3;
     //
     // yTextBox_User
     //
     //
     //
     //
     this.yTextBox_User.Border.Class      = "TextBoxBorder";
     this.yTextBox_User.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_User.Location          = new System.Drawing.Point(586, 222);
     this.yTextBox_User.Name     = "yTextBox_User";
     this.yTextBox_User.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_User.TabIndex = 23;
     //
     // yTextBox_Name
     //
     //
     //
     //
     this.yTextBox_Name.Border.Class      = "TextBoxBorder";
     this.yTextBox_Name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Name.Location          = new System.Drawing.Point(117, 25);
     this.yTextBox_Name.Name     = "yTextBox_Name";
     this.yTextBox_Name.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Name.TabIndex = 0;
     //
     // yTextBox_WB
     //
     //
     //
     //
     this.yTextBox_WB.Border.Class      = "TextBoxBorder";
     this.yTextBox_WB.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_WB.Location          = new System.Drawing.Point(117, 80);
     this.yTextBox_WB.Name     = "yTextBox_PY";
     this.yTextBox_WB.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_WB.TabIndex = 6;
     //
     // yTextBox_Rec
     //
     //
     //
     //
     this.yTextBox_Rec.Border.Class      = "TextBoxBorder";
     this.yTextBox_Rec.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Rec.Location          = new System.Drawing.Point(117, 251);
     this.yTextBox_Rec.Name     = "yTextBox_User";
     this.yTextBox_Rec.Size     = new System.Drawing.Size(587, 21);
     this.yTextBox_Rec.TabIndex = 24;
     //
     // ytComboBox_ifUse
     //
     this.ytComboBox_ifUse.CacheKey      = null;
     this.ytComboBox_ifUse.DbConn        = null;
     this.ytComboBox_ifUse.DefText       = null;
     this.ytComboBox_ifUse.DefValue      = null;
     this.ytComboBox_ifUse.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_ifUse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_ifUse.EnableEmpty   = true;
     this.ytComboBox_ifUse.FirstText     = null;
     this.ytComboBox_ifUse.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_ifUse.Fomart        = null;
     this.ytComboBox_ifUse.ItemStr       = "";
     this.ytComboBox_ifUse.Location      = new System.Drawing.Point(360, 165);
     this.ytComboBox_ifUse.Name          = "ytComboBox_ifUse";
     this.ytComboBox_ifUse.Param         = null;
     this.ytComboBox_ifUse.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_ifUse.Sql           = null;
     this.ytComboBox_ifUse.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_ifUse.TabIndex      = 16;
     this.ytComboBox_ifUse.Tag           = tvList8;
     this.ytComboBox_ifUse.Value         = null;
     //
     // yTextBox_BM
     //
     //
     //
     //
     this.yTextBox_BM.Border.Class      = "TextBoxBorder";
     this.yTextBox_BM.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_BM.Location          = new System.Drawing.Point(585, 83);
     this.yTextBox_BM.Name     = "yTextBox_PY";
     this.yTextBox_BM.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_BM.TabIndex = 8;
     //
     // yTextBox_UserID
     //
     //
     //
     //
     this.yTextBox_UserID.Border.Class      = "TextBoxBorder";
     this.yTextBox_UserID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_UserID.Location          = new System.Drawing.Point(586, 194);
     this.yTextBox_UserID.Name     = "yTextBox_User";
     this.yTextBox_UserID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_UserID.TabIndex = 20;
     //
     // ytComboBox_CountCode
     //
     this.ytComboBox_CountCode.CacheKey      = null;
     this.ytComboBox_CountCode.DbConn        = null;
     this.ytComboBox_CountCode.DefText       = null;
     this.ytComboBox_CountCode.DefValue      = null;
     this.ytComboBox_CountCode.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_CountCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_CountCode.EnableEmpty   = true;
     this.ytComboBox_CountCode.FirstText     = null;
     this.ytComboBox_CountCode.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_CountCode.Fomart        = null;
     this.ytComboBox_CountCode.ItemStr       = "";
     this.ytComboBox_CountCode.Location      = new System.Drawing.Point(360, 80);
     this.ytComboBox_CountCode.Name          = "ytComboBox_ifUse";
     this.ytComboBox_CountCode.Param         = null;
     this.ytComboBox_CountCode.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_CountCode.Sql           = null;
     this.ytComboBox_CountCode.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_CountCode.TabIndex      = 7;
     this.ytComboBox_CountCode.Tag           = tvList9;
     this.ytComboBox_CountCode.Value         = null;
     //
     // ytComboBox_KindCode
     //
     this.ytComboBox_KindCode.CacheKey      = null;
     this.ytComboBox_KindCode.DbConn        = null;
     this.ytComboBox_KindCode.DefText       = null;
     this.ytComboBox_KindCode.DefValue      = null;
     this.ytComboBox_KindCode.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_KindCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_KindCode.EnableEmpty   = true;
     this.ytComboBox_KindCode.FirstText     = null;
     this.ytComboBox_KindCode.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_KindCode.Fomart        = null;
     this.ytComboBox_KindCode.ItemStr       = "";
     this.ytComboBox_KindCode.Location      = new System.Drawing.Point(360, 52);
     this.ytComboBox_KindCode.Name          = "ytComboBox_ifUse";
     this.ytComboBox_KindCode.Param         = null;
     this.ytComboBox_KindCode.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_KindCode.Sql           = null;
     this.ytComboBox_KindCode.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_KindCode.TabIndex      = 4;
     this.ytComboBox_KindCode.Tag           = tvList10;
     this.ytComboBox_KindCode.Value         = null;
     //
     // yTextBox_BMJM
     //
     //
     //
     //
     this.yTextBox_BMJM.Border.Class      = "TextBoxBorder";
     this.yTextBox_BMJM.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_BMJM.Location          = new System.Drawing.Point(586, 112);
     this.yTextBox_BMJM.Name     = "yTextBox_User";
     this.yTextBox_BMJM.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_BMJM.TabIndex = 11;
     //
     // yTextBox_GuiG
     //
     //
     //
     //
     this.yTextBox_GuiG.Border.Class      = "TextBoxBorder";
     this.yTextBox_GuiG.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_GuiG.Location          = new System.Drawing.Point(586, 139);
     this.yTextBox_GuiG.Name     = "yTextBox_User";
     this.yTextBox_GuiG.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_GuiG.TabIndex = 14;
     //
     // yTextBox_ZJRATE
     //
     //
     //
     //
     this.yTextBox_ZJRATE.Border.Class      = "TextBoxBorder";
     this.yTextBox_ZJRATE.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_ZJRATE.Location          = new System.Drawing.Point(360, 194);
     this.yTextBox_ZJRATE.Name     = "yTextBox_User";
     this.yTextBox_ZJRATE.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_ZJRATE.TabIndex = 19;
     //
     // yTextBox_JM
     //
     //
     //
     //
     this.yTextBox_JM.Border.Class      = "TextBoxBorder";
     this.yTextBox_JM.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_JM.Location          = new System.Drawing.Point(585, 54);
     this.yTextBox_JM.Name     = "yTextBox_PY";
     this.yTextBox_JM.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_JM.TabIndex = 5;
     //
     // yTextBox_JC
     //
     //
     //
     //
     this.yTextBox_JC.Border.Class      = "TextBoxBorder";
     this.yTextBox_JC.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_JC.Location          = new System.Drawing.Point(585, 26);
     this.yTextBox_JC.Name     = "yTextBox_Name";
     this.yTextBox_JC.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_JC.TabIndex = 2;
     //
     // yTextBox_EQID
     //
     //
     //
     //
     this.yTextBox_EQID.Border.Class      = "TextBoxBorder";
     this.yTextBox_EQID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_EQID.Location          = new System.Drawing.Point(360, 25);
     this.yTextBox_EQID.Name     = "yTextBox_Name";
     this.yTextBox_EQID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_EQID.TabIndex = 1;
     //
     // ytComboBox_SingerCode
     //
     this.ytComboBox_SingerCode.CacheKey      = null;
     this.ytComboBox_SingerCode.DbConn        = null;
     this.ytComboBox_SingerCode.DefText       = null;
     this.ytComboBox_SingerCode.DefValue      = null;
     this.ytComboBox_SingerCode.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_SingerCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_SingerCode.EnableEmpty   = true;
     this.ytComboBox_SingerCode.FirstText     = null;
     this.ytComboBox_SingerCode.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_SingerCode.Fomart        = null;
     this.ytComboBox_SingerCode.ItemStr       = "";
     this.ytComboBox_SingerCode.Location      = new System.Drawing.Point(117, 109);
     this.ytComboBox_SingerCode.Name          = "ytComboBox_ifUse";
     this.ytComboBox_SingerCode.Param         = null;
     this.ytComboBox_SingerCode.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_SingerCode.Sql           = null;
     this.ytComboBox_SingerCode.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_SingerCode.TabIndex      = 9;
     this.ytComboBox_SingerCode.Tag           = tvList11;
     this.ytComboBox_SingerCode.Value         = null;
     //
     // yTextBox_TiaoXM
     //
     //
     //
     //
     this.yTextBox_TiaoXM.Border.Class      = "TextBoxBorder";
     this.yTextBox_TiaoXM.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_TiaoXM.Location          = new System.Drawing.Point(360, 138);
     this.yTextBox_TiaoXM.Name     = "yTextBox_User";
     this.yTextBox_TiaoXM.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_TiaoXM.TabIndex = 13;
     //
     // ytComboBox_IFJL
     //
     this.ytComboBox_IFJL.CacheKey      = null;
     this.ytComboBox_IFJL.DbConn        = null;
     this.ytComboBox_IFJL.DefText       = null;
     this.ytComboBox_IFJL.DefValue      = null;
     this.ytComboBox_IFJL.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_IFJL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_IFJL.EnableEmpty   = true;
     this.ytComboBox_IFJL.FirstText     = null;
     this.ytComboBox_IFJL.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_IFJL.Fomart        = null;
     this.ytComboBox_IFJL.ItemStr       = "";
     this.ytComboBox_IFJL.Location      = new System.Drawing.Point(117, 139);
     this.ytComboBox_IFJL.Name          = "ytComboBox_ifUse";
     this.ytComboBox_IFJL.Param         = null;
     this.ytComboBox_IFJL.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_IFJL.Sql           = null;
     this.ytComboBox_IFJL.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_IFJL.TabIndex      = 12;
     this.ytComboBox_IFJL.Tag           = tvList12;
     this.ytComboBox_IFJL.Value         = null;
     //
     // ytComboBox_WORKUNITCODE
     //
     this.ytComboBox_WORKUNITCODE.CacheKey      = null;
     this.ytComboBox_WORKUNITCODE.DbConn        = null;
     this.ytComboBox_WORKUNITCODE.DefText       = null;
     this.ytComboBox_WORKUNITCODE.DefValue      = null;
     this.ytComboBox_WORKUNITCODE.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_WORKUNITCODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_WORKUNITCODE.EnableEmpty   = true;
     this.ytComboBox_WORKUNITCODE.FirstText     = null;
     this.ytComboBox_WORKUNITCODE.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_WORKUNITCODE.Fomart        = null;
     this.ytComboBox_WORKUNITCODE.ItemStr       = "";
     this.ytComboBox_WORKUNITCODE.Location      = new System.Drawing.Point(360, 109);
     this.ytComboBox_WORKUNITCODE.Name          = "ytComboBox_ifUse";
     this.ytComboBox_WORKUNITCODE.Param         = null;
     this.ytComboBox_WORKUNITCODE.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_WORKUNITCODE.Sql           = null;
     this.ytComboBox_WORKUNITCODE.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_WORKUNITCODE.TabIndex      = 10;
     this.ytComboBox_WORKUNITCODE.Tag           = tvList13;
     this.ytComboBox_WORKUNITCODE.Value         = null;
     //
     // yTextBox_Choscode
     //
     //
     //
     //
     this.yTextBox_Choscode.Border.Class      = "TextBoxBorder";
     this.yTextBox_Choscode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Choscode.Location          = new System.Drawing.Point(117, 223);
     this.yTextBox_Choscode.Name     = "yTextBox_User";
     this.yTextBox_Choscode.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Choscode.TabIndex = 21;
     //
     // yTextBox_XH
     //
     //
     //
     //
     this.yTextBox_XH.Border.Class      = "TextBoxBorder";
     this.yTextBox_XH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_XH.Location          = new System.Drawing.Point(586, 166);
     this.yTextBox_XH.Name     = "yTextBox_User";
     this.yTextBox_XH.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_XH.TabIndex = 17;
     //
     // ytComboBox_ZJTYPE
     //
     this.ytComboBox_ZJTYPE.CacheKey      = null;
     this.ytComboBox_ZJTYPE.DbConn        = null;
     this.ytComboBox_ZJTYPE.DefText       = null;
     this.ytComboBox_ZJTYPE.DefValue      = null;
     this.ytComboBox_ZJTYPE.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_ZJTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_ZJTYPE.EnableEmpty   = true;
     this.ytComboBox_ZJTYPE.FirstText     = null;
     this.ytComboBox_ZJTYPE.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_ZJTYPE.Fomart        = null;
     this.ytComboBox_ZJTYPE.ItemStr       = "";
     this.ytComboBox_ZJTYPE.Location      = new System.Drawing.Point(117, 195);
     this.ytComboBox_ZJTYPE.Name          = "ytComboBox_ifUse";
     this.ytComboBox_ZJTYPE.Param         = null;
     this.ytComboBox_ZJTYPE.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_ZJTYPE.Sql           = null;
     this.ytComboBox_ZJTYPE.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_ZJTYPE.TabIndex      = 18;
     this.ytComboBox_ZJTYPE.Tag           = tvList14;
     this.ytComboBox_ZJTYPE.Value         = null;
     //
     // btn_Cancel
     //
     this.btn_Cancel.Location = new System.Drawing.Point(532, 342);
     this.btn_Cancel.Name     = "btn_Cancel";
     this.btn_Cancel.Size     = new System.Drawing.Size(74, 26);
     this.btn_Cancel.TabIndex = 26;
     this.btn_Cancel.Text     = "取消";
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
     //
     // btn_Save
     //
     this.btn_Save.Location = new System.Drawing.Point(265, 342);
     this.btn_Save.Name     = "btn_Save";
     this.btn_Save.Size     = new System.Drawing.Size(74, 26);
     this.btn_Save.TabIndex = 25;
     this.btn_Save.Text     = "保存";
     this.btn_Save.UseVisualStyleBackColor = true;
     this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
     //
     // EQDict_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(842, 392);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_Save);
     this.Controls.Add(this.groupBox2);
     this.Name  = "EQDict_Add";
     this.Text  = "设备字典信息";
     this.Load += new System.EventHandler(this.WZDict_Add_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(EQMonthAccountEdit));
     YtWinContrl.com.datagrid.TvList            tvList1                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1         = new System.Windows.Forms.ToolStrip();
     this.QueRen_toolStrip   = new System.Windows.Forms.ToolStripButton();
     this.HuiFu_toolStrip    = new System.Windows.Forms.ToolStripButton();
     this.Close_toolStrip    = new System.Windows.Forms.ToolStripButton();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.ZJType_ComboBox    = new YtWinContrl.com.contrl.YtComboBox();
     this.Memo_textBox       = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.label4             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.DateId_selTextInp  = new YtWinContrl.com.contrl.SelTextInpt();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.dataGView1         = new YtWinContrl.com.datagrid.DataGView();
     this.CardEQColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.QiYongDateColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.BFdateColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.YJCZColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.YJSYNXColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NZJLColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.YZColumn           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ZJTypeColumn       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.CardId_Column      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NowMonthZJColumn   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.ZGZLColumn         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.LJGZLColumn        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.NowMonthWorkColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.QueRen_toolStrip,
         this.HuiFu_toolStrip,
         this.Close_toolStrip
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(895, 25);
     this.toolStrip1.TabIndex = 3;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // QueRen_toolStrip
     //
     this.QueRen_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("QueRen_toolStrip.Image")));
     this.QueRen_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.QueRen_toolStrip.Name   = "QueRen_toolStrip";
     this.QueRen_toolStrip.Size   = new System.Drawing.Size(73, 22);
     this.QueRen_toolStrip.Text   = "确认月结";
     this.QueRen_toolStrip.Click += new System.EventHandler(this.QueRen_toolStrip_Click);
     //
     // HuiFu_toolStrip
     //
     this.HuiFu_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("HuiFu_toolStrip.Image")));
     this.HuiFu_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.HuiFu_toolStrip.Name   = "HuiFu_toolStrip";
     this.HuiFu_toolStrip.Size   = new System.Drawing.Size(73, 22);
     this.HuiFu_toolStrip.Text   = "确认恢复";
     this.HuiFu_toolStrip.Click += new System.EventHandler(this.HuiFu_toolStrip_Click);
     //
     // Close_toolStrip
     //
     this.Close_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("Close_toolStrip.Image")));
     this.Close_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Close_toolStrip.Name   = "Close_toolStrip";
     this.Close_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.Close_toolStrip.Text   = "关闭";
     this.Close_toolStrip.Click += new System.EventHandler(this.Close_toolStrip_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ZJType_ComboBox);
     this.groupBox1.Controls.Add(this.Memo_textBox);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.DateId_selTextInp);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(895, 110);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "折旧主表信息";
     //
     // ZJType_ComboBox
     //
     this.ZJType_ComboBox.CacheKey      = null;
     this.ZJType_ComboBox.DbConn        = null;
     this.ZJType_ComboBox.DefText       = null;
     this.ZJType_ComboBox.DefValue      = null;
     this.ZJType_ComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ZJType_ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ZJType_ComboBox.Enabled       = false;
     this.ZJType_ComboBox.EnableEmpty   = true;
     this.ZJType_ComboBox.FirstText     = null;
     this.ZJType_ComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ZJType_ComboBox.Fomart        = null;
     this.ZJType_ComboBox.ItemStr       = "";
     this.ZJType_ComboBox.Location      = new System.Drawing.Point(602, 30);
     this.ZJType_ComboBox.Name          = "ytComboBox1";
     this.ZJType_ComboBox.Param         = null;
     this.ZJType_ComboBox.Size          = new System.Drawing.Size(160, 22);
     this.ZJType_ComboBox.Sql           = null;
     this.ZJType_ComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ZJType_ComboBox.TabIndex      = 2;
     this.ZJType_ComboBox.Tag           = tvList1;
     this.ZJType_ComboBox.Value         = null;
     //
     // Memo_textBox
     //
     this.Memo_textBox.Location  = new System.Drawing.Point(124, 73);
     this.Memo_textBox.Multiline = true;
     this.Memo_textBox.Name      = "Memo_textBox";
     this.Memo_textBox.Size      = new System.Drawing.Size(638, 21);
     this.Memo_textBox.TabIndex  = 3;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(51, 76);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 2;
     this.label3.Text     = "备注";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(509, 36);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 12);
     this.label4.TabIndex  = 1;
     this.label4.Text      = "折旧类型";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(42, 30);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "期间划分";
     //
     // DateId_selTextInp
     //
     this.DateId_selTextInp.ColDefText       = null;
     this.DateId_selTextInp.ColStyle         = null;
     this.DateId_selTextInp.DataType         = null;
     this.DateId_selTextInp.DbConn           = null;
     this.DateId_selTextInp.Enabled          = false;
     this.DateId_selTextInp.Location         = new System.Drawing.Point(124, 26);
     this.DateId_selTextInp.Name             = "DateId_selTextInp";
     this.DateId_selTextInp.NextFocusControl = null;
     this.DateId_selTextInp.ReadOnly         = false;
     this.DateId_selTextInp.SelParam         = null;
     this.DateId_selTextInp.ShowColNum       = 0;
     this.DateId_selTextInp.ShowWidth        = 0;
     this.DateId_selTextInp.Size             = new System.Drawing.Size(165, 22);
     this.DateId_selTextInp.Sql           = null;
     this.DateId_selTextInp.SqlStr        = null;
     this.DateId_selTextInp.TabIndex      = 1;
     this.DateId_selTextInp.TvColName     = null;
     this.DateId_selTextInp.Value         = null;
     this.DateId_selTextInp.WatermarkText = "";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGView1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 135);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(895, 302);
     this.groupBox2.TabIndex = 6;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "折旧细表信息";
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows          = false;
     this.dataGView1.AllowUserToDeleteRows       = false;
     this.dataGView1.AllowUserToResizeRows       = false;
     this.dataGView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName         = null;
     this.dataGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.CardEQColumn,
         this.QiYongDateColumn,
         this.BFdateColumn,
         this.YJCZColumn,
         this.YJSYNXColumn,
         this.NZJLColumn,
         this.YZColumn,
         this.ZJTypeColumn,
         this.CardId_Column,
         this.Column1,
         this.Column3,
         this.NowMonthZJColumn,
         this.ZGZLColumn,
         this.LJGZLColumn,
         this.NowMonthWorkColumn,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle1;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(3, 17);
     this.dataGView1.MultiSelect             = false;
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.ReadOnly                = true;
     this.dataGView1.RowHeadersWidth         = 20;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.Size                    = new System.Drawing.Size(889, 282);
     this.dataGView1.TabIndex                = 4;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     //
     // CardEQColumn
     //
     this.CardEQColumn.DataPropertyName = "EQNAME";
     this.CardEQColumn.HeaderText       = "卡片设备";
     this.CardEQColumn.Name             = "CardEQColumn";
     this.CardEQColumn.ReadOnly         = true;
     this.CardEQColumn.Width            = 78;
     //
     // QiYongDateColumn
     //
     this.QiYongDateColumn.DataPropertyName = "STARTDATE";
     this.QiYongDateColumn.HeaderText       = "启用日期";
     this.QiYongDateColumn.Name             = "QiYongDateColumn";
     this.QiYongDateColumn.ReadOnly         = true;
     this.QiYongDateColumn.Width            = 78;
     //
     // BFdateColumn
     //
     this.BFdateColumn.DataPropertyName = "BFDATE";
     this.BFdateColumn.HeaderText       = "报废日期";
     this.BFdateColumn.Name             = "BFdateColumn";
     this.BFdateColumn.ReadOnly         = true;
     this.BFdateColumn.Width            = 78;
     //
     // YJCZColumn
     //
     this.YJCZColumn.DataPropertyName = "CZRATE";
     this.YJCZColumn.HeaderText       = "预计残值率";
     this.YJCZColumn.Name             = "YJCZColumn";
     this.YJCZColumn.ReadOnly         = true;
     this.YJCZColumn.Visible          = false;
     this.YJCZColumn.Width            = 90;
     //
     // YJSYNXColumn
     //
     this.YJSYNXColumn.DataPropertyName = "USEYEAR";
     this.YJSYNXColumn.HeaderText       = "预计使用年限";
     this.YJSYNXColumn.Name             = "YJSYNXColumn";
     this.YJSYNXColumn.ReadOnly         = true;
     this.YJSYNXColumn.Visible          = false;
     this.YJSYNXColumn.Width            = 102;
     //
     // NZJLColumn
     //
     this.NZJLColumn.DataPropertyName = "ZJRATE";
     this.NZJLColumn.HeaderText       = "年折旧率";
     this.NZJLColumn.Name             = "NZJLColumn";
     this.NZJLColumn.ReadOnly         = true;
     this.NZJLColumn.Visible          = false;
     this.NZJLColumn.Width            = 78;
     //
     // YZColumn
     //
     this.YZColumn.DataPropertyName = "YPRICE";
     this.YZColumn.HeaderText       = "原值";
     this.YZColumn.Name             = "YZColumn";
     this.YZColumn.ReadOnly         = true;
     this.YZColumn.Visible          = false;
     this.YZColumn.Width            = 54;
     //
     // ZJTypeColumn
     //
     this.ZJTypeColumn.DataPropertyName = "ZJTYPE";
     this.ZJTypeColumn.HeaderText       = "折旧类型";
     this.ZJTypeColumn.Name             = "ZJTypeColumn";
     this.ZJTypeColumn.ReadOnly         = true;
     this.ZJTypeColumn.Visible          = false;
     this.ZJTypeColumn.Width            = 78;
     //
     // CardId_Column
     //
     this.CardId_Column.DataPropertyName = "CARDID";
     this.CardId_Column.HeaderText       = "卡片ID";
     this.CardId_Column.Name             = "CardId_Column";
     this.CardId_Column.ReadOnly         = true;
     this.CardId_Column.Width            = 66;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "DEPREID";
     this.Column1.HeaderText       = "折旧ID";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Width            = 66;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "TOTALZJ";
     this.Column3.HeaderText       = "累计折旧";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Width            = 78;
     //
     // NowMonthZJColumn
     //
     this.NowMonthZJColumn.DataPropertyName = "MONTHZJ";
     this.NowMonthZJColumn.HeaderText       = "本月折旧";
     this.NowMonthZJColumn.Name             = "NowMonthZJColumn";
     this.NowMonthZJColumn.ReadOnly         = true;
     this.NowMonthZJColumn.Width            = 78;
     //
     // ZGZLColumn
     //
     this.ZGZLColumn.DataPropertyName = "TOTALWORK";
     this.ZGZLColumn.HeaderText       = "总工作量";
     this.ZGZLColumn.Name             = "ZGZLColumn";
     this.ZGZLColumn.ReadOnly         = true;
     this.ZGZLColumn.Width            = 78;
     //
     // LJGZLColumn
     //
     this.LJGZLColumn.DataPropertyName = "TOTALEDWORK";
     this.LJGZLColumn.HeaderText       = "累计工作量";
     this.LJGZLColumn.Name             = "LJGZLColumn";
     this.LJGZLColumn.ReadOnly         = true;
     this.LJGZLColumn.Width            = 90;
     //
     // NowMonthWorkColumn
     //
     this.NowMonthWorkColumn.DataPropertyName = "MONTHWORK";
     this.NowMonthWorkColumn.HeaderText       = "本月工作量";
     this.NowMonthWorkColumn.Name             = "NowMonthWorkColumn";
     this.NowMonthWorkColumn.ReadOnly         = true;
     this.NowMonthWorkColumn.Width            = 90;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "MEMO";
     this.Column8.HeaderText       = "备注";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     this.Column8.Width            = 54;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "CHOSCODE";
     this.Column9.HeaderText       = "医疗机构编码";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     this.Column9.Width            = 102;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "USERID";
     this.Column10.HeaderText       = "操作员ID";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     this.Column10.Width            = 78;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "USERNAME";
     this.Column11.HeaderText       = "操作员姓名";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     this.Column11.Width            = 90;
     //
     // Column12
     //
     this.Column12.DataPropertyName = "RECDATE";
     this.Column12.HeaderText       = "修改时间";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     this.Column12.Width            = 78;
     //
     // EQMonthAccountEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(895, 437);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name          = "EQMonthAccountEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备月结单";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.EQMonthAccountEdit_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(ProducterManag));
     YtWinContrl.com.datagrid.TvList            tvList1                = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList            tvList2                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1        = new System.Windows.Forms.ToolStrip();
     this.toolStripButton2  = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5  = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3  = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6  = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton1  = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7  = new System.Windows.Forms.ToolStripButton();
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.button1           = new System.Windows.Forms.Button();
     this.ytComboBox1       = new YtWinContrl.com.contrl.YtComboBox();
     this.Search_ytComboBox = new YtWinContrl.com.contrl.YtComboBox();
     this.textBox1          = new YtWinContrl.com.contrl.YTextBox();
     this.groupBox3         = new System.Windows.Forms.GroupBox();
     this.dataGView1        = new YtWinContrl.com.datagrid.DataGView();
     this.Column1           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5           = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column6           = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column7           = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column8           = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column9           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column13          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column14          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column15          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column16          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column17          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column18          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column19          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column20          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column21          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column25          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column22          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column23          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column24          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton2,
         this.toolStripButton5,
         this.toolStripButton3,
         this.toolStripButton6,
         this.toolStripButton1,
         this.toolStripButton7
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(851, 25);
     this.toolStrip1.TabIndex = 15;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton2
     //
     this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
     this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton2.Name   = "toolStripButton2";
     this.toolStripButton2.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton2.Text   = "增加";
     this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton5.Text   = "修改";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton3.Text   = "删除";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name   = "toolStripButton6";
     this.toolStripButton6.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton6.Text   = "启用";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton1.Text   = "停用";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton7.Text   = "浏览";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.ytComboBox1);
     this.groupBox1.Controls.Add(this.Search_ytComboBox);
     this.groupBox1.Controls.Add(this.textBox1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(851, 50);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(445, 26);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 11;
     this.label3.Text     = "类型";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(37, 26);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(53, 12);
     this.label2.TabIndex = 10;
     this.label2.Text     = "查询方式";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(257, 26);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 8;
     this.label1.Text     = "关键字";
     //
     // button1
     //
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.button1.Location   = new System.Drawing.Point(686, 18);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 26);
     this.button1.TabIndex   = 3;
     this.button1.Text       = "  查询(&Q)";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // ytComboBox1
     //
     this.ytComboBox1.CacheKey      = null;
     this.ytComboBox1.DbConn        = null;
     this.ytComboBox1.DefText       = null;
     this.ytComboBox1.DefValue      = null;
     this.ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox1.EnableEmpty   = true;
     this.ytComboBox1.FirstText     = null;
     this.ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox1.Fomart        = null;
     this.ytComboBox1.ItemStr       = "";
     this.ytComboBox1.Location      = new System.Drawing.Point(490, 20);
     this.ytComboBox1.Name          = "Search_ytComboBox";
     this.ytComboBox1.Param         = null;
     this.ytComboBox1.Size          = new System.Drawing.Size(121, 22);
     this.ytComboBox1.Sql           = null;
     this.ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox1.TabIndex      = 2;
     this.ytComboBox1.Tag           = tvList1;
     this.ytComboBox1.Value         = null;
     //
     // Search_ytComboBox
     //
     this.Search_ytComboBox.CacheKey      = null;
     this.Search_ytComboBox.DbConn        = null;
     this.Search_ytComboBox.DefText       = null;
     this.Search_ytComboBox.DefValue      = null;
     this.Search_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Search_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Search_ytComboBox.EnableEmpty   = true;
     this.Search_ytComboBox.FirstText     = null;
     this.Search_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Search_ytComboBox.Fomart        = null;
     this.Search_ytComboBox.ItemStr       = "";
     this.Search_ytComboBox.Location      = new System.Drawing.Point(103, 20);
     this.Search_ytComboBox.Name          = "Search_ytComboBox";
     this.Search_ytComboBox.Param         = null;
     this.Search_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.Search_ytComboBox.Sql           = null;
     this.Search_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Search_ytComboBox.TabIndex      = 0;
     this.Search_ytComboBox.Tag           = tvList2;
     this.Search_ytComboBox.Value         = null;
     //
     // textBox1
     //
     //
     //
     //
     this.textBox1.Border.Class      = "TextBoxBorder";
     this.textBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.textBox1.Location          = new System.Drawing.Point(311, 20);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(100, 21);
     this.textBox1.TabIndex = 1;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.dataGView1);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox3.Location = new System.Drawing.Point(0, 75);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(851, 308);
     this.groupBox3.TabIndex = 21;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "厂商列表";
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows          = false;
     this.dataGView1.AllowUserToDeleteRows       = false;
     this.dataGView1.AllowUserToResizeRows       = false;
     this.dataGView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName         = null;
     this.dataGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12,
         this.Column13,
         this.Column14,
         this.Column15,
         this.Column16,
         this.Column17,
         this.Column18,
         this.Column19,
         this.Column20,
         this.Column21,
         this.Column25,
         this.Column22,
         this.Column23,
         this.Column24
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle4.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle4.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle4.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle4.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle4.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle4;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(3, 17);
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.ReadOnly                = true;
     this.dataGView1.RowHeadersWidth         = 30;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView1.Size                    = new System.Drawing.Size(845, 288);
     this.dataGView1.TabIndex                = 1;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "SUPPLYID";
     this.Column1.HeaderText       = "厂商ID";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column1.Width            = 64;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "SUPPLYNAME";
     this.Column2.HeaderText       = "厂商名称";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Width            = 76;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "PYCODE";
     this.Column3.HeaderText       = "拼音码";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Width            = 64;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "WBCODE";
     this.Column4.HeaderText       = "五笔码";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Width            = 64;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "IFFACTORY";
     this.Column5.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column5.HeaderText       = "是否生产厂家";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column5.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // Column6
     //
     this.Column6.DataPropertyName    = "IFSUPPLY";
     dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle1.Format    = "N2";
     this.Column6.DefaultCellStyle    = dataGridViewCellStyle1;
     this.Column6.DisplayStyle        = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column6.HeaderText          = "是否供应商";
     this.Column6.Name      = "Column6";
     this.Column6.ReadOnly  = true;
     this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Column6.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column6.Width     = 88;
     //
     // Column7
     //
     this.Column7.DataPropertyName    = "IFUSE";
     dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle2.Format    = "N2";
     this.Column7.DefaultCellStyle    = dataGridViewCellStyle2;
     this.Column7.DisplayStyle        = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column7.HeaderText          = "是否使用";
     this.Column7.Name      = "Column7";
     this.Column7.ReadOnly  = true;
     this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Column7.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column7.Width     = 76;
     //
     // Column8
     //
     this.Column8.DataPropertyName    = "UNITPROPERTY";
     dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
     dataGridViewCellStyle3.Format    = "N2";
     this.Column8.DefaultCellStyle    = dataGridViewCellStyle3;
     this.Column8.DisplayStyle        = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column8.HeaderText          = "企业性质";
     this.Column8.Name      = "Column8";
     this.Column8.ReadOnly  = true;
     this.Column8.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.Column8.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column8.Width     = 76;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "QYDM";
     this.Column9.HeaderText       = "企业代码";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     this.Column9.Width            = 76;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "FRDB";
     this.Column10.HeaderText       = "法人代表";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     this.Column10.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column10.Width            = 76;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "UNITBANK";
     this.Column11.HeaderText       = "开户银行";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     this.Column11.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column11.Width            = 76;
     //
     // Column12
     //
     this.Column12.DataPropertyName = "BANKACCOUNT";
     this.Column12.HeaderText       = "开户账号";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     this.Column12.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column12.Width            = 76;
     //
     // Column13
     //
     this.Column13.DataPropertyName = "ADDRESS";
     this.Column13.HeaderText       = "地址";
     this.Column13.Name             = "Column13";
     this.Column13.ReadOnly         = true;
     this.Column13.Width            = 52;
     //
     // Column14
     //
     this.Column14.DataPropertyName = "RELMAN";
     this.Column14.HeaderText       = "联系人";
     this.Column14.Name             = "Column14";
     this.Column14.ReadOnly         = true;
     this.Column14.Width            = 64;
     //
     // Column15
     //
     this.Column15.DataPropertyName = "RELPHONE";
     this.Column15.HeaderText       = "联系电话";
     this.Column15.Name             = "Column15";
     this.Column15.ReadOnly         = true;
     this.Column15.Width            = 76;
     //
     // Column16
     //
     this.Column16.DataPropertyName = "POST";
     this.Column16.HeaderText       = "邮政编码";
     this.Column16.Name             = "Column16";
     this.Column16.ReadOnly         = true;
     this.Column16.Width            = 76;
     //
     // Column17
     //
     this.Column17.DataPropertyName = "FAX";
     this.Column17.HeaderText       = "传真号码";
     this.Column17.Name             = "Column17";
     this.Column17.ReadOnly         = true;
     this.Column17.Width            = 76;
     //
     // Column18
     //
     this.Column18.DataPropertyName = "JYXKZ";
     this.Column18.HeaderText       = "经营许可证";
     this.Column18.Name             = "Column18";
     this.Column18.ReadOnly         = true;
     this.Column18.Width            = 88;
     //
     // Column19
     //
     this.Column19.DataPropertyName = "YYZZ";
     this.Column19.HeaderText       = "营业执照";
     this.Column19.Name             = "Column19";
     this.Column19.ReadOnly         = true;
     this.Column19.Width            = 76;
     //
     // Column20
     //
     this.Column20.DataPropertyName = "MEMO";
     this.Column20.HeaderText       = "备注";
     this.Column20.Name             = "Column20";
     this.Column20.ReadOnly         = true;
     this.Column20.Width            = 52;
     //
     // Column21
     //
     this.Column21.DataPropertyName = "USERID";
     this.Column21.HeaderText       = "操作员ID";
     this.Column21.Name             = "Column21";
     this.Column21.ReadOnly         = true;
     this.Column21.Width            = 76;
     //
     // Column25
     //
     this.Column25.DataPropertyName = "TAXCODE";
     this.Column25.HeaderText       = "税务登记号";
     this.Column25.Name             = "Column25";
     this.Column25.ReadOnly         = true;
     this.Column25.Width            = 88;
     //
     // Column22
     //
     this.Column22.DataPropertyName = "USERNAME";
     this.Column22.HeaderText       = "操作员姓名";
     this.Column22.Name             = "Column22";
     this.Column22.ReadOnly         = true;
     this.Column22.Width            = 88;
     //
     // Column23
     //
     this.Column23.DataPropertyName = "RECDATE";
     this.Column23.HeaderText       = "修改时间";
     this.Column23.Name             = "Column23";
     this.Column23.ReadOnly         = true;
     this.Column23.Width            = 76;
     //
     // Column24
     //
     this.Column24.DataPropertyName = "CHOSCODE";
     this.Column24.HeaderText       = "医疗机构编码";
     this.Column24.Name             = "Column24";
     this.Column24.ReadOnly         = true;
     //
     // ProducterManag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(851, 383);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "ProducterManag";
     this.Text  = "设备厂商信息";
     this.Load += new System.EventHandler(this.ProducterManag_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(ProjectUnitManag));
     YtWinContrl.com.datagrid.TvList            tvList2                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1           = new System.Windows.Forms.ToolStrip();
     this.Add_toolStripButton  = new System.Windows.Forms.ToolStripButton();
     this.ModifyButton         = new System.Windows.Forms.ToolStripButton();
     this.DeleButton           = new System.Windows.Forms.ToolStripButton();
     this.scan_toolStripButton = new System.Windows.Forms.ToolStripButton();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.label1            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.Search_button     = new System.Windows.Forms.Button();
     this.Search_yTextBox   = new YtWinContrl.com.contrl.YTextBox();
     this.Search_ytComboBox = new YtWinContrl.com.contrl.YtComboBox();
     this.dataGView1        = new YtWinContrl.com.datagrid.DataGView();
     this.Column1           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5           = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column6           = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.Add_toolStripButton,
         this.ModifyButton,
         this.DeleButton,
         this.scan_toolStripButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(634, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // Add_toolStripButton
     //
     this.Add_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Add_toolStripButton.Image")));
     this.Add_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Add_toolStripButton.Name   = "Add_toolStripButton";
     this.Add_toolStripButton.Size   = new System.Drawing.Size(67, 22);
     this.Add_toolStripButton.Text   = "新增(&A)";
     this.Add_toolStripButton.Click += new System.EventHandler(this.Add_toolStripButton_Click);
     //
     // ModifyButton
     //
     this.ModifyButton.Image = ((System.Drawing.Image)(resources.GetObject("ModifyButton.Image")));
     this.ModifyButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ModifyButton.Name   = "ModifyButton";
     this.ModifyButton.Size   = new System.Drawing.Size(67, 22);
     this.ModifyButton.Text   = "修改(&M)";
     this.ModifyButton.Click += new System.EventHandler(this.ModifyButton_Click);
     //
     // DeleButton
     //
     this.DeleButton.Image = ((System.Drawing.Image)(resources.GetObject("DeleButton.Image")));
     this.DeleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DeleButton.Name   = "DeleButton";
     this.DeleButton.Size   = new System.Drawing.Size(67, 22);
     this.DeleButton.Text   = "删除(&D)";
     this.DeleButton.Click += new System.EventHandler(this.DeleButton_Click);
     //
     // scan_toolStripButton
     //
     this.scan_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("scan_toolStripButton.Image")));
     this.scan_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.scan_toolStripButton.Name   = "scan_toolStripButton";
     this.scan_toolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.scan_toolStripButton.Text   = "浏览";
     this.scan_toolStripButton.Click += new System.EventHandler(this.scan_toolStripButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.Search_button);
     this.groupBox1.Controls.Add(this.Search_yTextBox);
     this.groupBox1.Controls.Add(this.Search_ytComboBox);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(634, 62);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询条件";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(237, 26);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 14;
     this.label1.Text     = "关键字";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(18, 26);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 13;
     this.label6.Text     = "查询方式";
     //
     // Search_button
     //
     this.Search_button.Image      = ((System.Drawing.Image)(resources.GetObject("Search_button.Image")));
     this.Search_button.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.Search_button.Location   = new System.Drawing.Point(461, 21);
     this.Search_button.Name       = "Search_button";
     this.Search_button.Size       = new System.Drawing.Size(75, 23);
     this.Search_button.TabIndex   = 2;
     this.Search_button.Text       = "查询(&Q)";
     this.Search_button.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.Search_button.UseVisualStyleBackColor = true;
     this.Search_button.Click += new System.EventHandler(this.Search_button_Click);
     //
     // Search_yTextBox
     //
     //
     //
     //
     this.Search_yTextBox.Border.Class      = "TextBoxBorder";
     this.Search_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Search_yTextBox.Location          = new System.Drawing.Point(293, 22);
     this.Search_yTextBox.Name     = "yTextBox1";
     this.Search_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.Search_yTextBox.TabIndex = 1;
     //
     // Search_ytComboBox
     //
     this.Search_ytComboBox.CacheKey      = null;
     this.Search_ytComboBox.DbConn        = null;
     this.Search_ytComboBox.DefText       = null;
     this.Search_ytComboBox.DefValue      = null;
     this.Search_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Search_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Search_ytComboBox.EnableEmpty   = true;
     this.Search_ytComboBox.FirstText     = null;
     this.Search_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Search_ytComboBox.Fomart        = null;
     this.Search_ytComboBox.ItemStr       = "";
     this.Search_ytComboBox.Location      = new System.Drawing.Point(81, 21);
     this.Search_ytComboBox.Name          = "Search_ytComboBox";
     this.Search_ytComboBox.Param         = null;
     this.Search_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.Search_ytComboBox.Sql           = null;
     this.Search_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Search_ytComboBox.TabIndex      = 0;
     this.Search_ytComboBox.Tag           = tvList2;
     this.Search_ytComboBox.Value         = null;
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows          = false;
     this.dataGView1.AllowUserToDeleteRows       = false;
     this.dataGView1.AllowUserToResizeRows       = false;
     this.dataGView1.AutoSizeColumnsMode         = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName         = null;
     this.dataGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle2;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(0, 87);
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.ReadOnly                = true;
     this.dataGView1.RowHeadersWidth         = 30;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView1.Size                    = new System.Drawing.Size(634, 332);
     this.dataGView1.TabIndex                = 4;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "DICGRPID";
     this.Column1.HeaderText       = "字典组类别";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Width            = 88;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "DICID";
     this.Column2.HeaderText       = "DICID";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Width            = 58;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "DICDESC";
     this.Column3.HeaderText       = "名称";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Width            = 52;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "PYCODE";
     this.Column4.HeaderText       = "拼音码";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Width            = 64;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "FIXED";
     this.Column5.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column5.HeaderText       = "是否使用";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column5.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column5.Width            = 76;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "DEFVALUE";
     this.Column6.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column6.HeaderText       = "是否默认值";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     this.Column6.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column6.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column6.Width            = 88;
     //
     // ProjectUnitManag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(634, 419);
     this.Controls.Add(this.dataGView1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "ProjectUnitManag";
     this.Text  = "设备项目单位管理";
     this.Load += new System.EventHandler(this.ProjectUnitManag_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#14
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList1 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.ytComboBox1            = new YtWinContrl.com.contrl.YtComboBox();
     this.recdate_dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.usedate_dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.cardId_textBox         = new YtWinContrl.com.contrl.SelTextInpt();
     this.deptid_selTextInpt     = new YtWinContrl.com.contrl.SelTextInpt();
     this.memo_textBox           = new System.Windows.Forms.TextBox();
     this.Username_textBox       = new System.Windows.Forms.TextBox();
     this.Income_textBox         = new System.Windows.Forms.TextBox();
     this.OtherFare_textBox      = new System.Windows.Forms.TextBox();
     this.useid_textBox          = new System.Windows.Forms.TextBox();
     this.usenum_textBox         = new System.Windows.Forms.TextBox();
     this.usething_textBox       = new System.Windows.Forms.TextBox();
     this.useman_textBox         = new System.Windows.Forms.TextBox();
     this.Userid_textBox         = new System.Windows.Forms.TextBox();
     this.choscode_textBox       = new System.Windows.Forms.TextBox();
     this.NHfare_textBox         = new System.Windows.Forms.TextBox();
     this.CLfare_textBox         = new System.Windows.Forms.TextBox();
     this.cancel_button          = new System.Windows.Forms.Button();
     this.OK_button              = new System.Windows.Forms.Button();
     this.Save_button            = new System.Windows.Forms.Button();
     this.label6  = new System.Windows.Forms.Label();
     this.label5  = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label9  = new System.Windows.Forms.Label();
     this.label17 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.label3  = new System.Windows.Forms.Label();
     this.label8  = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label13 = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.label4  = new System.Windows.Forms.Label();
     this.label7  = new System.Windows.Forms.Label();
     this.label2  = new System.Windows.Forms.Label();
     this.label1  = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.ytComboBox1);
     this.groupBox1.Controls.Add(this.recdate_dateTimePicker);
     this.groupBox1.Controls.Add(this.usedate_dateTimePicker);
     this.groupBox1.Controls.Add(this.cardId_textBox);
     this.groupBox1.Controls.Add(this.deptid_selTextInpt);
     this.groupBox1.Controls.Add(this.memo_textBox);
     this.groupBox1.Controls.Add(this.Username_textBox);
     this.groupBox1.Controls.Add(this.Income_textBox);
     this.groupBox1.Controls.Add(this.OtherFare_textBox);
     this.groupBox1.Controls.Add(this.useid_textBox);
     this.groupBox1.Controls.Add(this.usenum_textBox);
     this.groupBox1.Controls.Add(this.usething_textBox);
     this.groupBox1.Controls.Add(this.useman_textBox);
     this.groupBox1.Controls.Add(this.Userid_textBox);
     this.groupBox1.Controls.Add(this.choscode_textBox);
     this.groupBox1.Controls.Add(this.NHfare_textBox);
     this.groupBox1.Controls.Add(this.CLfare_textBox);
     this.groupBox1.Controls.Add(this.cancel_button);
     this.groupBox1.Controls.Add(this.OK_button);
     this.groupBox1.Controls.Add(this.Save_button);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label18);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(766, 460);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "使用单详细信息";
     //
     // ytComboBox1
     //
     this.ytComboBox1.CacheKey      = null;
     this.ytComboBox1.DbConn        = null;
     this.ytComboBox1.DefText       = null;
     this.ytComboBox1.DefValue      = null;
     this.ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox1.EnableEmpty   = true;
     this.ytComboBox1.FirstText     = null;
     this.ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox1.Fomart        = null;
     this.ytComboBox1.ItemStr       = "";
     this.ytComboBox1.Location      = new System.Drawing.Point(553, 88);
     this.ytComboBox1.Name          = "ytComboBox1";
     this.ytComboBox1.Param         = null;
     this.ytComboBox1.Size          = new System.Drawing.Size(155, 22);
     this.ytComboBox1.Sql           = null;
     this.ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox1.TabIndex      = 0;
     this.ytComboBox1.Tag           = tvList1;
     this.ytComboBox1.Value         = null;
     //
     // recdate_dateTimePicker
     //
     this.recdate_dateTimePicker.CustomFormat = "yyyy-MM-dd hh:mm:ss";
     this.recdate_dateTimePicker.Enabled      = false;
     this.recdate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.recdate_dateTimePicker.Location     = new System.Drawing.Point(554, 288);
     this.recdate_dateTimePicker.Name         = "recdate_dateTimePicker";
     this.recdate_dateTimePicker.Size         = new System.Drawing.Size(154, 21);
     this.recdate_dateTimePicker.TabIndex     = 9;
     //
     // usedate_dateTimePicker
     //
     this.usedate_dateTimePicker.CustomFormat = "yyyy-MM-dd hh:mm:ss";
     this.usedate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.usedate_dateTimePicker.Location     = new System.Drawing.Point(554, 212);
     this.usedate_dateTimePicker.Name         = "usedate_dateTimePicker";
     this.usedate_dateTimePicker.Size         = new System.Drawing.Size(154, 21);
     this.usedate_dateTimePicker.TabIndex     = 6;
     //
     // cardId_textBox
     //
     this.cardId_textBox.ColDefText       = null;
     this.cardId_textBox.ColStyle         = null;
     this.cardId_textBox.DataType         = null;
     this.cardId_textBox.DbConn           = null;
     this.cardId_textBox.Enabled          = false;
     this.cardId_textBox.Location         = new System.Drawing.Point(554, 47);
     this.cardId_textBox.Name             = "cardId_textBox";
     this.cardId_textBox.NextFocusControl = null;
     this.cardId_textBox.ReadOnly         = false;
     this.cardId_textBox.SelParam         = null;
     this.cardId_textBox.ShowColNum       = 0;
     this.cardId_textBox.ShowWidth        = 0;
     this.cardId_textBox.Size             = new System.Drawing.Size(152, 22);
     this.cardId_textBox.Sql           = null;
     this.cardId_textBox.SqlStr        = null;
     this.cardId_textBox.TabIndex      = 0;
     this.cardId_textBox.TabStop       = false;
     this.cardId_textBox.TvColName     = null;
     this.cardId_textBox.Value         = null;
     this.cardId_textBox.WatermarkText = "";
     //
     // deptid_selTextInpt
     //
     this.deptid_selTextInpt.ColDefText       = null;
     this.deptid_selTextInpt.ColStyle         = null;
     this.deptid_selTextInpt.DataType         = null;
     this.deptid_selTextInpt.DbConn           = null;
     this.deptid_selTextInpt.Enabled          = false;
     this.deptid_selTextInpt.Location         = new System.Drawing.Point(152, 88);
     this.deptid_selTextInpt.Name             = "deptid_selTextInpt";
     this.deptid_selTextInpt.NextFocusControl = null;
     this.deptid_selTextInpt.ReadOnly         = false;
     this.deptid_selTextInpt.SelParam         = null;
     this.deptid_selTextInpt.ShowColNum       = 0;
     this.deptid_selTextInpt.ShowWidth        = 0;
     this.deptid_selTextInpt.Size             = new System.Drawing.Size(152, 22);
     this.deptid_selTextInpt.Sql           = null;
     this.deptid_selTextInpt.SqlStr        = null;
     this.deptid_selTextInpt.TabIndex      = 0;
     this.deptid_selTextInpt.TabStop       = false;
     this.deptid_selTextInpt.TvColName     = null;
     this.deptid_selTextInpt.Value         = null;
     this.deptid_selTextInpt.WatermarkText = "";
     //
     // memo_textBox
     //
     this.memo_textBox.Location = new System.Drawing.Point(152, 365);
     this.memo_textBox.Name     = "memo_textBox";
     this.memo_textBox.Size     = new System.Drawing.Size(556, 21);
     this.memo_textBox.TabIndex = 9;
     //
     // Username_textBox
     //
     this.Username_textBox.Location = new System.Drawing.Point(152, 328);
     this.Username_textBox.Name     = "Username_textBox";
     this.Username_textBox.ReadOnly = true;
     this.Username_textBox.Size     = new System.Drawing.Size(152, 21);
     this.Username_textBox.TabIndex = 9;
     this.Username_textBox.TabStop  = false;
     //
     // Income_textBox
     //
     this.Income_textBox.Location = new System.Drawing.Point(152, 246);
     this.Income_textBox.Name     = "Income_textBox";
     this.Income_textBox.Size     = new System.Drawing.Size(152, 21);
     this.Income_textBox.TabIndex = 7;
     //
     // OtherFare_textBox
     //
     this.OtherFare_textBox.Location = new System.Drawing.Point(152, 203);
     this.OtherFare_textBox.Name     = "OtherFare_textBox";
     this.OtherFare_textBox.Size     = new System.Drawing.Size(152, 21);
     this.OtherFare_textBox.TabIndex = 5;
     //
     // useid_textBox
     //
     this.useid_textBox.Location = new System.Drawing.Point(150, 47);
     this.useid_textBox.Name     = "useid_textBox";
     this.useid_textBox.ReadOnly = true;
     this.useid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.useid_textBox.TabIndex = 3;
     this.useid_textBox.TabStop  = false;
     //
     // usenum_textBox
     //
     this.usenum_textBox.Location = new System.Drawing.Point(554, 129);
     this.usenum_textBox.Name     = "usenum_textBox";
     this.usenum_textBox.Size     = new System.Drawing.Size(154, 21);
     this.usenum_textBox.TabIndex = 2;
     this.usenum_textBox.Leave   += new System.EventHandler(this.usenum_textBox_Leave);
     //
     // usething_textBox
     //
     this.usething_textBox.Location = new System.Drawing.Point(554, 169);
     this.usething_textBox.Name     = "usething_textBox";
     this.usething_textBox.Size     = new System.Drawing.Size(154, 21);
     this.usething_textBox.TabIndex = 4;
     //
     // useman_textBox
     //
     this.useman_textBox.Location = new System.Drawing.Point(554, 249);
     this.useman_textBox.Name     = "useman_textBox";
     this.useman_textBox.Size     = new System.Drawing.Size(154, 21);
     this.useman_textBox.TabIndex = 8;
     //
     // Userid_textBox
     //
     this.Userid_textBox.Location = new System.Drawing.Point(150, 289);
     this.Userid_textBox.Name     = "Userid_textBox";
     this.Userid_textBox.ReadOnly = true;
     this.Userid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Userid_textBox.TabIndex = 9;
     this.Userid_textBox.TabStop  = false;
     //
     // choscode_textBox
     //
     this.choscode_textBox.Location = new System.Drawing.Point(554, 328);
     this.choscode_textBox.Name     = "choscode_textBox";
     this.choscode_textBox.ReadOnly = true;
     this.choscode_textBox.Size     = new System.Drawing.Size(154, 21);
     this.choscode_textBox.TabIndex = 9;
     this.choscode_textBox.TabStop  = false;
     //
     // NHfare_textBox
     //
     this.NHfare_textBox.Location = new System.Drawing.Point(152, 166);
     this.NHfare_textBox.Name     = "NHfare_textBox";
     this.NHfare_textBox.Size     = new System.Drawing.Size(152, 21);
     this.NHfare_textBox.TabIndex = 3;
     //
     // CLfare_textBox
     //
     this.CLfare_textBox.Location = new System.Drawing.Point(150, 129);
     this.CLfare_textBox.Name     = "CLfare_textBox";
     this.CLfare_textBox.Size     = new System.Drawing.Size(154, 21);
     this.CLfare_textBox.TabIndex = 1;
     //
     // cancel_button
     //
     this.cancel_button.Location = new System.Drawing.Point(443, 412);
     this.cancel_button.Name     = "cancel_button";
     this.cancel_button.Size     = new System.Drawing.Size(75, 23);
     this.cancel_button.TabIndex = 12;
     this.cancel_button.Text     = "取消";
     this.cancel_button.UseVisualStyleBackColor = true;
     this.cancel_button.Click += new System.EventHandler(this.button2_Click);
     //
     // OK_button
     //
     this.OK_button.Location = new System.Drawing.Point(327, 412);
     this.OK_button.Name     = "OK_button";
     this.OK_button.Size     = new System.Drawing.Size(75, 23);
     this.OK_button.TabIndex = 11;
     this.OK_button.Text     = "确定";
     this.OK_button.UseVisualStyleBackColor = true;
     this.OK_button.Click += new System.EventHandler(this.OK_button_Click);
     //
     // Save_button
     //
     this.Save_button.Location = new System.Drawing.Point(204, 412);
     this.Save_button.Name     = "Save_button";
     this.Save_button.Size     = new System.Drawing.Size(75, 23);
     this.Save_button.TabIndex = 10;
     this.Save_button.Text     = "保存";
     this.Save_button.UseVisualStyleBackColor = true;
     this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(452, 172);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 0;
     this.label6.Text     = "使用情况";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(452, 252);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(41, 12);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "使用人";
     //
     // label18
     //
     this.label18.AutoSize  = true;
     this.label18.ForeColor = System.Drawing.Color.Blue;
     this.label18.Location  = new System.Drawing.Point(74, 292);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(53, 12);
     this.label18.TabIndex  = 0;
     this.label18.Text      = "操作员ID";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(74, 252);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(53, 12);
     this.label12.TabIndex = 0;
     this.label12.Text     = "营业收入";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(74, 172);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(41, 12);
     this.label9.TabIndex = 0;
     this.label9.Text     = "能耗费";
     //
     // label17
     //
     this.label17.AutoSize  = true;
     this.label17.ForeColor = System.Drawing.Color.Blue;
     this.label17.Location  = new System.Drawing.Point(452, 332);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(77, 12);
     this.label17.TabIndex  = 0;
     this.label17.Text      = "医疗机构编码";
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.ForeColor = System.Drawing.Color.Blue;
     this.label14.Location  = new System.Drawing.Point(452, 292);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(53, 12);
     this.label14.TabIndex  = 0;
     this.label14.Text      = "修改时间";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(74, 365);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(29, 12);
     this.label11.TabIndex = 0;
     this.label11.Text     = "备注";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(74, 92);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(41, 12);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "科室ID";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(74, 132);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(41, 12);
     this.label8.TabIndex = 0;
     this.label8.Text     = "材料费";
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.ForeColor = System.Drawing.Color.Blue;
     this.label16.Location  = new System.Drawing.Point(452, 92);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(29, 12);
     this.label16.TabIndex  = 0;
     this.label16.Text      = "状态";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(74, 332);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(65, 12);
     this.label13.TabIndex  = 0;
     this.label13.Text      = "操作员姓名";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(74, 212);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(29, 12);
     this.label10.TabIndex = 0;
     this.label10.Text     = "其他";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(452, 132);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 12);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "使用次数";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(452, 212);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(53, 12);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "使用日期";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(74, 52);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(41, 12);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "使用ID";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(452, 52);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "卡片设备";
     //
     // EQUseManagEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(766, 460);
     this.Controls.Add(this.groupBox1);
     this.Name          = "EQUseManagEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备使用单";
     this.Load         += new System.EventHandler(this.EQUseManagEdit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#15
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(EQStatusManag));
     System.Windows.Forms.TreeNode              treeNode1              = new System.Windows.Forms.TreeNode("统计类别");
     YtWinContrl.com.datagrid.TvList            tvList1                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.imageList1              = new System.Windows.Forms.ImageList(this.components);
     this.Enable_toolStripButton  = new System.Windows.Forms.ToolStripButton();
     this.Stop_toolStripButton    = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1              = new System.Windows.Forms.ToolStrip();
     this.Add_toolStripButton     = new System.Windows.Forms.ToolStripButton();
     this.Edit_toolStripButton    = new System.Windows.Forms.ToolStripButton();
     this.Del_toolStripButton     = new System.Windows.Forms.ToolStripButton();
     this.Refresh_toolStripButton = new System.Windows.Forms.ToolStripButton();
     this.ytTreeView1             = new YtWinContrl.com.YtTreeView();
     this.SearchgroupBox          = new System.Windows.Forms.GroupBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.button1            = new System.Windows.Forms.Button();
     this.Search_ytComboBox1 = new YtWinContrl.com.contrl.YtComboBox();
     this.Search_yTextBox1   = new YtWinContrl.com.contrl.YTextBox();
     this.dataGView1         = new YtWinContrl.com.datagrid.DataGView();
     this.Column1            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5            = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Column6            = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Column7            = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Column3            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.SearchgroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "CheckGreen.bmp");
     this.imageList1.Images.SetKeyName(1, "CheckRed.bmp");
     //
     // Enable_toolStripButton
     //
     this.Enable_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Enable_toolStripButton.Image")));
     this.Enable_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Enable_toolStripButton.Name   = "Enable_toolStripButton";
     this.Enable_toolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.Enable_toolStripButton.Text   = "启用";
     this.Enable_toolStripButton.Click += new System.EventHandler(this.Enable_toolStripButton_Click);
     //
     // Stop_toolStripButton
     //
     this.Stop_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Stop_toolStripButton.Image")));
     this.Stop_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Stop_toolStripButton.Name   = "Stop_toolStripButton";
     this.Stop_toolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.Stop_toolStripButton.Text   = "停用";
     this.Stop_toolStripButton.Click += new System.EventHandler(this.Stop_toolStripButton_Click);
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.Add_toolStripButton,
         this.Edit_toolStripButton,
         this.Del_toolStripButton,
         this.Stop_toolStripButton,
         this.Enable_toolStripButton,
         this.Refresh_toolStripButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(782, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // Add_toolStripButton
     //
     this.Add_toolStripButton.BackColor             = System.Drawing.SystemColors.Control;
     this.Add_toolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("Add_toolStripButton.Image")));
     this.Add_toolStripButton.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.Add_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Add_toolStripButton.Name      = "Add_toolStripButton";
     this.Add_toolStripButton.Size      = new System.Drawing.Size(49, 22);
     this.Add_toolStripButton.Text      = "新增";
     this.Add_toolStripButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.Add_toolStripButton.Click    += new System.EventHandler(this.Add_toolStripButton_Click);
     //
     // Edit_toolStripButton
     //
     this.Edit_toolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("Edit_toolStripButton.Image")));
     this.Edit_toolStripButton.ImageAlign            = System.Drawing.ContentAlignment.MiddleLeft;
     this.Edit_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Edit_toolStripButton.Name      = "Edit_toolStripButton";
     this.Edit_toolStripButton.Size      = new System.Drawing.Size(49, 22);
     this.Edit_toolStripButton.Text      = "编辑";
     this.Edit_toolStripButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.Edit_toolStripButton.Click    += new System.EventHandler(this.Edit_toolStripButton_Click);
     //
     // Del_toolStripButton
     //
     this.Del_toolStripButton.Image                 = ((System.Drawing.Image)(resources.GetObject("Del_toolStripButton.Image")));
     this.Del_toolStripButton.ImageAlign            = System.Drawing.ContentAlignment.BottomLeft;
     this.Del_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Del_toolStripButton.Name      = "Del_toolStripButton";
     this.Del_toolStripButton.Size      = new System.Drawing.Size(49, 22);
     this.Del_toolStripButton.Text      = "删除";
     this.Del_toolStripButton.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.Del_toolStripButton.Click    += new System.EventHandler(this.Del_toolStripButton_Click);
     //
     // Refresh_toolStripButton
     //
     this.Refresh_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Refresh_toolStripButton.Image")));
     this.Refresh_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Refresh_toolStripButton.Name   = "Refresh_toolStripButton";
     this.Refresh_toolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.Refresh_toolStripButton.Text   = "刷新";
     this.Refresh_toolStripButton.Click += new System.EventHandler(this.Refresh_toolStripButton_Click);
     //
     // ytTreeView1
     //
     this.ytTreeView1.DbConn        = null;
     this.ytTreeView1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.ytTreeView1.HideSelection = false;
     this.ytTreeView1.ImageIndex    = 0;
     this.ytTreeView1.ImageList     = this.imageList1;
     this.ytTreeView1.LoadHaveData  = false;
     this.ytTreeView1.Location      = new System.Drawing.Point(0, 0);
     this.ytTreeView1.Name          = "ytTreeView1";
     treeNode1.Name = "节点0";
     treeNode1.Text = "统计类别";
     this.ytTreeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     this.ytTreeView1.NoNodeTag          = null;
     this.ytTreeView1.SelectedImageIndex = 1;
     this.ytTreeView1.Size     = new System.Drawing.Size(782, 401);
     this.ytTreeView1.TabIndex = 3;
     //
     // SearchgroupBox
     //
     this.SearchgroupBox.Controls.Add(this.label2);
     this.SearchgroupBox.Controls.Add(this.label1);
     this.SearchgroupBox.Controls.Add(this.button1);
     this.SearchgroupBox.Controls.Add(this.Search_ytComboBox1);
     this.SearchgroupBox.Controls.Add(this.Search_yTextBox1);
     this.SearchgroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.SearchgroupBox.Location = new System.Drawing.Point(0, 25);
     this.SearchgroupBox.Name     = "SearchgroupBox";
     this.SearchgroupBox.Size     = new System.Drawing.Size(782, 54);
     this.SearchgroupBox.TabIndex = 6;
     this.SearchgroupBox.TabStop  = false;
     this.SearchgroupBox.Text     = "查询条件";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(311, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "关键字";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(30, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 2;
     this.label1.Text     = "查询方式";
     //
     // button1
     //
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(568, 20);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 23);
     this.button1.TabIndex   = 3;
     this.button1.Text       = "查询(Q)";
     this.button1.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Search_ytComboBox1
     //
     this.Search_ytComboBox1.CacheKey      = null;
     this.Search_ytComboBox1.DbConn        = null;
     this.Search_ytComboBox1.DefText       = null;
     this.Search_ytComboBox1.DefValue      = null;
     this.Search_ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Search_ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Search_ytComboBox1.EnableEmpty   = true;
     this.Search_ytComboBox1.FirstText     = null;
     this.Search_ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Search_ytComboBox1.Fomart        = null;
     this.Search_ytComboBox1.ItemStr       = "";
     this.Search_ytComboBox1.Location      = new System.Drawing.Point(103, 19);
     this.Search_ytComboBox1.Name          = "Search_ytComboBox1";
     this.Search_ytComboBox1.Param         = null;
     this.Search_ytComboBox1.Size          = new System.Drawing.Size(121, 22);
     this.Search_ytComboBox1.Sql           = null;
     this.Search_ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Search_ytComboBox1.TabIndex      = 1;
     this.Search_ytComboBox1.Tag           = tvList1;
     this.Search_ytComboBox1.Value         = null;
     //
     // Search_yTextBox1
     //
     //
     //
     //
     this.Search_yTextBox1.Border.Class      = "TextBoxBorder";
     this.Search_yTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Search_yTextBox1.Location          = new System.Drawing.Point(378, 19);
     this.Search_yTextBox1.Name     = "yTextBox1";
     this.Search_yTextBox1.Size     = new System.Drawing.Size(100, 21);
     this.Search_yTextBox1.TabIndex = 2;
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows          = false;
     this.dataGView1.AllowUserToDeleteRows       = false;
     this.dataGView1.AllowUserToResizeRows       = false;
     this.dataGView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName         = null;
     this.dataGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column3,
         this.Column4,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle1;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(0, 79);
     this.dataGView1.MultiSelect             = false;
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.ReadOnly                = true;
     this.dataGView1.RowHeadersWidth         = 20;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView1.Size                    = new System.Drawing.Size(782, 322);
     this.dataGView1.TabIndex                = 7;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "STATUSCODE";
     this.Column1.HeaderText       = "状态编码";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "STATUSNAME";
     this.Column2.HeaderText       = "状态名称";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "IFUSE";
     this.Column5.FalseValue       = "0";
     this.Column5.HeaderText       = "是否使用";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column5.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column5.TrueValue        = "1";
     //
     // Column6
     //
     this.Column6.DataPropertyName = "IFDEPRECIATION";
     this.Column6.FalseValue       = "0";
     this.Column6.HeaderText       = "是否计提折旧";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     this.Column6.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column6.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column6.TrueValue        = "1";
     //
     // Column7
     //
     this.Column7.DataPropertyName = "IFDEFAULT";
     this.Column7.FalseValue       = "0";
     this.Column7.HeaderText       = "是否默认值";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     this.Column7.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column7.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column7.TrueValue        = "1";
     //
     // Column3
     //
     this.Column3.DataPropertyName = "PYCODE";
     this.Column3.HeaderText       = "拼音码";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "WBCODE";
     this.Column4.HeaderText       = "五笔码";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "MEMO";
     this.Column8.HeaderText       = "备注";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "USERID";
     this.Column9.HeaderText       = "操作员ID";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "USERNAME";
     this.Column10.HeaderText       = "操作员姓名";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "RECDATE";
     this.Column11.HeaderText       = "修改时间";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     //
     // Column12
     //
     this.Column12.DataPropertyName = "CHOSCODE";
     this.Column12.HeaderText       = "医疗机构编码";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     //
     // EQStatusManag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(782, 401);
     this.Controls.Add(this.dataGView1);
     this.Controls.Add(this.SearchgroupBox);
     this.Controls.Add(this.toolStrip1);
     this.Controls.Add(this.ytTreeView1);
     this.Name  = "EQStatusManag";
     this.Text  = "设备状态管理";
     this.Load += new System.EventHandler(this.EQStatusManag_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.SearchgroupBox.ResumeLayout(false);
     this.SearchgroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(PurchasePlan_Add));
     YtWinContrl.com.datagrid.TvList            tvList1                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1             = new System.Windows.Forms.ToolStrip();
     this.add_toolStripButton    = new System.Windows.Forms.ToolStripButton();
     this.Get_toolStripButton    = new System.Windows.Forms.ToolStripButton();
     this.DeleButton             = new System.Windows.Forms.ToolStripButton();
     this.save_toolStripButton   = new System.Windows.Forms.ToolStripButton();
     this.cancel_toolStripButton = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton_Pass   = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton_No     = new System.Windows.Forms.ToolStripButton();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.memo_yTextBox       = new YtWinContrl.com.contrl.YTextBox();
     this.dateTimePicker1     = new System.Windows.Forms.DateTimePicker();
     this.InWare_selTextInpt  = new YtWinContrl.com.contrl.SelTextInpt();
     this.label5              = new System.Windows.Forms.Label();
     this.label10             = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.totalmoney_yTextBox = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_Plan     = new YtWinContrl.com.contrl.YtComboBox();
     this.dataGView1          = new YtWinContrl.com.datagrid.DataGView();
     this.eqname              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.eqid        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gg          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.xh          = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.country     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.unitcode    = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.nownum      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.num         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.price       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.money       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.scs         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.gys         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.memo        = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.rowno       = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.planid      = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.applyid     = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.txm         = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.choscode    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.stockflowno = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label12     = new System.Windows.Forms.Label();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.add_toolStripButton,
         this.Get_toolStripButton,
         this.DeleButton,
         this.save_toolStripButton,
         this.cancel_toolStripButton,
         this.toolStripButton_Pass,
         this.toolStripButton_No
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(818, 25);
     this.toolStrip1.TabIndex = 5;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // add_toolStripButton
     //
     this.add_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("add_toolStripButton.Image")));
     this.add_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.add_toolStripButton.Name   = "add_toolStripButton";
     this.add_toolStripButton.Size   = new System.Drawing.Size(121, 22);
     this.add_toolStripButton.Text   = "手工添加采购设备";
     this.add_toolStripButton.Click += new System.EventHandler(this.add_toolStripButton_Click);
     //
     // Get_toolStripButton
     //
     this.Get_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("Get_toolStripButton.Image")));
     this.Get_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.Get_toolStripButton.Name   = "Get_toolStripButton";
     this.Get_toolStripButton.Size   = new System.Drawing.Size(121, 22);
     this.Get_toolStripButton.Text   = "从设备请购单添加";
     this.Get_toolStripButton.Click += new System.EventHandler(this.Get_toolStripButton_Click);
     //
     // DeleButton
     //
     this.DeleButton.Image = ((System.Drawing.Image)(resources.GetObject("DeleButton.Image")));
     this.DeleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DeleButton.Name   = "DeleButton";
     this.DeleButton.Size   = new System.Drawing.Size(97, 22);
     this.DeleButton.Text   = "删除采购设备";
     this.DeleButton.Click += new System.EventHandler(this.DeleButton_Click);
     //
     // save_toolStripButton
     //
     this.save_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("save_toolStripButton.Image")));
     this.save_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.save_toolStripButton.Name   = "save_toolStripButton";
     this.save_toolStripButton.Size   = new System.Drawing.Size(85, 22);
     this.save_toolStripButton.Text   = "保存采购单";
     this.save_toolStripButton.Click += new System.EventHandler(this.save_toolStripButton_Click);
     //
     // cancel_toolStripButton
     //
     this.cancel_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("cancel_toolStripButton.Image")));
     this.cancel_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cancel_toolStripButton.Name   = "cancel_toolStripButton";
     this.cancel_toolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.cancel_toolStripButton.Text   = "取消";
     this.cancel_toolStripButton.Click += new System.EventHandler(this.cancel_toolStripButton_Click);
     //
     // toolStripButton_Pass
     //
     this.toolStripButton_Pass.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_Pass.Image")));
     this.toolStripButton_Pass.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton_Pass.Name   = "toolStripButton_Pass";
     this.toolStripButton_Pass.Size   = new System.Drawing.Size(73, 22);
     this.toolStripButton_Pass.Text   = "审核通过";
     this.toolStripButton_Pass.Click += new System.EventHandler(this.toolStripButton_Pass_Click);
     //
     // toolStripButton_No
     //
     this.toolStripButton_No.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton_No.Image")));
     this.toolStripButton_No.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton_No.Name   = "toolStripButton_No";
     this.toolStripButton_No.Size   = new System.Drawing.Size(85, 22);
     this.toolStripButton_No.Text   = "审核不通过";
     this.toolStripButton_No.Click += new System.EventHandler(this.toolStripButton_No_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.memo_yTextBox);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.InWare_selTextInpt);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.totalmoney_yTextBox);
     this.groupBox1.Controls.Add(this.ytComboBox_Plan);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(818, 136);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "基本信息";
     //
     // memo_yTextBox
     //
     //
     //
     //
     this.memo_yTextBox.Border.Class      = "TextBoxBorder";
     this.memo_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.memo_yTextBox.Location          = new System.Drawing.Point(180, 96);
     this.memo_yTextBox.Name     = "memo_yTextBox";
     this.memo_yTextBox.Size     = new System.Drawing.Size(450, 21);
     this.memo_yTextBox.TabIndex = 0;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Location = new System.Drawing.Point(493, 26);
     this.dateTimePicker1.Name     = "dateTimePicker1";
     this.dateTimePicker1.Size     = new System.Drawing.Size(135, 21);
     this.dateTimePicker1.TabIndex = 2;
     //
     // InWare_selTextInpt
     //
     this.InWare_selTextInpt.ColDefText       = null;
     this.InWare_selTextInpt.ColStyle         = null;
     this.InWare_selTextInpt.DataType         = null;
     this.InWare_selTextInpt.DbConn           = null;
     this.InWare_selTextInpt.Enabled          = false;
     this.InWare_selTextInpt.Location         = new System.Drawing.Point(182, 25);
     this.InWare_selTextInpt.Name             = "InWare_selTextInpt";
     this.InWare_selTextInpt.NextFocusControl = null;
     this.InWare_selTextInpt.ReadOnly         = false;
     this.InWare_selTextInpt.SelParam         = null;
     this.InWare_selTextInpt.ShowColNum       = 0;
     this.InWare_selTextInpt.ShowWidth        = 0;
     this.InWare_selTextInpt.Size             = new System.Drawing.Size(135, 22);
     this.InWare_selTextInpt.Sql           = null;
     this.InWare_selTextInpt.SqlStr        = null;
     this.InWare_selTextInpt.TabIndex      = 1;
     this.InWare_selTextInpt.TvColName     = null;
     this.InWare_selTextInpt.Value         = null;
     this.InWare_selTextInpt.WatermarkText = "";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(413, 29);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 12);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "制定日期";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.ForeColor = System.Drawing.Color.Blue;
     this.label10.Location  = new System.Drawing.Point(110, 64);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(53, 12);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "计划类型";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(429, 66);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(41, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "总金额";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(130, 98);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(29, 12);
     this.label7.TabIndex = 0;
     this.label7.Text     = "备注";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(114, 29);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 12);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "采购库房";
     //
     // totalmoney_yTextBox
     //
     //
     //
     //
     this.totalmoney_yTextBox.Border.Class      = "TextBoxBorder";
     this.totalmoney_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.totalmoney_yTextBox.Location          = new System.Drawing.Point(493, 61);
     this.totalmoney_yTextBox.Name     = "totalmoney_yTextBox";
     this.totalmoney_yTextBox.ReadOnly = true;
     this.totalmoney_yTextBox.Size     = new System.Drawing.Size(135, 21);
     this.totalmoney_yTextBox.TabIndex = 0;
     //
     // ytComboBox_Plan
     //
     this.ytComboBox_Plan.CacheKey      = null;
     this.ytComboBox_Plan.DbConn        = null;
     this.ytComboBox_Plan.DefText       = null;
     this.ytComboBox_Plan.DefValue      = null;
     this.ytComboBox_Plan.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_Plan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_Plan.EnableEmpty   = true;
     this.ytComboBox_Plan.FirstText     = null;
     this.ytComboBox_Plan.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_Plan.Fomart        = null;
     this.ytComboBox_Plan.ItemStr       = "";
     this.ytComboBox_Plan.Location      = new System.Drawing.Point(181, 61);
     this.ytComboBox_Plan.Name          = "ytComboBox_ifUse";
     this.ytComboBox_Plan.Param         = null;
     this.ytComboBox_Plan.Size          = new System.Drawing.Size(135, 22);
     this.ytComboBox_Plan.Sql           = null;
     this.ytComboBox_Plan.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_Plan.TabIndex      = 0;
     this.ytComboBox_Plan.Tag           = tvList1;
     this.ytComboBox_Plan.Value         = null;
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows    = false;
     this.dataGView1.AllowUserToDeleteRows = false;
     this.dataGView1.AllowUserToResizeRows = false;
     this.dataGView1.AutoSizeColumnsMode   = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView1.BackgroundColor       = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName   = null;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.eqname,
         this.eqid,
         this.gg,
         this.xh,
         this.country,
         this.unitcode,
         this.nownum,
         this.num,
         this.price,
         this.money,
         this.scs,
         this.gys,
         this.memo,
         this.rowno,
         this.planid,
         this.applyid,
         this.txm,
         this.choscode,
         this.stockflowno
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle1;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(0, 161);
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.RowHeadersWidth         = 20;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.Size                    = new System.Drawing.Size(818, 285);
     this.dataGView1.TabIndex                = 41;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     this.dataGView1.RowPostPaint           += new System.Windows.Forms.DataGridViewRowPostPaintEventHandler(this.dataGView1_RowPostPaint);
     //
     // eqname
     //
     this.eqname.DataPropertyName = "EQNAME";
     this.eqname.HeaderText       = "设备名称";
     this.eqname.Name             = "eqname";
     this.eqname.Width            = 78;
     //
     // eqid
     //
     this.eqid.DataPropertyName = "EQID";
     this.eqid.HeaderText       = "设备ID";
     this.eqid.Name             = "eqid";
     this.eqid.ReadOnly         = true;
     this.eqid.Width            = 66;
     //
     // gg
     //
     this.gg.DataPropertyName = "GG";
     this.gg.HeaderText       = "规格";
     this.gg.Name             = "gg";
     this.gg.ReadOnly         = true;
     this.gg.Width            = 54;
     //
     // xh
     //
     this.xh.DataPropertyName = "XH";
     this.xh.HeaderText       = "型号";
     this.xh.Name             = "xh";
     this.xh.ReadOnly         = true;
     this.xh.Width            = 54;
     //
     // country
     //
     this.country.DataPropertyName = "COUNTRY";
     this.country.HeaderText       = "国别";
     this.country.Name             = "country";
     this.country.Width            = 54;
     //
     // unitcode
     //
     this.unitcode.DataPropertyName = "UNITCODE";
     this.unitcode.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.unitcode.HeaderText       = "单位编码";
     this.unitcode.Name             = "unitcode";
     this.unitcode.ReadOnly         = true;
     this.unitcode.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.unitcode.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.unitcode.Width            = 78;
     //
     // nownum
     //
     this.nownum.DataPropertyName = "NOWNUM";
     this.nownum.HeaderText       = "当前库存数量";
     this.nownum.Name             = "nownum";
     this.nownum.ReadOnly         = true;
     this.nownum.Width            = 102;
     //
     // num
     //
     this.num.DataPropertyName = "NUM";
     this.num.HeaderText       = "采购数量";
     this.num.Name             = "num";
     this.num.Width            = 78;
     //
     // price
     //
     this.price.DataPropertyName = "PRICE";
     this.price.HeaderText       = "采购单价";
     this.price.Name             = "price";
     this.price.Width            = 78;
     //
     // money
     //
     this.money.DataPropertyName = "MONEY";
     this.money.HeaderText       = "采购金额";
     this.money.Name             = "money";
     this.money.ReadOnly         = true;
     this.money.Width            = 78;
     //
     // scs
     //
     this.scs.DataPropertyName = "SCS";
     this.scs.HeaderText       = "生产商";
     this.scs.Name             = "scs";
     this.scs.Width            = 66;
     //
     // gys
     //
     this.gys.DataPropertyName = "GYS";
     this.gys.HeaderText       = "供应商";
     this.gys.Name             = "gys";
     this.gys.Width            = 66;
     //
     // memo
     //
     this.memo.DataPropertyName = "MEMO";
     this.memo.HeaderText       = "备注";
     this.memo.Name             = "memo";
     this.memo.Width            = 54;
     //
     // rowno
     //
     this.rowno.DataPropertyName = "ROWNO";
     this.rowno.HeaderText       = "行号";
     this.rowno.Name             = "rowno";
     this.rowno.ReadOnly         = true;
     this.rowno.Width            = 54;
     //
     // planid
     //
     this.planid.DataPropertyName = "PLANID";
     this.planid.HeaderText       = "采购计划ID";
     this.planid.Name             = "planid";
     this.planid.Width            = 90;
     //
     // applyid
     //
     this.applyid.DataPropertyName = "APPLYID";
     this.applyid.HeaderText       = "请购ID";
     this.applyid.Name             = "applyid";
     this.applyid.Width            = 66;
     //
     // txm
     //
     this.txm.DataPropertyName = "TXM";
     this.txm.HeaderText       = "条形码";
     this.txm.Name             = "txm";
     this.txm.ReadOnly         = true;
     this.txm.Width            = 66;
     //
     // choscode
     //
     this.choscode.DataPropertyName = "CHOSCODE";
     this.choscode.HeaderText       = "医疗机构编码";
     this.choscode.Name             = "choscode";
     this.choscode.ReadOnly         = true;
     this.choscode.Visible          = false;
     this.choscode.Width            = 102;
     //
     // stockflowno
     //
     this.stockflowno.DataPropertyName = "STOCKFLOWNO";
     this.stockflowno.HeaderText       = "对应的库存流水表的流水号";
     this.stockflowno.Name             = "stockflowno";
     this.stockflowno.ReadOnly         = true;
     this.stockflowno.Width            = 174;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(647, 64);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(47, 12);
     this.label12.TabIndex = 75;
     this.label12.Text     = "共:0条";
     //
     // PurchasePlan_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(818, 446);
     this.Controls.Add(this.dataGView1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "PurchasePlan_Add";
     this.Text  = "采购计划单";
     this.Load += new System.EventHandler(this.PurchasePlan_Add_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList1 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList3 = new YtWinContrl.com.datagrid.TvList();
     this.label1                    = new System.Windows.Forms.Label();
     this.label2                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.label4                    = new System.Windows.Forms.Label();
     this.label5                    = new System.Windows.Forms.Label();
     this.label6                    = new System.Windows.Forms.Label();
     this.label7                    = new System.Windows.Forms.Label();
     this.label8                    = new System.Windows.Forms.Label();
     this.label9                    = new System.Windows.Forms.Label();
     this.label10                   = new System.Windows.Forms.Label();
     this.label11                   = new System.Windows.Forms.Label();
     this.label12                   = new System.Windows.Forms.Label();
     this.btnSave                   = new System.Windows.Forms.Button();
     this.btnClose                  = new System.Windows.Forms.Button();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.dateTimePicker1           = new System.Windows.Forms.DateTimePicker();
     this.statusname_yTextBox       = new YtWinContrl.com.contrl.YTextBox();
     this.statuscode_yTextBox       = new YtWinContrl.com.contrl.YTextBox();
     this.wbcode_yTextBox           = new YtWinContrl.com.contrl.YTextBox();
     this.pycode_yTextBox           = new YtWinContrl.com.contrl.YTextBox();
     this.userid_yTextBox           = new YtWinContrl.com.contrl.YTextBox();
     this.username_yTextBox         = new YtWinContrl.com.contrl.YTextBox();
     this.memo_yTextBox             = new YtWinContrl.com.contrl.YTextBox();
     this.choscode_yTextBox         = new YtWinContrl.com.contrl.YTextBox();
     this.ifdefault_ytComboBox      = new YtWinContrl.com.contrl.YtComboBox();
     this.ifdepreciation_ytComboBox = new YtWinContrl.com.contrl.YtComboBox();
     this.ifuse_ytComboBox          = new YtWinContrl.com.contrl.YtComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(316, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "状态编码";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(30, 35);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 12);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "状态名称";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(30, 75);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "是否使用";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(30, 115);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(77, 12);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "是否计提折旧";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(30, 155);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(65, 12);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "是否默认值";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.Location  = new System.Drawing.Point(316, 155);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 12);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "操作员ID";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(30, 195);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(65, 12);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "操作员名称";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(316, 75);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(53, 12);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "修改时间";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(316, 115);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(77, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "医疗机构编码";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(316, 252);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(41, 12);
     this.label10.TabIndex = 0;
     this.label10.Text     = "五笔码";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(30, 252);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(41, 12);
     this.label11.TabIndex = 0;
     this.label11.Text     = "拼音码";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(30, 292);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(29, 12);
     this.label12.TabIndex = 0;
     this.label12.Text     = "备注";
     //
     // btnSave
     //
     this.btnSave.Location = new System.Drawing.Point(135, 347);
     this.btnSave.Name     = "btnSave";
     this.btnSave.Size     = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 9;
     this.btnSave.Text     = "保存";
     this.btnSave.UseVisualStyleBackColor = true;
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // btnClose
     //
     this.btnClose.Location = new System.Drawing.Point(333, 347);
     this.btnClose.Name     = "btnClose";
     this.btnClose.Size     = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 10;
     this.btnClose.Text     = "关闭";
     this.btnClose.UseVisualStyleBackColor = true;
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.btnClose);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.btnSave);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.statusname_yTextBox);
     this.groupBox1.Controls.Add(this.statuscode_yTextBox);
     this.groupBox1.Controls.Add(this.wbcode_yTextBox);
     this.groupBox1.Controls.Add(this.pycode_yTextBox);
     this.groupBox1.Controls.Add(this.userid_yTextBox);
     this.groupBox1.Controls.Add(this.username_yTextBox);
     this.groupBox1.Controls.Add(this.memo_yTextBox);
     this.groupBox1.Controls.Add(this.choscode_yTextBox);
     this.groupBox1.Controls.Add(this.ifdefault_ytComboBox);
     this.groupBox1.Controls.Add(this.ifdepreciation_ytComboBox);
     this.groupBox1.Controls.Add(this.ifuse_ytComboBox);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(553, 381);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "设备状态信息";
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(409, 70);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(120, 21);
     this.dateTimePicker1.TabIndex     = 3;
     //
     // statusname_yTextBox
     //
     //
     //
     //
     this.statusname_yTextBox.Border.Class      = "TextBoxBorder";
     this.statusname_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.statusname_yTextBox.Location          = new System.Drawing.Point(125, 29);
     this.statusname_yTextBox.Name     = "statusname_yTextBox";
     this.statusname_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.statusname_yTextBox.TabIndex = 1;
     //
     // statuscode_yTextBox
     //
     //
     //
     //
     this.statuscode_yTextBox.Border.Class      = "TextBoxBorder";
     this.statuscode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.statuscode_yTextBox.Location          = new System.Drawing.Point(410, 29);
     this.statuscode_yTextBox.Name     = "statuscode_yTextBox";
     this.statuscode_yTextBox.ReadOnly = true;
     this.statuscode_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.statuscode_yTextBox.TabIndex = 0;
     this.statuscode_yTextBox.TabStop  = false;
     //
     // wbcode_yTextBox
     //
     //
     //
     //
     this.wbcode_yTextBox.Border.Class      = "TextBoxBorder";
     this.wbcode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wbcode_yTextBox.Location          = new System.Drawing.Point(410, 247);
     this.wbcode_yTextBox.Name     = "wbcode_yTextBox";
     this.wbcode_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.wbcode_yTextBox.TabIndex = 7;
     //
     // pycode_yTextBox
     //
     //
     //
     //
     this.pycode_yTextBox.Border.Class      = "TextBoxBorder";
     this.pycode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.pycode_yTextBox.Location          = new System.Drawing.Point(125, 248);
     this.pycode_yTextBox.Name     = "pycode_yTextBox";
     this.pycode_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.pycode_yTextBox.TabIndex = 6;
     //
     // userid_yTextBox
     //
     //
     //
     //
     this.userid_yTextBox.Border.Class      = "TextBoxBorder";
     this.userid_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.userid_yTextBox.Location          = new System.Drawing.Point(410, 151);
     this.userid_yTextBox.Name     = "userid_yTextBox";
     this.userid_yTextBox.ReadOnly = true;
     this.userid_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.userid_yTextBox.TabIndex = 0;
     this.userid_yTextBox.TabStop  = false;
     //
     // username_yTextBox
     //
     //
     //
     //
     this.username_yTextBox.Border.Class      = "TextBoxBorder";
     this.username_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.username_yTextBox.Location          = new System.Drawing.Point(125, 191);
     this.username_yTextBox.Name     = "username_yTextBox";
     this.username_yTextBox.ReadOnly = true;
     this.username_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.username_yTextBox.TabIndex = 0;
     this.username_yTextBox.TabStop  = false;
     //
     // memo_yTextBox
     //
     //
     //
     //
     this.memo_yTextBox.Border.Class      = "TextBoxBorder";
     this.memo_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.memo_yTextBox.Location          = new System.Drawing.Point(125, 288);
     this.memo_yTextBox.Multiline         = true;
     this.memo_yTextBox.Name     = "memo_yTextBox";
     this.memo_yTextBox.Size     = new System.Drawing.Size(405, 21);
     this.memo_yTextBox.TabIndex = 8;
     //
     // choscode_yTextBox
     //
     //
     //
     //
     this.choscode_yTextBox.Border.Class      = "TextBoxBorder";
     this.choscode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.choscode_yTextBox.Location          = new System.Drawing.Point(410, 112);
     this.choscode_yTextBox.Name     = "choscode_yTextBox";
     this.choscode_yTextBox.ReadOnly = true;
     this.choscode_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.choscode_yTextBox.TabIndex = 0;
     this.choscode_yTextBox.TabStop  = false;
     //
     // ifdefault_ytComboBox
     //
     this.ifdefault_ytComboBox.CacheKey      = null;
     this.ifdefault_ytComboBox.DbConn        = null;
     this.ifdefault_ytComboBox.DefText       = null;
     this.ifdefault_ytComboBox.DefValue      = null;
     this.ifdefault_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifdefault_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifdefault_ytComboBox.EnableEmpty   = true;
     this.ifdefault_ytComboBox.FirstText     = null;
     this.ifdefault_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifdefault_ytComboBox.Fomart        = null;
     this.ifdefault_ytComboBox.ItemStr       = "";
     this.ifdefault_ytComboBox.Location      = new System.Drawing.Point(125, 153);
     this.ifdefault_ytComboBox.Name          = "ifdefault_ytComboBox";
     this.ifdefault_ytComboBox.Param         = null;
     this.ifdefault_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.ifdefault_ytComboBox.Sql           = null;
     this.ifdefault_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifdefault_ytComboBox.TabIndex      = 5;
     this.ifdefault_ytComboBox.Tag           = tvList1;
     this.ifdefault_ytComboBox.Value         = null;
     //
     // ifdepreciation_ytComboBox
     //
     this.ifdepreciation_ytComboBox.CacheKey      = null;
     this.ifdepreciation_ytComboBox.DbConn        = null;
     this.ifdepreciation_ytComboBox.DefText       = null;
     this.ifdepreciation_ytComboBox.DefValue      = null;
     this.ifdepreciation_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifdepreciation_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifdepreciation_ytComboBox.EnableEmpty   = true;
     this.ifdepreciation_ytComboBox.FirstText     = null;
     this.ifdepreciation_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifdepreciation_ytComboBox.Fomart        = null;
     this.ifdepreciation_ytComboBox.ItemStr       = "";
     this.ifdepreciation_ytComboBox.Location      = new System.Drawing.Point(125, 111);
     this.ifdepreciation_ytComboBox.Name          = "ifdepreciation_ytComboBox";
     this.ifdepreciation_ytComboBox.Param         = null;
     this.ifdepreciation_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.ifdepreciation_ytComboBox.Sql           = null;
     this.ifdepreciation_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifdepreciation_ytComboBox.TabIndex      = 4;
     this.ifdepreciation_ytComboBox.Tag           = tvList2;
     this.ifdepreciation_ytComboBox.Value         = null;
     //
     // ifuse_ytComboBox
     //
     this.ifuse_ytComboBox.CacheKey      = null;
     this.ifuse_ytComboBox.DbConn        = null;
     this.ifuse_ytComboBox.DefText       = null;
     this.ifuse_ytComboBox.DefValue      = null;
     this.ifuse_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifuse_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifuse_ytComboBox.EnableEmpty   = true;
     this.ifuse_ytComboBox.FirstText     = null;
     this.ifuse_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifuse_ytComboBox.Fomart        = null;
     this.ifuse_ytComboBox.ItemStr       = "";
     this.ifuse_ytComboBox.Location      = new System.Drawing.Point(125, 69);
     this.ifuse_ytComboBox.Name          = "ifuse_ytComboBox";
     this.ifuse_ytComboBox.Param         = null;
     this.ifuse_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.ifuse_ytComboBox.Sql           = null;
     this.ifuse_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifuse_ytComboBox.TabIndex      = 2;
     this.ifuse_ytComboBox.Tag           = tvList3;
     this.ifuse_ytComboBox.Value         = null;
     //
     // AddEQStatus
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(590, 411);
     this.Controls.Add(this.groupBox1);
     this.Name          = "AddEQStatus";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备状态信息";
     this.Load         += new System.EventHandler(this.AddEQStatus_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList6 = new YtWinContrl.com.datagrid.TvList();
     this.Save_button                  = new System.Windows.Forms.Button();
     this.cancel_button                = new System.Windows.Forms.Button();
     this.groupBox2                    = new System.Windows.Forms.GroupBox();
     this.groupBox3                    = new System.Windows.Forms.GroupBox();
     this.textBox_CheckUnit            = new System.Windows.Forms.TextBox();
     this.label5                       = new System.Windows.Forms.Label();
     this.dateTimePicker_CheckDate     = new System.Windows.Forms.DateTimePicker();
     this.label4                       = new System.Windows.Forms.Label();
     this.CheckThing_textBox           = new System.Windows.Forms.TextBox();
     this.label23                      = new System.Windows.Forms.Label();
     this.CHECKRESULT_textBox          = new System.Windows.Forms.TextBox();
     this.label20                      = new System.Windows.Forms.Label();
     this.CheckPeople_textBox          = new System.Windows.Forms.TextBox();
     this.NextCheckdate_dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.label27                      = new System.Windows.Forms.Label();
     this.label7                       = new System.Windows.Forms.Label();
     this.Status_ytComboBox1           = new YtWinContrl.com.contrl.YtComboBox();
     this.Checkid_textBox              = new System.Windows.Forms.TextBox();
     this.label1                       = new System.Windows.Forms.Label();
     this.label2                       = new System.Windows.Forms.Label();
     this.label3                       = new System.Windows.Forms.Label();
     this.label16                      = new System.Windows.Forms.Label();
     this.deptid_selTextInpt           = new YtWinContrl.com.contrl.SelTextInpt();
     this.cardId_textBox               = new YtWinContrl.com.contrl.SelTextInpt();
     this.Userid_textBox               = new System.Windows.Forms.TextBox();
     this.label13                      = new System.Windows.Forms.Label();
     this.label14                      = new System.Windows.Forms.Label();
     this.label17                      = new System.Windows.Forms.Label();
     this.label18                      = new System.Windows.Forms.Label();
     this.choscode_textBox             = new System.Windows.Forms.TextBox();
     this.Username_textBox             = new System.Windows.Forms.TextBox();
     this.recdate_dateTimePicker       = new System.Windows.Forms.DateTimePicker();
     this.memo_textBox                 = new System.Windows.Forms.TextBox();
     this.label11                      = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // Save_button
     //
     this.Save_button.Location = new System.Drawing.Point(342, 20);
     this.Save_button.Name     = "Save_button";
     this.Save_button.Size     = new System.Drawing.Size(75, 23);
     this.Save_button.TabIndex = 15;
     this.Save_button.Text     = "保存";
     this.Save_button.UseVisualStyleBackColor = true;
     this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
     //
     // cancel_button
     //
     this.cancel_button.Location = new System.Drawing.Point(678, 20);
     this.cancel_button.Name     = "cancel_button";
     this.cancel_button.Size     = new System.Drawing.Size(75, 23);
     this.cancel_button.TabIndex = 16;
     this.cancel_button.Text     = "取消";
     this.cancel_button.UseVisualStyleBackColor = true;
     this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cancel_button);
     this.groupBox2.Controls.Add(this.Save_button);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox2.Location = new System.Drawing.Point(0, 279);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(907, 71);
     this.groupBox2.TabIndex = 26;
     this.groupBox2.TabStop  = false;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.textBox_CheckUnit);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.dateTimePicker_CheckDate);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.CheckThing_textBox);
     this.groupBox3.Controls.Add(this.label23);
     this.groupBox3.Controls.Add(this.CHECKRESULT_textBox);
     this.groupBox3.Controls.Add(this.label20);
     this.groupBox3.Controls.Add(this.CheckPeople_textBox);
     this.groupBox3.Controls.Add(this.NextCheckdate_dateTimePicker);
     this.groupBox3.Controls.Add(this.label27);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.Status_ytComboBox1);
     this.groupBox3.Controls.Add(this.Checkid_textBox);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.deptid_selTextInpt);
     this.groupBox3.Controls.Add(this.cardId_textBox);
     this.groupBox3.Controls.Add(this.Userid_textBox);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label17);
     this.groupBox3.Controls.Add(this.label18);
     this.groupBox3.Controls.Add(this.choscode_textBox);
     this.groupBox3.Controls.Add(this.Username_textBox);
     this.groupBox3.Controls.Add(this.recdate_dateTimePicker);
     this.groupBox3.Controls.Add(this.memo_textBox);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(907, 289);
     this.groupBox3.TabIndex = 27;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "公共信息";
     //
     // textBox_CheckUnit
     //
     this.textBox_CheckUnit.Location = new System.Drawing.Point(429, 91);
     this.textBox_CheckUnit.Name     = "textBox_CheckUnit";
     this.textBox_CheckUnit.Size     = new System.Drawing.Size(154, 21);
     this.textBox_CheckUnit.TabIndex = 7;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(359, 93);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 12);
     this.label5.TabIndex  = 91;
     this.label5.Text      = "检查单位";
     //
     // dateTimePicker_CheckDate
     //
     this.dateTimePicker_CheckDate.CustomFormat = "yyyy-MM-dd";
     this.dateTimePicker_CheckDate.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dateTimePicker_CheckDate.Location     = new System.Drawing.Point(731, 57);
     this.dateTimePicker_CheckDate.Name         = "dateTimePicker_CheckDate";
     this.dateTimePicker_CheckDate.Size         = new System.Drawing.Size(154, 21);
     this.dateTimePicker_CheckDate.TabIndex     = 5;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(639, 61);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 12);
     this.label4.TabIndex  = 89;
     this.label4.Text      = "检查日期";
     //
     // CheckThing_textBox
     //
     this.CheckThing_textBox.Location = new System.Drawing.Point(141, 157);
     this.CheckThing_textBox.Name     = "CheckThing_textBox";
     this.CheckThing_textBox.Size     = new System.Drawing.Size(743, 21);
     this.CheckThing_textBox.TabIndex = 12;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(55, 160);
     this.label23.Name     = "label23";
     this.label23.Size     = new System.Drawing.Size(53, 12);
     this.label23.TabIndex = 87;
     this.label23.Text     = "简要记录";
     //
     // CHECKRESULT_textBox
     //
     this.CHECKRESULT_textBox.Location  = new System.Drawing.Point(139, 223);
     this.CHECKRESULT_textBox.Multiline = true;
     this.CHECKRESULT_textBox.Name      = "CHECKRESULT_textBox";
     this.CHECKRESULT_textBox.Size      = new System.Drawing.Size(747, 42);
     this.CHECKRESULT_textBox.TabIndex  = 14;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(47, 226);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(53, 12);
     this.label20.TabIndex = 83;
     this.label20.Text     = "检查结论";
     //
     // CheckPeople_textBox
     //
     this.CheckPeople_textBox.Location = new System.Drawing.Point(429, 57);
     this.CheckPeople_textBox.Name     = "CheckPeople_textBox";
     this.CheckPeople_textBox.Size     = new System.Drawing.Size(154, 21);
     this.CheckPeople_textBox.TabIndex = 4;
     //
     // NextCheckdate_dateTimePicker
     //
     this.NextCheckdate_dateTimePicker.CustomFormat = "yyyy-MM-dd ";
     this.NextCheckdate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Short;
     this.NextCheckdate_dateTimePicker.Location     = new System.Drawing.Point(731, 93);
     this.NextCheckdate_dateTimePicker.Name         = "NextCheckdate_dateTimePicker";
     this.NextCheckdate_dateTimePicker.Size         = new System.Drawing.Size(154, 21);
     this.NextCheckdate_dateTimePicker.TabIndex     = 8;
     //
     // label27
     //
     this.label27.AutoSize  = true;
     this.label27.ForeColor = System.Drawing.Color.Blue;
     this.label27.Location  = new System.Drawing.Point(359, 59);
     this.label27.Name      = "label27";
     this.label27.Size      = new System.Drawing.Size(41, 12);
     this.label27.TabIndex  = 79;
     this.label27.Text      = "检查人";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(628, 97);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(77, 12);
     this.label7.TabIndex = 39;
     this.label7.Text     = "下次检定日期";
     //
     // Status_ytComboBox1
     //
     this.Status_ytComboBox1.CacheKey      = null;
     this.Status_ytComboBox1.DbConn        = null;
     this.Status_ytComboBox1.DefText       = null;
     this.Status_ytComboBox1.DefValue      = null;
     this.Status_ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Status_ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Status_ytComboBox1.EnableEmpty   = true;
     this.Status_ytComboBox1.FirstText     = null;
     this.Status_ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Status_ytComboBox1.Fomart        = null;
     this.Status_ytComboBox1.ItemStr       = "";
     this.Status_ytComboBox1.Location      = new System.Drawing.Point(429, 22);
     this.Status_ytComboBox1.Name          = "ytComboBox1";
     this.Status_ytComboBox1.Param         = null;
     this.Status_ytComboBox1.Size          = new System.Drawing.Size(154, 22);
     this.Status_ytComboBox1.Sql           = null;
     this.Status_ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Status_ytComboBox1.TabIndex      = 1;
     this.Status_ytComboBox1.Tag           = tvList6;
     this.Status_ytComboBox1.Value         = null;
     //
     // Checkid_textBox
     //
     this.Checkid_textBox.Location = new System.Drawing.Point(140, 24);
     this.Checkid_textBox.Name     = "Checkid_textBox";
     this.Checkid_textBox.ReadOnly = true;
     this.Checkid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Checkid_textBox.TabIndex = 0;
     this.Checkid_textBox.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(61, 62);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(41, 12);
     this.label1.TabIndex  = 41;
     this.label1.Text      = "卡片ID";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(63, 27);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(41, 12);
     this.label2.TabIndex  = 42;
     this.label2.Text      = "检查ID";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(61, 97);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(29, 12);
     this.label3.TabIndex  = 45;
     this.label3.Text      = "科室";
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.ForeColor = System.Drawing.Color.Blue;
     this.label16.Location  = new System.Drawing.Point(368, 24);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(29, 12);
     this.label16.TabIndex  = 47;
     this.label16.Text      = "状态";
     //
     // deptid_selTextInpt
     //
     this.deptid_selTextInpt.ColDefText       = null;
     this.deptid_selTextInpt.ColStyle         = null;
     this.deptid_selTextInpt.DataType         = null;
     this.deptid_selTextInpt.DbConn           = null;
     this.deptid_selTextInpt.Enabled          = false;
     this.deptid_selTextInpt.Location         = new System.Drawing.Point(140, 91);
     this.deptid_selTextInpt.Name             = "deptid_selTextInpt";
     this.deptid_selTextInpt.NextFocusControl = null;
     this.deptid_selTextInpt.ReadOnly         = false;
     this.deptid_selTextInpt.SelParam         = null;
     this.deptid_selTextInpt.ShowColNum       = 0;
     this.deptid_selTextInpt.ShowWidth        = 0;
     this.deptid_selTextInpt.Size             = new System.Drawing.Size(154, 22);
     this.deptid_selTextInpt.Sql           = null;
     this.deptid_selTextInpt.SqlStr        = null;
     this.deptid_selTextInpt.TabIndex      = 6;
     this.deptid_selTextInpt.TabStop       = false;
     this.deptid_selTextInpt.TvColName     = null;
     this.deptid_selTextInpt.Value         = null;
     this.deptid_selTextInpt.WatermarkText = "";
     //
     // cardId_textBox
     //
     this.cardId_textBox.ColDefText       = null;
     this.cardId_textBox.ColStyle         = null;
     this.cardId_textBox.DataType         = null;
     this.cardId_textBox.DbConn           = null;
     this.cardId_textBox.Enabled          = false;
     this.cardId_textBox.Location         = new System.Drawing.Point(141, 59);
     this.cardId_textBox.Name             = "cardId_textBox";
     this.cardId_textBox.NextFocusControl = null;
     this.cardId_textBox.ReadOnly         = false;
     this.cardId_textBox.SelParam         = null;
     this.cardId_textBox.ShowColNum       = 0;
     this.cardId_textBox.ShowWidth        = 0;
     this.cardId_textBox.Size             = new System.Drawing.Size(154, 21);
     this.cardId_textBox.Sql           = null;
     this.cardId_textBox.SqlStr        = null;
     this.cardId_textBox.TabIndex      = 3;
     this.cardId_textBox.TabStop       = false;
     this.cardId_textBox.TvColName     = null;
     this.cardId_textBox.Value         = null;
     this.cardId_textBox.WatermarkText = "";
     //
     // Userid_textBox
     //
     this.Userid_textBox.Location = new System.Drawing.Point(429, 127);
     this.Userid_textBox.Name     = "Userid_textBox";
     this.Userid_textBox.ReadOnly = true;
     this.Userid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Userid_textBox.TabIndex = 10;
     this.Userid_textBox.TabStop  = false;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(46, 132);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(65, 12);
     this.label13.TabIndex  = 46;
     this.label13.Text      = "操作员姓名";
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.ForeColor = System.Drawing.Color.Blue;
     this.label14.Location  = new System.Drawing.Point(639, 28);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(53, 12);
     this.label14.TabIndex  = 31;
     this.label14.Text      = "修改时间";
     //
     // label17
     //
     this.label17.AutoSize  = true;
     this.label17.ForeColor = System.Drawing.Color.Blue;
     this.label17.Location  = new System.Drawing.Point(632, 129);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(77, 12);
     this.label17.TabIndex  = 32;
     this.label17.Text      = "医疗机构编码";
     //
     // label18
     //
     this.label18.AutoSize  = true;
     this.label18.ForeColor = System.Drawing.Color.Blue;
     this.label18.Location  = new System.Drawing.Point(355, 132);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(53, 12);
     this.label18.TabIndex  = 33;
     this.label18.Text      = "操作员ID";
     //
     // choscode_textBox
     //
     this.choscode_textBox.Location = new System.Drawing.Point(731, 124);
     this.choscode_textBox.Name     = "choscode_textBox";
     this.choscode_textBox.ReadOnly = true;
     this.choscode_textBox.Size     = new System.Drawing.Size(154, 21);
     this.choscode_textBox.TabIndex = 11;
     this.choscode_textBox.TabStop  = false;
     //
     // Username_textBox
     //
     this.Username_textBox.Location = new System.Drawing.Point(139, 126);
     this.Username_textBox.Name     = "Username_textBox";
     this.Username_textBox.ReadOnly = true;
     this.Username_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Username_textBox.TabIndex = 9;
     this.Username_textBox.TabStop  = false;
     //
     // recdate_dateTimePicker
     //
     this.recdate_dateTimePicker.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.recdate_dateTimePicker.Enabled      = false;
     this.recdate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.recdate_dateTimePicker.Location     = new System.Drawing.Point(730, 24);
     this.recdate_dateTimePicker.Name         = "recdate_dateTimePicker";
     this.recdate_dateTimePicker.Size         = new System.Drawing.Size(154, 21);
     this.recdate_dateTimePicker.TabIndex     = 2;
     this.recdate_dateTimePicker.TabStop      = false;
     //
     // memo_textBox
     //
     this.memo_textBox.Location = new System.Drawing.Point(140, 191);
     this.memo_textBox.Name     = "memo_textBox";
     this.memo_textBox.Size     = new System.Drawing.Size(745, 21);
     this.memo_textBox.TabIndex = 13;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(68, 194);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(29, 12);
     this.label11.TabIndex = 38;
     this.label11.Text     = "备注";
     //
     // EQCheckManagEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(907, 350);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Name          = "EQCheckManagEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备检查单";
     this.Load         += new System.EventHandler(this.EQCheckManagEdit_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(EQIn));
     YtWinContrl.com.datagrid.TvList            tvList5                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1                  = new System.Windows.Forms.ToolStrip();
     this.add_toolStripButton         = new System.Windows.Forms.ToolStripButton();
     this.ModifyButton                = new System.Windows.Forms.ToolStripButton();
     this.DeleButton                  = new System.Windows.Forms.ToolStripButton();
     this.check_toolStripButton       = new System.Windows.Forms.ToolStripButton();
     this.SubmitCheck_toolStripButton = new System.Windows.Forms.ToolStripButton();
     this.InWare_toolStripButton      = new System.Windows.Forms.ToolStripButton();
     this.scan_toolStripButton        = new System.Windows.Forms.ToolStripButton();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.Search_button       = new System.Windows.Forms.Button();
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.dateTimePicker2     = new System.Windows.Forms.DateTimePicker();
     this.dateTimeDuan1       = new YtWinContrl.com.contrl.DateTimeDuan();
     this.dateTimePicker1     = new System.Windows.Forms.DateTimePicker();
     this.InStatus_ytComboBox = new YtWinContrl.com.contrl.YtComboBox();
     this.InWare_selTextInpt  = new YtWinContrl.com.contrl.SelTextInpt();
     this.groupBox3           = new System.Windows.Forms.GroupBox();
     this.RuKuJinEHeJi        = new System.Windows.Forms.Label();
     this.label16             = new System.Windows.Forms.Label();
     this.JinEHeJi            = new System.Windows.Forms.Label();
     this.label15             = new System.Windows.Forms.Label();
     this.TiaoSu              = new System.Windows.Forms.Label();
     this.label13             = new System.Windows.Forms.Label();
     this.dataGView1          = new YtWinContrl.com.datagrid.DataGView();
     this.Column1             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2             = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column4             = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column5             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column22            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7             = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column36            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column24            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column37            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column39            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column20            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column38            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9             = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column21            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column13            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column14            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column15            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column17            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column18            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column19            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column23            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column16            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.add_toolStripButton,
         this.ModifyButton,
         this.DeleButton,
         this.check_toolStripButton,
         this.SubmitCheck_toolStripButton,
         this.InWare_toolStripButton,
         this.scan_toolStripButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(879, 25);
     this.toolStrip1.TabIndex = 3;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // add_toolStripButton
     //
     this.add_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("add_toolStripButton.Image")));
     this.add_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.add_toolStripButton.Name   = "add_toolStripButton";
     this.add_toolStripButton.Size   = new System.Drawing.Size(97, 22);
     this.add_toolStripButton.Text   = "新增入库信息";
     this.add_toolStripButton.Click += new System.EventHandler(this.add_toolStripButton_Click);
     //
     // ModifyButton
     //
     this.ModifyButton.Image = ((System.Drawing.Image)(resources.GetObject("ModifyButton.Image")));
     this.ModifyButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ModifyButton.Name   = "ModifyButton";
     this.ModifyButton.Size   = new System.Drawing.Size(97, 22);
     this.ModifyButton.Text   = "编辑入库信息";
     this.ModifyButton.Click += new System.EventHandler(this.ModifyButton_Click);
     //
     // DeleButton
     //
     this.DeleButton.Image = ((System.Drawing.Image)(resources.GetObject("DeleButton.Image")));
     this.DeleButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DeleButton.Name   = "DeleButton";
     this.DeleButton.Size   = new System.Drawing.Size(97, 22);
     this.DeleButton.Text   = "删除入库信息";
     this.DeleButton.Click += new System.EventHandler(this.DeleButton_Click);
     //
     // check_toolStripButton
     //
     this.check_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("check_toolStripButton.Image")));
     this.check_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.check_toolStripButton.Name   = "check_toolStripButton";
     this.check_toolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.check_toolStripButton.Text   = "审核";
     this.check_toolStripButton.Click += new System.EventHandler(this.check_toolStripButton_Click);
     //
     // SubmitCheck_toolStripButton
     //
     this.SubmitCheck_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("SubmitCheck_toolStripButton.Image")));
     this.SubmitCheck_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.SubmitCheck_toolStripButton.Name   = "SubmitCheck_toolStripButton";
     this.SubmitCheck_toolStripButton.Size   = new System.Drawing.Size(73, 22);
     this.SubmitCheck_toolStripButton.Text   = "提交审核";
     this.SubmitCheck_toolStripButton.Click += new System.EventHandler(this.UnCheck_toolStripButton_Click);
     //
     // InWare_toolStripButton
     //
     this.InWare_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("InWare_toolStripButton.Image")));
     this.InWare_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.InWare_toolStripButton.Name   = "InWare_toolStripButton";
     this.InWare_toolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.InWare_toolStripButton.Text   = "冲销";
     this.InWare_toolStripButton.Click += new System.EventHandler(this.InWare_toolStripButton_Click);
     //
     // scan_toolStripButton
     //
     this.scan_toolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("scan_toolStripButton.Image")));
     this.scan_toolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.scan_toolStripButton.Name   = "scan_toolStripButton";
     this.scan_toolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.scan_toolStripButton.Text   = "查看";
     this.scan_toolStripButton.Click += new System.EventHandler(this.scan_toolStripButton_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.Search_button);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.dateTimePicker2);
     this.groupBox1.Controls.Add(this.dateTimeDuan1);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.InStatus_ytComboBox);
     this.groupBox1.Controls.Add(this.InWare_selTextInpt);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(879, 99);
     this.groupBox1.TabIndex = 15;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询条件";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(149, 67);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 12);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "入库库房";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(354, 69);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 33;
     this.label1.Text     = "入库状态";
     //
     // Search_button
     //
     this.Search_button.Image      = ((System.Drawing.Image)(resources.GetObject("Search_button.Image")));
     this.Search_button.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.Search_button.Location   = new System.Drawing.Point(614, 62);
     this.Search_button.Name       = "Search_button";
     this.Search_button.Size       = new System.Drawing.Size(82, 26);
     this.Search_button.TabIndex   = 2;
     this.Search_button.Text       = "   查询";
     this.Search_button.UseVisualStyleBackColor = true;
     this.Search_button.Click += new System.EventHandler(this.Search_button_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(562, 26);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(17, 12);
     this.label3.TabIndex = 31;
     this.label3.Text     = "到";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(385, 25);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(17, 12);
     this.label4.TabIndex = 30;
     this.label4.Text     = "从";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(139, 23);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(65, 12);
     this.label5.TabIndex = 29;
     this.label5.Text     = "常用时间段";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Checked      = false;
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimePicker2.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location     = new System.Drawing.Point(588, 21);
     this.dateTimePicker2.Name         = "dateTimePicker2";
     this.dateTimePicker2.Size         = new System.Drawing.Size(127, 21);
     this.dateTimePicker2.TabIndex     = 28;
     //
     // dateTimeDuan1
     //
     this.dateTimeDuan1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.dateTimeDuan1.End               = this.dateTimePicker2;
     this.dateTimeDuan1.FormattingEnabled = true;
     this.dateTimeDuan1.Location          = new System.Drawing.Point(220, 20);
     this.dateTimeDuan1.Name              = "dateTimeDuan1";
     this.dateTimeDuan1.Size              = new System.Drawing.Size(108, 20);
     this.dateTimeDuan1.Start             = this.dateTimePicker1;
     this.dateTimeDuan1.TabIndex          = 27;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Checked      = false;
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(420, 21);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(127, 21);
     this.dateTimePicker1.TabIndex     = 26;
     //
     // InStatus_ytComboBox
     //
     this.InStatus_ytComboBox.CacheKey      = null;
     this.InStatus_ytComboBox.DbConn        = null;
     this.InStatus_ytComboBox.DefText       = null;
     this.InStatus_ytComboBox.DefValue      = null;
     this.InStatus_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.InStatus_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.InStatus_ytComboBox.EnableEmpty   = true;
     this.InStatus_ytComboBox.FirstText     = null;
     this.InStatus_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.InStatus_ytComboBox.Fomart        = null;
     this.InStatus_ytComboBox.ItemStr       = "";
     this.InStatus_ytComboBox.Location      = new System.Drawing.Point(421, 63);
     this.InStatus_ytComboBox.Name          = "InStatus_ytComboBox";
     this.InStatus_ytComboBox.Param         = null;
     this.InStatus_ytComboBox.Size          = new System.Drawing.Size(127, 22);
     this.InStatus_ytComboBox.Sql           = null;
     this.InStatus_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.InStatus_ytComboBox.TabIndex      = 1;
     this.InStatus_ytComboBox.Tag           = tvList5;
     this.InStatus_ytComboBox.Value         = null;
     //
     // InWare_selTextInpt
     //
     this.InWare_selTextInpt.ColDefText       = null;
     this.InWare_selTextInpt.ColStyle         = null;
     this.InWare_selTextInpt.DataType         = null;
     this.InWare_selTextInpt.DbConn           = null;
     this.InWare_selTextInpt.Location         = new System.Drawing.Point(217, 62);
     this.InWare_selTextInpt.Name             = "InWare_selTextInpt";
     this.InWare_selTextInpt.NextFocusControl = null;
     this.InWare_selTextInpt.ReadOnly         = false;
     this.InWare_selTextInpt.SelParam         = null;
     this.InWare_selTextInpt.ShowColNum       = 0;
     this.InWare_selTextInpt.ShowWidth        = 0;
     this.InWare_selTextInpt.Size             = new System.Drawing.Size(111, 22);
     this.InWare_selTextInpt.Sql           = null;
     this.InWare_selTextInpt.SqlStr        = null;
     this.InWare_selTextInpt.TabIndex      = 0;
     this.InWare_selTextInpt.TvColName     = null;
     this.InWare_selTextInpt.Value         = null;
     this.InWare_selTextInpt.WatermarkText = "";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.RuKuJinEHeJi);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.JinEHeJi);
     this.groupBox3.Controls.Add(this.label15);
     this.groupBox3.Controls.Add(this.TiaoSu);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox3.Location = new System.Drawing.Point(0, 449);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(879, 34);
     this.groupBox3.TabIndex = 31;
     this.groupBox3.TabStop  = false;
     //
     // RuKuJinEHeJi
     //
     this.RuKuJinEHeJi.AutoSize = true;
     this.RuKuJinEHeJi.Location = new System.Drawing.Point(613, 16);
     this.RuKuJinEHeJi.Name     = "RuKuJinEHeJi";
     this.RuKuJinEHeJi.Size     = new System.Drawing.Size(23, 12);
     this.RuKuJinEHeJi.TabIndex = 35;
     this.RuKuJinEHeJi.Text     = "0元";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(516, 16);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(101, 12);
     this.label16.TabIndex = 34;
     this.label16.Text     = "运杂费金额合计:";
     //
     // JinEHeJi
     //
     this.JinEHeJi.AutoSize = true;
     this.JinEHeJi.Location = new System.Drawing.Point(217, 16);
     this.JinEHeJi.Name     = "JinEHeJi";
     this.JinEHeJi.Size     = new System.Drawing.Size(23, 12);
     this.JinEHeJi.TabIndex = 33;
     this.JinEHeJi.Text     = "0元";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(144, 16);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(77, 12);
     this.label15.TabIndex = 32;
     this.label15.Text     = "总金额合计:";
     //
     // TiaoSu
     //
     this.TiaoSu.AutoSize = true;
     this.TiaoSu.Location = new System.Drawing.Point(46, 16);
     this.TiaoSu.Name     = "TiaoSu";
     this.TiaoSu.Size     = new System.Drawing.Size(23, 12);
     this.TiaoSu.TabIndex = 31;
     this.TiaoSu.Text     = "0笔";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(21, 16);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(29, 12);
     this.label13.TabIndex = 30;
     this.label13.Text     = "共:";
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows       = false;
     this.dataGView1.AllowUserToDeleteRows    = false;
     this.dataGView1.AllowUserToResizeRows    = false;
     this.dataGView1.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView1.BackgroundColor          = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName      = null;
     this.dataGView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dataGView1.ColumnHeadersHeight      = 25;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column4,
         this.Column5,
         this.Column22,
         this.Column7,
         this.Column36,
         this.Column6,
         this.Column24,
         this.Column3,
         this.Column8,
         this.Column37,
         this.Column39,
         this.Column20,
         this.Column38,
         this.Column9,
         this.Column21,
         this.Column10,
         this.Column11,
         this.Column12,
         this.Column13,
         this.Column14,
         this.Column15,
         this.Column17,
         this.Column18,
         this.Column19,
         this.Column23,
         this.Column16
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle5.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle5.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle5.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle5.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle5.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle5;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(0, 124);
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.ReadOnly                = true;
     this.dataGView1.RowHeadersWidth         = 30;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView1.Size                    = new System.Drawing.Size(879, 325);
     this.dataGView1.TabIndex                = 32;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "INID";
     this.Column1.HeaderText       = "入库ID";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Width            = 66;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "IOID";
     this.Column2.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column2.HeaderText       = "入库方式ID";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column2.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column2.Width            = 90;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "WARECODE";
     this.Column4.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column4.HeaderText       = "入库库房编码";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column4.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column4.Width            = 102;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "TOTALMONEY";
     this.Column5.HeaderText       = "总金额";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Width            = 66;
     //
     // Column22
     //
     this.Column22.DataPropertyName = "INVOICECODE";
     this.Column22.HeaderText       = "发票号码";
     this.Column22.Name             = "Column22";
     this.Column22.ReadOnly         = true;
     this.Column22.Width            = 78;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "STATUS";
     this.Column7.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column7.HeaderText       = "状态";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     this.Column7.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column7.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column7.Width            = 54;
     //
     // Column36
     //
     this.Column36.DataPropertyName = "SUPPLYID";
     this.Column36.HeaderText       = "供货商ID";
     this.Column36.Name             = "Column36";
     this.Column36.ReadOnly         = true;
     this.Column36.Visible          = false;
     this.Column36.Width            = 78;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "INVOICEMONEY";
     this.Column6.HeaderText       = "发票金额";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     this.Column6.Width            = 78;
     //
     // Column24
     //
     this.Column24.DataPropertyName = "OTHERMONEY";
     this.Column24.HeaderText       = "运杂费金额";
     this.Column24.Name             = "Column24";
     this.Column24.ReadOnly         = true;
     this.Column24.Width            = 90;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "OPFLAG";
     this.Column3.HeaderText       = "操作标志";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Width            = 78;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "INVOICEDATE";
     this.Column8.HeaderText       = "发票日期";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     this.Column8.Width            = 78;
     //
     // Column37
     //
     this.Column37.DataPropertyName = "SUPPLYNAME";
     this.Column37.HeaderText       = "供货商名称";
     this.Column37.Name             = "Column37";
     this.Column37.ReadOnly         = true;
     this.Column37.Width            = 90;
     //
     // Column39
     //
     this.Column39.DataPropertyName = "BUYUSER";
     this.Column39.HeaderText       = "采购人";
     this.Column39.Name             = "Column39";
     this.Column39.ReadOnly         = true;
     this.Column39.Width            = 66;
     //
     // Column20
     //
     this.Column20.DataPropertyName = "RECIPECODE";
     this.Column20.HeaderText       = "单据号";
     this.Column20.Name             = "Column20";
     this.Column20.ReadOnly         = true;
     this.Column20.Width            = 66;
     //
     // Column38
     //
     this.Column38.DataPropertyName = "INDATE";
     this.Column38.HeaderText       = "制单日期";
     this.Column38.Name             = "Column38";
     this.Column38.ReadOnly         = true;
     this.Column38.Width            = 78;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "MEMO";
     this.Column9.HeaderText       = "备注";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     this.Column9.Width            = 54;
     //
     // Column21
     //
     this.Column21.DataPropertyName = "SHDH";
     this.Column21.HeaderText       = "随货单号";
     this.Column21.Name             = "Column21";
     this.Column21.ReadOnly         = true;
     this.Column21.Width            = 78;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "USERID";
     this.Column10.HeaderText       = "操作员ID";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     this.Column10.Width            = 78;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "USERNAME";
     this.Column11.HeaderText       = "操作员名称";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     this.Column11.Width            = 90;
     //
     // Column12
     //
     this.Column12.DataPropertyName = "RECDATE";
     this.Column12.HeaderText       = "修改时间";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     this.Column12.Width            = 78;
     //
     // Column13
     //
     this.Column13.DataPropertyName = "SHDATE";
     this.Column13.HeaderText       = "审核日期";
     this.Column13.Name             = "Column13";
     this.Column13.ReadOnly         = true;
     this.Column13.Width            = 78;
     //
     // Column14
     //
     this.Column14.DataPropertyName = "SHUSERID";
     this.Column14.HeaderText       = "审核操作员ID";
     this.Column14.Name             = "Column14";
     this.Column14.ReadOnly         = true;
     this.Column14.Width            = 102;
     //
     // Column15
     //
     this.Column15.DataPropertyName = "SHUSERNAME";
     this.Column15.HeaderText       = "审核操作员姓名";
     this.Column15.Name             = "Column15";
     this.Column15.ReadOnly         = true;
     this.Column15.Width            = 114;
     //
     // Column17
     //
     this.Column17.DataPropertyName = "CXDATE";
     this.Column17.HeaderText       = "冲销日期";
     this.Column17.Name             = "Column17";
     this.Column17.ReadOnly         = true;
     this.Column17.Width            = 78;
     //
     // Column18
     //
     this.Column18.DataPropertyName = "CXUSERID";
     this.Column18.HeaderText       = "冲销操作员ID";
     this.Column18.Name             = "Column18";
     this.Column18.ReadOnly         = true;
     this.Column18.Width            = 102;
     //
     // Column19
     //
     this.Column19.DataPropertyName = "CXUSERNAME";
     this.Column19.HeaderText       = "冲销操作员姓名";
     this.Column19.Name             = "Column19";
     this.Column19.ReadOnly         = true;
     this.Column19.Width            = 114;
     //
     // Column23
     //
     this.Column23.DataPropertyName = "DEPTID";
     this.Column23.HeaderText       = "入库科室ID";
     this.Column23.Name             = "Column23";
     this.Column23.ReadOnly         = true;
     this.Column23.Width            = 90;
     //
     // Column16
     //
     this.Column16.DataPropertyName = "CHOSCODE";
     this.Column16.HeaderText       = "医疗机构编码";
     this.Column16.Name             = "Column16";
     this.Column16.ReadOnly         = true;
     this.Column16.Width            = 102;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(411, 16);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(23, 12);
     this.label6.TabIndex = 37;
     this.label6.Text     = "0元";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(321, 16);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(89, 12);
     this.label7.TabIndex = 36;
     this.label7.Text     = "发票金额合计:";
     //
     // EQIn
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(879, 483);
     this.Controls.Add(this.dataGView1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "EQIn";
     this.Text  = "设备入库";
     this.Load += new System.EventHandler(this.EQIn_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList3 = new YtWinContrl.com.datagrid.TvList();
     this.Save_button          = new System.Windows.Forms.Button();
     this.cancel_button        = new System.Windows.Forms.Button();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     this.ChangeParts_textBox  = new System.Windows.Forms.TextBox();
     this.label23              = new System.Windows.Forms.Label();
     this.textBox_RepairPeople = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.MaintainThing_textBox = new System.Windows.Forms.TextBox();
     this.label20 = new System.Windows.Forms.Label();
     this.RepairDeptId_selText  = new YtWinContrl.com.contrl.SelTextInpt();
     this.BaoyangPeople_textBox = new System.Windows.Forms.TextBox();
     this.label10                     = new System.Windows.Forms.Label();
     this.label6                      = new System.Windows.Forms.Label();
     this.OtherFare_textBox           = new System.Windows.Forms.TextBox();
     this.Maintaindate_dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.label27                     = new System.Windows.Forms.Label();
     this.label25                     = new System.Windows.Forms.Label();
     this.Maintaincode_selText        = new YtWinContrl.com.contrl.SelTextInpt();
     this.label7                      = new System.Windows.Forms.Label();
     this.Status_ytComboBox1          = new YtWinContrl.com.contrl.YtComboBox();
     this.Maintainid_textBox          = new System.Windows.Forms.TextBox();
     this.label1                      = new System.Windows.Forms.Label();
     this.label2                      = new System.Windows.Forms.Label();
     this.label3                      = new System.Windows.Forms.Label();
     this.label16                     = new System.Windows.Forms.Label();
     this.deptid_selTextInpt          = new YtWinContrl.com.contrl.SelTextInpt();
     this.cardId_textBox              = new YtWinContrl.com.contrl.SelTextInpt();
     this.CLfare_textBox              = new System.Windows.Forms.TextBox();
     this.Userid_textBox              = new System.Windows.Forms.TextBox();
     this.label13                     = new System.Windows.Forms.Label();
     this.label8                      = new System.Windows.Forms.Label();
     this.label9                      = new System.Windows.Forms.Label();
     this.label14                     = new System.Windows.Forms.Label();
     this.Maintainfare_textBox        = new System.Windows.Forms.TextBox();
     this.label17                     = new System.Windows.Forms.Label();
     this.label18                     = new System.Windows.Forms.Label();
     this.choscode_textBox            = new System.Windows.Forms.TextBox();
     this.Username_textBox            = new System.Windows.Forms.TextBox();
     this.recdate_dateTimePicker      = new System.Windows.Forms.DateTimePicker();
     this.memo_textBox                = new System.Windows.Forms.TextBox();
     this.label11                     = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // Save_button
     //
     this.Save_button.Location = new System.Drawing.Point(337, 20);
     this.Save_button.Name     = "Save_button";
     this.Save_button.Size     = new System.Drawing.Size(75, 23);
     this.Save_button.TabIndex = 19;
     this.Save_button.Text     = "保存";
     this.Save_button.UseVisualStyleBackColor = true;
     this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
     //
     // cancel_button
     //
     this.cancel_button.Location = new System.Drawing.Point(678, 20);
     this.cancel_button.Name     = "cancel_button";
     this.cancel_button.Size     = new System.Drawing.Size(75, 23);
     this.cancel_button.TabIndex = 20;
     this.cancel_button.Text     = "取消";
     this.cancel_button.UseVisualStyleBackColor = true;
     this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cancel_button);
     this.groupBox2.Controls.Add(this.Save_button);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox2.Location = new System.Drawing.Point(0, 321);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(907, 69);
     this.groupBox2.TabIndex = 26;
     this.groupBox2.TabStop  = false;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.ChangeParts_textBox);
     this.groupBox3.Controls.Add(this.label23);
     this.groupBox3.Controls.Add(this.textBox_RepairPeople);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.MaintainThing_textBox);
     this.groupBox3.Controls.Add(this.label20);
     this.groupBox3.Controls.Add(this.RepairDeptId_selText);
     this.groupBox3.Controls.Add(this.BaoyangPeople_textBox);
     this.groupBox3.Controls.Add(this.label10);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.OtherFare_textBox);
     this.groupBox3.Controls.Add(this.Maintaindate_dateTimePicker);
     this.groupBox3.Controls.Add(this.label27);
     this.groupBox3.Controls.Add(this.label25);
     this.groupBox3.Controls.Add(this.Maintaincode_selText);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.Status_ytComboBox1);
     this.groupBox3.Controls.Add(this.Maintainid_textBox);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.deptid_selTextInpt);
     this.groupBox3.Controls.Add(this.cardId_textBox);
     this.groupBox3.Controls.Add(this.CLfare_textBox);
     this.groupBox3.Controls.Add(this.Userid_textBox);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.label9);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.Maintainfare_textBox);
     this.groupBox3.Controls.Add(this.label17);
     this.groupBox3.Controls.Add(this.label18);
     this.groupBox3.Controls.Add(this.choscode_textBox);
     this.groupBox3.Controls.Add(this.Username_textBox);
     this.groupBox3.Controls.Add(this.recdate_dateTimePicker);
     this.groupBox3.Controls.Add(this.memo_textBox);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox3.Location = new System.Drawing.Point(0, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(907, 315);
     this.groupBox3.TabIndex = 27;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "公共信息";
     //
     // ChangeParts_textBox
     //
     this.ChangeParts_textBox.Location = new System.Drawing.Point(141, 157);
     this.ChangeParts_textBox.Name     = "ChangeParts_textBox";
     this.ChangeParts_textBox.Size     = new System.Drawing.Size(154, 21);
     this.ChangeParts_textBox.TabIndex = 12;
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(55, 160);
     this.label23.Name     = "label23";
     this.label23.Size     = new System.Drawing.Size(53, 12);
     this.label23.TabIndex = 87;
     this.label23.Text     = "更换部件";
     //
     // textBox_RepairPeople
     //
     this.textBox_RepairPeople.Location = new System.Drawing.Point(448, 91);
     this.textBox_RepairPeople.Name     = "textBox_RepairPeople";
     this.textBox_RepairPeople.Size     = new System.Drawing.Size(154, 21);
     this.textBox_RepairPeople.TabIndex = 7;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(369, 95);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(41, 12);
     this.label5.TabIndex = 85;
     this.label5.Text     = "维修人";
     //
     // MaintainThing_textBox
     //
     this.MaintainThing_textBox.Location  = new System.Drawing.Point(138, 258);
     this.MaintainThing_textBox.Multiline = true;
     this.MaintainThing_textBox.Name      = "MaintainThing_textBox";
     this.MaintainThing_textBox.Size      = new System.Drawing.Size(753, 51);
     this.MaintainThing_textBox.TabIndex  = 18;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(46, 261);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(53, 12);
     this.label20.TabIndex = 83;
     this.label20.Text     = "保养情况";
     //
     // RepairDeptId_selText
     //
     this.RepairDeptId_selText.ColDefText       = null;
     this.RepairDeptId_selText.ColStyle         = null;
     this.RepairDeptId_selText.DataType         = null;
     this.RepairDeptId_selText.DbConn           = null;
     this.RepairDeptId_selText.Location         = new System.Drawing.Point(448, 125);
     this.RepairDeptId_selText.Name             = "RepairDeptId_selText";
     this.RepairDeptId_selText.NextFocusControl = null;
     this.RepairDeptId_selText.ReadOnly         = false;
     this.RepairDeptId_selText.SelParam         = null;
     this.RepairDeptId_selText.ShowColNum       = 0;
     this.RepairDeptId_selText.ShowWidth        = 0;
     this.RepairDeptId_selText.Size             = new System.Drawing.Size(154, 22);
     this.RepairDeptId_selText.Sql           = null;
     this.RepairDeptId_selText.SqlStr        = null;
     this.RepairDeptId_selText.TabIndex      = 10;
     this.RepairDeptId_selText.TvColName     = null;
     this.RepairDeptId_selText.Value         = null;
     this.RepairDeptId_selText.WatermarkText = "";
     //
     // BaoyangPeople_textBox
     //
     this.BaoyangPeople_textBox.Location = new System.Drawing.Point(448, 59);
     this.BaoyangPeople_textBox.Name     = "BaoyangPeople_textBox";
     this.BaoyangPeople_textBox.Size     = new System.Drawing.Size(154, 21);
     this.BaoyangPeople_textBox.TabIndex = 4;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(654, 130);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(53, 12);
     this.label10.TabIndex = 81;
     this.label10.Text     = "其它费用";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(359, 127);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(53, 12);
     this.label6.TabIndex = 37;
     this.label6.Text     = "维修科室";
     //
     // OtherFare_textBox
     //
     this.OtherFare_textBox.Location = new System.Drawing.Point(735, 124);
     this.OtherFare_textBox.Name     = "OtherFare_textBox";
     this.OtherFare_textBox.Size     = new System.Drawing.Size(154, 21);
     this.OtherFare_textBox.TabIndex = 11;
     //
     // Maintaindate_dateTimePicker
     //
     this.Maintaindate_dateTimePicker.CustomFormat = "yyyy-MM-dd hh:mm:ss";
     this.Maintaindate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.Maintaindate_dateTimePicker.Location     = new System.Drawing.Point(450, 159);
     this.Maintaindate_dateTimePicker.Name         = "Maintaindate_dateTimePicker";
     this.Maintaindate_dateTimePicker.Size         = new System.Drawing.Size(154, 21);
     this.Maintaindate_dateTimePicker.TabIndex     = 13;
     //
     // label27
     //
     this.label27.AutoSize  = true;
     this.label27.ForeColor = System.Drawing.Color.Blue;
     this.label27.Location  = new System.Drawing.Point(369, 61);
     this.label27.Name      = "label27";
     this.label27.Size      = new System.Drawing.Size(41, 12);
     this.label27.TabIndex  = 79;
     this.label27.Text      = "保养人";
     //
     // label25
     //
     this.label25.AutoSize  = true;
     this.label25.ForeColor = System.Drawing.Color.Blue;
     this.label25.Location  = new System.Drawing.Point(51, 131);
     this.label25.Name      = "label25";
     this.label25.Size      = new System.Drawing.Size(53, 12);
     this.label25.TabIndex  = 71;
     this.label25.Text      = "保养类别";
     //
     // Maintaincode_selText
     //
     this.Maintaincode_selText.ColDefText       = null;
     this.Maintaincode_selText.ColStyle         = null;
     this.Maintaincode_selText.DataType         = null;
     this.Maintaincode_selText.DbConn           = null;
     this.Maintaincode_selText.Location         = new System.Drawing.Point(140, 124);
     this.Maintaincode_selText.Name             = "Maintaincode_selText";
     this.Maintaincode_selText.NextFocusControl = null;
     this.Maintaincode_selText.ReadOnly         = false;
     this.Maintaincode_selText.SelParam         = null;
     this.Maintaincode_selText.ShowColNum       = 0;
     this.Maintaincode_selText.ShowWidth        = 0;
     this.Maintaincode_selText.Size             = new System.Drawing.Size(154, 22);
     this.Maintaincode_selText.Sql           = null;
     this.Maintaincode_selText.SqlStr        = null;
     this.Maintaincode_selText.TabIndex      = 9;
     this.Maintaincode_selText.TvColName     = null;
     this.Maintaincode_selText.Value         = null;
     this.Maintaincode_selText.WatermarkText = "";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(369, 163);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(53, 12);
     this.label7.TabIndex  = 39;
     this.label7.Text      = "保养日期";
     //
     // Status_ytComboBox1
     //
     this.Status_ytComboBox1.CacheKey      = null;
     this.Status_ytComboBox1.DbConn        = null;
     this.Status_ytComboBox1.DefText       = null;
     this.Status_ytComboBox1.DefValue      = null;
     this.Status_ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Status_ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Status_ytComboBox1.EnableEmpty   = true;
     this.Status_ytComboBox1.FirstText     = null;
     this.Status_ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Status_ytComboBox1.Fomart        = null;
     this.Status_ytComboBox1.ItemStr       = "";
     this.Status_ytComboBox1.Location      = new System.Drawing.Point(733, 24);
     this.Status_ytComboBox1.Name          = "ytComboBox1";
     this.Status_ytComboBox1.Param         = null;
     this.Status_ytComboBox1.Size          = new System.Drawing.Size(154, 22);
     this.Status_ytComboBox1.Sql           = null;
     this.Status_ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Status_ytComboBox1.TabIndex      = 2;
     this.Status_ytComboBox1.Tag           = tvList3;
     this.Status_ytComboBox1.Value         = null;
     //
     // Maintainid_textBox
     //
     this.Maintainid_textBox.Location = new System.Drawing.Point(140, 24);
     this.Maintainid_textBox.Name     = "Maintainid_textBox";
     this.Maintainid_textBox.ReadOnly = true;
     this.Maintainid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Maintainid_textBox.TabIndex = 0;
     this.Maintainid_textBox.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(61, 62);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(41, 12);
     this.label1.TabIndex  = 41;
     this.label1.Text      = "卡片ID";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(63, 27);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(41, 12);
     this.label2.TabIndex  = 42;
     this.label2.Text      = "保养ID";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(61, 97);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(29, 12);
     this.label3.TabIndex  = 45;
     this.label3.Text      = "科室";
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.ForeColor = System.Drawing.Color.Blue;
     this.label16.Location  = new System.Drawing.Point(658, 27);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(29, 12);
     this.label16.TabIndex  = 47;
     this.label16.Text      = "状态";
     //
     // deptid_selTextInpt
     //
     this.deptid_selTextInpt.ColDefText       = null;
     this.deptid_selTextInpt.ColStyle         = null;
     this.deptid_selTextInpt.DataType         = null;
     this.deptid_selTextInpt.DbConn           = null;
     this.deptid_selTextInpt.Enabled          = false;
     this.deptid_selTextInpt.Location         = new System.Drawing.Point(140, 91);
     this.deptid_selTextInpt.Name             = "deptid_selTextInpt";
     this.deptid_selTextInpt.NextFocusControl = null;
     this.deptid_selTextInpt.ReadOnly         = false;
     this.deptid_selTextInpt.SelParam         = null;
     this.deptid_selTextInpt.ShowColNum       = 0;
     this.deptid_selTextInpt.ShowWidth        = 0;
     this.deptid_selTextInpt.Size             = new System.Drawing.Size(154, 22);
     this.deptid_selTextInpt.Sql           = null;
     this.deptid_selTextInpt.SqlStr        = null;
     this.deptid_selTextInpt.TabIndex      = 6;
     this.deptid_selTextInpt.TabStop       = false;
     this.deptid_selTextInpt.TvColName     = null;
     this.deptid_selTextInpt.Value         = null;
     this.deptid_selTextInpt.WatermarkText = "";
     //
     // cardId_textBox
     //
     this.cardId_textBox.ColDefText       = null;
     this.cardId_textBox.ColStyle         = null;
     this.cardId_textBox.DataType         = null;
     this.cardId_textBox.DbConn           = null;
     this.cardId_textBox.Enabled          = false;
     this.cardId_textBox.Location         = new System.Drawing.Point(141, 59);
     this.cardId_textBox.Name             = "cardId_textBox";
     this.cardId_textBox.NextFocusControl = null;
     this.cardId_textBox.ReadOnly         = false;
     this.cardId_textBox.SelParam         = null;
     this.cardId_textBox.ShowColNum       = 0;
     this.cardId_textBox.ShowWidth        = 0;
     this.cardId_textBox.Size             = new System.Drawing.Size(154, 21);
     this.cardId_textBox.Sql           = null;
     this.cardId_textBox.SqlStr        = null;
     this.cardId_textBox.TabIndex      = 3;
     this.cardId_textBox.TabStop       = false;
     this.cardId_textBox.TvColName     = null;
     this.cardId_textBox.Value         = null;
     this.cardId_textBox.WatermarkText = "";
     //
     // CLfare_textBox
     //
     this.CLfare_textBox.Location = new System.Drawing.Point(733, 56);
     this.CLfare_textBox.Name     = "CLfare_textBox";
     this.CLfare_textBox.Size     = new System.Drawing.Size(154, 21);
     this.CLfare_textBox.TabIndex = 5;
     //
     // Userid_textBox
     //
     this.Userid_textBox.Location = new System.Drawing.Point(450, 192);
     this.Userid_textBox.Name     = "Userid_textBox";
     this.Userid_textBox.ReadOnly = true;
     this.Userid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Userid_textBox.TabIndex = 16;
     this.Userid_textBox.TabStop  = false;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(48, 197);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(65, 12);
     this.label13.TabIndex  = 46;
     this.label13.Text      = "操作员姓名";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(655, 61);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(41, 12);
     this.label8.TabIndex = 44;
     this.label8.Text     = "材料费";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(655, 93);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(41, 12);
     this.label9.TabIndex = 29;
     this.label9.Text     = "保养费";
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.ForeColor = System.Drawing.Color.Blue;
     this.label14.Location  = new System.Drawing.Point(354, 28);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(53, 12);
     this.label14.TabIndex  = 31;
     this.label14.Text      = "修改时间";
     //
     // Maintainfare_textBox
     //
     this.Maintainfare_textBox.Location = new System.Drawing.Point(734, 90);
     this.Maintainfare_textBox.Name     = "Maintainfare_textBox";
     this.Maintainfare_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Maintainfare_textBox.TabIndex = 8;
     //
     // label17
     //
     this.label17.AutoSize  = true;
     this.label17.ForeColor = System.Drawing.Color.Blue;
     this.label17.Location  = new System.Drawing.Point(640, 166);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(77, 12);
     this.label17.TabIndex  = 32;
     this.label17.Text      = "医疗机构编码";
     //
     // label18
     //
     this.label18.AutoSize  = true;
     this.label18.ForeColor = System.Drawing.Color.Blue;
     this.label18.Location  = new System.Drawing.Point(369, 197);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(53, 12);
     this.label18.TabIndex  = 33;
     this.label18.Text      = "操作员ID";
     //
     // choscode_textBox
     //
     this.choscode_textBox.Location = new System.Drawing.Point(736, 161);
     this.choscode_textBox.Name     = "choscode_textBox";
     this.choscode_textBox.ReadOnly = true;
     this.choscode_textBox.Size     = new System.Drawing.Size(154, 21);
     this.choscode_textBox.TabIndex = 14;
     this.choscode_textBox.TabStop  = false;
     //
     // Username_textBox
     //
     this.Username_textBox.Location = new System.Drawing.Point(141, 191);
     this.Username_textBox.Name     = "Username_textBox";
     this.Username_textBox.ReadOnly = true;
     this.Username_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Username_textBox.TabIndex = 15;
     this.Username_textBox.TabStop  = false;
     //
     // recdate_dateTimePicker
     //
     this.recdate_dateTimePicker.CustomFormat = "yyyy-MM-dd hh:mm:ss";
     this.recdate_dateTimePicker.Enabled      = false;
     this.recdate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.recdate_dateTimePicker.Location     = new System.Drawing.Point(447, 24);
     this.recdate_dateTimePicker.Name         = "recdate_dateTimePicker";
     this.recdate_dateTimePicker.Size         = new System.Drawing.Size(154, 21);
     this.recdate_dateTimePicker.TabIndex     = 1;
     this.recdate_dateTimePicker.TabStop      = false;
     //
     // memo_textBox
     //
     this.memo_textBox.Location = new System.Drawing.Point(139, 226);
     this.memo_textBox.Name     = "memo_textBox";
     this.memo_textBox.Size     = new System.Drawing.Size(752, 21);
     this.memo_textBox.TabIndex = 17;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(67, 229);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(29, 12);
     this.label11.TabIndex = 38;
     this.label11.Text     = "备注";
     //
     // EQKeepFitManagEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(907, 390);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Name          = "EQKeepFitManagEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备保养单";
     this.Load         += new System.EventHandler(this.EQFixManagEdit_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(AskBuy));
     YtWinContrl.com.datagrid.TvList            tvList3                = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList            tvList4                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1                 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7           = new System.Windows.Forms.ToolStripButton();
     this.imageList1                 = new System.Windows.Forms.ImageList(this.components);
     this.ytComboBox1                = new YtWinContrl.com.contrl.YtComboBox();
     this.groupBox3                  = new System.Windows.Forms.GroupBox();
     this.label1                     = new System.Windows.Forms.Label();
     this.selTextInpt_KSID           = new YtWinContrl.com.contrl.SelTextInpt();
     this.label2                     = new System.Windows.Forms.Label();
     this.Search_button              = new System.Windows.Forms.Button();
     this.label4                     = new System.Windows.Forms.Label();
     this.label5                     = new System.Windows.Forms.Label();
     this.label6                     = new System.Windows.Forms.Label();
     this.dateTimePicker2            = new System.Windows.Forms.DateTimePicker();
     this.dateTimeDuan1              = new YtWinContrl.com.contrl.DateTimeDuan();
     this.dateTimePicker1            = new System.Windows.Forms.DateTimePicker();
     this.comboBox1                  = new YtWinContrl.com.contrl.YtComboBox();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.JinEHeJi                   = new System.Windows.Forms.Label();
     this.label15                    = new System.Windows.Forms.Label();
     this.TiaoSu                     = new System.Windows.Forms.Label();
     this.label13                    = new System.Windows.Forms.Label();
     this.groupBox2                  = new System.Windows.Forms.GroupBox();
     this.dataGView_Main             = new YtWinContrl.com.datagrid.DataGView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3                    = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column4                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column22                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12                   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column13                   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column8                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column1                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column14                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column25                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column24                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column26                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column16                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column21                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column23                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column28                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column15                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView_Main)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton5,
         this.toolStripButton3,
         this.toolStripButton4,
         this.toolStripButton6,
         this.toolStripButton7
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(868, 25);
     this.toolStrip1.TabIndex = 15;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton1.Text   = "新增";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton5.Text   = "编辑";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton3.Text   = "删除";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton4.Text   = "浏览";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name   = "toolStripButton6";
     this.toolStripButton6.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton6.Text   = "提交";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton7.Text   = "审核";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "CheckGreen.bmp");
     this.imageList1.Images.SetKeyName(1, "CheckRed.bmp");
     //
     // ytComboBox1
     //
     this.ytComboBox1.CacheKey      = null;
     this.ytComboBox1.DbConn        = null;
     this.ytComboBox1.DefText       = null;
     this.ytComboBox1.DefValue      = null;
     this.ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox1.EnableEmpty   = true;
     this.ytComboBox1.FirstText     = null;
     this.ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox1.Fomart        = null;
     this.ytComboBox1.ItemStr       = "";
     this.ytComboBox1.Location      = new System.Drawing.Point(0, 0);
     this.ytComboBox1.Name          = "ytComboBox1";
     this.ytComboBox1.Param         = null;
     this.ytComboBox1.Sql           = null;
     this.ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox1.TabIndex      = 0;
     this.ytComboBox1.Tag           = tvList3;
     this.ytComboBox1.Value         = null;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.selTextInpt_KSID);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.Search_button);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.label5);
     this.groupBox3.Controls.Add(this.label6);
     this.groupBox3.Controls.Add(this.dateTimePicker2);
     this.groupBox3.Controls.Add(this.dateTimeDuan1);
     this.groupBox3.Controls.Add(this.dateTimePicker1);
     this.groupBox3.Controls.Add(this.comboBox1);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox3.Location = new System.Drawing.Point(0, 25);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(868, 91);
     this.groupBox3.TabIndex = 35;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "查询";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(118, 62);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(29, 12);
     this.label1.TabIndex  = 34;
     this.label1.Text      = "状态";
     //
     // selTextInpt_KSID
     //
     this.selTextInpt_KSID.ColDefText       = null;
     this.selTextInpt_KSID.ColStyle         = null;
     this.selTextInpt_KSID.DataType         = null;
     this.selTextInpt_KSID.DbConn           = null;
     this.selTextInpt_KSID.Location         = new System.Drawing.Point(340, 59);
     this.selTextInpt_KSID.Name             = "selTextInpt_KSID";
     this.selTextInpt_KSID.NextFocusControl = null;
     this.selTextInpt_KSID.ReadOnly         = false;
     this.selTextInpt_KSID.SelParam         = null;
     this.selTextInpt_KSID.ShowColNum       = 0;
     this.selTextInpt_KSID.ShowWidth        = 0;
     this.selTextInpt_KSID.Size             = new System.Drawing.Size(127, 22);
     this.selTextInpt_KSID.Sql           = null;
     this.selTextInpt_KSID.SqlStr        = null;
     this.selTextInpt_KSID.TabIndex      = 0;
     this.selTextInpt_KSID.TvColName     = null;
     this.selTextInpt_KSID.Value         = null;
     this.selTextInpt_KSID.WatermarkText = "";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(294, 64);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(29, 12);
     this.label2.TabIndex  = 33;
     this.label2.Text      = "科室";
     //
     // Search_button
     //
     this.Search_button.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.Search_button.Location   = new System.Drawing.Point(563, 56);
     this.Search_button.Name       = "Search_button";
     this.Search_button.Size       = new System.Drawing.Size(82, 26);
     this.Search_button.TabIndex   = 1;
     this.Search_button.Text       = "浏览";
     this.Search_button.UseVisualStyleBackColor = true;
     this.Search_button.Click += new System.EventHandler(this.Search_button_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(486, 26);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(17, 12);
     this.label4.TabIndex = 31;
     this.label4.Text     = "到";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(302, 24);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(17, 12);
     this.label5.TabIndex = 30;
     this.label5.Text     = "从";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(88, 25);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(65, 12);
     this.label6.TabIndex = 29;
     this.label6.Text     = "常用时间段";
     //
     // dateTimePicker2
     //
     this.dateTimePicker2.Checked      = false;
     this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimePicker2.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker2.Location     = new System.Drawing.Point(518, 21);
     this.dateTimePicker2.Name         = "dateTimePicker2";
     this.dateTimePicker2.Size         = new System.Drawing.Size(127, 21);
     this.dateTimePicker2.TabIndex     = 28;
     //
     // dateTimeDuan1
     //
     this.dateTimeDuan1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.dateTimeDuan1.End               = this.dateTimePicker2;
     this.dateTimeDuan1.FormattingEnabled = true;
     this.dateTimeDuan1.Location          = new System.Drawing.Point(159, 21);
     this.dateTimeDuan1.Name              = "dateTimeDuan1";
     this.dateTimeDuan1.Size              = new System.Drawing.Size(117, 20);
     this.dateTimeDuan1.Start             = this.dateTimePicker1;
     this.dateTimeDuan1.TabIndex          = 27;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.Checked      = false;
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(339, 21);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(127, 21);
     this.dateTimePicker1.TabIndex     = 26;
     //
     // comboBox1
     //
     this.comboBox1.CacheKey          = null;
     this.comboBox1.DbConn            = null;
     this.comboBox1.DefText           = null;
     this.comboBox1.DefValue          = null;
     this.comboBox1.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.EnableEmpty       = true;
     this.comboBox1.FirstText         = null;
     this.comboBox1.FlatStyle         = System.Windows.Forms.FlatStyle.Flat;
     this.comboBox1.Fomart            = null;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.ItemStr           = "";
     this.comboBox1.Location          = new System.Drawing.Point(159, 57);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Param    = null;
     this.comboBox1.Size     = new System.Drawing.Size(117, 22);
     this.comboBox1.Sql      = null;
     this.comboBox1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.comboBox1.TabIndex = 1;
     this.comboBox1.Tag      = tvList4;
     this.comboBox1.Value    = null;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.JinEHeJi);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.TiaoSu);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox1.Location = new System.Drawing.Point(0, 536);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(868, 34);
     this.groupBox1.TabIndex = 39;
     this.groupBox1.TabStop  = false;
     //
     // JinEHeJi
     //
     this.JinEHeJi.AutoSize = true;
     this.JinEHeJi.Location = new System.Drawing.Point(289, 16);
     this.JinEHeJi.Name     = "JinEHeJi";
     this.JinEHeJi.Size     = new System.Drawing.Size(23, 12);
     this.JinEHeJi.TabIndex = 33;
     this.JinEHeJi.Text     = "0元";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(185, 16);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(101, 12);
     this.label15.TabIndex = 32;
     this.label15.Text     = "预计总金额合计:";
     //
     // TiaoSu
     //
     this.TiaoSu.AutoSize = true;
     this.TiaoSu.Location = new System.Drawing.Point(46, 16);
     this.TiaoSu.Name     = "TiaoSu";
     this.TiaoSu.Size     = new System.Drawing.Size(23, 12);
     this.TiaoSu.TabIndex = 31;
     this.TiaoSu.Text     = "0笔";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(21, 16);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(29, 12);
     this.label13.TabIndex = 30;
     this.label13.Text     = "共:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGView_Main);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 116);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(868, 420);
     this.groupBox2.TabIndex = 40;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "设备请购信息";
     //
     // dataGView_Main
     //
     this.dataGView_Main.AllowUserToAddRows       = false;
     this.dataGView_Main.AllowUserToDeleteRows    = false;
     this.dataGView_Main.AllowUserToResizeRows    = false;
     this.dataGView_Main.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView_Main.BackgroundColor          = System.Drawing.Color.White;
     this.dataGView_Main.ChangeDataColumName      = null;
     this.dataGView_Main.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dataGView_Main.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.Column3,
         this.Column4,
         this.dataGridViewTextBoxColumn2,
         this.Column22,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.Column12,
         this.dataGridViewTextBoxColumn6,
         this.Column7,
         this.Column13,
         this.Column8,
         this.Column10,
         this.Column1,
         this.Column11,
         this.dataGridViewTextBoxColumn5,
         this.Column2,
         this.Column14,
         this.Column25,
         this.Column24,
         this.Column26,
         this.Column16,
         this.Column21,
         this.Column23,
         this.Column28,
         this.Column15
     });
     this.dataGView_Main.DbConn                = null;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView_Main.DefaultCellStyle      = dataGridViewCellStyle2;
     this.dataGView_Main.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView_Main.DwColIndex              = 0;
     this.dataGView_Main.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView_Main.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView_Main.IsEditOnEnter           = true;
     this.dataGView_Main.IsFillForm              = true;
     this.dataGView_Main.IsPage                  = false;
     this.dataGView_Main.Key                     = null;
     this.dataGView_Main.Location                = new System.Drawing.Point(3, 17);
     this.dataGView_Main.Name                    = "dataGView_Main";
     this.dataGView_Main.ReadOnly                = true;
     this.dataGView_Main.RowHeadersWidth         = 30;
     this.dataGView_Main.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView_Main.RowTemplate.Height      = 23;
     this.dataGView_Main.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView_Main.Size                    = new System.Drawing.Size(862, 400);
     this.dataGView_Main.TabIndex                = 3;
     this.dataGView_Main.TjFmtStr                = null;
     this.dataGView_Main.TjFormat                = null;
     this.dataGView_Main.Url                     = null;
     this.dataGView_Main.DoubleClick            += new System.EventHandler(this.dataGView_Main_DoubleClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "APPLYID";
     this.dataGridViewTextBoxColumn1.HeaderText       = "请购ID";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     this.dataGridViewTextBoxColumn1.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn1.Width            = 66;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "DEPTID";
     this.Column3.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column3.HeaderText       = "请购科室";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     this.Column3.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column3.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column3.Width            = 78;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "EQID";
     this.Column4.HeaderText       = "设备ID";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     this.Column4.Visible          = false;
     this.Column4.Width            = 66;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "EQNAME";
     this.dataGridViewTextBoxColumn2.HeaderText       = "设备名称";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly         = true;
     this.dataGridViewTextBoxColumn2.Width            = 78;
     //
     // Column22
     //
     this.Column22.DataPropertyName = "GG";
     this.Column22.HeaderText       = "规格";
     this.Column22.Name             = "Column22";
     this.Column22.ReadOnly         = true;
     this.Column22.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column22.Width            = 54;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "XH";
     this.dataGridViewTextBoxColumn3.HeaderText       = "型号";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly         = true;
     this.dataGridViewTextBoxColumn3.Width            = 54;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "COUNTRY";
     this.dataGridViewTextBoxColumn4.HeaderText       = "国别";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly         = true;
     this.dataGridViewTextBoxColumn4.Width            = 54;
     //
     // Column12
     //
     this.Column12.DataPropertyName = "UNITCODE";
     this.Column12.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column12.HeaderText       = "单位编码";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     this.Column12.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column12.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column12.Width            = 78;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.DataPropertyName = "APPLYNUM";
     this.dataGridViewTextBoxColumn6.HeaderText       = "请购数量";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly         = true;
     this.dataGridViewTextBoxColumn6.Width            = 78;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "SHNUM";
     this.Column7.HeaderText       = "审批数量";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     this.Column7.Width            = 78;
     //
     // Column13
     //
     this.Column13.DataPropertyName = "STATUS";
     this.Column13.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column13.HeaderText       = "状态";
     this.Column13.Name             = "Column13";
     this.Column13.ReadOnly         = true;
     this.Column13.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column13.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column13.Width            = 54;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "YJPRICE";
     this.Column8.HeaderText       = "预计单价";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     this.Column8.Width            = 78;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "YJMONEY";
     this.Column10.HeaderText       = "预计总金额";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     this.Column10.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column10.Width            = 90;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "REASON";
     this.Column1.HeaderText       = "原因及用途";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Width            = 90;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "XYFX";
     this.Column11.HeaderText       = "效益分析";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     this.Column11.Width            = 78;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.DataPropertyName = "PTTJ";
     this.dataGridViewTextBoxColumn5.HeaderText       = "配套条件";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly         = true;
     this.dataGridViewTextBoxColumn5.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn5.Width            = 78;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "PLANDATE";
     this.Column2.HeaderText       = "制定日期";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Width            = 78;
     //
     // Column14
     //
     this.Column14.DataPropertyName = "MEMO";
     this.Column14.HeaderText       = "备注";
     this.Column14.Name             = "Column14";
     this.Column14.ReadOnly         = true;
     this.Column14.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column14.Width            = 54;
     //
     // Column25
     //
     this.Column25.DataPropertyName = "USERNAME";
     this.Column25.HeaderText       = "操作员名称";
     this.Column25.Name             = "Column25";
     this.Column25.ReadOnly         = true;
     this.Column25.Width            = 90;
     //
     // Column24
     //
     this.Column24.DataPropertyName = "USERID";
     this.Column24.HeaderText       = "操作员ID";
     this.Column24.Name             = "Column24";
     this.Column24.ReadOnly         = true;
     this.Column24.Visible          = false;
     this.Column24.Width            = 78;
     //
     // Column26
     //
     this.Column26.DataPropertyName = "RECDATE";
     this.Column26.HeaderText       = "修改时间";
     this.Column26.Name             = "Column26";
     this.Column26.ReadOnly         = true;
     this.Column26.Width            = 78;
     //
     // Column16
     //
     this.Column16.DataPropertyName = "SHDATE";
     this.Column16.HeaderText       = "审核日期";
     this.Column16.Name             = "Column16";
     this.Column16.ReadOnly         = true;
     this.Column16.Width            = 78;
     //
     // Column21
     //
     this.Column21.DataPropertyName = "SHUSERID";
     this.Column21.HeaderText       = "审核操作员ID";
     this.Column21.Name             = "Column21";
     this.Column21.ReadOnly         = true;
     this.Column21.Visible          = false;
     this.Column21.Width            = 102;
     //
     // Column23
     //
     this.Column23.DataPropertyName = "SHUSERNAME";
     this.Column23.HeaderText       = "审核操作员姓名";
     this.Column23.Name             = "Column23";
     this.Column23.ReadOnly         = true;
     this.Column23.Width            = 114;
     //
     // Column28
     //
     this.Column28.DataPropertyName = "CHOSCODE";
     this.Column28.HeaderText       = "医疗机构编码";
     this.Column28.Name             = "Column28";
     this.Column28.ReadOnly         = true;
     this.Column28.Width            = 102;
     //
     // Column15
     //
     this.Column15.DataPropertyName = "PLANID";
     this.Column15.HeaderText       = "对应汇总采购计划序号";
     this.Column15.Name             = "Column15";
     this.Column15.ReadOnly         = true;
     this.Column15.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column15.Width            = 150;
     //
     // AskBuy
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(868, 570);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "AskBuy";
     this.Text  = "设备请购管理";
     this.Load += new System.EventHandler(this.WZDictManag_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGView_Main)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#22
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     this.cancel_button             = new System.Windows.Forms.Button();
     this.Save_button               = new System.Windows.Forms.Button();
     this.OK_button                 = new System.Windows.Forms.Button();
     this.groupBox2                 = new System.Windows.Forms.GroupBox();
     this.groupBox1                 = new System.Windows.Forms.GroupBox();
     this.groupBox6                 = new System.Windows.Forms.GroupBox();
     this.PayDate_dateTime          = new System.Windows.Forms.DateTimePicker();
     this.label5                    = new System.Windows.Forms.Label();
     this.groupBox5                 = new System.Windows.Forms.GroupBox();
     this.repairMan_textBox         = new System.Windows.Forms.TextBox();
     this.label4                    = new System.Windows.Forms.Label();
     this.label12                   = new System.Windows.Forms.Label();
     this.Repairdate_dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.ChangeParts_textBox       = new System.Windows.Forms.TextBox();
     this.RepairDeptId_selText      = new YtWinContrl.com.contrl.SelTextInpt();
     this.label7                    = new System.Windows.Forms.Label();
     this.RepairPass_textBox        = new System.Windows.Forms.TextBox();
     this.label6                    = new System.Windows.Forms.Label();
     this.RepairResult_textBox      = new System.Windows.Forms.TextBox();
     this.label15                   = new System.Windows.Forms.Label();
     this.RepairTime_textBox        = new System.Windows.Forms.TextBox();
     this.label19                   = new System.Windows.Forms.Label();
     this.CLfare_textBox            = new System.Windows.Forms.TextBox();
     this.label23                   = new System.Windows.Forms.Label();
     this.label10                   = new System.Windows.Forms.Label();
     this.label8                    = new System.Windows.Forms.Label();
     this.label9                    = new System.Windows.Forms.Label();
     this.OtherFare_textBox         = new System.Windows.Forms.TextBox();
     this.Repairfare_textBox        = new System.Windows.Forms.TextBox();
     this.groupBox4                 = new System.Windows.Forms.GroupBox();
     this.Reportdate_dateTime       = new System.Windows.Forms.DateTimePicker();
     this.repotruser_textBox        = new System.Windows.Forms.TextBox();
     this.label25                   = new System.Windows.Forms.Label();
     this.label21                   = new System.Windows.Forms.Label();
     this.label26                   = new System.Windows.Forms.Label();
     this.reportmanId_selText       = new YtWinContrl.com.contrl.SelTextInpt();
     this.repaircode_selText        = new YtWinContrl.com.contrl.SelTextInpt();
     this.FaultThing_textBox        = new System.Windows.Forms.TextBox();
     this.Fault_textBox             = new System.Windows.Forms.TextBox();
     this.label22                   = new System.Windows.Forms.Label();
     this.label24                   = new System.Windows.Forms.Label();
     this.label20                   = new System.Windows.Forms.Label();
     this.groupBox3                 = new System.Windows.Forms.GroupBox();
     this.Status_ytComboBox1        = new YtWinContrl.com.contrl.YtComboBox();
     this.repairid_textBox          = new System.Windows.Forms.TextBox();
     this.label1                    = new System.Windows.Forms.Label();
     this.label2                    = new System.Windows.Forms.Label();
     this.label3                    = new System.Windows.Forms.Label();
     this.label16                   = new System.Windows.Forms.Label();
     this.deptid_selTextInpt        = new YtWinContrl.com.contrl.SelTextInpt();
     this.cardId_textBox            = new YtWinContrl.com.contrl.SelTextInpt();
     this.Userid_textBox            = new System.Windows.Forms.TextBox();
     this.label13                   = new System.Windows.Forms.Label();
     this.label14                   = new System.Windows.Forms.Label();
     this.label17                   = new System.Windows.Forms.Label();
     this.label18                   = new System.Windows.Forms.Label();
     this.choscode_textBox          = new System.Windows.Forms.TextBox();
     this.Username_textBox          = new System.Windows.Forms.TextBox();
     this.recdate_dateTimePicker    = new System.Windows.Forms.DateTimePicker();
     this.memo_textBox              = new System.Windows.Forms.TextBox();
     this.label11                   = new System.Windows.Forms.Label();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // cancel_button
     //
     this.cancel_button.Location = new System.Drawing.Point(718, 20);
     this.cancel_button.Name     = "cancel_button";
     this.cancel_button.Size     = new System.Drawing.Size(75, 23);
     this.cancel_button.TabIndex = 20;
     this.cancel_button.Text     = "取消";
     this.cancel_button.UseVisualStyleBackColor = true;
     this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
     //
     // Save_button
     //
     this.Save_button.Location = new System.Drawing.Point(191, 20);
     this.Save_button.Name     = "Save_button";
     this.Save_button.Size     = new System.Drawing.Size(75, 23);
     this.Save_button.TabIndex = 19;
     this.Save_button.Text     = "保存";
     this.Save_button.UseVisualStyleBackColor = true;
     this.Save_button.Click += new System.EventHandler(this.Save_button_Click);
     //
     // OK_button
     //
     this.OK_button.Location = new System.Drawing.Point(465, 20);
     this.OK_button.Name     = "OK_button";
     this.OK_button.Size     = new System.Drawing.Size(75, 23);
     this.OK_button.TabIndex = 21;
     this.OK_button.Text     = "确定";
     this.OK_button.UseVisualStyleBackColor = true;
     this.OK_button.Click += new System.EventHandler(this.OK_button_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.cancel_button);
     this.groupBox2.Controls.Add(this.Save_button);
     this.groupBox2.Controls.Add(this.OK_button);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.groupBox2.Location = new System.Drawing.Point(0, 648);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(1143, 76);
     this.groupBox2.TabIndex = 26;
     this.groupBox2.TabStop  = false;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox6);
     this.groupBox1.Controls.Add(this.groupBox5);
     this.groupBox1.Controls.Add(this.groupBox4);
     this.groupBox1.Controls.Add(this.groupBox3);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1143, 648);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.PayDate_dateTime);
     this.groupBox6.Controls.Add(this.label5);
     this.groupBox6.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox6.Location = new System.Drawing.Point(3, 572);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(1137, 73);
     this.groupBox6.TabIndex = 25;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "交付信息";
     //
     // PayDate_dateTime
     //
     this.PayDate_dateTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
     this.PayDate_dateTime.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.PayDate_dateTime.Location     = new System.Drawing.Point(509, 29);
     this.PayDate_dateTime.Name         = "PayDate_dateTime";
     this.PayDate_dateTime.Size         = new System.Drawing.Size(154, 21);
     this.PayDate_dateTime.TabIndex     = 18;
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(386, 34);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 12);
     this.label5.TabIndex  = 36;
     this.label5.Text      = "交付日期";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.repairMan_textBox);
     this.groupBox5.Controls.Add(this.label4);
     this.groupBox5.Controls.Add(this.label12);
     this.groupBox5.Controls.Add(this.Repairdate_dateTimePicker);
     this.groupBox5.Controls.Add(this.ChangeParts_textBox);
     this.groupBox5.Controls.Add(this.RepairDeptId_selText);
     this.groupBox5.Controls.Add(this.label7);
     this.groupBox5.Controls.Add(this.RepairPass_textBox);
     this.groupBox5.Controls.Add(this.label6);
     this.groupBox5.Controls.Add(this.RepairResult_textBox);
     this.groupBox5.Controls.Add(this.label15);
     this.groupBox5.Controls.Add(this.RepairTime_textBox);
     this.groupBox5.Controls.Add(this.label19);
     this.groupBox5.Controls.Add(this.CLfare_textBox);
     this.groupBox5.Controls.Add(this.label23);
     this.groupBox5.Controls.Add(this.label10);
     this.groupBox5.Controls.Add(this.label8);
     this.groupBox5.Controls.Add(this.label9);
     this.groupBox5.Controls.Add(this.OtherFare_textBox);
     this.groupBox5.Controls.Add(this.Repairfare_textBox);
     this.groupBox5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox5.Location = new System.Drawing.Point(3, 380);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(1137, 192);
     this.groupBox5.TabIndex = 24;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "维修信息";
     //
     // repairMan_textBox
     //
     this.repairMan_textBox.Location = new System.Drawing.Point(142, 70);
     this.repairMan_textBox.Name     = "repairMan_textBox";
     this.repairMan_textBox.Size     = new System.Drawing.Size(149, 21);
     this.repairMan_textBox.TabIndex = 9;
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(40, 70);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(41, 12);
     this.label4.TabIndex  = 40;
     this.label4.Text      = "维修人";
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Blue;
     this.label12.Location  = new System.Drawing.Point(38, 110);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(29, 12);
     this.label12.TabIndex  = 30;
     this.label12.Text      = "工时";
     //
     // Repairdate_dateTimePicker
     //
     this.Repairdate_dateTimePicker.CustomFormat = "yyyy-MM-dd hh:mm:ss";
     this.Repairdate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.Repairdate_dateTimePicker.Location     = new System.Drawing.Point(853, 110);
     this.Repairdate_dateTimePicker.Name         = "Repairdate_dateTimePicker";
     this.Repairdate_dateTimePicker.Size         = new System.Drawing.Size(159, 21);
     this.Repairdate_dateTimePicker.TabIndex     = 17;
     //
     // ChangeParts_textBox
     //
     this.ChangeParts_textBox.Location = new System.Drawing.Point(858, 67);
     this.ChangeParts_textBox.Name     = "ChangeParts_textBox";
     this.ChangeParts_textBox.Size     = new System.Drawing.Size(152, 21);
     this.ChangeParts_textBox.TabIndex = 16;
     //
     // RepairDeptId_selText
     //
     this.RepairDeptId_selText.ColDefText       = null;
     this.RepairDeptId_selText.ColStyle         = null;
     this.RepairDeptId_selText.DataType         = null;
     this.RepairDeptId_selText.DbConn           = null;
     this.RepairDeptId_selText.Location         = new System.Drawing.Point(142, 23);
     this.RepairDeptId_selText.Name             = "RepairDeptId_selText";
     this.RepairDeptId_selText.NextFocusControl = null;
     this.RepairDeptId_selText.ReadOnly         = false;
     this.RepairDeptId_selText.SelParam         = null;
     this.RepairDeptId_selText.ShowColNum       = 0;
     this.RepairDeptId_selText.ShowWidth        = 0;
     this.RepairDeptId_selText.Size             = new System.Drawing.Size(149, 22);
     this.RepairDeptId_selText.Sql           = null;
     this.RepairDeptId_selText.SqlStr        = null;
     this.RepairDeptId_selText.TabIndex      = 8;
     this.RepairDeptId_selText.TvColName     = null;
     this.RepairDeptId_selText.Value         = null;
     this.RepairDeptId_selText.WatermarkText = "";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(770, 115);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(53, 12);
     this.label7.TabIndex  = 39;
     this.label7.Text      = "维修日期";
     //
     // RepairPass_textBox
     //
     this.RepairPass_textBox.Location  = new System.Drawing.Point(139, 151);
     this.RepairPass_textBox.Multiline = true;
     this.RepairPass_textBox.Name      = "RepairPass_textBox";
     this.RepairPass_textBox.Size      = new System.Drawing.Size(873, 21);
     this.RepairPass_textBox.TabIndex  = 14;
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.Location  = new System.Drawing.Point(28, 30);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(65, 12);
     this.label6.TabIndex  = 37;
     this.label6.Text      = "维修科室ID";
     //
     // RepairResult_textBox
     //
     this.RepairResult_textBox.Location = new System.Drawing.Point(855, 27);
     this.RepairResult_textBox.Name     = "RepairResult_textBox";
     this.RepairResult_textBox.Size     = new System.Drawing.Size(154, 21);
     this.RepairResult_textBox.TabIndex = 15;
     //
     // label15
     //
     this.label15.AutoSize  = true;
     this.label15.ForeColor = System.Drawing.Color.Blue;
     this.label15.Location  = new System.Drawing.Point(770, 30);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(53, 12);
     this.label15.TabIndex  = 64;
     this.label15.Text      = "维修结果";
     //
     // RepairTime_textBox
     //
     this.RepairTime_textBox.Location = new System.Drawing.Point(142, 110);
     this.RepairTime_textBox.Name     = "RepairTime_textBox";
     this.RepairTime_textBox.Size     = new System.Drawing.Size(149, 21);
     this.RepairTime_textBox.TabIndex = 10;
     //
     // label19
     //
     this.label19.AutoSize  = true;
     this.label19.ForeColor = System.Drawing.Color.Blue;
     this.label19.Location  = new System.Drawing.Point(30, 160);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(53, 12);
     this.label19.TabIndex  = 63;
     this.label19.Text      = "维修经过";
     //
     // CLfare_textBox
     //
     this.CLfare_textBox.Location = new System.Drawing.Point(509, 23);
     this.CLfare_textBox.Name     = "CLfare_textBox";
     this.CLfare_textBox.Size     = new System.Drawing.Size(154, 21);
     this.CLfare_textBox.TabIndex = 11;
     //
     // label23
     //
     this.label23.AutoSize  = true;
     this.label23.ForeColor = System.Drawing.Color.Blue;
     this.label23.Location  = new System.Drawing.Point(770, 70);
     this.label23.Name      = "label23";
     this.label23.Size      = new System.Drawing.Size(53, 12);
     this.label23.TabIndex  = 67;
     this.label23.Text      = "更换部件";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.ForeColor = System.Drawing.Color.Blue;
     this.label10.Location  = new System.Drawing.Point(410, 110);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(29, 12);
     this.label10.TabIndex  = 43;
     this.label10.Text      = "其他";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(404, 30);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(41, 12);
     this.label8.TabIndex  = 44;
     this.label8.Text      = "材料费";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(409, 70);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(41, 12);
     this.label9.TabIndex  = 29;
     this.label9.Text      = "维修费";
     //
     // OtherFare_textBox
     //
     this.OtherFare_textBox.Location = new System.Drawing.Point(511, 107);
     this.OtherFare_textBox.Name     = "OtherFare_textBox";
     this.OtherFare_textBox.Size     = new System.Drawing.Size(152, 21);
     this.OtherFare_textBox.TabIndex = 13;
     //
     // Repairfare_textBox
     //
     this.Repairfare_textBox.Location = new System.Drawing.Point(511, 61);
     this.Repairfare_textBox.Name     = "Repairfare_textBox";
     this.Repairfare_textBox.Size     = new System.Drawing.Size(152, 21);
     this.Repairfare_textBox.TabIndex = 12;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.Reportdate_dateTime);
     this.groupBox4.Controls.Add(this.repotruser_textBox);
     this.groupBox4.Controls.Add(this.label25);
     this.groupBox4.Controls.Add(this.label21);
     this.groupBox4.Controls.Add(this.label26);
     this.groupBox4.Controls.Add(this.reportmanId_selText);
     this.groupBox4.Controls.Add(this.repaircode_selText);
     this.groupBox4.Controls.Add(this.FaultThing_textBox);
     this.groupBox4.Controls.Add(this.Fault_textBox);
     this.groupBox4.Controls.Add(this.label22);
     this.groupBox4.Controls.Add(this.label24);
     this.groupBox4.Controls.Add(this.label20);
     this.groupBox4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox4.Location = new System.Drawing.Point(3, 193);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(1137, 187);
     this.groupBox4.TabIndex = 23;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "报修信息";
     //
     // Reportdate_dateTime
     //
     this.Reportdate_dateTime.CustomFormat = "yyyy-MM-dd hh:mm:ss";
     this.Reportdate_dateTime.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.Reportdate_dateTime.Location     = new System.Drawing.Point(514, 32);
     this.Reportdate_dateTime.Name         = "Reportdate_dateTime";
     this.Reportdate_dateTime.Size         = new System.Drawing.Size(149, 21);
     this.Reportdate_dateTime.TabIndex     = 3;
     //
     // repotruser_textBox
     //
     this.repotruser_textBox.Location = new System.Drawing.Point(853, 90);
     this.repotruser_textBox.Name     = "repotruser_textBox";
     this.repotruser_textBox.Size     = new System.Drawing.Size(154, 21);
     this.repotruser_textBox.TabIndex = 7;
     //
     // label25
     //
     this.label25.AutoSize  = true;
     this.label25.ForeColor = System.Drawing.Color.Blue;
     this.label25.Location  = new System.Drawing.Point(30, 36);
     this.label25.Name      = "label25";
     this.label25.Size      = new System.Drawing.Size(77, 12);
     this.label25.TabIndex  = 69;
     this.label25.Text      = "维修类别编码";
     //
     // label21
     //
     this.label21.AutoSize  = true;
     this.label21.ForeColor = System.Drawing.Color.Blue;
     this.label21.Location  = new System.Drawing.Point(773, 94);
     this.label21.Name      = "label21";
     this.label21.Size      = new System.Drawing.Size(41, 12);
     this.label21.TabIndex  = 65;
     this.label21.Text      = "报修人";
     //
     // label26
     //
     this.label26.AutoSize  = true;
     this.label26.ForeColor = System.Drawing.Color.Black;
     this.label26.Location  = new System.Drawing.Point(770, 36);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(53, 12);
     this.label26.TabIndex  = 78;
     this.label26.Text      = "报修人ID";
     //
     // reportmanId_selText
     //
     this.reportmanId_selText.ColDefText       = null;
     this.reportmanId_selText.ColStyle         = null;
     this.reportmanId_selText.DataType         = null;
     this.reportmanId_selText.DbConn           = null;
     this.reportmanId_selText.Location         = new System.Drawing.Point(856, 33);
     this.reportmanId_selText.Name             = "reportmanId_selText";
     this.reportmanId_selText.NextFocusControl = null;
     this.reportmanId_selText.ReadOnly         = false;
     this.reportmanId_selText.SelParam         = null;
     this.reportmanId_selText.ShowColNum       = 0;
     this.reportmanId_selText.ShowWidth        = 0;
     this.reportmanId_selText.Size             = new System.Drawing.Size(151, 22);
     this.reportmanId_selText.Sql           = null;
     this.reportmanId_selText.SqlStr        = null;
     this.reportmanId_selText.TabIndex      = 6;
     this.reportmanId_selText.TvColName     = null;
     this.reportmanId_selText.Value         = null;
     this.reportmanId_selText.WatermarkText = "";
     //
     // repaircode_selText
     //
     this.repaircode_selText.ColDefText       = null;
     this.repaircode_selText.ColStyle         = null;
     this.repaircode_selText.DataType         = null;
     this.repaircode_selText.DbConn           = null;
     this.repaircode_selText.Location         = new System.Drawing.Point(140, 26);
     this.repaircode_selText.Name             = "repaircode_selText";
     this.repaircode_selText.NextFocusControl = null;
     this.repaircode_selText.ReadOnly         = false;
     this.repaircode_selText.SelParam         = null;
     this.repaircode_selText.ShowColNum       = 0;
     this.repaircode_selText.ShowWidth        = 0;
     this.repaircode_selText.Size             = new System.Drawing.Size(151, 22);
     this.repaircode_selText.Sql           = null;
     this.repaircode_selText.SqlStr        = null;
     this.repaircode_selText.TabIndex      = 2;
     this.repaircode_selText.TvColName     = null;
     this.repaircode_selText.Value         = null;
     this.repaircode_selText.WatermarkText = "";
     //
     // FaultThing_textBox
     //
     this.FaultThing_textBox.Location = new System.Drawing.Point(137, 141);
     this.FaultThing_textBox.Name     = "FaultThing_textBox";
     this.FaultThing_textBox.Size     = new System.Drawing.Size(870, 21);
     this.FaultThing_textBox.TabIndex = 5;
     //
     // Fault_textBox
     //
     this.Fault_textBox.Location = new System.Drawing.Point(137, 85);
     this.Fault_textBox.Name     = "Fault_textBox";
     this.Fault_textBox.Size     = new System.Drawing.Size(526, 21);
     this.Fault_textBox.TabIndex = 4;
     //
     // label22
     //
     this.label22.AutoSize  = true;
     this.label22.ForeColor = System.Drawing.Color.Blue;
     this.label22.Location  = new System.Drawing.Point(28, 90);
     this.label22.Name      = "label22";
     this.label22.Size      = new System.Drawing.Size(53, 12);
     this.label22.TabIndex  = 68;
     this.label22.Text      = "故障现象";
     //
     // label24
     //
     this.label24.AutoSize  = true;
     this.label24.ForeColor = System.Drawing.Color.Blue;
     this.label24.Location  = new System.Drawing.Point(396, 36);
     this.label24.Name      = "label24";
     this.label24.Size      = new System.Drawing.Size(53, 12);
     this.label24.TabIndex  = 66;
     this.label24.Text      = "报修日期";
     //
     // label20
     //
     this.label20.AutoSize  = true;
     this.label20.ForeColor = System.Drawing.Color.Blue;
     this.label20.Location  = new System.Drawing.Point(32, 144);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(53, 12);
     this.label20.TabIndex  = 62;
     this.label20.Text      = "故障情况";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.Status_ytComboBox1);
     this.groupBox3.Controls.Add(this.repairid_textBox);
     this.groupBox3.Controls.Add(this.label1);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Controls.Add(this.label16);
     this.groupBox3.Controls.Add(this.deptid_selTextInpt);
     this.groupBox3.Controls.Add(this.cardId_textBox);
     this.groupBox3.Controls.Add(this.Userid_textBox);
     this.groupBox3.Controls.Add(this.label13);
     this.groupBox3.Controls.Add(this.label14);
     this.groupBox3.Controls.Add(this.label17);
     this.groupBox3.Controls.Add(this.label18);
     this.groupBox3.Controls.Add(this.choscode_textBox);
     this.groupBox3.Controls.Add(this.Username_textBox);
     this.groupBox3.Controls.Add(this.recdate_dateTimePicker);
     this.groupBox3.Controls.Add(this.memo_textBox);
     this.groupBox3.Controls.Add(this.label11);
     this.groupBox3.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox3.Location = new System.Drawing.Point(3, 17);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(1137, 176);
     this.groupBox3.TabIndex = 22;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "公共信息";
     //
     // Status_ytComboBox1
     //
     this.Status_ytComboBox1.CacheKey      = null;
     this.Status_ytComboBox1.DbConn        = null;
     this.Status_ytComboBox1.DefText       = null;
     this.Status_ytComboBox1.DefValue      = null;
     this.Status_ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Status_ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Status_ytComboBox1.EnableEmpty   = true;
     this.Status_ytComboBox1.FirstText     = null;
     this.Status_ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Status_ytComboBox1.Fomart        = null;
     this.Status_ytComboBox1.ItemStr       = "";
     this.Status_ytComboBox1.Location      = new System.Drawing.Point(507, 105);
     this.Status_ytComboBox1.Name          = "ytComboBox1";
     this.Status_ytComboBox1.Param         = null;
     this.Status_ytComboBox1.Size          = new System.Drawing.Size(155, 22);
     this.Status_ytComboBox1.Sql           = null;
     this.Status_ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Status_ytComboBox1.TabIndex      = 0;
     this.Status_ytComboBox1.Tag           = tvList2;
     this.Status_ytComboBox1.Value         = null;
     //
     // repairid_textBox
     //
     this.repairid_textBox.Location = new System.Drawing.Point(142, 24);
     this.repairid_textBox.Name     = "repairid_textBox";
     this.repairid_textBox.ReadOnly = true;
     this.repairid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.repairid_textBox.TabIndex = 50;
     this.repairid_textBox.TabStop  = false;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(29, 68);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(41, 12);
     this.label1.TabIndex  = 41;
     this.label1.Text      = "卡片ID";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(32, 27);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(41, 12);
     this.label2.TabIndex  = 42;
     this.label2.Text      = "维修ID";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(30, 107);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(41, 12);
     this.label3.TabIndex  = 45;
     this.label3.Text      = "科室ID";
     //
     // label16
     //
     this.label16.AutoSize  = true;
     this.label16.ForeColor = System.Drawing.Color.Blue;
     this.label16.Location  = new System.Drawing.Point(402, 107);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(29, 12);
     this.label16.TabIndex  = 47;
     this.label16.Text      = "状态";
     //
     // deptid_selTextInpt
     //
     this.deptid_selTextInpt.ColDefText       = null;
     this.deptid_selTextInpt.ColStyle         = null;
     this.deptid_selTextInpt.DataType         = null;
     this.deptid_selTextInpt.DbConn           = null;
     this.deptid_selTextInpt.Enabled          = false;
     this.deptid_selTextInpt.Location         = new System.Drawing.Point(140, 107);
     this.deptid_selTextInpt.Name             = "deptid_selTextInpt";
     this.deptid_selTextInpt.NextFocusControl = null;
     this.deptid_selTextInpt.ReadOnly         = false;
     this.deptid_selTextInpt.SelParam         = null;
     this.deptid_selTextInpt.ShowColNum       = 0;
     this.deptid_selTextInpt.ShowWidth        = 0;
     this.deptid_selTextInpt.Size             = new System.Drawing.Size(156, 22);
     this.deptid_selTextInpt.Sql           = null;
     this.deptid_selTextInpt.SqlStr        = null;
     this.deptid_selTextInpt.TabIndex      = 35;
     this.deptid_selTextInpt.TabStop       = false;
     this.deptid_selTextInpt.TvColName     = null;
     this.deptid_selTextInpt.Value         = null;
     this.deptid_selTextInpt.WatermarkText = "";
     //
     // cardId_textBox
     //
     this.cardId_textBox.ColDefText       = null;
     this.cardId_textBox.ColStyle         = null;
     this.cardId_textBox.DataType         = null;
     this.cardId_textBox.DbConn           = null;
     this.cardId_textBox.Enabled          = false;
     this.cardId_textBox.Location         = new System.Drawing.Point(140, 65);
     this.cardId_textBox.Name             = "cardId_textBox";
     this.cardId_textBox.NextFocusControl = null;
     this.cardId_textBox.ReadOnly         = false;
     this.cardId_textBox.SelParam         = null;
     this.cardId_textBox.ShowColNum       = 0;
     this.cardId_textBox.ShowWidth        = 0;
     this.cardId_textBox.Size             = new System.Drawing.Size(156, 22);
     this.cardId_textBox.Sql           = null;
     this.cardId_textBox.SqlStr        = null;
     this.cardId_textBox.TabIndex      = 34;
     this.cardId_textBox.TabStop       = false;
     this.cardId_textBox.TvColName     = null;
     this.cardId_textBox.Value         = null;
     this.cardId_textBox.WatermarkText = "";
     //
     // Userid_textBox
     //
     this.Userid_textBox.Location = new System.Drawing.Point(858, 26);
     this.Userid_textBox.Name     = "Userid_textBox";
     this.Userid_textBox.ReadOnly = true;
     this.Userid_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Userid_textBox.TabIndex = 51;
     this.Userid_textBox.TabStop  = false;
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(390, 29);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(65, 12);
     this.label13.TabIndex  = 46;
     this.label13.Text      = "操作员姓名";
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.ForeColor = System.Drawing.Color.Blue;
     this.label14.Location  = new System.Drawing.Point(396, 67);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(53, 12);
     this.label14.TabIndex  = 31;
     this.label14.Text      = "修改时间";
     //
     // label17
     //
     this.label17.AutoSize  = true;
     this.label17.ForeColor = System.Drawing.Color.Blue;
     this.label17.Location  = new System.Drawing.Point(750, 74);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(77, 12);
     this.label17.TabIndex  = 32;
     this.label17.Text      = "医疗机构编码";
     //
     // label18
     //
     this.label18.AutoSize  = true;
     this.label18.ForeColor = System.Drawing.Color.Blue;
     this.label18.Location  = new System.Drawing.Point(758, 29);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(53, 12);
     this.label18.TabIndex  = 33;
     this.label18.Text      = "操作员ID";
     //
     // choscode_textBox
     //
     this.choscode_textBox.Location = new System.Drawing.Point(856, 68);
     this.choscode_textBox.Name     = "choscode_textBox";
     this.choscode_textBox.ReadOnly = true;
     this.choscode_textBox.Size     = new System.Drawing.Size(156, 21);
     this.choscode_textBox.TabIndex = 53;
     this.choscode_textBox.TabStop  = false;
     //
     // Username_textBox
     //
     this.Username_textBox.Location = new System.Drawing.Point(509, 24);
     this.Username_textBox.Name     = "Username_textBox";
     this.Username_textBox.ReadOnly = true;
     this.Username_textBox.Size     = new System.Drawing.Size(154, 21);
     this.Username_textBox.TabIndex = 49;
     this.Username_textBox.TabStop  = false;
     //
     // recdate_dateTimePicker
     //
     this.recdate_dateTimePicker.CustomFormat = "yyyy-MM-dd hh:mm:ss";
     this.recdate_dateTimePicker.Enabled      = false;
     this.recdate_dateTimePicker.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.recdate_dateTimePicker.Location     = new System.Drawing.Point(509, 65);
     this.recdate_dateTimePicker.Name         = "recdate_dateTimePicker";
     this.recdate_dateTimePicker.Size         = new System.Drawing.Size(154, 21);
     this.recdate_dateTimePicker.TabIndex     = 55;
     this.recdate_dateTimePicker.TabStop      = false;
     //
     // memo_textBox
     //
     this.memo_textBox.Location = new System.Drawing.Point(140, 141);
     this.memo_textBox.Name     = "memo_textBox";
     this.memo_textBox.Size     = new System.Drawing.Size(872, 21);
     this.memo_textBox.TabIndex = 0;
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(30, 141);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(29, 12);
     this.label11.TabIndex = 38;
     this.label11.Text     = "备注";
     //
     // EQFixManagEdit
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1143, 724);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Name          = "EQFixManagEdit";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备维修单";
     this.Load         += new System.EventHandler(this.EQFixManagEdit_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.ResumeLayout(false);
 }
示例#23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList7  = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList8  = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList9  = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList10 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList11 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList12 = new YtWinContrl.com.datagrid.TvList();
     this.label1                 = new System.Windows.Forms.Label();
     this.label2                 = new System.Windows.Forms.Label();
     this.label3                 = new System.Windows.Forms.Label();
     this.label4                 = new System.Windows.Forms.Label();
     this.label5                 = new System.Windows.Forms.Label();
     this.label6                 = new System.Windows.Forms.Label();
     this.label7                 = new System.Windows.Forms.Label();
     this.label8                 = new System.Windows.Forms.Label();
     this.label9                 = new System.Windows.Forms.Label();
     this.label10                = new System.Windows.Forms.Label();
     this.label11                = new System.Windows.Forms.Label();
     this.label12                = new System.Windows.Forms.Label();
     this.label13                = new System.Windows.Forms.Label();
     this.label14                = new System.Windows.Forms.Label();
     this.label15                = new System.Windows.Forms.Label();
     this.label16                = new System.Windows.Forms.Label();
     this.label17                = new System.Windows.Forms.Label();
     this.groupBox1              = new System.Windows.Forms.GroupBox();
     this.wbcode_textBox         = new System.Windows.Forms.TextBox();
     this.memo_textBox           = new System.Windows.Forms.TextBox();
     this.pycode_textBox         = new System.Windows.Forms.TextBox();
     this.userid_textBox         = new System.Windows.Forms.TextBox();
     this.username_textBox       = new System.Windows.Forms.TextBox();
     this.choscode_textBox       = new System.Windows.Forms.TextBox();
     this.recipelength_textBox   = new System.Windows.Forms.TextBox();
     this.recipecode_textBox     = new System.Windows.Forms.TextBox();
     this.ioname_textBox         = new System.Windows.Forms.TextBox();
     this.ioid_textBox           = new System.Windows.Forms.TextBox();
     this.dateTimePicker1        = new System.Windows.Forms.DateTimePicker();
     this.button2                = new System.Windows.Forms.Button();
     this.button1                = new System.Windows.Forms.Button();
     this.ifdefault_ytComboBox   = new YtWinContrl.com.contrl.YtComboBox();
     this.recipemonth_ytComboBox = new YtWinContrl.com.contrl.YtComboBox();
     this.recipeyear_ytComboBox  = new YtWinContrl.com.contrl.YtComboBox();
     this.ifuse_ytComboBox       = new YtWinContrl.com.contrl.YtComboBox();
     this.ioflag_ytComboBox      = new YtWinContrl.com.contrl.YtComboBox();
     this.opflag_ytComboBox      = new YtWinContrl.com.contrl.YtComboBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(35, 30);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "入出库ID";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(35, 65);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 12);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "入出名称";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(304, 100);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "是否使用";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(35, 100);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 12);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "单据前缀";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(34, 207);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(77, 12);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "单据编码长度";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.Location  = new System.Drawing.Point(35, 170);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 12);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "单据年份";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(35, 137);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(53, 12);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "单据月份";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(304, 30);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(53, 12);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "入出标志";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(304, 65);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(53, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "操作标志";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.ForeColor = System.Drawing.Color.Blue;
     this.label10.Location  = new System.Drawing.Point(304, 135);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(65, 12);
     this.label10.TabIndex  = 0;
     this.label10.Text      = "是否默认值";
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.Location  = new System.Drawing.Point(304, 205);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(53, 12);
     this.label11.TabIndex  = 0;
     this.label11.Text      = "操作员ID";
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Blue;
     this.label12.Location  = new System.Drawing.Point(304, 240);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(65, 12);
     this.label12.TabIndex  = 0;
     this.label12.Text      = "操作员名称";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(304, 170);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(53, 12);
     this.label13.TabIndex  = 0;
     this.label13.Text      = "修改时间";
     //
     // label14
     //
     this.label14.AutoSize  = true;
     this.label14.ForeColor = System.Drawing.Color.Blue;
     this.label14.Location  = new System.Drawing.Point(35, 240);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(77, 12);
     this.label14.TabIndex  = 0;
     this.label14.Text      = "医疗机构编码";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(304, 297);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(41, 12);
     this.label15.TabIndex = 0;
     this.label15.Text     = "五笔码";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(42, 299);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(41, 12);
     this.label16.TabIndex = 0;
     this.label16.Text     = "拼音码";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(47, 324);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(29, 12);
     this.label17.TabIndex = 0;
     this.label17.Text     = "备注";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.wbcode_textBox);
     this.groupBox1.Controls.Add(this.memo_textBox);
     this.groupBox1.Controls.Add(this.pycode_textBox);
     this.groupBox1.Controls.Add(this.userid_textBox);
     this.groupBox1.Controls.Add(this.username_textBox);
     this.groupBox1.Controls.Add(this.choscode_textBox);
     this.groupBox1.Controls.Add(this.recipelength_textBox);
     this.groupBox1.Controls.Add(this.recipecode_textBox);
     this.groupBox1.Controls.Add(this.ioname_textBox);
     this.groupBox1.Controls.Add(this.ioid_textBox);
     this.groupBox1.Controls.Add(this.dateTimePicker1);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label17);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label16);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label15);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Controls.Add(this.ifdefault_ytComboBox);
     this.groupBox1.Controls.Add(this.recipemonth_ytComboBox);
     this.groupBox1.Controls.Add(this.recipeyear_ytComboBox);
     this.groupBox1.Controls.Add(this.ifuse_ytComboBox);
     this.groupBox1.Controls.Add(this.ioflag_ytComboBox);
     this.groupBox1.Controls.Add(this.opflag_ytComboBox);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(571, 410);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "请填写设备出入库信息";
     //
     // wbcode_textBox
     //
     this.wbcode_textBox.Location = new System.Drawing.Point(386, 294);
     this.wbcode_textBox.Name     = "wbcode_textBox";
     this.wbcode_textBox.Size     = new System.Drawing.Size(120, 21);
     this.wbcode_textBox.TabIndex = 11;
     //
     // memo_textBox
     //
     this.memo_textBox.Location  = new System.Drawing.Point(118, 321);
     this.memo_textBox.Multiline = true;
     this.memo_textBox.Name      = "memo_textBox";
     this.memo_textBox.Size      = new System.Drawing.Size(388, 21);
     this.memo_textBox.TabIndex  = 12;
     //
     // pycode_textBox
     //
     this.pycode_textBox.Location = new System.Drawing.Point(118, 294);
     this.pycode_textBox.Name     = "pycode_textBox";
     this.pycode_textBox.Size     = new System.Drawing.Size(120, 21);
     this.pycode_textBox.TabIndex = 10;
     //
     // userid_textBox
     //
     this.userid_textBox.Location = new System.Drawing.Point(386, 205);
     this.userid_textBox.Name     = "userid_textBox";
     this.userid_textBox.ReadOnly = true;
     this.userid_textBox.Size     = new System.Drawing.Size(120, 21);
     this.userid_textBox.TabIndex = 4;
     this.userid_textBox.TabStop  = false;
     //
     // username_textBox
     //
     this.username_textBox.Location = new System.Drawing.Point(386, 240);
     this.username_textBox.Name     = "username_textBox";
     this.username_textBox.ReadOnly = true;
     this.username_textBox.Size     = new System.Drawing.Size(120, 21);
     this.username_textBox.TabIndex = 4;
     this.username_textBox.TabStop  = false;
     //
     // choscode_textBox
     //
     this.choscode_textBox.Location = new System.Drawing.Point(118, 237);
     this.choscode_textBox.Name     = "choscode_textBox";
     this.choscode_textBox.ReadOnly = true;
     this.choscode_textBox.Size     = new System.Drawing.Size(120, 21);
     this.choscode_textBox.TabIndex = 4;
     this.choscode_textBox.TabStop  = false;
     //
     // recipelength_textBox
     //
     this.recipelength_textBox.Location = new System.Drawing.Point(118, 202);
     this.recipelength_textBox.Name     = "recipelength_textBox";
     this.recipelength_textBox.Size     = new System.Drawing.Size(120, 21);
     this.recipelength_textBox.TabIndex = 9;
     //
     // recipecode_textBox
     //
     this.recipecode_textBox.Location = new System.Drawing.Point(118, 97);
     this.recipecode_textBox.Name     = "recipecode_textBox";
     this.recipecode_textBox.Size     = new System.Drawing.Size(120, 21);
     this.recipecode_textBox.TabIndex = 3;
     //
     // ioname_textBox
     //
     this.ioname_textBox.Location = new System.Drawing.Point(118, 62);
     this.ioname_textBox.Name     = "ioname_textBox";
     this.ioname_textBox.Size     = new System.Drawing.Size(120, 21);
     this.ioname_textBox.TabIndex = 1;
     //
     // ioid_textBox
     //
     this.ioid_textBox.Location = new System.Drawing.Point(118, 27);
     this.ioid_textBox.Name     = "ioid_textBox";
     this.ioid_textBox.ReadOnly = true;
     this.ioid_textBox.Size     = new System.Drawing.Size(120, 21);
     this.ioid_textBox.TabIndex = 4;
     this.ioid_textBox.TabStop  = false;
     //
     // dateTimePicker1
     //
     this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
     this.dateTimePicker1.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker1.Location     = new System.Drawing.Point(386, 166);
     this.dateTimePicker1.Name         = "dateTimePicker1";
     this.dateTimePicker1.Size         = new System.Drawing.Size(120, 21);
     this.dateTimePicker1.TabIndex     = 8;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(368, 357);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 14;
     this.button2.Text     = "关闭";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(149, 357);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 13;
     this.button1.Text     = "保存";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // ifdefault_ytComboBox
     //
     this.ifdefault_ytComboBox.CacheKey      = null;
     this.ifdefault_ytComboBox.DbConn        = null;
     this.ifdefault_ytComboBox.DefText       = null;
     this.ifdefault_ytComboBox.DefValue      = null;
     this.ifdefault_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifdefault_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifdefault_ytComboBox.EnableEmpty   = true;
     this.ifdefault_ytComboBox.FirstText     = null;
     this.ifdefault_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifdefault_ytComboBox.Fomart        = null;
     this.ifdefault_ytComboBox.ItemStr       = "";
     this.ifdefault_ytComboBox.Location      = new System.Drawing.Point(385, 131);
     this.ifdefault_ytComboBox.Name          = "ifdefault_ytComboBox";
     this.ifdefault_ytComboBox.Param         = null;
     this.ifdefault_ytComboBox.Size          = new System.Drawing.Size(120, 22);
     this.ifdefault_ytComboBox.Sql           = null;
     this.ifdefault_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifdefault_ytComboBox.TabIndex      = 6;
     this.ifdefault_ytComboBox.Tag           = tvList7;
     this.ifdefault_ytComboBox.Value         = null;
     //
     // recipemonth_ytComboBox
     //
     this.recipemonth_ytComboBox.CacheKey      = null;
     this.recipemonth_ytComboBox.DbConn        = null;
     this.recipemonth_ytComboBox.DefText       = null;
     this.recipemonth_ytComboBox.DefValue      = null;
     this.recipemonth_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.recipemonth_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.recipemonth_ytComboBox.EnableEmpty   = true;
     this.recipemonth_ytComboBox.FirstText     = null;
     this.recipemonth_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.recipemonth_ytComboBox.Fomart        = null;
     this.recipemonth_ytComboBox.ItemStr       = "";
     this.recipemonth_ytComboBox.Location      = new System.Drawing.Point(118, 132);
     this.recipemonth_ytComboBox.Name          = "recipemonth_ytComboBox";
     this.recipemonth_ytComboBox.Param         = null;
     this.recipemonth_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.recipemonth_ytComboBox.Sql           = null;
     this.recipemonth_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.recipemonth_ytComboBox.TabIndex      = 5;
     this.recipemonth_ytComboBox.Tag           = tvList8;
     this.recipemonth_ytComboBox.Value         = null;
     //
     // recipeyear_ytComboBox
     //
     this.recipeyear_ytComboBox.CacheKey      = null;
     this.recipeyear_ytComboBox.DbConn        = null;
     this.recipeyear_ytComboBox.DefText       = null;
     this.recipeyear_ytComboBox.DefValue      = null;
     this.recipeyear_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.recipeyear_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.recipeyear_ytComboBox.EnableEmpty   = true;
     this.recipeyear_ytComboBox.FirstText     = null;
     this.recipeyear_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.recipeyear_ytComboBox.Fomart        = null;
     this.recipeyear_ytComboBox.ItemStr       = "";
     this.recipeyear_ytComboBox.Location      = new System.Drawing.Point(118, 164);
     this.recipeyear_ytComboBox.Name          = "recipeyear_ytComboBox";
     this.recipeyear_ytComboBox.Param         = null;
     this.recipeyear_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.recipeyear_ytComboBox.Sql           = null;
     this.recipeyear_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.recipeyear_ytComboBox.TabIndex      = 7;
     this.recipeyear_ytComboBox.Tag           = tvList9;
     this.recipeyear_ytComboBox.Value         = null;
     //
     // ifuse_ytComboBox
     //
     this.ifuse_ytComboBox.CacheKey      = null;
     this.ifuse_ytComboBox.DbConn        = null;
     this.ifuse_ytComboBox.DefText       = null;
     this.ifuse_ytComboBox.DefValue      = null;
     this.ifuse_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifuse_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifuse_ytComboBox.EnableEmpty   = true;
     this.ifuse_ytComboBox.FirstText     = null;
     this.ifuse_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifuse_ytComboBox.Fomart        = null;
     this.ifuse_ytComboBox.ItemStr       = "";
     this.ifuse_ytComboBox.Location      = new System.Drawing.Point(385, 97);
     this.ifuse_ytComboBox.Name          = "ifuse_ytComboBox";
     this.ifuse_ytComboBox.Param         = null;
     this.ifuse_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.ifuse_ytComboBox.Sql           = null;
     this.ifuse_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifuse_ytComboBox.TabIndex      = 4;
     this.ifuse_ytComboBox.Tag           = tvList10;
     this.ifuse_ytComboBox.Value         = null;
     //
     // ioflag_ytComboBox
     //
     this.ioflag_ytComboBox.CacheKey      = null;
     this.ioflag_ytComboBox.DbConn        = null;
     this.ioflag_ytComboBox.DefText       = null;
     this.ioflag_ytComboBox.DefValue      = null;
     this.ioflag_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ioflag_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ioflag_ytComboBox.EnableEmpty   = true;
     this.ioflag_ytComboBox.FirstText     = null;
     this.ioflag_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ioflag_ytComboBox.Fomart        = null;
     this.ioflag_ytComboBox.ItemStr       = "";
     this.ioflag_ytComboBox.Location      = new System.Drawing.Point(385, 25);
     this.ioflag_ytComboBox.Name          = "ioflag_ytComboBox";
     this.ioflag_ytComboBox.Param         = null;
     this.ioflag_ytComboBox.Size          = new System.Drawing.Size(120, 22);
     this.ioflag_ytComboBox.Sql           = null;
     this.ioflag_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ioflag_ytComboBox.TabIndex      = 0;
     this.ioflag_ytComboBox.Tag           = tvList11;
     this.ioflag_ytComboBox.Value         = null;
     //
     // opflag_ytComboBox
     //
     this.opflag_ytComboBox.CacheKey      = null;
     this.opflag_ytComboBox.DbConn        = null;
     this.opflag_ytComboBox.DefText       = null;
     this.opflag_ytComboBox.DefValue      = null;
     this.opflag_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.opflag_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.opflag_ytComboBox.EnableEmpty   = true;
     this.opflag_ytComboBox.FirstText     = null;
     this.opflag_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.opflag_ytComboBox.Fomart        = null;
     this.opflag_ytComboBox.ItemStr       = "";
     this.opflag_ytComboBox.Location      = new System.Drawing.Point(385, 61);
     this.opflag_ytComboBox.Name          = "opflag_ytComboBox";
     this.opflag_ytComboBox.Param         = null;
     this.opflag_ytComboBox.Size          = new System.Drawing.Size(120, 22);
     this.opflag_ytComboBox.Sql           = null;
     this.opflag_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.opflag_ytComboBox.TabIndex      = 2;
     this.opflag_ytComboBox.Tag           = tvList12;
     this.opflag_ytComboBox.Value         = null;
     //
     // AddEQInOut
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(571, 410);
     this.Controls.Add(this.groupBox1);
     this.Name          = "AddEQInOut";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备出入库类型";
     this.Load         += new System.EventHandler(this.AddEQInOut_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#24
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList1 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.label6           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.label11          = new System.Windows.Forms.Label();
     this.label12          = new System.Windows.Forms.Label();
     this.label13          = new System.Windows.Forms.Label();
     this.label4           = new System.Windows.Forms.Label();
     this.label2           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.label3           = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.yTextBox_PY      = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_User    = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Name    = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_WB      = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Rec     = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_ifUse = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_ChCode  = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_UpCode  = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_UserID  = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_IfEnd = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_LeiCode = new YtWinContrl.com.contrl.YTextBox();
     this.button2          = new System.Windows.Forms.Button();
     this.button1          = new System.Windows.Forms.Button();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.yTextBox_PY);
     this.groupBox2.Controls.Add(this.yTextBox_User);
     this.groupBox2.Controls.Add(this.yTextBox_Name);
     this.groupBox2.Controls.Add(this.yTextBox_WB);
     this.groupBox2.Controls.Add(this.yTextBox_Rec);
     this.groupBox2.Controls.Add(this.ytComboBox_ifUse);
     this.groupBox2.Controls.Add(this.yTextBox_ChCode);
     this.groupBox2.Controls.Add(this.yTextBox_UpCode);
     this.groupBox2.Controls.Add(this.yTextBox_UserID);
     this.groupBox2.Controls.Add(this.ytComboBox_IfEnd);
     this.groupBox2.Controls.Add(this.yTextBox_LeiCode);
     this.groupBox2.Location = new System.Drawing.Point(12, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(573, 230);
     this.groupBox2.TabIndex = 3;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "基本信息";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location  = new System.Drawing.Point(283, 141);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(101, 12);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "设备卡号前缀字符";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label8.Location  = new System.Drawing.Point(307, 113);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(77, 12);
     this.label8.TabIndex  = 27;
     this.label8.Text      = "医疗机构编码";
     //
     // label11
     //
     this.label11.AutoSize  = true;
     this.label11.ForeColor = System.Drawing.Color.Blue;
     this.label11.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label11.Location  = new System.Drawing.Point(307, 86);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(65, 12);
     this.label11.TabIndex  = 26;
     this.label11.Text      = "是否末节点";
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Blue;
     this.label12.Location  = new System.Drawing.Point(307, 60);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(53, 12);
     this.label12.TabIndex  = 25;
     this.label12.Text      = "上级编码";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(307, 29);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(53, 12);
     this.label13.TabIndex  = 24;
     this.label13.Text      = "类别编码";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location = new System.Drawing.Point(35, 167);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 23;
     this.label4.Text     = "备注";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location  = new System.Drawing.Point(32, 141);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 12);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "操作员名称";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location  = new System.Drawing.Point(32, 114);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "是否使用";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location = new System.Drawing.Point(32, 86);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(41, 12);
     this.label10.TabIndex = 13;
     this.label10.Text     = "五笔码";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(32, 60);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(41, 12);
     this.label3.TabIndex = 6;
     this.label3.Text     = "拼音码";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(32, 29);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(53, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "类别名称";
     //
     // yTextBox_PY
     //
     //
     //
     //
     this.yTextBox_PY.Border.Class      = "TextBoxBorder";
     this.yTextBox_PY.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_PY.Location          = new System.Drawing.Point(117, 53);
     this.yTextBox_PY.Name     = "yTextBox_PY";
     this.yTextBox_PY.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_PY.TabIndex = 2;
     //
     // yTextBox_User
     //
     //
     //
     //
     this.yTextBox_User.Border.Class      = "TextBoxBorder";
     this.yTextBox_User.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_User.Location          = new System.Drawing.Point(117, 137);
     this.yTextBox_User.Name     = "yTextBox_User";
     this.yTextBox_User.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_User.TabIndex = 8;
     //
     // yTextBox_Name
     //
     //
     //
     //
     this.yTextBox_Name.Border.Class      = "TextBoxBorder";
     this.yTextBox_Name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Name.Location          = new System.Drawing.Point(117, 25);
     this.yTextBox_Name.Name     = "yTextBox_Name";
     this.yTextBox_Name.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Name.TabIndex = 0;
     //
     // yTextBox_WB
     //
     //
     //
     //
     this.yTextBox_WB.Border.Class      = "TextBoxBorder";
     this.yTextBox_WB.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_WB.Location          = new System.Drawing.Point(117, 80);
     this.yTextBox_WB.Name     = "yTextBox_PY";
     this.yTextBox_WB.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_WB.TabIndex = 4;
     //
     // yTextBox_Rec
     //
     //
     //
     //
     this.yTextBox_Rec.Border.Class      = "TextBoxBorder";
     this.yTextBox_Rec.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Rec.Location          = new System.Drawing.Point(117, 164);
     this.yTextBox_Rec.Name     = "yTextBox_User";
     this.yTextBox_Rec.Size     = new System.Drawing.Size(408, 21);
     this.yTextBox_Rec.TabIndex = 10;
     //
     // ytComboBox_ifUse
     //
     this.ytComboBox_ifUse.CacheKey      = null;
     this.ytComboBox_ifUse.DbConn        = null;
     this.ytComboBox_ifUse.DefText       = null;
     this.ytComboBox_ifUse.DefValue      = null;
     this.ytComboBox_ifUse.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_ifUse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_ifUse.EnableEmpty   = true;
     this.ytComboBox_ifUse.FirstText     = null;
     this.ytComboBox_ifUse.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_ifUse.Fomart        = null;
     this.ytComboBox_ifUse.ItemStr       = "";
     this.ytComboBox_ifUse.Location      = new System.Drawing.Point(117, 108);
     this.ytComboBox_ifUse.Name          = "ytComboBox_ifUse";
     this.ytComboBox_ifUse.Param         = null;
     this.ytComboBox_ifUse.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_ifUse.Sql           = null;
     this.ytComboBox_ifUse.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_ifUse.TabIndex      = 6;
     this.ytComboBox_ifUse.Tag           = tvList1;
     this.ytComboBox_ifUse.Value         = null;
     //
     // yTextBox_ChCode
     //
     //
     //
     //
     this.yTextBox_ChCode.Border.Class      = "TextBoxBorder";
     this.yTextBox_ChCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_ChCode.Location          = new System.Drawing.Point(407, 108);
     this.yTextBox_ChCode.Name     = "yTextBox_PY";
     this.yTextBox_ChCode.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_ChCode.TabIndex = 7;
     //
     // yTextBox_UpCode
     //
     //
     //
     //
     this.yTextBox_UpCode.Border.Class      = "TextBoxBorder";
     this.yTextBox_UpCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_UpCode.Location          = new System.Drawing.Point(407, 53);
     this.yTextBox_UpCode.Name     = "yTextBox_PY";
     this.yTextBox_UpCode.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_UpCode.TabIndex = 3;
     //
     // yTextBox_UserID
     //
     //
     //
     //
     this.yTextBox_UserID.Border.Class      = "TextBoxBorder";
     this.yTextBox_UserID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_UserID.Location          = new System.Drawing.Point(407, 136);
     this.yTextBox_UserID.Name     = "yTextBox_User";
     this.yTextBox_UserID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_UserID.TabIndex = 9;
     //
     // ytComboBox_IfEnd
     //
     this.ytComboBox_IfEnd.CacheKey      = null;
     this.ytComboBox_IfEnd.DbConn        = null;
     this.ytComboBox_IfEnd.DefText       = null;
     this.ytComboBox_IfEnd.DefValue      = null;
     this.ytComboBox_IfEnd.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_IfEnd.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_IfEnd.EnableEmpty   = true;
     this.ytComboBox_IfEnd.FirstText     = null;
     this.ytComboBox_IfEnd.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_IfEnd.Fomart        = null;
     this.ytComboBox_IfEnd.ItemStr       = "";
     this.ytComboBox_IfEnd.Location      = new System.Drawing.Point(407, 80);
     this.ytComboBox_IfEnd.Name          = "ytComboBox_ifUse";
     this.ytComboBox_IfEnd.Param         = null;
     this.ytComboBox_IfEnd.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_IfEnd.Sql           = null;
     this.ytComboBox_IfEnd.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_IfEnd.TabIndex      = 5;
     this.ytComboBox_IfEnd.Tag           = tvList2;
     this.ytComboBox_IfEnd.Value         = null;
     //
     // yTextBox_LeiCode
     //
     //
     //
     //
     this.yTextBox_LeiCode.Border.Class      = "TextBoxBorder";
     this.yTextBox_LeiCode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_LeiCode.Location          = new System.Drawing.Point(407, 25);
     this.yTextBox_LeiCode.Name     = "yTextBox_Name";
     this.yTextBox_LeiCode.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_LeiCode.TabIndex = 1;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(355, 262);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(74, 26);
     this.button2.TabIndex = 12;
     this.button2.Text     = "取消";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(142, 262);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(74, 26);
     this.button1.TabIndex = 11;
     this.button1.Text     = "保存";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Kind_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(598, 294);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox2);
     this.Name  = "Kind_Add";
     this.Text  = "设备类别信息";
     this.Load += new System.EventHandler(this.EQKind_Add_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#25
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.label2              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.label13             = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.pycode_yTextBox5    = new YtWinContrl.com.contrl.YTextBox();
     this.dicgrpid_yTextBox   = new YtWinContrl.com.contrl.YTextBox();
     this.dicdesc_yTextBox    = new YtWinContrl.com.contrl.YTextBox();
     this.defvalue_ytComboBox = new YtWinContrl.com.contrl.YtComboBox();
     this.dicid_yTextBox      = new YtWinContrl.com.contrl.YTextBox();
     this.fixed_yTextBox      = new YtWinContrl.com.contrl.YTextBox();
     this.save_button         = new System.Windows.Forms.Button();
     this.cancel_button       = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.pycode_yTextBox5);
     this.groupBox1.Controls.Add(this.dicgrpid_yTextBox);
     this.groupBox1.Controls.Add(this.dicdesc_yTextBox);
     this.groupBox1.Controls.Add(this.defvalue_ytComboBox);
     this.groupBox1.Controls.Add(this.dicid_yTextBox);
     this.groupBox1.Controls.Add(this.fixed_yTextBox);
     this.groupBox1.Location = new System.Drawing.Point(12, 12);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(597, 220);
     this.groupBox1.TabIndex = 2;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "请填写相应设备单位信息";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(24, 94);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(35, 12);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "DICID";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(323, 94);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(53, 12);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "是否使用";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(24, 164);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(29, 12);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "名称";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(323, 38);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(65, 12);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "是否默认值";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(323, 164);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(41, 12);
     this.label13.TabIndex  = 0;
     this.label13.Text      = "拼音码";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.Location  = new System.Drawing.Point(18, 225);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(0, 12);
     this.label6.TabIndex  = 0;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(18, 38);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(65, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "字典组类别";
     //
     // pycode_yTextBox5
     //
     //
     //
     //
     this.pycode_yTextBox5.Border.Class      = "TextBoxBorder";
     this.pycode_yTextBox5.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.pycode_yTextBox5.Location          = new System.Drawing.Point(445, 162);
     this.pycode_yTextBox5.Name     = "pycode_yTextBox5";
     this.pycode_yTextBox5.Size     = new System.Drawing.Size(120, 21);
     this.pycode_yTextBox5.TabIndex = 5;
     //
     // dicgrpid_yTextBox
     //
     //
     //
     //
     this.dicgrpid_yTextBox.Border.Class      = "TextBoxBorder";
     this.dicgrpid_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dicgrpid_yTextBox.Location          = new System.Drawing.Point(121, 32);
     this.dicgrpid_yTextBox.Name     = "warecode_yTextBox";
     this.dicgrpid_yTextBox.ReadOnly = true;
     this.dicgrpid_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.dicgrpid_yTextBox.TabIndex = 0;
     //
     // dicdesc_yTextBox
     //
     //
     //
     //
     this.dicdesc_yTextBox.Border.Class      = "TextBoxBorder";
     this.dicdesc_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dicdesc_yTextBox.Location          = new System.Drawing.Point(121, 160);
     this.dicdesc_yTextBox.Name     = "warename_yTextBox";
     this.dicdesc_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.dicdesc_yTextBox.TabIndex = 4;
     //
     // defvalue_ytComboBox
     //
     this.defvalue_ytComboBox.CacheKey      = null;
     this.defvalue_ytComboBox.DbConn        = null;
     this.defvalue_ytComboBox.DefText       = null;
     this.defvalue_ytComboBox.DefValue      = null;
     this.defvalue_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.defvalue_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.defvalue_ytComboBox.EnableEmpty   = true;
     this.defvalue_ytComboBox.FirstText     = null;
     this.defvalue_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.defvalue_ytComboBox.Fomart        = null;
     this.defvalue_ytComboBox.ItemStr       = "";
     this.defvalue_ytComboBox.Location      = new System.Drawing.Point(448, 33);
     this.defvalue_ytComboBox.Name          = "ifuse_ytComboBox";
     this.defvalue_ytComboBox.Param         = null;
     this.defvalue_ytComboBox.Size          = new System.Drawing.Size(121, 22);
     this.defvalue_ytComboBox.Sql           = null;
     this.defvalue_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.defvalue_ytComboBox.TabIndex      = 1;
     this.defvalue_ytComboBox.Tag           = tvList2;
     this.defvalue_ytComboBox.Value         = null;
     //
     // dicid_yTextBox
     //
     //
     //
     //
     this.dicid_yTextBox.Border.Class      = "TextBoxBorder";
     this.dicid_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.dicid_yTextBox.Location          = new System.Drawing.Point(121, 89);
     this.dicid_yTextBox.Name     = "choscode_yTextBox";
     this.dicid_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.dicid_yTextBox.TabIndex = 2;
     //
     // fixed_yTextBox
     //
     //
     //
     //
     this.fixed_yTextBox.Border.Class      = "TextBoxBorder";
     this.fixed_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.fixed_yTextBox.Location          = new System.Drawing.Point(447, 89);
     this.fixed_yTextBox.Name     = "fixed_yTextBox";
     this.fixed_yTextBox.ReadOnly = true;
     this.fixed_yTextBox.Size     = new System.Drawing.Size(120, 21);
     this.fixed_yTextBox.TabIndex = 0;
     //
     // save_button
     //
     this.save_button.Location = new System.Drawing.Point(169, 263);
     this.save_button.Name     = "save_button";
     this.save_button.Size     = new System.Drawing.Size(75, 23);
     this.save_button.TabIndex = 6;
     this.save_button.Text     = "保存(&S)";
     this.save_button.UseVisualStyleBackColor = true;
     this.save_button.Click += new System.EventHandler(this.save_button_Click);
     //
     // cancel_button
     //
     this.cancel_button.Location = new System.Drawing.Point(379, 263);
     this.cancel_button.Name     = "cancel_button";
     this.cancel_button.Size     = new System.Drawing.Size(75, 23);
     this.cancel_button.TabIndex = 7;
     this.cancel_button.Text     = "取消(&C)";
     this.cancel_button.UseVisualStyleBackColor = true;
     this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
     //
     // EQUnit_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(624, 298);
     this.Controls.Add(this.cancel_button);
     this.Controls.Add(this.save_button);
     this.Controls.Add(this.groupBox1);
     this.Name  = "EQUnit_Add";
     this.Text  = "设备单位信息";
     this.Load += new System.EventHandler(this.AddWZUnit_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
 }
示例#26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList3 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList4 = new YtWinContrl.com.datagrid.TvList();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.selTextInpt_Country = new YtWinContrl.com.contrl.SelTextInpt();
     this.label22             = new System.Windows.Forms.Label();
     this.ytDateTime_SHTime   = new YtWinContrl.com.contrl.YTDateTime();
     this.label21             = new System.Windows.Forms.Label();
     this.label16             = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.selTextInpt_EQID    = new YtWinContrl.com.contrl.SelTextInpt();
     this.ytDateTime_MakeTime = new YtWinContrl.com.contrl.YTDateTime();
     this.ytDateTime_RECDATE  = new YtWinContrl.com.contrl.YTDateTime();
     this.label20             = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.selTextInpt_QGKSID  = new YtWinContrl.com.contrl.SelTextInpt();
     this.label5              = new System.Windows.Forms.Label();
     this.label30             = new System.Windows.Forms.Label();
     this.label26             = new System.Windows.Forms.Label();
     this.label17             = new System.Windows.Forms.Label();
     this.label24             = new System.Windows.Forms.Label();
     this.label14             = new System.Windows.Forms.Label();
     this.label15             = new System.Windows.Forms.Label();
     this.label18             = new System.Windows.Forms.Label();
     this.label19             = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.label11             = new System.Windows.Forms.Label();
     this.label12             = new System.Windows.Forms.Label();
     this.label13             = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.label10             = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.yTextBox_User       = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Name       = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_QGNum      = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Rec        = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_Status   = new YtWinContrl.com.contrl.YtComboBox();
     this.yTextBox_YJMONEY    = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_UserID     = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_PTTJ       = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_GuiG       = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_YJPRICE    = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_SPNum      = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_XYFX       = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_QGID       = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_REASON     = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_Choscode   = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_SHName     = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_SHUserID   = new YtWinContrl.com.contrl.YTextBox();
     this.yTextBox_XH         = new YtWinContrl.com.contrl.YTextBox();
     this.ytComboBox_Unitcode = new YtWinContrl.com.contrl.YtComboBox();
     this.btn_Cancel          = new System.Windows.Forms.Button();
     this.btn_Save            = new System.Windows.Forms.Button();
     this.button_CG           = new System.Windows.Forms.Button();
     this.button_SB           = new System.Windows.Forms.Button();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.selTextInpt_Country);
     this.groupBox2.Controls.Add(this.label22);
     this.groupBox2.Controls.Add(this.ytDateTime_SHTime);
     this.groupBox2.Controls.Add(this.label21);
     this.groupBox2.Controls.Add(this.label16);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.selTextInpt_EQID);
     this.groupBox2.Controls.Add(this.ytDateTime_MakeTime);
     this.groupBox2.Controls.Add(this.ytDateTime_RECDATE);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.selTextInpt_QGKSID);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label30);
     this.groupBox2.Controls.Add(this.label26);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.label24);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label15);
     this.groupBox2.Controls.Add(this.label18);
     this.groupBox2.Controls.Add(this.label19);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.yTextBox_User);
     this.groupBox2.Controls.Add(this.yTextBox_Name);
     this.groupBox2.Controls.Add(this.yTextBox_QGNum);
     this.groupBox2.Controls.Add(this.yTextBox_Rec);
     this.groupBox2.Controls.Add(this.ytComboBox_Status);
     this.groupBox2.Controls.Add(this.yTextBox_YJMONEY);
     this.groupBox2.Controls.Add(this.yTextBox_UserID);
     this.groupBox2.Controls.Add(this.yTextBox_PTTJ);
     this.groupBox2.Controls.Add(this.yTextBox_GuiG);
     this.groupBox2.Controls.Add(this.yTextBox_YJPRICE);
     this.groupBox2.Controls.Add(this.yTextBox_SPNum);
     this.groupBox2.Controls.Add(this.yTextBox_XYFX);
     this.groupBox2.Controls.Add(this.yTextBox_QGID);
     this.groupBox2.Controls.Add(this.yTextBox_REASON);
     this.groupBox2.Controls.Add(this.yTextBox_Choscode);
     this.groupBox2.Controls.Add(this.yTextBox_SHName);
     this.groupBox2.Controls.Add(this.yTextBox_SHUserID);
     this.groupBox2.Controls.Add(this.yTextBox_XH);
     this.groupBox2.Controls.Add(this.ytComboBox_Unitcode);
     this.groupBox2.Location = new System.Drawing.Point(12, 5);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(748, 366);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "基本信息";
     //
     // selTextInpt_Country
     //
     this.selTextInpt_Country.ColDefText       = null;
     this.selTextInpt_Country.ColStyle         = null;
     this.selTextInpt_Country.DataType         = null;
     this.selTextInpt_Country.DbConn           = null;
     this.selTextInpt_Country.Location         = new System.Drawing.Point(585, 38);
     this.selTextInpt_Country.Name             = "selTextInpt_Country";
     this.selTextInpt_Country.NextFocusControl = null;
     this.selTextInpt_Country.ReadOnly         = false;
     this.selTextInpt_Country.SelParam         = null;
     this.selTextInpt_Country.ShowColNum       = 0;
     this.selTextInpt_Country.ShowWidth        = 0;
     this.selTextInpt_Country.Size             = new System.Drawing.Size(117, 22);
     this.selTextInpt_Country.Sql           = null;
     this.selTextInpt_Country.SqlStr        = null;
     this.selTextInpt_Country.TabIndex      = 2;
     this.selTextInpt_Country.TvColName     = null;
     this.selTextInpt_Country.Value         = null;
     this.selTextInpt_Country.WatermarkText = "";
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label22.Location = new System.Drawing.Point(25, 214);
     this.label22.Name     = "label22";
     this.label22.Size     = new System.Drawing.Size(77, 12);
     this.label22.TabIndex = 59;
     this.label22.Text     = "审核操作员ID";
     //
     // ytDateTime_SHTime
     //
     this.ytDateTime_SHTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.ytDateTime_SHTime.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ytDateTime_SHTime.Location     = new System.Drawing.Point(347, 214);
     this.ytDateTime_SHTime.Name         = "ytDateTime_SHTime";
     this.ytDateTime_SHTime.Size         = new System.Drawing.Size(119, 21);
     this.ytDateTime_SHTime.TabIndex     = 22;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label21.Location = new System.Drawing.Point(260, 218);
     this.label21.Name     = "label21";
     this.label21.Size     = new System.Drawing.Size(53, 12);
     this.label21.TabIndex = 57;
     this.label21.Text     = "审核日期";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label16.Location = new System.Drawing.Point(479, 218);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(89, 12);
     this.label16.TabIndex = 56;
     this.label16.Text     = "审核操作员姓名";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(50, 41);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(41, 12);
     this.label8.TabIndex  = 55;
     this.label8.Text      = "请购ID";
     //
     // selTextInpt_EQID
     //
     this.selTextInpt_EQID.ColDefText       = null;
     this.selTextInpt_EQID.ColStyle         = null;
     this.selTextInpt_EQID.DataType         = null;
     this.selTextInpt_EQID.DbConn           = null;
     this.selTextInpt_EQID.Location         = new System.Drawing.Point(116, 63);
     this.selTextInpt_EQID.Name             = "selTextInpt_EQID";
     this.selTextInpt_EQID.NextFocusControl = null;
     this.selTextInpt_EQID.ReadOnly         = false;
     this.selTextInpt_EQID.SelParam         = null;
     this.selTextInpt_EQID.ShowColNum       = 0;
     this.selTextInpt_EQID.ShowWidth        = 0;
     this.selTextInpt_EQID.Size             = new System.Drawing.Size(117, 22);
     this.selTextInpt_EQID.Sql           = null;
     this.selTextInpt_EQID.SqlStr        = null;
     this.selTextInpt_EQID.TabIndex      = 3;
     this.selTextInpt_EQID.TvColName     = null;
     this.selTextInpt_EQID.Value         = null;
     this.selTextInpt_EQID.WatermarkText = "";
     //
     // ytDateTime_MakeTime
     //
     this.ytDateTime_MakeTime.CustomFormat = "yyyy-MM-dd HH:mm";
     this.ytDateTime_MakeTime.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ytDateTime_MakeTime.Location     = new System.Drawing.Point(347, 154);
     this.ytDateTime_MakeTime.Name         = "ytDateTime_MakeTime";
     this.ytDateTime_MakeTime.Size         = new System.Drawing.Size(119, 21);
     this.ytDateTime_MakeTime.TabIndex     = 16;
     //
     // ytDateTime_RECDATE
     //
     this.ytDateTime_RECDATE.CustomFormat = "yyyy-MM-dd HH:mm";
     this.ytDateTime_RECDATE.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ytDateTime_RECDATE.Location     = new System.Drawing.Point(347, 183);
     this.ytDateTime_RECDATE.Name         = "ytDateTime_RECDATE";
     this.ytDateTime_RECDATE.Size         = new System.Drawing.Size(119, 21);
     this.ytDateTime_RECDATE.TabIndex     = 19;
     //
     // label20
     //
     this.label20.AutoSize  = true;
     this.label20.ForeColor = System.Drawing.Color.Blue;
     this.label20.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label20.Location  = new System.Drawing.Point(261, 189);
     this.label20.Name      = "label20";
     this.label20.Size      = new System.Drawing.Size(53, 12);
     this.label20.TabIndex  = 51;
     this.label20.Text      = "修改时间";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label7.Location = new System.Drawing.Point(286, 102);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(29, 12);
     this.label7.TabIndex = 49;
     this.label7.Text     = "型号";
     //
     // selTextInpt_QGKSID
     //
     this.selTextInpt_QGKSID.ColDefText       = null;
     this.selTextInpt_QGKSID.ColStyle         = null;
     this.selTextInpt_QGKSID.DataType         = null;
     this.selTextInpt_QGKSID.DbConn           = null;
     this.selTextInpt_QGKSID.Location         = new System.Drawing.Point(346, 37);
     this.selTextInpt_QGKSID.Name             = "selTextInpt_QGKSID";
     this.selTextInpt_QGKSID.NextFocusControl = null;
     this.selTextInpt_QGKSID.ReadOnly         = false;
     this.selTextInpt_QGKSID.SelParam         = null;
     this.selTextInpt_QGKSID.ShowColNum       = 0;
     this.selTextInpt_QGKSID.ShowWidth        = 0;
     this.selTextInpt_QGKSID.Size             = new System.Drawing.Size(121, 22);
     this.selTextInpt_QGKSID.Sql           = null;
     this.selTextInpt_QGKSID.SqlStr        = null;
     this.selTextInpt_QGKSID.TabIndex      = 1;
     this.selTextInpt_QGKSID.TvColName     = null;
     this.selTextInpt_QGKSID.Value         = null;
     this.selTextInpt_QGKSID.WatermarkText = "";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label5.Location  = new System.Drawing.Point(25, 187);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(77, 12);
     this.label5.TabIndex  = 47;
     this.label5.Text      = "医疗机构编码";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label30.Location = new System.Drawing.Point(26, 304);
     this.label30.Name     = "label30";
     this.label30.Size     = new System.Drawing.Size(65, 12);
     this.label30.TabIndex = 46;
     this.label30.Text     = "原因及用途";
     //
     // label26
     //
     this.label26.AutoSize  = true;
     this.label26.ForeColor = System.Drawing.Color.Blue;
     this.label26.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label26.Location  = new System.Drawing.Point(526, 103);
     this.label26.Name      = "label26";
     this.label26.Size      = new System.Drawing.Size(29, 12);
     this.label26.TabIndex  = 43;
     this.label26.Text      = "状态";
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label17.Location = new System.Drawing.Point(524, 73);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(29, 12);
     this.label17.TabIndex = 42;
     this.label17.Text     = "规格";
     //
     // label24
     //
     this.label24.AutoSize  = true;
     this.label24.ForeColor = System.Drawing.Color.Blue;
     this.label24.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label24.Location  = new System.Drawing.Point(261, 42);
     this.label24.Name      = "label24";
     this.label24.Size      = new System.Drawing.Size(53, 12);
     this.label24.TabIndex  = 40;
     this.label24.Text      = "请购科室";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label14.Location = new System.Drawing.Point(38, 272);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(53, 12);
     this.label14.TabIndex = 34;
     this.label14.Text     = "配套条件";
     //
     // label15
     //
     this.label15.AutoSize  = true;
     this.label15.ForeColor = System.Drawing.Color.Blue;
     this.label15.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label15.Location  = new System.Drawing.Point(493, 129);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(65, 12);
     this.label15.TabIndex  = 33;
     this.label15.Text      = "预计总金额";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Location = new System.Drawing.Point(36, 159);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(53, 12);
     this.label18.TabIndex = 30;
     this.label18.Text     = "审批数量";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(39, 245);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(53, 12);
     this.label19.TabIndex = 29;
     this.label19.Text     = "效益分析";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label6.Location  = new System.Drawing.Point(506, 159);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 12);
     this.label6.TabIndex  = 28;
     this.label6.Text      = "操作员ID";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label11.Location = new System.Drawing.Point(264, 129);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(53, 12);
     this.label11.TabIndex = 26;
     this.label11.Text     = "预计单价";
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Blue;
     this.label12.Location  = new System.Drawing.Point(524, 44);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(29, 12);
     this.label12.TabIndex  = 25;
     this.label12.Text      = "国别";
     //
     // label13
     //
     this.label13.AutoSize  = true;
     this.label13.ForeColor = System.Drawing.Color.Blue;
     this.label13.Location  = new System.Drawing.Point(49, 68);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(41, 12);
     this.label13.TabIndex  = 24;
     this.label13.Text      = "设备ID";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.ImeMode  = System.Windows.Forms.ImeMode.NoControl;
     this.label4.Location = new System.Drawing.Point(34, 328);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 23;
     this.label4.Text     = "备注";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label2.Location  = new System.Drawing.Point(503, 186);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(65, 12);
     this.label2.TabIndex  = 22;
     this.label2.Text      = "操作员名称";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label1.Location  = new System.Drawing.Point(37, 100);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 14;
     this.label1.Text      = "单位编码";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.ForeColor = System.Drawing.Color.Blue;
     this.label10.ImeMode   = System.Windows.Forms.ImeMode.NoControl;
     this.label10.Location  = new System.Drawing.Point(37, 129);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(53, 12);
     this.label10.TabIndex  = 13;
     this.label10.Text      = "请购数量";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(264, 158);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 6;
     this.label3.Text      = "制定日期";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(263, 72);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(53, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "设备名称";
     //
     // yTextBox_User
     //
     //
     //
     //
     this.yTextBox_User.Border.Class      = "TextBoxBorder";
     this.yTextBox_User.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_User.Location          = new System.Drawing.Point(584, 181);
     this.yTextBox_User.Name     = "yTextBox_User";
     this.yTextBox_User.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_User.TabIndex = 20;
     //
     // yTextBox_Name
     //
     //
     //
     //
     this.yTextBox_Name.Border.Class      = "TextBoxBorder";
     this.yTextBox_Name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Name.Location          = new System.Drawing.Point(345, 68);
     this.yTextBox_Name.Name     = "yTextBox_Name";
     this.yTextBox_Name.Size     = new System.Drawing.Size(121, 21);
     this.yTextBox_Name.TabIndex = 4;
     //
     // yTextBox_QGNum
     //
     //
     //
     //
     this.yTextBox_QGNum.Border.Class      = "TextBoxBorder";
     this.yTextBox_QGNum.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_QGNum.Location          = new System.Drawing.Point(115, 125);
     this.yTextBox_QGNum.Name     = "yTextBox_PY";
     this.yTextBox_QGNum.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_QGNum.TabIndex = 9;
     //
     // yTextBox_Rec
     //
     //
     //
     //
     this.yTextBox_Rec.Border.Class      = "TextBoxBorder";
     this.yTextBox_Rec.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Rec.Location          = new System.Drawing.Point(116, 323);
     this.yTextBox_Rec.Name     = "yTextBox_User";
     this.yTextBox_Rec.Size     = new System.Drawing.Size(587, 21);
     this.yTextBox_Rec.TabIndex = 27;
     //
     // ytComboBox_Status
     //
     this.ytComboBox_Status.CacheKey      = null;
     this.ytComboBox_Status.DbConn        = null;
     this.ytComboBox_Status.DefText       = null;
     this.ytComboBox_Status.DefValue      = null;
     this.ytComboBox_Status.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_Status.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_Status.EnableEmpty   = true;
     this.ytComboBox_Status.FirstText     = null;
     this.ytComboBox_Status.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_Status.Fomart        = null;
     this.ytComboBox_Status.ItemStr       = "";
     this.ytComboBox_Status.Location      = new System.Drawing.Point(586, 98);
     this.ytComboBox_Status.Name          = "ytComboBox_Status";
     this.ytComboBox_Status.Param         = null;
     this.ytComboBox_Status.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_Status.Sql           = null;
     this.ytComboBox_Status.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_Status.TabIndex      = 8;
     this.ytComboBox_Status.Tag           = tvList3;
     this.ytComboBox_Status.Value         = null;
     //
     // yTextBox_YJMONEY
     //
     //
     //
     //
     this.yTextBox_YJMONEY.Border.Class      = "TextBoxBorder";
     this.yTextBox_YJMONEY.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_YJMONEY.Location          = new System.Drawing.Point(585, 126);
     this.yTextBox_YJMONEY.Name     = "yTextBox_PY";
     this.yTextBox_YJMONEY.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_YJMONEY.TabIndex = 11;
     //
     // yTextBox_UserID
     //
     //
     //
     //
     this.yTextBox_UserID.Border.Class      = "TextBoxBorder";
     this.yTextBox_UserID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_UserID.Location          = new System.Drawing.Point(585, 154);
     this.yTextBox_UserID.Name     = "yTextBox_User";
     this.yTextBox_UserID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_UserID.TabIndex = 17;
     //
     // yTextBox_PTTJ
     //
     //
     //
     //
     this.yTextBox_PTTJ.Border.Class      = "TextBoxBorder";
     this.yTextBox_PTTJ.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_PTTJ.Location          = new System.Drawing.Point(116, 268);
     this.yTextBox_PTTJ.Name     = "yTextBox_User";
     this.yTextBox_PTTJ.Size     = new System.Drawing.Size(587, 21);
     this.yTextBox_PTTJ.TabIndex = 25;
     //
     // yTextBox_GuiG
     //
     //
     //
     //
     this.yTextBox_GuiG.Border.Class      = "TextBoxBorder";
     this.yTextBox_GuiG.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_GuiG.Location          = new System.Drawing.Point(586, 68);
     this.yTextBox_GuiG.Name     = "yTextBox_User";
     this.yTextBox_GuiG.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_GuiG.TabIndex = 5;
     //
     // yTextBox_YJPRICE
     //
     //
     //
     //
     this.yTextBox_YJPRICE.Border.Class      = "TextBoxBorder";
     this.yTextBox_YJPRICE.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_YJPRICE.Location          = new System.Drawing.Point(345, 124);
     this.yTextBox_YJPRICE.Name     = "yTextBox_User";
     this.yTextBox_YJPRICE.Size     = new System.Drawing.Size(121, 21);
     this.yTextBox_YJPRICE.TabIndex = 10;
     //
     // yTextBox_SPNum
     //
     //
     //
     //
     this.yTextBox_SPNum.Border.Class      = "TextBoxBorder";
     this.yTextBox_SPNum.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_SPNum.Location          = new System.Drawing.Point(116, 153);
     this.yTextBox_SPNum.Name     = "yTextBox_PY";
     this.yTextBox_SPNum.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_SPNum.TabIndex = 15;
     //
     // yTextBox_XYFX
     //
     //
     //
     //
     this.yTextBox_XYFX.Border.Class      = "TextBoxBorder";
     this.yTextBox_XYFX.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_XYFX.Location          = new System.Drawing.Point(115, 242);
     this.yTextBox_XYFX.Multiline         = true;
     this.yTextBox_XYFX.Name     = "yTextBox_Name";
     this.yTextBox_XYFX.Size     = new System.Drawing.Size(587, 21);
     this.yTextBox_XYFX.TabIndex = 24;
     //
     // yTextBox_QGID
     //
     //
     //
     //
     this.yTextBox_QGID.Border.Class      = "TextBoxBorder";
     this.yTextBox_QGID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_QGID.Location          = new System.Drawing.Point(117, 35);
     this.yTextBox_QGID.Name     = "yTextBox_Name";
     this.yTextBox_QGID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_QGID.TabIndex = 0;
     //
     // yTextBox_REASON
     //
     //
     //
     //
     this.yTextBox_REASON.Border.Class      = "TextBoxBorder";
     this.yTextBox_REASON.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_REASON.Location          = new System.Drawing.Point(116, 296);
     this.yTextBox_REASON.Multiline         = true;
     this.yTextBox_REASON.Name     = "yTextBox_User";
     this.yTextBox_REASON.Size     = new System.Drawing.Size(587, 21);
     this.yTextBox_REASON.TabIndex = 26;
     //
     // yTextBox_Choscode
     //
     //
     //
     //
     this.yTextBox_Choscode.Border.Class      = "TextBoxBorder";
     this.yTextBox_Choscode.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_Choscode.Location          = new System.Drawing.Point(115, 182);
     this.yTextBox_Choscode.Name     = "yTextBox_User";
     this.yTextBox_Choscode.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_Choscode.TabIndex = 0;
     //
     // yTextBox_SHName
     //
     //
     //
     //
     this.yTextBox_SHName.Border.Class      = "TextBoxBorder";
     this.yTextBox_SHName.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_SHName.Location          = new System.Drawing.Point(584, 213);
     this.yTextBox_SHName.Name     = "yTextBox_User";
     this.yTextBox_SHName.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_SHName.TabIndex = 23;
     //
     // yTextBox_SHUserID
     //
     //
     //
     //
     this.yTextBox_SHUserID.Border.Class      = "TextBoxBorder";
     this.yTextBox_SHUserID.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_SHUserID.Location          = new System.Drawing.Point(115, 210);
     this.yTextBox_SHUserID.Name     = "yTextBox_User";
     this.yTextBox_SHUserID.Size     = new System.Drawing.Size(117, 21);
     this.yTextBox_SHUserID.TabIndex = 21;
     //
     // yTextBox_XH
     //
     //
     //
     //
     this.yTextBox_XH.Border.Class      = "TextBoxBorder";
     this.yTextBox_XH.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTextBox_XH.Location          = new System.Drawing.Point(345, 97);
     this.yTextBox_XH.Name     = "yTextBox_User";
     this.yTextBox_XH.Size     = new System.Drawing.Size(121, 21);
     this.yTextBox_XH.TabIndex = 7;
     //
     // ytComboBox_Unitcode
     //
     this.ytComboBox_Unitcode.CacheKey      = null;
     this.ytComboBox_Unitcode.DbConn        = null;
     this.ytComboBox_Unitcode.DefText       = null;
     this.ytComboBox_Unitcode.DefValue      = null;
     this.ytComboBox_Unitcode.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox_Unitcode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox_Unitcode.EnableEmpty   = true;
     this.ytComboBox_Unitcode.FirstText     = null;
     this.ytComboBox_Unitcode.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox_Unitcode.Fomart        = null;
     this.ytComboBox_Unitcode.ItemStr       = "";
     this.ytComboBox_Unitcode.Location      = new System.Drawing.Point(116, 95);
     this.ytComboBox_Unitcode.Name          = "ytComboBox_Status";
     this.ytComboBox_Unitcode.Param         = null;
     this.ytComboBox_Unitcode.Size          = new System.Drawing.Size(117, 22);
     this.ytComboBox_Unitcode.Sql           = null;
     this.ytComboBox_Unitcode.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox_Unitcode.TabIndex      = 6;
     this.ytComboBox_Unitcode.Tag           = tvList4;
     this.ytComboBox_Unitcode.Value         = null;
     //
     // btn_Cancel
     //
     this.btn_Cancel.Location = new System.Drawing.Point(507, 392);
     this.btn_Cancel.Name     = "btn_Cancel";
     this.btn_Cancel.Size     = new System.Drawing.Size(74, 26);
     this.btn_Cancel.TabIndex = 29;
     this.btn_Cancel.Text     = "取消";
     this.btn_Cancel.UseVisualStyleBackColor = true;
     this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
     //
     // btn_Save
     //
     this.btn_Save.Location = new System.Drawing.Point(251, 392);
     this.btn_Save.Name     = "btn_Save";
     this.btn_Save.Size     = new System.Drawing.Size(74, 26);
     this.btn_Save.TabIndex = 28;
     this.btn_Save.Text     = "保存";
     this.btn_Save.UseVisualStyleBackColor = true;
     this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
     //
     // button_CG
     //
     this.button_CG.Location = new System.Drawing.Point(128, 392);
     this.button_CG.Name     = "button_CG";
     this.button_CG.Size     = new System.Drawing.Size(74, 26);
     this.button_CG.TabIndex = 30;
     this.button_CG.Text     = "通过";
     this.button_CG.UseVisualStyleBackColor = true;
     this.button_CG.Click += new System.EventHandler(this.button_CG_Click);
     //
     // button_SB
     //
     this.button_SB.Location = new System.Drawing.Point(323, 392);
     this.button_SB.Name     = "button_SB";
     this.button_SB.Size     = new System.Drawing.Size(74, 26);
     this.button_SB.TabIndex = 31;
     this.button_SB.Text     = "不通过";
     this.button_SB.UseVisualStyleBackColor = true;
     this.button_SB.Click += new System.EventHandler(this.button_SB_Click);
     //
     // AskBuy_Add
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(796, 430);
     this.Controls.Add(this.button_SB);
     this.Controls.Add(this.button_CG);
     this.Controls.Add(this.btn_Cancel);
     this.Controls.Add(this.btn_Save);
     this.Controls.Add(this.groupBox2);
     this.Name  = "AskBuy_Add";
     this.Text  = "设备请购信息";
     this.Load += new System.EventHandler(this.WZDict_Add_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }
示例#27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(EQWareManager));
     YtWinContrl.com.datagrid.TvList            tvList1                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.AddtoolStripButton    = new System.Windows.Forms.ToolStripButton();
     this.ModifytoolStripButton = new System.Windows.Forms.ToolStripButton();
     this.DeltoolStripButton    = new System.Windows.Forms.ToolStripButton();
     this.ReftoolStripButton    = new System.Windows.Forms.ToolStripButton();
     this.StoptoolStripButton   = new System.Windows.Forms.ToolStripButton();
     this.UsetoolStripButton    = new System.Windows.Forms.ToolStripButton();
     this.ViewtoolStripButton   = new System.Windows.Forms.ToolStripButton();
     this.SearchgroupBox        = new System.Windows.Forms.GroupBox();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.button1            = new System.Windows.Forms.Button();
     this.Search_ytComboBox1 = new YtWinContrl.com.contrl.YtComboBox();
     this.Search_yTextBox1   = new YtWinContrl.com.contrl.YTextBox();
     this.dataGView1         = new YtWinContrl.com.datagrid.DataGView();
     this.Column1            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column5            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7            = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Column8            = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Column9            = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column10           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12           = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.SearchgroupBox.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.AddtoolStripButton,
         this.ModifytoolStripButton,
         this.DeltoolStripButton,
         this.ReftoolStripButton,
         this.StoptoolStripButton,
         this.UsetoolStripButton,
         this.ViewtoolStripButton
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(851, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // AddtoolStripButton
     //
     this.AddtoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("AddtoolStripButton.Image")));
     this.AddtoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.AddtoolStripButton.Name   = "AddtoolStripButton";
     this.AddtoolStripButton.Size   = new System.Drawing.Size(67, 22);
     this.AddtoolStripButton.Text   = "新增(&A)";
     this.AddtoolStripButton.Click += new System.EventHandler(this.AddtoolStripButton_Click);
     //
     // ModifytoolStripButton
     //
     this.ModifytoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ModifytoolStripButton.Image")));
     this.ModifytoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ModifytoolStripButton.Name   = "ModifytoolStripButton";
     this.ModifytoolStripButton.Size   = new System.Drawing.Size(67, 22);
     this.ModifytoolStripButton.Text   = "修改(&M)";
     this.ModifytoolStripButton.Click += new System.EventHandler(this.ModifytoolStripButton_Click);
     //
     // DeltoolStripButton
     //
     this.DeltoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("DeltoolStripButton.Image")));
     this.DeltoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.DeltoolStripButton.Name   = "DeltoolStripButton";
     this.DeltoolStripButton.Size   = new System.Drawing.Size(67, 22);
     this.DeltoolStripButton.Text   = "删除(&D)";
     this.DeltoolStripButton.Click += new System.EventHandler(this.DeltoolStripButton_Click);
     //
     // ReftoolStripButton
     //
     this.ReftoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ReftoolStripButton.Image")));
     this.ReftoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ReftoolStripButton.Name   = "ReftoolStripButton";
     this.ReftoolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.ReftoolStripButton.Text   = "刷新";
     this.ReftoolStripButton.Click += new System.EventHandler(this.ReftoolStripButton_Click);
     //
     // StoptoolStripButton
     //
     this.StoptoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("StoptoolStripButton.Image")));
     this.StoptoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.StoptoolStripButton.Name   = "StoptoolStripButton";
     this.StoptoolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.StoptoolStripButton.Text   = "停用";
     this.StoptoolStripButton.Click += new System.EventHandler(this.StoptoolStripButton_Click);
     //
     // UsetoolStripButton
     //
     this.UsetoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("UsetoolStripButton.Image")));
     this.UsetoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.UsetoolStripButton.Name   = "UsetoolStripButton";
     this.UsetoolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.UsetoolStripButton.Text   = "启用";
     this.UsetoolStripButton.Click += new System.EventHandler(this.UsetoolStripButton_Click);
     //
     // ViewtoolStripButton
     //
     this.ViewtoolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("ViewtoolStripButton.Image")));
     this.ViewtoolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.ViewtoolStripButton.Name   = "ViewtoolStripButton";
     this.ViewtoolStripButton.Size   = new System.Drawing.Size(49, 22);
     this.ViewtoolStripButton.Text   = "浏览";
     this.ViewtoolStripButton.Click += new System.EventHandler(this.ViewtoolStripButton_Click);
     //
     // SearchgroupBox
     //
     this.SearchgroupBox.Controls.Add(this.label2);
     this.SearchgroupBox.Controls.Add(this.label1);
     this.SearchgroupBox.Controls.Add(this.button1);
     this.SearchgroupBox.Controls.Add(this.Search_ytComboBox1);
     this.SearchgroupBox.Controls.Add(this.Search_yTextBox1);
     this.SearchgroupBox.Dock     = System.Windows.Forms.DockStyle.Top;
     this.SearchgroupBox.Location = new System.Drawing.Point(0, 25);
     this.SearchgroupBox.Name     = "SearchgroupBox";
     this.SearchgroupBox.Size     = new System.Drawing.Size(851, 64);
     this.SearchgroupBox.TabIndex = 1;
     this.SearchgroupBox.TabStop  = false;
     this.SearchgroupBox.Text     = "查询条件";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(235, 27);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 4;
     this.label2.Text     = "关键字";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(16, 27);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 4;
     this.label1.Text     = "查询方式";
     //
     // button1
     //
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(466, 20);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 23);
     this.button1.TabIndex   = 2;
     this.button1.Text       = "查询(Q)";
     this.button1.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // Search_ytComboBox1
     //
     this.Search_ytComboBox1.CacheKey                  = null;
     this.Search_ytComboBox1.DbConn                    = null;
     this.Search_ytComboBox1.DefText                   = null;
     this.Search_ytComboBox1.DefValue                  = null;
     this.Search_ytComboBox1.DrawMode                  = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Search_ytComboBox1.DropDownStyle             = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Search_ytComboBox1.EnableEmpty               = true;
     this.Search_ytComboBox1.FirstText                 = null;
     this.Search_ytComboBox1.FlatStyle                 = System.Windows.Forms.FlatStyle.Flat;
     this.Search_ytComboBox1.Fomart                    = null;
     this.Search_ytComboBox1.ItemStr                   = "";
     this.Search_ytComboBox1.Location                  = new System.Drawing.Point(87, 22);
     this.Search_ytComboBox1.Name                      = "Search_ytComboBox1";
     this.Search_ytComboBox1.Param                     = null;
     this.Search_ytComboBox1.Size                      = new System.Drawing.Size(121, 22);
     this.Search_ytComboBox1.Sql                       = null;
     this.Search_ytComboBox1.Style                     = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Search_ytComboBox1.TabIndex                  = 0;
     this.Search_ytComboBox1.Tag                       = tvList1;
     this.Search_ytComboBox1.Value                     = null;
     this.Search_ytComboBox1.SelectionChangeCommitted += new System.EventHandler(this.Search_ytComboBox1_TextChanged);
     //
     // Search_yTextBox1
     //
     //
     //
     //
     this.Search_yTextBox1.Border.Class      = "TextBoxBorder";
     this.Search_yTextBox1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.Search_yTextBox1.Location          = new System.Drawing.Point(316, 22);
     this.Search_yTextBox1.Name     = "yTextBox1";
     this.Search_yTextBox1.Size     = new System.Drawing.Size(100, 21);
     this.Search_yTextBox1.TabIndex = 1;
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows          = false;
     this.dataGView1.AllowUserToDeleteRows       = false;
     this.dataGView1.AllowUserToResizeRows       = false;
     this.dataGView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName         = null;
     this.dataGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column3,
         this.Column4,
         this.Column5,
         this.Column6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column11,
         this.Column12
     });
     this.dataGView1.DbConn                    = "";
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle1;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(0, 89);
     this.dataGView1.MultiSelect             = false;
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.ReadOnly                = true;
     this.dataGView1.RowHeadersWidth         = 20;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView1.Size                    = new System.Drawing.Size(851, 420);
     this.dataGView1.TabIndex                = 2;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     this.dataGView1.CellDoubleClick        += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGView1_CellDoubleClick);
     //
     // Column1
     //
     this.Column1.DataPropertyName = "warecode";
     this.Column1.HeaderText       = "库房编码";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "choscode";
     this.Column2.HeaderText       = "医疗机构编码";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "warename";
     this.Column3.HeaderText       = "库房名称";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "pycode";
     this.Column4.HeaderText       = "拼音码";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "wbcode";
     this.Column5.HeaderText       = "五笔码";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "DEPTName";
     this.Column6.HeaderText       = "科室";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "ifuse";
     this.Column7.FalseValue       = "0";
     this.Column7.HeaderText       = "是否使用";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     this.Column7.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column7.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column7.TrueValue        = "1";
     //
     // Column8
     //
     this.Column8.DataPropertyName = "ifall";
     this.Column8.FalseValue       = "0";
     this.Column8.HeaderText       = "IFALL";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     this.Column8.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column8.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column8.TrueValue        = "1";
     //
     // Column9
     //
     this.Column9.DataPropertyName = "memo";
     this.Column9.HeaderText       = "备注";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "userid";
     this.Column10.HeaderText       = "操作员ID";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "username";
     this.Column11.HeaderText       = "操作员名称";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     //
     // Column12
     //
     this.Column12.DataPropertyName = "recdate";
     this.Column12.HeaderText       = "修改时间";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     //
     // EQWareManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(851, 509);
     this.Controls.Add(this.dataGView1);
     this.Controls.Add(this.SearchgroupBox);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "EQWareManager";
     this.Text  = "设备库房管理";
     this.Load += new System.EventHandler(this.EQWareManager_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.SearchgroupBox.ResumeLayout(false);
     this.SearchgroupBox.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(EQInOutManag));
     YtWinContrl.com.datagrid.TvList            tvList3                = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList            tvList4                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1            = new System.Windows.Forms.ToolStrip();
     this.add_toolstrip         = new System.Windows.Forms.ToolStripButton();
     this.modify_toolStrip      = new System.Windows.Forms.ToolStripButton();
     this.copy_toolStrip        = new System.Windows.Forms.ToolStripButton();
     this.enable_toolStrip      = new System.Windows.Forms.ToolStripButton();
     this.disable_toolStrip     = new System.Windows.Forms.ToolStripButton();
     this.del_toolStrip         = new System.Windows.Forms.ToolStripButton();
     this.refresh_toolStrip     = new System.Windows.Forms.ToolStripButton();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.button1               = new System.Windows.Forms.Button();
     this.label3                = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.label1                = new System.Windows.Forms.Label();
     this.serachKind_ytComboBox = new YtWinContrl.com.contrl.YtComboBox();
     this.Filter_ytComboBox     = new YtWinContrl.com.contrl.YtComboBox();
     this.search_yTextBox       = new YtWinContrl.com.contrl.YTextBox();
     this.dataGView1            = new YtWinContrl.com.datagrid.DataGView();
     this.Column1               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column6               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.IOFlagColumn          = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.OPFlagColumn          = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column5               = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Column12              = new System.Windows.Forms.DataGridViewCheckBoxColumn();
     this.Column7               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column3               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column4               = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column13              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column14              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column15              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column16              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column17              = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.add_toolstrip,
         this.modify_toolStrip,
         this.copy_toolStrip,
         this.enable_toolStrip,
         this.disable_toolStrip,
         this.del_toolStrip,
         this.refresh_toolStrip
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(772, 25);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // add_toolstrip
     //
     this.add_toolstrip.Image = ((System.Drawing.Image)(resources.GetObject("add_toolstrip.Image")));
     this.add_toolstrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.add_toolstrip.Name   = "add_toolstrip";
     this.add_toolstrip.Size   = new System.Drawing.Size(49, 22);
     this.add_toolstrip.Text   = "新增";
     this.add_toolstrip.Click += new System.EventHandler(this.add_toolstrip_Click);
     //
     // modify_toolStrip
     //
     this.modify_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("modify_toolStrip.Image")));
     this.modify_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.modify_toolStrip.Name   = "modify_toolStrip";
     this.modify_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.modify_toolStrip.Text   = "修改";
     this.modify_toolStrip.Click += new System.EventHandler(this.modify_toolStrip_Click);
     //
     // copy_toolStrip
     //
     this.copy_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("copy_toolStrip.Image")));
     this.copy_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.copy_toolStrip.Name   = "copy_toolStrip";
     this.copy_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.copy_toolStrip.Text   = "复制";
     this.copy_toolStrip.Click += new System.EventHandler(this.copy_toolStrip_Click);
     //
     // enable_toolStrip
     //
     this.enable_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("enable_toolStrip.Image")));
     this.enable_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.enable_toolStrip.Name   = "enable_toolStrip";
     this.enable_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.enable_toolStrip.Text   = "启用";
     this.enable_toolStrip.Click += new System.EventHandler(this.enable_toolStrip_Click);
     //
     // disable_toolStrip
     //
     this.disable_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("disable_toolStrip.Image")));
     this.disable_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.disable_toolStrip.Name   = "disable_toolStrip";
     this.disable_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.disable_toolStrip.Text   = "停用";
     this.disable_toolStrip.Click += new System.EventHandler(this.disable_toolStrip_Click);
     //
     // del_toolStrip
     //
     this.del_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("del_toolStrip.Image")));
     this.del_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.del_toolStrip.Name   = "del_toolStrip";
     this.del_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.del_toolStrip.Text   = "删除";
     this.del_toolStrip.Click += new System.EventHandler(this.del_toolStrip_Click);
     //
     // refresh_toolStrip
     //
     this.refresh_toolStrip.Image = ((System.Drawing.Image)(resources.GetObject("refresh_toolStrip.Image")));
     this.refresh_toolStrip.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.refresh_toolStrip.Name   = "refresh_toolStrip";
     this.refresh_toolStrip.Size   = new System.Drawing.Size(49, 22);
     this.refresh_toolStrip.Text   = "刷新";
     this.refresh_toolStrip.Click += new System.EventHandler(this.refresh_toolStrip_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.serachKind_ytComboBox);
     this.groupBox1.Controls.Add(this.Filter_ytComboBox);
     this.groupBox1.Controls.Add(this.search_yTextBox);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(772, 66);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询条件";
     //
     // button1
     //
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(640, 28);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 23);
     this.button1.TabIndex   = 3;
     this.button1.Text       = "查询";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(407, 33);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(53, 12);
     this.label3.TabIndex = 0;
     this.label3.Text     = "过滤条件";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(221, 33);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(41, 12);
     this.label2.TabIndex = 0;
     this.label2.Text     = "关键字";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(22, 33);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(53, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "查询类型";
     //
     // serachKind_ytComboBox
     //
     this.serachKind_ytComboBox.CacheKey      = null;
     this.serachKind_ytComboBox.DbConn        = null;
     this.serachKind_ytComboBox.DefText       = null;
     this.serachKind_ytComboBox.DefValue      = null;
     this.serachKind_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.serachKind_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.serachKind_ytComboBox.EnableEmpty   = true;
     this.serachKind_ytComboBox.FirstText     = null;
     this.serachKind_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.serachKind_ytComboBox.Fomart        = null;
     this.serachKind_ytComboBox.ItemStr       = "";
     this.serachKind_ytComboBox.Location      = new System.Drawing.Point(77, 28);
     this.serachKind_ytComboBox.Name          = "serachKind_ytComboBox";
     this.serachKind_ytComboBox.Param         = null;
     this.serachKind_ytComboBox.Size          = new System.Drawing.Size(100, 22);
     this.serachKind_ytComboBox.Sql           = null;
     this.serachKind_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.serachKind_ytComboBox.TabIndex      = 0;
     this.serachKind_ytComboBox.Tag           = tvList3;
     this.serachKind_ytComboBox.Value         = null;
     //
     // Filter_ytComboBox
     //
     this.Filter_ytComboBox.CacheKey      = null;
     this.Filter_ytComboBox.DbConn        = null;
     this.Filter_ytComboBox.DefText       = null;
     this.Filter_ytComboBox.DefValue      = null;
     this.Filter_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.Filter_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.Filter_ytComboBox.EnableEmpty   = true;
     this.Filter_ytComboBox.FirstText     = null;
     this.Filter_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.Filter_ytComboBox.Fomart        = null;
     this.Filter_ytComboBox.ItemStr       = "";
     this.Filter_ytComboBox.Location      = new System.Drawing.Point(466, 28);
     this.Filter_ytComboBox.Name          = "Filter_ytComboBox";
     this.Filter_ytComboBox.Param         = null;
     this.Filter_ytComboBox.Size          = new System.Drawing.Size(100, 22);
     this.Filter_ytComboBox.Sql           = null;
     this.Filter_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.Filter_ytComboBox.TabIndex      = 2;
     this.Filter_ytComboBox.Tag           = tvList4;
     this.Filter_ytComboBox.Value         = null;
     //
     // search_yTextBox
     //
     //
     //
     //
     this.search_yTextBox.Border.Class      = "TextBoxBorder";
     this.search_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.search_yTextBox.Location          = new System.Drawing.Point(273, 29);
     this.search_yTextBox.Name     = "search_yTextBox";
     this.search_yTextBox.Size     = new System.Drawing.Size(100, 21);
     this.search_yTextBox.TabIndex = 1;
     //
     // dataGView1
     //
     this.dataGView1.AllowUserToAddRows          = false;
     this.dataGView1.AllowUserToDeleteRows       = false;
     this.dataGView1.AllowUserToResizeRows       = false;
     this.dataGView1.BackgroundColor             = System.Drawing.Color.White;
     this.dataGView1.ChangeDataColumName         = null;
     this.dataGView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.dataGView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.Column1,
         this.Column2,
         this.Column6,
         this.IOFlagColumn,
         this.OPFlagColumn,
         this.Column5,
         this.Column12,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column3,
         this.Column4,
         this.Column13,
         this.Column14,
         this.Column15,
         this.Column16,
         this.Column17
     });
     this.dataGView1.DbConn                    = null;
     dataGridViewCellStyle2.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle2.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle2.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle2.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle2.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView1.DefaultCellStyle          = dataGridViewCellStyle2;
     this.dataGView1.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView1.DwColIndex              = 0;
     this.dataGView1.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView1.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView1.IsEditOnEnter           = true;
     this.dataGView1.IsFillForm              = true;
     this.dataGView1.IsPage                  = false;
     this.dataGView1.Key                     = null;
     this.dataGView1.Location                = new System.Drawing.Point(0, 91);
     this.dataGView1.Name                    = "dataGView1";
     this.dataGView1.ReadOnly                = true;
     this.dataGView1.RowHeadersWidth         = 20;
     this.dataGView1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView1.RowTemplate.Height      = 23;
     this.dataGView1.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView1.Size                    = new System.Drawing.Size(772, 335);
     this.dataGView1.TabIndex                = 2;
     this.dataGView1.TjFmtStr                = null;
     this.dataGView1.TjFormat                = null;
     this.dataGView1.Url                     = null;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "IOID";
     this.Column1.HeaderText       = "入出ID";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "IONAME";
     this.Column2.HeaderText       = "入出名称";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     //
     // Column6
     //
     this.Column6.DataPropertyName = "RECIPECODE";
     this.Column6.HeaderText       = "单据前缀";
     this.Column6.Name             = "Column6";
     this.Column6.ReadOnly         = true;
     //
     // IOFlagColumn
     //
     this.IOFlagColumn.DataPropertyName = "IOFLAG";
     this.IOFlagColumn.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.IOFlagColumn.HeaderText       = "入出标志";
     this.IOFlagColumn.Name             = "IOFlagColumn";
     this.IOFlagColumn.ReadOnly         = true;
     this.IOFlagColumn.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.IOFlagColumn.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // OPFlagColumn
     //
     this.OPFlagColumn.DataPropertyName = "OPFLAG";
     this.OPFlagColumn.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.OPFlagColumn.HeaderText       = "操作标志";
     this.OPFlagColumn.Items.AddRange(new object[] {
         "普通",
         "调拨",
         "申领",
         "盘点"
     });
     this.OPFlagColumn.Name      = "OPFlagColumn";
     this.OPFlagColumn.ReadOnly  = true;
     this.OPFlagColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
     this.OPFlagColumn.SortMode  = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // Column5
     //
     this.Column5.DataPropertyName = "IFUSE";
     this.Column5.FalseValue       = "0";
     this.Column5.HeaderText       = "是否使用";
     this.Column5.Name             = "Column5";
     this.Column5.ReadOnly         = true;
     this.Column5.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column5.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column5.TrueValue        = "1";
     //
     // Column12
     //
     this.Column12.DataPropertyName = "IFDEFAULT";
     this.Column12.FalseValue       = "0";
     this.Column12.HeaderText       = "是否默认值";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     this.Column12.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column12.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column12.TrueValue        = "1";
     //
     // Column7
     //
     this.Column7.DataPropertyName = "RECIPELENGTH";
     this.Column7.HeaderText       = "单据编码长度";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "RECIPEYEAR";
     this.Column8.HeaderText       = "单据年份";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "RECIPEMONTH";
     this.Column9.HeaderText       = "单据月份";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     //
     // Column3
     //
     this.Column3.DataPropertyName = "PYCODE";
     this.Column3.HeaderText       = "拼音码";
     this.Column3.Name             = "Column3";
     this.Column3.ReadOnly         = true;
     //
     // Column4
     //
     this.Column4.DataPropertyName = "WBCODE";
     this.Column4.HeaderText       = "五笔码";
     this.Column4.Name             = "Column4";
     this.Column4.ReadOnly         = true;
     //
     // Column13
     //
     this.Column13.DataPropertyName = "MEMO";
     this.Column13.HeaderText       = "备注";
     this.Column13.Name             = "Column13";
     this.Column13.ReadOnly         = true;
     //
     // Column14
     //
     this.Column14.DataPropertyName = "USERID";
     this.Column14.HeaderText       = "操作员ID";
     this.Column14.Name             = "Column14";
     this.Column14.ReadOnly         = true;
     //
     // Column15
     //
     this.Column15.DataPropertyName = "USERNAME";
     this.Column15.HeaderText       = "操作员姓名";
     this.Column15.Name             = "Column15";
     this.Column15.ReadOnly         = true;
     //
     // Column16
     //
     this.Column16.DataPropertyName = "RECDATE";
     this.Column16.HeaderText       = "修改时间";
     this.Column16.Name             = "Column16";
     this.Column16.ReadOnly         = true;
     //
     // Column17
     //
     this.Column17.DataPropertyName = "CHOSCODE";
     this.Column17.HeaderText       = "医疗机构编码";
     this.Column17.Name             = "Column17";
     this.Column17.ReadOnly         = true;
     //
     // EQInOutManag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(772, 426);
     this.Controls.Add(this.dataGView1);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "EQInOutManag";
     this.Text  = "设备出入库类型管理";
     this.Load += new System.EventHandler(this.EQInOutManag_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources          = new System.ComponentModel.ComponentResourceManager(typeof(DictManag));
     System.Windows.Forms.TreeNode              treeNode1              = new System.Windows.Forms.TreeNode("物资类型");
     YtWinContrl.com.datagrid.TvList            tvList1                = new YtWinContrl.com.datagrid.TvList();
     System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
     this.toolStrip1                 = new System.Windows.Forms.ToolStrip();
     this.toolStripButton1           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton5           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton3           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton4           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton6           = new System.Windows.Forms.ToolStripButton();
     this.toolStripButton7           = new System.Windows.Forms.ToolStripButton();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.button3                    = new System.Windows.Forms.Button();
     this.button2                    = new System.Windows.Forms.Button();
     this.button1                    = new System.Windows.Forms.Button();
     this.yTxtBox_Name               = new YtWinContrl.com.contrl.YTextBox();
     this.label1                     = new System.Windows.Forms.Label();
     this.imageList1                 = new System.Windows.Forms.ImageList(this.components);
     this.ytTreeView_Main            = new YtWinContrl.com.YtTreeView();
     this.ytComboBox1                = new YtWinContrl.com.contrl.YtComboBox();
     this.groupBox2                  = new System.Windows.Forms.GroupBox();
     this.dataGView_Main             = new YtWinContrl.com.datagrid.DataGView();
     this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column22                   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column7                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column8                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column9                    = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column10                   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column1                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column11                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column2                    = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column12                   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column13                   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column14                   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column15                   = new System.Windows.Forms.DataGridViewComboBoxColumn();
     this.Column16                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column21                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column23                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column25                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column24                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column26                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.Column28                   = new System.Windows.Forms.DataGridViewTextBoxColumn();
     this.toolStrip1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dataGView_Main)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripButton1,
         this.toolStripButton5,
         this.toolStripButton3,
         this.toolStripButton4,
         this.toolStripButton6,
         this.toolStripButton7
     });
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name     = "toolStrip1";
     this.toolStrip1.Size     = new System.Drawing.Size(868, 25);
     this.toolStrip1.TabIndex = 15;
     this.toolStrip1.Text     = "toolStrip1";
     //
     // toolStripButton1
     //
     this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
     this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton1.Name   = "toolStripButton1";
     this.toolStripButton1.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton1.Text   = "新增";
     this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
     //
     // toolStripButton5
     //
     this.toolStripButton5.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton5.Image")));
     this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton5.Name   = "toolStripButton5";
     this.toolStripButton5.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton5.Text   = "编辑";
     this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
     //
     // toolStripButton3
     //
     this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton3.Image")));
     this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton3.Name   = "toolStripButton3";
     this.toolStripButton3.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton3.Text   = "删除";
     this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
     //
     // toolStripButton4
     //
     this.toolStripButton4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton4.Image")));
     this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton4.Name   = "toolStripButton4";
     this.toolStripButton4.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton4.Text   = "浏览";
     this.toolStripButton4.Click += new System.EventHandler(this.toolStripButton4_Click);
     //
     // toolStripButton6
     //
     this.toolStripButton6.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton6.Image")));
     this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton6.Name   = "toolStripButton6";
     this.toolStripButton6.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton6.Text   = "启用";
     this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
     //
     // toolStripButton7
     //
     this.toolStripButton7.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton7.Image")));
     this.toolStripButton7.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.toolStripButton7.Name   = "toolStripButton7";
     this.toolStripButton7.Size   = new System.Drawing.Size(49, 22);
     this.toolStripButton7.Text   = "停用";
     this.toolStripButton7.Click += new System.EventHandler(this.toolStripButton7_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.button3);
     this.groupBox1.Controls.Add(this.button2);
     this.groupBox1.Controls.Add(this.button1);
     this.groupBox1.Controls.Add(this.yTxtBox_Name);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 25);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(868, 53);
     this.groupBox1.TabIndex = 17;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "查询";
     //
     // button3
     //
     this.button3.Image      = ((System.Drawing.Image)(resources.GetObject("button3.Image")));
     this.button3.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.button3.Location   = new System.Drawing.Point(770, 14);
     this.button3.Name       = "button3";
     this.button3.Size       = new System.Drawing.Size(75, 26);
     this.button3.TabIndex   = 3;
     this.button3.Text       = "  过滤(&F)";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button2
     //
     this.button2.Image      = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
     this.button2.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.button2.Location   = new System.Drawing.Point(586, 15);
     this.button2.Name       = "button2";
     this.button2.Size       = new System.Drawing.Size(75, 26);
     this.button2.TabIndex   = 1;
     this.button2.Text       = "  清除(&C)";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.BottomLeft;
     this.button1.Location   = new System.Drawing.Point(676, 15);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(75, 26);
     this.button1.TabIndex   = 2;
     this.button1.Text       = "  查找(&Q)";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // yTxtBox_Name
     //
     //
     //
     //
     this.yTxtBox_Name.Border.Class      = "TextBoxBorder";
     this.yTxtBox_Name.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.yTxtBox_Name.Location          = new System.Drawing.Point(350, 18);
     this.yTxtBox_Name.Name     = "yTxtBox_Name";
     this.yTxtBox_Name.Size     = new System.Drawing.Size(200, 21);
     this.yTxtBox_Name.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 21);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(317, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "ID、名称、拼音码、五笔码、简称、简码、别名、别名简码";
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "CheckGreen.bmp");
     this.imageList1.Images.SetKeyName(1, "CheckRed.bmp");
     //
     // ytTreeView_Main
     //
     this.ytTreeView_Main.DbConn        = null;
     this.ytTreeView_Main.Dock          = System.Windows.Forms.DockStyle.Left;
     this.ytTreeView_Main.HideSelection = false;
     this.ytTreeView_Main.ImageIndex    = 0;
     this.ytTreeView_Main.ImageList     = this.imageList1;
     this.ytTreeView_Main.LoadHaveData  = false;
     this.ytTreeView_Main.Location      = new System.Drawing.Point(0, 78);
     this.ytTreeView_Main.Name          = "ytTreeView_Main";
     treeNode1.Name = "节点0";
     treeNode1.Text = "物资类型";
     this.ytTreeView_Main.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         treeNode1
     });
     this.ytTreeView_Main.NoNodeTag          = null;
     this.ytTreeView_Main.SelectedImageIndex = 1;
     this.ytTreeView_Main.Size         = new System.Drawing.Size(211, 492);
     this.ytTreeView_Main.TabIndex     = 18;
     this.ytTreeView_Main.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.ytTreeView1_AfterSelect);
     //
     // ytComboBox1
     //
     this.ytComboBox1.CacheKey      = null;
     this.ytComboBox1.DbConn        = null;
     this.ytComboBox1.DefText       = null;
     this.ytComboBox1.DefValue      = null;
     this.ytComboBox1.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ytComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ytComboBox1.EnableEmpty   = true;
     this.ytComboBox1.FirstText     = null;
     this.ytComboBox1.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ytComboBox1.Fomart        = null;
     this.ytComboBox1.ItemStr       = "";
     this.ytComboBox1.Location      = new System.Drawing.Point(0, 0);
     this.ytComboBox1.Name          = "ytComboBox1";
     this.ytComboBox1.Param         = null;
     this.ytComboBox1.Sql           = null;
     this.ytComboBox1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ytComboBox1.TabIndex      = 0;
     this.ytComboBox1.Tag           = tvList1;
     this.ytComboBox1.Value         = null;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.dataGView_Main);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(211, 78);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(657, 492);
     this.groupBox2.TabIndex = 27;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "设备字典信息";
     //
     // dataGView_Main
     //
     this.dataGView_Main.AllowUserToAddRows       = false;
     this.dataGView_Main.AllowUserToDeleteRows    = false;
     this.dataGView_Main.AllowUserToResizeRows    = false;
     this.dataGView_Main.AutoSizeColumnsMode      = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
     this.dataGView_Main.BackgroundColor          = System.Drawing.Color.White;
     this.dataGView_Main.ChangeDataColumName      = null;
     this.dataGView_Main.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
     this.dataGView_Main.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.dataGridViewTextBoxColumn1,
         this.dataGridViewTextBoxColumn2,
         this.Column22,
         this.dataGridViewTextBoxColumn3,
         this.dataGridViewTextBoxColumn4,
         this.dataGridViewTextBoxColumn5,
         this.dataGridViewTextBoxColumn6,
         this.Column7,
         this.Column8,
         this.Column9,
         this.Column10,
         this.Column1,
         this.Column11,
         this.Column2,
         this.Column12,
         this.Column13,
         this.Column14,
         this.Column15,
         this.Column16,
         this.Column21,
         this.Column23,
         this.Column25,
         this.Column24,
         this.Column26,
         this.Column28
     });
     this.dataGView_Main.DbConn                = null;
     dataGridViewCellStyle1.Alignment          = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
     dataGridViewCellStyle1.BackColor          = System.Drawing.SystemColors.Window;
     dataGridViewCellStyle1.Font               = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     dataGridViewCellStyle1.ForeColor          = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
     dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
     dataGridViewCellStyle1.WrapMode           = System.Windows.Forms.DataGridViewTriState.False;
     this.dataGView_Main.DefaultCellStyle      = dataGridViewCellStyle1;
     this.dataGView_Main.Dock                    = System.Windows.Forms.DockStyle.Fill;
     this.dataGView_Main.DwColIndex              = 0;
     this.dataGView_Main.EditMode                = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.dataGView_Main.GridColor               = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
     this.dataGView_Main.IsEditOnEnter           = true;
     this.dataGView_Main.IsFillForm              = true;
     this.dataGView_Main.IsPage                  = false;
     this.dataGView_Main.Key                     = null;
     this.dataGView_Main.Location                = new System.Drawing.Point(3, 17);
     this.dataGView_Main.Name                    = "dataGView_Main";
     this.dataGView_Main.ReadOnly                = true;
     this.dataGView_Main.RowHeadersWidth         = 30;
     this.dataGView_Main.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
     this.dataGView_Main.RowTemplate.Height      = 23;
     this.dataGView_Main.SelectionMode           = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
     this.dataGView_Main.Size                    = new System.Drawing.Size(651, 472);
     this.dataGView_Main.TabIndex                = 3;
     this.dataGView_Main.TjFmtStr                = null;
     this.dataGView_Main.TjFormat                = null;
     this.dataGView_Main.Url                     = null;
     this.dataGView_Main.CellDoubleClick        += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGView_Main_CellDoubleClick);
     //
     // dataGridViewTextBoxColumn1
     //
     this.dataGridViewTextBoxColumn1.DataPropertyName = "EQID";
     this.dataGridViewTextBoxColumn1.HeaderText       = "设备ID";
     this.dataGridViewTextBoxColumn1.Name             = "dataGridViewTextBoxColumn1";
     this.dataGridViewTextBoxColumn1.ReadOnly         = true;
     this.dataGridViewTextBoxColumn1.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn1.Width            = 64;
     //
     // dataGridViewTextBoxColumn2
     //
     this.dataGridViewTextBoxColumn2.DataPropertyName = "EQNAME";
     this.dataGridViewTextBoxColumn2.HeaderText       = "设备名称";
     this.dataGridViewTextBoxColumn2.Name             = "dataGridViewTextBoxColumn2";
     this.dataGridViewTextBoxColumn2.ReadOnly         = true;
     this.dataGridViewTextBoxColumn2.Width            = 76;
     //
     // Column22
     //
     this.Column22.DataPropertyName = "IFUSE";
     this.Column22.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column22.HeaderText       = "是否使用";
     this.Column22.Name             = "Column22";
     this.Column22.ReadOnly         = true;
     this.Column22.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column22.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column22.Width            = 76;
     //
     // dataGridViewTextBoxColumn3
     //
     this.dataGridViewTextBoxColumn3.DataPropertyName = "PYCODE";
     this.dataGridViewTextBoxColumn3.HeaderText       = "拼音码";
     this.dataGridViewTextBoxColumn3.Name             = "dataGridViewTextBoxColumn3";
     this.dataGridViewTextBoxColumn3.ReadOnly         = true;
     this.dataGridViewTextBoxColumn3.Width            = 64;
     //
     // dataGridViewTextBoxColumn4
     //
     this.dataGridViewTextBoxColumn4.DataPropertyName = "WBCODE";
     this.dataGridViewTextBoxColumn4.HeaderText       = "五笔码";
     this.dataGridViewTextBoxColumn4.Name             = "dataGridViewTextBoxColumn4";
     this.dataGridViewTextBoxColumn4.ReadOnly         = true;
     this.dataGridViewTextBoxColumn4.Width            = 64;
     //
     // dataGridViewTextBoxColumn5
     //
     this.dataGridViewTextBoxColumn5.DataPropertyName = "SHORTNAME";
     this.dataGridViewTextBoxColumn5.HeaderText       = "简称";
     this.dataGridViewTextBoxColumn5.Name             = "dataGridViewTextBoxColumn5";
     this.dataGridViewTextBoxColumn5.ReadOnly         = true;
     this.dataGridViewTextBoxColumn5.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.dataGridViewTextBoxColumn5.Width            = 52;
     //
     // dataGridViewTextBoxColumn6
     //
     this.dataGridViewTextBoxColumn6.DataPropertyName = "SHORTCODE";
     this.dataGridViewTextBoxColumn6.HeaderText       = "简码";
     this.dataGridViewTextBoxColumn6.Name             = "dataGridViewTextBoxColumn6";
     this.dataGridViewTextBoxColumn6.ReadOnly         = true;
     this.dataGridViewTextBoxColumn6.Width            = 52;
     //
     // Column7
     //
     this.Column7.DataPropertyName = "ALIASNAME";
     this.Column7.HeaderText       = "别名";
     this.Column7.Name             = "Column7";
     this.Column7.ReadOnly         = true;
     this.Column7.Width            = 52;
     //
     // Column8
     //
     this.Column8.DataPropertyName = "ALIASCODE";
     this.Column8.HeaderText       = "别名简码";
     this.Column8.Name             = "Column8";
     this.Column8.ReadOnly         = true;
     this.Column8.Width            = 76;
     //
     // Column9
     //
     this.Column9.DataPropertyName = "KINDCODE";
     this.Column9.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column9.HeaderText       = "所属类别";
     this.Column9.Name             = "Column9";
     this.Column9.ReadOnly         = true;
     this.Column9.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column9.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column9.Width            = 76;
     //
     // Column10
     //
     this.Column10.DataPropertyName = "COUNTCODE";
     this.Column10.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column10.HeaderText       = "统计编码";
     this.Column10.Name             = "Column10";
     this.Column10.ReadOnly         = true;
     this.Column10.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column10.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column10.Width            = 76;
     //
     // Column1
     //
     this.Column1.DataPropertyName = "PRODUCTPLACE";
     this.Column1.HeaderText       = "产地";
     this.Column1.Name             = "Column1";
     this.Column1.ReadOnly         = true;
     this.Column1.Width            = 52;
     //
     // Column11
     //
     this.Column11.DataPropertyName = "GG";
     this.Column11.HeaderText       = "规格";
     this.Column11.Name             = "Column11";
     this.Column11.ReadOnly         = true;
     this.Column11.Width            = 52;
     //
     // Column2
     //
     this.Column2.DataPropertyName = "XH";
     this.Column2.HeaderText       = "型号";
     this.Column2.Name             = "Column2";
     this.Column2.ReadOnly         = true;
     this.Column2.Width            = 52;
     //
     // Column12
     //
     this.Column12.DataPropertyName = "UNITCODE";
     this.Column12.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column12.HeaderText       = "单位编码";
     this.Column12.Name             = "Column12";
     this.Column12.ReadOnly         = true;
     this.Column12.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column12.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column12.Width            = 76;
     //
     // Column13
     //
     this.Column13.DataPropertyName = "WORKUNITCODE";
     this.Column13.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column13.HeaderText       = "工作量单位编码";
     this.Column13.Name             = "Column13";
     this.Column13.ReadOnly         = true;
     this.Column13.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column13.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column13.Width            = 112;
     //
     // Column14
     //
     this.Column14.DataPropertyName = "IFJL";
     this.Column14.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column14.HeaderText       = "是否计量设备";
     this.Column14.Name             = "Column14";
     this.Column14.ReadOnly         = true;
     this.Column14.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column14.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // Column15
     //
     this.Column15.DataPropertyName = "ZJTYPE";
     this.Column15.DisplayStyle     = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
     this.Column15.HeaderText       = "折旧方式";
     this.Column15.Name             = "Column15";
     this.Column15.ReadOnly         = true;
     this.Column15.Resizable        = System.Windows.Forms.DataGridViewTriState.True;
     this.Column15.SortMode         = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     this.Column15.Width            = 76;
     //
     // Column16
     //
     this.Column16.DataPropertyName = "ZJRATE";
     this.Column16.HeaderText       = "年折旧百分比";
     this.Column16.Name             = "Column16";
     this.Column16.ReadOnly         = true;
     //
     // Column21
     //
     this.Column21.DataPropertyName = "TXM";
     this.Column21.HeaderText       = "条形码";
     this.Column21.Name             = "Column21";
     this.Column21.ReadOnly         = true;
     this.Column21.Width            = 64;
     //
     // Column23
     //
     this.Column23.DataPropertyName = "MEMO";
     this.Column23.HeaderText       = "备注";
     this.Column23.Name             = "Column23";
     this.Column23.ReadOnly         = true;
     this.Column23.Width            = 52;
     //
     // Column25
     //
     this.Column25.DataPropertyName = "USERNAME";
     this.Column25.HeaderText       = "操作员名称";
     this.Column25.Name             = "Column25";
     this.Column25.ReadOnly         = true;
     this.Column25.Width            = 88;
     //
     // Column24
     //
     this.Column24.DataPropertyName = "USERID";
     this.Column24.HeaderText       = "操作员ID";
     this.Column24.Name             = "Column24";
     this.Column24.ReadOnly         = true;
     this.Column24.Width            = 76;
     //
     // Column26
     //
     this.Column26.DataPropertyName = "RECDATE";
     this.Column26.HeaderText       = "修改时间";
     this.Column26.Name             = "Column26";
     this.Column26.ReadOnly         = true;
     this.Column26.Width            = 76;
     //
     // Column28
     //
     this.Column28.DataPropertyName = "CHOSCODE";
     this.Column28.HeaderText       = "医疗机构编码";
     this.Column28.Name             = "Column28";
     this.Column28.ReadOnly         = true;
     //
     // DictManag
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(868, 570);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.ytTreeView_Main);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Name  = "DictManag";
     this.Text  = "设备字典管理";
     this.Load += new System.EventHandler(this.WZDictManag_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dataGView_Main)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     YtWinContrl.com.datagrid.TvList tvList1 = new YtWinContrl.com.datagrid.TvList();
     YtWinContrl.com.datagrid.TvList tvList2 = new YtWinContrl.com.datagrid.TvList();
     this.label1              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.label8              = new System.Windows.Forms.Label();
     this.label9              = new System.Windows.Forms.Label();
     this.label10             = new System.Windows.Forms.Label();
     this.wblabel             = new System.Windows.Forms.Label();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.memo_yTextBox       = new YtWinContrl.com.contrl.YTextBox();
     this.countcode_yTextBox  = new YtWinContrl.com.contrl.YTextBox();
     this.countname_yTextBox  = new YtWinContrl.com.contrl.YTextBox();
     this.supercode_yTextBox  = new YtWinContrl.com.contrl.YTextBox();
     this.ifuse_ytComboBox    = new YtWinContrl.com.contrl.YtComboBox();
     this.ifend_ytComboBox    = new YtWinContrl.com.contrl.YtComboBox();
     this.wbcode_yTextBox     = new YtWinContrl.com.contrl.YTextBox();
     this.username_yTextBox   = new YtWinContrl.com.contrl.YTextBox();
     this.choscode_yTextBox   = new YtWinContrl.com.contrl.YTextBox();
     this.userid_yTextBox     = new YtWinContrl.com.contrl.YTextBox();
     this.reedittime_yTextBox = new YtWinContrl.com.contrl.YTextBox();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.button2             = new System.Windows.Forms.Button();
     this.button1             = new System.Windows.Forms.Button();
     this.pycode_yTextBox     = new YtWinContrl.com.contrl.YTextBox();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Blue;
     this.label1.Location  = new System.Drawing.Point(24, 17);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(53, 12);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "统计编码";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.ForeColor = System.Drawing.Color.Blue;
     this.label2.Location  = new System.Drawing.Point(314, 17);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(53, 12);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "上级编码";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.ForeColor = System.Drawing.Color.Blue;
     this.label3.Location  = new System.Drawing.Point(24, 57);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(53, 12);
     this.label3.TabIndex  = 0;
     this.label3.Text      = "统计名称";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.ForeColor = System.Drawing.Color.Blue;
     this.label4.Location  = new System.Drawing.Point(24, 137);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(65, 12);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "是否末节点";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.ForeColor = System.Drawing.Color.Blue;
     this.label5.Location  = new System.Drawing.Point(24, 97);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(53, 12);
     this.label5.TabIndex  = 0;
     this.label5.Text      = "是否使用";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.ForeColor = System.Drawing.Color.Blue;
     this.label6.Location  = new System.Drawing.Point(24, 293);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(53, 12);
     this.label6.TabIndex  = 0;
     this.label6.Text      = "操作员ID";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.ForeColor = System.Drawing.Color.Blue;
     this.label7.Location  = new System.Drawing.Point(24, 265);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(65, 12);
     this.label7.TabIndex  = 0;
     this.label7.Text      = "操作员姓名";
     //
     // label8
     //
     this.label8.AutoSize  = true;
     this.label8.ForeColor = System.Drawing.Color.Blue;
     this.label8.Location  = new System.Drawing.Point(312, 293);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(53, 12);
     this.label8.TabIndex  = 0;
     this.label8.Text      = "修改时间";
     //
     // label9
     //
     this.label9.AutoSize  = true;
     this.label9.ForeColor = System.Drawing.Color.Blue;
     this.label9.Location  = new System.Drawing.Point(314, 265);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(77, 12);
     this.label9.TabIndex  = 0;
     this.label9.Text      = "医疗机构编码";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(24, 180);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(41, 12);
     this.label10.TabIndex = 0;
     this.label10.Text     = "拼音码";
     //
     // wblabel
     //
     this.wblabel.AutoSize = true;
     this.wblabel.Location = new System.Drawing.Point(24, 218);
     this.wblabel.Name     = "wblabel";
     this.wblabel.Size     = new System.Drawing.Size(41, 12);
     this.wblabel.TabIndex = 0;
     this.wblabel.Text     = "五笔码";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.memo_yTextBox);
     this.groupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.groupBox1.Location  = new System.Drawing.Point(314, 47);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(240, 157);
     this.groupBox1.TabIndex  = 6;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "备注";
     //
     // memo_yTextBox
     //
     //
     //
     //
     this.memo_yTextBox.Border.Class      = "TextBoxBorder";
     this.memo_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.memo_yTextBox.Location          = new System.Drawing.Point(20, 20);
     this.memo_yTextBox.Multiline         = true;
     this.memo_yTextBox.Name     = "memo_yTextBox";
     this.memo_yTextBox.Size     = new System.Drawing.Size(200, 120);
     this.memo_yTextBox.TabIndex = 5;
     //
     // countcode_yTextBox
     //
     //
     //
     //
     this.countcode_yTextBox.Border.Class      = "TextBoxBorder";
     this.countcode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.countcode_yTextBox.Location          = new System.Drawing.Point(99, 15);
     this.countcode_yTextBox.Name     = "countcode_yTextBox";
     this.countcode_yTextBox.ReadOnly = true;
     this.countcode_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.countcode_yTextBox.TabIndex = 0;
     this.countcode_yTextBox.TabStop  = false;
     //
     // countname_yTextBox
     //
     //
     //
     //
     this.countname_yTextBox.Border.Class      = "TextBoxBorder";
     this.countname_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.countname_yTextBox.Location          = new System.Drawing.Point(99, 50);
     this.countname_yTextBox.Name     = "countname_yTextBox";
     this.countname_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.countname_yTextBox.TabIndex = 0;
     //
     // supercode_yTextBox
     //
     //
     //
     //
     this.supercode_yTextBox.Border.Class      = "TextBoxBorder";
     this.supercode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.supercode_yTextBox.Location          = new System.Drawing.Point(410, 15);
     this.supercode_yTextBox.Name     = "supercode_yTextBox";
     this.supercode_yTextBox.ReadOnly = true;
     this.supercode_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.supercode_yTextBox.TabIndex = 0;
     this.supercode_yTextBox.TabStop  = false;
     //
     // ifuse_ytComboBox
     //
     this.ifuse_ytComboBox.CacheKey      = null;
     this.ifuse_ytComboBox.DbConn        = null;
     this.ifuse_ytComboBox.DefText       = null;
     this.ifuse_ytComboBox.DefValue      = null;
     this.ifuse_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifuse_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifuse_ytComboBox.EnableEmpty   = true;
     this.ifuse_ytComboBox.FirstText     = null;
     this.ifuse_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifuse_ytComboBox.Fomart        = null;
     this.ifuse_ytComboBox.ItemStr       = "";
     this.ifuse_ytComboBox.Location      = new System.Drawing.Point(99, 90);
     this.ifuse_ytComboBox.Name          = "ifuse_ytComboBox";
     this.ifuse_ytComboBox.Param         = null;
     this.ifuse_ytComboBox.Size          = new System.Drawing.Size(150, 22);
     this.ifuse_ytComboBox.Sql           = null;
     this.ifuse_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifuse_ytComboBox.TabIndex      = 1;
     this.ifuse_ytComboBox.Tag           = tvList1;
     this.ifuse_ytComboBox.Value         = null;
     //
     // ifend_ytComboBox
     //
     this.ifend_ytComboBox.CacheKey      = null;
     this.ifend_ytComboBox.DbConn        = null;
     this.ifend_ytComboBox.DefText       = null;
     this.ifend_ytComboBox.DefValue      = null;
     this.ifend_ytComboBox.DrawMode      = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ifend_ytComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ifend_ytComboBox.EnableEmpty   = true;
     this.ifend_ytComboBox.FirstText     = null;
     this.ifend_ytComboBox.FlatStyle     = System.Windows.Forms.FlatStyle.Flat;
     this.ifend_ytComboBox.Fomart        = null;
     this.ifend_ytComboBox.ItemStr       = "";
     this.ifend_ytComboBox.Location      = new System.Drawing.Point(99, 129);
     this.ifend_ytComboBox.Name          = "ifend_ytComboBox";
     this.ifend_ytComboBox.Param         = null;
     this.ifend_ytComboBox.Size          = new System.Drawing.Size(150, 22);
     this.ifend_ytComboBox.Sql           = null;
     this.ifend_ytComboBox.Style         = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
     this.ifend_ytComboBox.TabIndex      = 2;
     this.ifend_ytComboBox.Tag           = tvList2;
     this.ifend_ytComboBox.Value         = null;
     //
     // wbcode_yTextBox
     //
     //
     //
     //
     this.wbcode_yTextBox.Border.Class      = "TextBoxBorder";
     this.wbcode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.wbcode_yTextBox.Location          = new System.Drawing.Point(99, 213);
     this.wbcode_yTextBox.Name     = "wbcode_yTextBox";
     this.wbcode_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.wbcode_yTextBox.TabIndex = 4;
     //
     // username_yTextBox
     //
     //
     //
     //
     this.username_yTextBox.Border.Class      = "TextBoxBorder";
     this.username_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.username_yTextBox.Location          = new System.Drawing.Point(100, 260);
     this.username_yTextBox.Name     = "username_yTextBox";
     this.username_yTextBox.ReadOnly = true;
     this.username_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.username_yTextBox.TabIndex = 0;
     this.username_yTextBox.TabStop  = false;
     //
     // choscode_yTextBox
     //
     //
     //
     //
     this.choscode_yTextBox.Border.Class      = "TextBoxBorder";
     this.choscode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.choscode_yTextBox.Location          = new System.Drawing.Point(410, 260);
     this.choscode_yTextBox.Name     = "choscode_yTextBox";
     this.choscode_yTextBox.ReadOnly = true;
     this.choscode_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.choscode_yTextBox.TabIndex = 0;
     this.choscode_yTextBox.TabStop  = false;
     //
     // userid_yTextBox
     //
     //
     //
     //
     this.userid_yTextBox.Border.Class      = "TextBoxBorder";
     this.userid_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.userid_yTextBox.Location          = new System.Drawing.Point(100, 290);
     this.userid_yTextBox.Name     = "userid_yTextBox";
     this.userid_yTextBox.ReadOnly = true;
     this.userid_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.userid_yTextBox.TabIndex = 0;
     this.userid_yTextBox.TabStop  = false;
     //
     // reedittime_yTextBox
     //
     //
     //
     //
     this.reedittime_yTextBox.Border.Class      = "TextBoxBorder";
     this.reedittime_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.reedittime_yTextBox.Location          = new System.Drawing.Point(410, 290);
     this.reedittime_yTextBox.Name     = "reedittime_yTextBox";
     this.reedittime_yTextBox.ReadOnly = true;
     this.reedittime_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.reedittime_yTextBox.TabIndex = 0;
     this.reedittime_yTextBox.TabStop  = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.button2);
     this.groupBox2.Controls.Add(this.button1);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.groupBox1);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.wblabel);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.label10);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label9);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label7);
     this.groupBox2.Controls.Add(this.countname_yTextBox);
     this.groupBox2.Controls.Add(this.supercode_yTextBox);
     this.groupBox2.Controls.Add(this.choscode_yTextBox);
     this.groupBox2.Controls.Add(this.reedittime_yTextBox);
     this.groupBox2.Controls.Add(this.userid_yTextBox);
     this.groupBox2.Controls.Add(this.username_yTextBox);
     this.groupBox2.Controls.Add(this.ifend_ytComboBox);
     this.groupBox2.Controls.Add(this.ifuse_ytComboBox);
     this.groupBox2.Controls.Add(this.wbcode_yTextBox);
     this.groupBox2.Controls.Add(this.countcode_yTextBox);
     this.groupBox2.Controls.Add(this.pycode_yTextBox);
     this.groupBox2.Location = new System.Drawing.Point(12, 12);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(583, 379);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "请输入设备统计类别信息";
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(314, 328);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(75, 23);
     this.button2.TabIndex = 8;
     this.button2.Text     = "关闭";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(171, 328);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 7;
     this.button1.Text     = "保存";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // pycode_yTextBox
     //
     //
     //
     //
     this.pycode_yTextBox.Border.Class      = "TextBoxBorder";
     this.pycode_yTextBox.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
     this.pycode_yTextBox.Location          = new System.Drawing.Point(99, 180);
     this.pycode_yTextBox.Name     = "pycode_yTextBox";
     this.pycode_yTextBox.Size     = new System.Drawing.Size(150, 21);
     this.pycode_yTextBox.TabIndex = 3;
     //
     // AddEQCountKind
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(617, 403);
     this.Controls.Add(this.groupBox2);
     this.Name          = "AddEQCountKind";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "设备统计类别信息";
     this.Load         += new System.EventHandler(this.AddEQCountKind_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.ResumeLayout(false);
 }