123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460 |
- namespace LYFZ.Software.UI.OAShopManagement
- {
- partial class frmMattersApply
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMattersApply));
- this.tbMain = new LYFZ.ComponentLibrary.TabControlEx();
- this.tpMyApplication = new System.Windows.Forms.TabPage();
- this.dgvTaskView = new LYFZ.ComponentLibrary.DataGridViewEx();
- this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
- this.btnAddApplication = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnApproving = new LYFZ.ComponentLibrary.ButtonEx();
- this.btndel = new LYFZ.ComponentLibrary.ButtonEx();
- this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
- this.rdoapply = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdopassed = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.rdoNotpassed = new LYFZ.ComponentLibrary.RadioButtonEx();
- this.ucMatt = new LYFZ.UCPager.ucPagerEx();
- this.ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Neirong = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.shenqingren = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Shenheren = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.plExMainContainer.SuspendLayout();
- this.plFormMainContent.SuspendLayout();
- this.tbMain.SuspendLayout();
- this.tpMyApplication.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvTaskView)).BeginInit();
- this.flowLayoutPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // plExMainContainer
- //
- this.plExMainContainer.Controls.Add(this.tbMain);
- this.plExMainContainer.Controls.Add(this.ucMatt);
- this.plExMainContainer.Location = new System.Drawing.Point(0, 40);
- this.plExMainContainer.Size = new System.Drawing.Size(910, 505);
- this.plFormMainContent.Controls.SetChildIndex(this.plExMainContainer, 0);
- //
- // btnAppFormExit
- //
- this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
- //
- // btnAppFormMinimize
- //
- this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
- //
- // tbMain
- //
- this.tbMain.Appearance = System.Windows.Forms.TabAppearance.Buttons;
- this.tbMain.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tbMain.Controls.Add(this.tpMyApplication);
- this.tbMain.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tbMain.ItemSize = new System.Drawing.Size(120, 30);
- this.tbMain.Location = new System.Drawing.Point(0, 0);
- this.tbMain.Name = "tbMain";
- this.tbMain.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tbMain.SelectedIndex = 0;
- this.tbMain.Size = new System.Drawing.Size(910, 481);
- this.tbMain.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
- this.tbMain.TabIndex = 0;
- //
- // tpMyApplication
- //
- this.tpMyApplication.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.tpMyApplication.Controls.Add(this.dgvTaskView);
- this.tpMyApplication.Controls.Add(this.flowLayoutPanel1);
- this.tpMyApplication.Location = new System.Drawing.Point(4, 34);
- this.tpMyApplication.Name = "tpMyApplication";
- this.tpMyApplication.Size = new System.Drawing.Size(902, 443);
- this.tpMyApplication.TabIndex = 0;
- this.tpMyApplication.Text = "我的申请";
- //
- // dgvTaskView
- //
- this.dgvTaskView.AllowUserToAddRows = false;
- this.dgvTaskView.AllowUserToDeleteRows = false;
- this.dgvTaskView.AllowUserToResizeRows = false;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
- this.dgvTaskView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvTaskView.BackgroundColor = System.Drawing.Color.White;
- this.dgvTaskView.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.dgvTaskView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
- dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- this.dgvTaskView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvTaskView.ColumnHeadersHeight = 32;
- this.dgvTaskView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvTaskView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ID,
- this.Column1,
- this.Neirong,
- this.Column8,
- this.shenqingren,
- this.Column2,
- this.Column4,
- this.Shenheren,
- this.Column5,
- this.Column6,
- this.Column9,
- this.Column3,
- this.Column7});
- this.dgvTaskView.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvTaskView.EnableHeadersVisualStyles = false;
- this.dgvTaskView.EraseCell = false;
- this.dgvTaskView.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
- this.dgvTaskView.GridViewUniquelyIdentify = resources.GetString("dgvTaskView.GridViewUniquelyIdentify");
- this.dgvTaskView.IsCompleteBonding = false;
- this.dgvTaskView.IsCopyCellValue = true;
- this.dgvTaskView.Location = new System.Drawing.Point(0, 40);
- this.dgvTaskView.Margin = new System.Windows.Forms.Padding(0);
- this.dgvTaskView.Name = "dgvTaskView";
- this.dgvTaskView.RowHeadersVisible = false;
- this.dgvTaskView.RowTemplate.Height = 23;
- this.dgvTaskView.RowTemplate.ReadOnly = true;
- this.dgvTaskView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvTaskView.Size = new System.Drawing.Size(902, 403);
- this.dgvTaskView.TabIndex = 2;
- //
- // flowLayoutPanel1
- //
- this.flowLayoutPanel1.BackColor = System.Drawing.Color.White;
- this.flowLayoutPanel1.Controls.Add(this.btnAddApplication);
- this.flowLayoutPanel1.Controls.Add(this.btnApproving);
- this.flowLayoutPanel1.Controls.Add(this.btndel);
- this.flowLayoutPanel1.Controls.Add(this.btnClose);
- this.flowLayoutPanel1.Controls.Add(this.rdoapply);
- this.flowLayoutPanel1.Controls.Add(this.rdopassed);
- this.flowLayoutPanel1.Controls.Add(this.rdoNotpassed);
- this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
- this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
- this.flowLayoutPanel1.Name = "flowLayoutPanel1";
- this.flowLayoutPanel1.Padding = new System.Windows.Forms.Padding(0, 5, 0, 0);
- this.flowLayoutPanel1.Size = new System.Drawing.Size(902, 40);
- this.flowLayoutPanel1.TabIndex = 2;
- //
- // btnAddApplication
- //
- this.btnAddApplication.BackColor = System.Drawing.Color.Transparent;
- this.btnAddApplication.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddApplication.BackImg")));
- this.btnAddApplication.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnAddApplication.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnAddApplication.ForeColor = System.Drawing.Color.White;
- this.btnAddApplication.IsCustomBackImg = false;
- this.btnAddApplication.IsShowText = true;
- this.btnAddApplication.Location = new System.Drawing.Point(5, 5);
- this.btnAddApplication.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
- this.btnAddApplication.Name = "btnAddApplication";
- this.btnAddApplication.Size = new System.Drawing.Size(80, 28);
- this.btnAddApplication.TabIndex = 4;
- this.btnAddApplication.Text = " 我要申请";
- this.btnAddApplication.UseVisualStyleBackColor = false;
- //
- // btnApproving
- //
- this.btnApproving.BackColor = System.Drawing.Color.Transparent;
- this.btnApproving.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnApproving.BackImg")));
- this.btnApproving.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnApproving.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnApproving.ForeColor = System.Drawing.Color.White;
- this.btnApproving.IsCustomBackImg = false;
- this.btnApproving.IsShowText = true;
- this.btnApproving.Location = new System.Drawing.Point(92, 5);
- this.btnApproving.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
- this.btnApproving.Name = "btnApproving";
- this.btnApproving.Size = new System.Drawing.Size(80, 28);
- this.btnApproving.TabIndex = 4;
- this.btnApproving.Text = " 审批申请";
- this.btnApproving.UseVisualStyleBackColor = false;
- //
- // btndel
- //
- this.btndel.BackColor = System.Drawing.Color.Transparent;
- this.btndel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btndel.BackImg")));
- this.btndel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btndel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btndel.ForeColor = System.Drawing.Color.White;
- this.btndel.IsCustomBackImg = false;
- this.btndel.IsShowText = true;
- this.btndel.Location = new System.Drawing.Point(179, 5);
- this.btndel.Margin = new System.Windows.Forms.Padding(5, 0, 2, 0);
- this.btndel.Name = "btndel";
- this.btndel.Size = new System.Drawing.Size(80, 28);
- this.btndel.TabIndex = 5;
- this.btndel.Text = " 删除申请";
- this.btndel.UseVisualStyleBackColor = false;
- //
- // btnClose
- //
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
- this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
- this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.IsCustomBackImg = false;
- this.btnClose.IsShowText = true;
- this.btnClose.Location = new System.Drawing.Point(266, 5);
- this.btnClose.Margin = new System.Windows.Forms.Padding(5, 0, 10, 0);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(80, 28);
- this.btnClose.TabIndex = 6;
- this.btnClose.Text = " 关 闭";
- this.btnClose.UseVisualStyleBackColor = false;
- //
- // rdoapply
- //
- this.rdoapply.AutoSize = true;
- this.rdoapply.BackColor = System.Drawing.Color.Transparent;
- this.rdoapply.Checked = true;
- this.rdoapply.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoapply.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoapply.Location = new System.Drawing.Point(359, 8);
- this.rdoapply.Name = "rdoapply";
- this.rdoapply.Size = new System.Drawing.Size(139, 24);
- this.rdoapply.TabIndex = 7;
- this.rdoapply.TabStop = true;
- this.rdoapply.Tag = "0";
- this.rdoapply.Text = "申请中【待审批】";
- this.rdoapply.UseVisualStyleBackColor = false;
- //
- // rdopassed
- //
- this.rdopassed.AutoSize = true;
- this.rdopassed.BackColor = System.Drawing.Color.Transparent;
- this.rdopassed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdopassed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdopassed.Location = new System.Drawing.Point(504, 8);
- this.rdopassed.Name = "rdopassed";
- this.rdopassed.Size = new System.Drawing.Size(167, 24);
- this.rdopassed.TabIndex = 7;
- this.rdopassed.TabStop = true;
- this.rdopassed.Tag = "1";
- this.rdopassed.Text = "已审批【且通过申请】";
- this.rdopassed.UseVisualStyleBackColor = false;
- //
- // rdoNotpassed
- //
- this.rdoNotpassed.AutoSize = true;
- this.rdoNotpassed.BackColor = System.Drawing.Color.Transparent;
- this.rdoNotpassed.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.rdoNotpassed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
- this.rdoNotpassed.Location = new System.Drawing.Point(677, 8);
- this.rdoNotpassed.Name = "rdoNotpassed";
- this.rdoNotpassed.Size = new System.Drawing.Size(167, 24);
- this.rdoNotpassed.TabIndex = 7;
- this.rdoNotpassed.TabStop = true;
- this.rdoNotpassed.Tag = "2";
- this.rdoNotpassed.Text = "已审批【未通过申请】";
- this.rdoNotpassed.UseVisualStyleBackColor = false;
- //
- // ucMatt
- //
- this.ucMatt.CurrentPageCount = 0;
- this.ucMatt.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ucMatt.Location = new System.Drawing.Point(0, 481);
- this.ucMatt.Name = "ucMatt";
- this.ucMatt.NMax = 0;
- this.ucMatt.PageCount = 0;
- this.ucMatt.PageCurrent = 1;
- this.ucMatt.PageSize = 20;
- this.ucMatt.Size = new System.Drawing.Size(910, 24);
- this.ucMatt.TabIndex = 2;
- this.ucMatt.TbDataSource = null;
- //
- // ID
- //
- this.ID.DataPropertyName = "ID";
- this.ID.HeaderText = "ID";
- this.ID.Name = "ID";
- this.ID.Visible = false;
- this.ID.Width = 10;
- //
- // Column1
- //
- this.Column1.FillWeight = 88.84331F;
- this.Column1.HeaderText = "事项主题";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 160;
- //
- // Neirong
- //
- this.Neirong.DataPropertyName = "Matter_content";
- this.Neirong.FillWeight = 0.05325584F;
- this.Neirong.HeaderText = "申请事项内容";
- this.Neirong.Name = "Neirong";
- this.Neirong.ReadOnly = true;
- this.Neirong.Width = 200;
- //
- // Column8
- //
- this.Column8.HeaderText = "事项类别";
- this.Column8.Name = "Column8";
- this.Column8.ReadOnly = true;
- //
- // shenqingren
- //
- this.shenqingren.DataPropertyName = "name";
- this.shenqingren.FillWeight = 0.2331332F;
- this.shenqingren.HeaderText = "申请人";
- this.shenqingren.Name = "shenqingren";
- this.shenqingren.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.DataPropertyName = "Matter_CreateDatetime";
- this.Column2.FillWeight = 0.6281501F;
- this.Column2.HeaderText = "申请时间";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- this.Column2.Width = 120;
- //
- // Column4
- //
- this.Column4.DataPropertyName = "Matter_state";
- this.Column4.FillWeight = 1.275725F;
- this.Column4.HeaderText = "审批状态";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- //
- // Shenheren
- //
- this.Shenheren.DataPropertyName = "UPname";
- this.Shenheren.FillWeight = 2.590903F;
- this.Shenheren.HeaderText = "审批人";
- this.Shenheren.Name = "Shenheren";
- this.Shenheren.ReadOnly = true;
- //
- // Column5
- //
- this.Column5.DataPropertyName = "Matter_UpdateDatetime";
- this.Column5.FillWeight = 5.260965F;
- this.Column5.HeaderText = "审批时间";
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- this.Column5.Width = 120;
- //
- // Column6
- //
- this.Column6.DataPropertyName = "Matter_opinion";
- this.Column6.FillWeight = 10.68464F;
- this.Column6.HeaderText = "审批意见";
- this.Column6.Name = "Column6";
- this.Column6.ReadOnly = true;
- this.Column6.Width = 120;
- //
- // Column9
- //
- this.Column9.DataPropertyName = "Matter_UpdateName";
- this.Column9.HeaderText = "领导批示";
- this.Column9.Name = "Column9";
- this.Column9.ReadOnly = true;
- this.Column9.Width = 120;
- //
- // Column3
- //
- this.Column3.FillWeight = 21.69973F;
- this.Column3.HeaderText = "批示人";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // Column7
- //
- this.Column7.FillWeight = 43.75149F;
- this.Column7.HeaderText = "批示时间";
- this.Column7.Name = "Column7";
- this.Column7.ReadOnly = true;
- this.Column7.Width = 120;
- //
- // frmMattersApply
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
- this.ClientSize = new System.Drawing.Size(910, 610);
- this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
- this.IsShowUcNavigationTool = true;
- this.Name = "frmMattersApply";
- this.Text = "事项申请";
- this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
- this.plExMainContainer.ResumeLayout(false);
- this.plFormMainContent.ResumeLayout(false);
- this.tbMain.ResumeLayout(false);
- this.tpMyApplication.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvTaskView)).EndInit();
- this.flowLayoutPanel1.ResumeLayout(false);
- this.flowLayoutPanel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- protected internal ComponentLibrary.ButtonEx btnApproving;
- protected internal ComponentLibrary.ButtonEx btnAddApplication;
- protected internal ComponentLibrary.ButtonEx btndel;
- protected internal ComponentLibrary.ButtonEx btnClose;
- protected internal ComponentLibrary.TabControlEx tbMain;
- private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- public UCPager.ucPagerEx ucMatt;
- protected internal ComponentLibrary.DataGridViewEx dgvTaskView;
- public ComponentLibrary.RadioButtonEx rdoapply;
- public ComponentLibrary.RadioButtonEx rdopassed;
- public ComponentLibrary.RadioButtonEx rdoNotpassed;
- public System.Windows.Forms.TabPage tpMyApplication;
- private System.Windows.Forms.DataGridViewTextBoxColumn ID;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Neirong;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
- private System.Windows.Forms.DataGridViewTextBoxColumn shenqingren;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
- private System.Windows.Forms.DataGridViewTextBoxColumn Shenheren;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
- }
- }
|