| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0701
- {
- /// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0701));
- 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();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
- this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
- this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
- this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.cobRptProcedureType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
- this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.lblRptProcedureType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.dgvRptSProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.ProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvRptTProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.colProcedureId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RptProcedureID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RptProcedureCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RptProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RptProcedureType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.RptProcedureTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OPTimeStamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.displayno = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrOperate.SuspendLayout();
- this.gbxCondition.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptSProcedure)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptTProcedure)).BeginInit();
- this.SuspendLayout();
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
- this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnAdd,
- this.tsbtnEdit,
- this.tsbtnDisable,
- this.toolStripSeparator3,
- this.tsbtnAdaptive,
- this.tsbtnClose});
- this.tsrOperate.Location = new System.Drawing.Point(0, 0);
- this.tsrOperate.Name = "tsrOperate";
- this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
- this.tsrOperate.ShowItemToolTips = false;
- this.tsrOperate.Size = new System.Drawing.Size(895, 35);
- this.tsrOperate.TabIndex = 2;
- //
- // tsbtnAdd
- //
- this.tsbtnAdd.AutoSize = false;
- this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdd.Name = "tsbtnAdd";
- this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
- this.tsbtnAdd.Text = "新建(&N)";
- this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
- //
- // tsbtnEdit
- //
- this.tsbtnEdit.AutoSize = false;
- this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnEdit.Name = "tsbtnEdit";
- this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
- this.tsbtnEdit.Text = "编辑(&E)";
- this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
- //
- // tsbtnDisable
- //
- this.tsbtnDisable.AutoSize = false;
- this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnDisable.Name = "tsbtnDisable";
- this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
- this.tsbtnDisable.Text = "停用(&S)";
- this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
- //
- // toolStripSeparator3
- //
- this.toolStripSeparator3.AutoSize = false;
- this.toolStripSeparator3.Name = "toolStripSeparator3";
- this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.AutoSize = false;
- this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // tsbtnClose
- //
- this.tsbtnClose.AutoSize = false;
- this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClose.Name = "tsbtnClose";
- this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
- this.tsbtnClose.Text = "关闭(&X)";
- this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
- //
- // gbxCondition
- //
- this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
- this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
- this.gbxCondition.Controls.Add(this.cobRptProcedureType);
- this.gbxCondition.Controls.Add(this.btnClearCondition);
- this.gbxCondition.Controls.Add(this.btnSearch);
- this.gbxCondition.Controls.Add(this.lblRptProcedureName);
- this.gbxCondition.Controls.Add(this.txtRptProcedureName);
- this.gbxCondition.Controls.Add(this.lblRptProcedureType);
- this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
- this.gbxCondition.IsMustInput = false;
- this.gbxCondition.Location = new System.Drawing.Point(0, 38);
- this.gbxCondition.Name = "gbxCondition";
- this.gbxCondition.OriginalHeight = -1;
- this.gbxCondition.Size = new System.Drawing.Size(883, 51);
- this.gbxCondition.TabIndex = 24;
- this.gbxCondition.TabStop = false;
- this.gbxCondition.Text = "查询条件 ▼";
- //
- // cobRptProcedureType
- //
- this.cobRptProcedureType.BackgroundColor = System.Drawing.SystemColors.Window;
- this.cobRptProcedureType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.cobRptProcedureType.FormattingEnabled = true;
- this.cobRptProcedureType.Location = new System.Drawing.Point(298, 20);
- this.cobRptProcedureType.Name = "cobRptProcedureType";
- this.cobRptProcedureType.Size = new System.Drawing.Size(134, 20);
- this.cobRptProcedureType.TabIndex = 3;
- //
- // btnClearCondition
- //
- this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
- this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
- this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClearCondition.ForeColor = System.Drawing.Color.White;
- this.btnClearCondition.Location = new System.Drawing.Point(795, 14);
- this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnClearCondition.Name = "btnClearCondition";
- this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
- this.btnClearCondition.TabIndex = 5;
- this.btnClearCondition.Text = "清空条件(&C)";
- this.btnClearCondition.UseVisualStyleBackColor = false;
- this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.BackColor = System.Drawing.Color.Gray;
- this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
- this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSearch.ForeColor = System.Drawing.Color.White;
- this.btnSearch.Location = new System.Drawing.Point(704, 14);
- this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(85, 30);
- this.btnSearch.TabIndex = 4;
- this.btnSearch.Text = "查询(&Q)";
- this.btnSearch.UseVisualStyleBackColor = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // lblRptProcedureName
- //
- this.lblRptProcedureName.AutoSize = true;
- this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
- this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRptProcedureName.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRptProcedureName.Location = new System.Drawing.Point(6, 23);
- this.lblRptProcedureName.Name = "lblRptProcedureName";
- this.lblRptProcedureName.Size = new System.Drawing.Size(77, 12);
- this.lblRptProcedureName.TabIndex = 0;
- this.lblRptProcedureName.Text = "数据来源名称";
- //
- // txtRptProcedureName
- //
- this.txtRptProcedureName.BackColor = System.Drawing.SystemColors.Window;
- this.txtRptProcedureName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtRptProcedureName.ErrorMessage = "";
- this.txtRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtRptProcedureName.Location = new System.Drawing.Point(89, 20);
- this.txtRptProcedureName.MaxLength = 10;
- this.txtRptProcedureName.Name = "txtRptProcedureName";
- this.txtRptProcedureName.Size = new System.Drawing.Size(120, 21);
- this.txtRptProcedureName.TabIndex = 1;
- //
- // lblRptProcedureType
- //
- this.lblRptProcedureType.AutoSize = true;
- this.lblRptProcedureType.BackColor = System.Drawing.SystemColors.Control;
- this.lblRptProcedureType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblRptProcedureType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblRptProcedureType.Location = new System.Drawing.Point(215, 23);
- this.lblRptProcedureType.Name = "lblRptProcedureType";
- this.lblRptProcedureType.Size = new System.Drawing.Size(77, 12);
- this.lblRptProcedureType.TabIndex = 2;
- this.lblRptProcedureType.Text = "数据来源类型";
- //
- // splitContainer1
- //
- this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.splitContainer1.Location = new System.Drawing.Point(0, 110);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.dgvRptProcedure);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
- this.splitContainer1.Size = new System.Drawing.Size(883, 371);
- this.splitContainer1.SplitterDistance = 327;
- this.splitContainer1.TabIndex = 25;
- //
- // dgvRptProcedure
- //
- this.dgvRptProcedure.AllowUserToAddRows = false;
- this.dgvRptProcedure.AllowUserToDeleteRows = false;
- this.dgvRptProcedure.AllowUserToModifyRows = true;
- this.dgvRptProcedure.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvRptProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvRptProcedure.CellHeight = 23;
- this.dgvRptProcedure.ChildNodeColumnName = null;
- this.dgvRptProcedure.ChildNodeColumnText = null;
- this.dgvRptProcedure.ColumnDeep = 1;
- this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- 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;
- dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.RptProcedureID,
- this.RptProcedureCode,
- this.RptProcedureName,
- this.RptProcedureType,
- this.RptProcedureTypeName,
- this.OPTimeStamp,
- this.displayno});
- this.dgvRptProcedure.ColumnTreeView = null;
- this.dgvRptProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvRptProcedure.DefaultCellStyle = dataGridViewCellStyle3;
- this.dgvRptProcedure.DynamicColumnName = "";
- this.dgvRptProcedure.EnableHeadersVisualStyles = false;
- this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvRptProcedure.IsAutoCountSum = true;
- this.dgvRptProcedure.IsAutoResizeColumns = false;
- this.dgvRptProcedure.IsClickF12 = false;
- this.dgvRptProcedure.IsSubTotalFlag = false;
- this.dgvRptProcedure.Location = new System.Drawing.Point(3, 3);
- this.dgvRptProcedure.MultiSelect = false;
- this.dgvRptProcedure.Name = "dgvRptProcedure";
- this.dgvRptProcedure.ReadOnly = true;
- this.dgvRptProcedure.RefreshAtHscroll = false;
- this.dgvRptProcedure.RowHeadersWidth = 50;
- this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvRptProcedure.RowTemplate.Height = 21;
- this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRptProcedure.Size = new System.Drawing.Size(321, 365);
- this.dgvRptProcedure.SortOrderColumnName = null;
- this.dgvRptProcedure.TabIndex = 0;
- this.dgvRptProcedure.Tag = true;
- this.dgvRptProcedure.TotalSumColumns = null;
- this.dgvRptProcedure.ViewRowFilter = "";
- this.dgvRptProcedure.VirtualMode = true;
- this.dgvRptProcedure.SelectionChanged += new System.EventHandler(this.dgvRptProcedure_SelectionChanged);
- //
- // splitContainer2
- //
- this.splitContainer2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.splitContainer2.Location = new System.Drawing.Point(3, 3);
- this.splitContainer2.Name = "splitContainer2";
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.dgvRptSProcedure);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.dgvRptTProcedure);
- this.splitContainer2.Size = new System.Drawing.Size(546, 365);
- this.splitContainer2.SplitterDistance = 264;
- this.splitContainer2.TabIndex = 0;
- //
- // dgvRptSProcedure
- //
- this.dgvRptSProcedure.AllowUserToAddRows = false;
- this.dgvRptSProcedure.AllowUserToDeleteRows = false;
- this.dgvRptSProcedure.AllowUserToModifyRows = true;
- this.dgvRptSProcedure.AllowUserToOrderColumns = true;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvRptSProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvRptSProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvRptSProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvRptSProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvRptSProcedure.CellHeight = 23;
- this.dgvRptSProcedure.ChildNodeColumnName = null;
- this.dgvRptSProcedure.ChildNodeColumnText = null;
- this.dgvRptSProcedure.ColumnDeep = 1;
- this.dgvRptSProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvRptSProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvRptSProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvRptSProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ProcedureID,
- this.ProcedureCode,
- this.ProcedureName});
- this.dgvRptSProcedure.ColumnTreeView = null;
- this.dgvRptSProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvRptSProcedure.DefaultCellStyle = dataGridViewCellStyle7;
- this.dgvRptSProcedure.DynamicColumnName = "";
- this.dgvRptSProcedure.EnableHeadersVisualStyles = false;
- this.dgvRptSProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvRptSProcedure.IsAutoCountSum = true;
- this.dgvRptSProcedure.IsAutoResizeColumns = false;
- this.dgvRptSProcedure.IsClickF12 = false;
- this.dgvRptSProcedure.IsSubTotalFlag = false;
- this.dgvRptSProcedure.Location = new System.Drawing.Point(0, 0);
- this.dgvRptSProcedure.MultiSelect = false;
- this.dgvRptSProcedure.Name = "dgvRptSProcedure";
- this.dgvRptSProcedure.ReadOnly = true;
- this.dgvRptSProcedure.RefreshAtHscroll = false;
- this.dgvRptSProcedure.RowHeadersWidth = 50;
- this.dgvRptSProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvRptSProcedure.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvRptSProcedure.RowTemplate.Height = 21;
- this.dgvRptSProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRptSProcedure.Size = new System.Drawing.Size(264, 365);
- this.dgvRptSProcedure.SortOrderColumnName = null;
- this.dgvRptSProcedure.TabIndex = 0;
- this.dgvRptSProcedure.Tag = true;
- this.dgvRptSProcedure.TotalSumColumns = null;
- this.dgvRptSProcedure.ViewRowFilter = "";
- this.dgvRptSProcedure.VirtualMode = true;
- //
- // ProcedureID
- //
- this.ProcedureID.DataPropertyName = "ProcedureID";
- this.ProcedureID.HeaderText = "工序ID";
- this.ProcedureID.Name = "ProcedureID";
- this.ProcedureID.ReadOnly = true;
- this.ProcedureID.Visible = false;
- //
- // ProcedureCode
- //
- this.ProcedureCode.DataPropertyName = "ProcedureCode";
- this.ProcedureCode.HeaderText = "来源工序编码";
- this.ProcedureCode.Name = "ProcedureCode";
- this.ProcedureCode.ReadOnly = true;
- this.ProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // ProcedureName
- //
- this.ProcedureName.DataPropertyName = "ProcedureName";
- this.ProcedureName.HeaderText = "来源工序名称";
- this.ProcedureName.Name = "ProcedureName";
- this.ProcedureName.ReadOnly = true;
- this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // dgvRptTProcedure
- //
- this.dgvRptTProcedure.AllowUserToAddRows = false;
- this.dgvRptTProcedure.AllowUserToDeleteRows = false;
- this.dgvRptTProcedure.AllowUserToModifyRows = true;
- this.dgvRptTProcedure.AllowUserToOrderColumns = true;
- dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvRptTProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9;
- this.dgvRptTProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvRptTProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvRptTProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvRptTProcedure.CellHeight = 23;
- this.dgvRptTProcedure.ChildNodeColumnName = null;
- this.dgvRptTProcedure.ChildNodeColumnText = null;
- this.dgvRptTProcedure.ColumnDeep = 1;
- this.dgvRptTProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvRptTProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10;
- this.dgvRptTProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvRptTProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colProcedureId,
- this.colProcedureCode,
- this.colProcedureName});
- this.dgvRptTProcedure.ColumnTreeView = null;
- this.dgvRptTProcedure.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
- dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvRptTProcedure.DefaultCellStyle = dataGridViewCellStyle11;
- this.dgvRptTProcedure.DynamicColumnName = "";
- this.dgvRptTProcedure.EnableHeadersVisualStyles = false;
- this.dgvRptTProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvRptTProcedure.IsAutoCountSum = true;
- this.dgvRptTProcedure.IsAutoResizeColumns = false;
- this.dgvRptTProcedure.IsClickF12 = false;
- this.dgvRptTProcedure.IsSubTotalFlag = false;
- this.dgvRptTProcedure.Location = new System.Drawing.Point(3, 0);
- this.dgvRptTProcedure.MultiSelect = false;
- this.dgvRptTProcedure.Name = "dgvRptTProcedure";
- this.dgvRptTProcedure.ReadOnly = true;
- this.dgvRptTProcedure.RefreshAtHscroll = false;
- this.dgvRptTProcedure.RowHeadersWidth = 50;
- this.dgvRptTProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle12.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvRptTProcedure.RowsDefaultCellStyle = dataGridViewCellStyle12;
- this.dgvRptTProcedure.RowTemplate.Height = 21;
- this.dgvRptTProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvRptTProcedure.Size = new System.Drawing.Size(269, 365);
- this.dgvRptTProcedure.SortOrderColumnName = null;
- this.dgvRptTProcedure.TabIndex = 0;
- this.dgvRptTProcedure.Tag = true;
- this.dgvRptTProcedure.TotalSumColumns = null;
- this.dgvRptTProcedure.ViewRowFilter = "";
- this.dgvRptTProcedure.VirtualMode = true;
- //
- // colProcedureId
- //
- this.colProcedureId.DataPropertyName = "ProcedureId";
- this.colProcedureId.HeaderText = "工序ID";
- this.colProcedureId.Name = "colProcedureId";
- this.colProcedureId.ReadOnly = true;
- this.colProcedureId.Visible = false;
- //
- // colProcedureCode
- //
- this.colProcedureCode.DataPropertyName = "ProcedureCode";
- this.colProcedureCode.HeaderText = "统计工序编码";
- this.colProcedureCode.Name = "colProcedureCode";
- this.colProcedureCode.ReadOnly = true;
- this.colProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // colProcedureName
- //
- this.colProcedureName.DataPropertyName = "ProcedureName";
- this.colProcedureName.HeaderText = "统计工序名称";
- this.colProcedureName.Name = "colProcedureName";
- this.colProcedureName.ReadOnly = true;
- this.colProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // RptProcedureID
- //
- this.RptProcedureID.DataPropertyName = "Rptprocedureid";
- this.RptProcedureID.HeaderText = "报表数据来源ID";
- this.RptProcedureID.Name = "RptProcedureID";
- this.RptProcedureID.ReadOnly = true;
- this.RptProcedureID.Visible = false;
- //
- // RptProcedureCode
- //
- this.RptProcedureCode.DataPropertyName = "Rptprocedurecode";
- this.RptProcedureCode.HeaderText = "数据来源编码";
- this.RptProcedureCode.Name = "RptProcedureCode";
- this.RptProcedureCode.ReadOnly = true;
- this.RptProcedureCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // RptProcedureName
- //
- this.RptProcedureName.DataPropertyName = "Rptprocedurename";
- this.RptProcedureName.HeaderText = "数据来源名称";
- this.RptProcedureName.Name = "RptProcedureName";
- this.RptProcedureName.ReadOnly = true;
- this.RptProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- //
- // RptProcedureType
- //
- this.RptProcedureType.DataPropertyName = "Rptproceduretype";
- this.RptProcedureType.HeaderText = "数据来源类型ID";
- this.RptProcedureType.Name = "RptProcedureType";
- this.RptProcedureType.ReadOnly = true;
- this.RptProcedureType.Visible = false;
- //
- // RptProcedureTypeName
- //
- this.RptProcedureTypeName.DataPropertyName = "RptproceduretypeName";
- this.RptProcedureTypeName.HeaderText = "数据来源类型";
- this.RptProcedureTypeName.Name = "RptProcedureTypeName";
- this.RptProcedureTypeName.ReadOnly = true;
- //
- // OPTimeStamp
- //
- this.OPTimeStamp.DataPropertyName = "OPTimeStamp";
- this.OPTimeStamp.HeaderText = "操作时间戳";
- this.OPTimeStamp.Name = "OPTimeStamp";
- this.OPTimeStamp.ReadOnly = true;
- this.OPTimeStamp.Visible = false;
- //
- // displayno
- //
- this.displayno.DataPropertyName = "displayno";
- this.displayno.HeaderText = "显示顺序";
- this.displayno.Name = "displayno";
- this.displayno.ReadOnly = true;
- //
- // F_MST_0701
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(895, 493);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.gbxCondition);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_MST_0701";
- this.Text = "报表工序 ";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0701_FormClosed);
- this.Load += new System.EventHandler(this.F_MST_0701_Load);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- this.gbxCondition.ResumeLayout(false);
- this.gbxCondition.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
- this.splitContainer1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
- this.splitContainer2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptSProcedure)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvRptTProcedure)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private System.Windows.Forms.ToolStripButton tsbtnAdd;
- private System.Windows.Forms.ToolStripButton tsbtnEdit;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnClose;
- private Basics.BaseControls.C_GroupBox gbxCondition;
- private Basics.BaseControls.C_Button btnClearCondition;
- private Basics.BaseControls.C_Button btnSearch;
- private Basics.BaseControls.C_Label lblRptProcedureName;
- private Basics.BaseControls.C_TextBox txtRptProcedureName;
- private Basics.BaseControls.C_Label lblRptProcedureType;
- private Basics.BaseControls.C_ComboBox cobRptProcedureType;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private Basics.BaseControls.C_DataGridView dgvRptProcedure;
- private Basics.BaseControls.C_DataGridView dgvRptSProcedure;
- private Basics.BaseControls.C_DataGridView dgvRptTProcedure;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureId;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureName;
- private System.Windows.Forms.ToolStripButton tsbtnDisable;
- private System.Windows.Forms.DataGridViewTextBoxColumn RptProcedureID;
- private System.Windows.Forms.DataGridViewTextBoxColumn RptProcedureCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn RptProcedureName;
- private System.Windows.Forms.DataGridViewTextBoxColumn RptProcedureType;
- private System.Windows.Forms.DataGridViewTextBoxColumn RptProcedureTypeName;
- private System.Windows.Forms.DataGridViewTextBoxColumn OPTimeStamp;
- private System.Windows.Forms.DataGridViewTextBoxColumn displayno;
- }
- }
|