| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380 |
-
- using Dongke.WinForm.Controls;
- namespace Dongke.IBOSS.PRD.Client.Controls.SearchBox
- {
- partial class SearchBoxForm
- {
- /// <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.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();
- this.dgvSelected = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.colSel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
- this.btnOK = new Dongke.WinForm.Controls.BtnButton();
- this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
- this.grpQueryConditions = new Dongke.WinForm.Controls.GrpCollapsible();
- this.dgvChecked = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.colChk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
- this.splSplitContainer = new Dongke.WinForm.Controls.SplSplitContainer();
- this.tsrPlan = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.pnlBack.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvSelected)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvChecked)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).BeginInit();
- this.splSplitContainer.Panel1.SuspendLayout();
- this.splSplitContainer.Panel2.SuspendLayout();
- this.splSplitContainer.SuspendLayout();
- this.tsrPlan.SuspendLayout();
- this.SuspendLayout();
- //
- // pnlBack
- //
- this.pnlBack.Controls.Add(this.btnCancel);
- this.pnlBack.Controls.Add(this.btnOK);
- this.pnlBack.Controls.Add(this.splSplitContainer);
- this.pnlBack.Controls.Add(this.grpQueryConditions);
- this.pnlBack.Size = new System.Drawing.Size(484, 440);
- //
- // dgvSelected
- //
- this.dgvSelected.AllowUserToAddRows = false;
- this.dgvSelected.AllowUserToDeleteRows = false;
- this.dgvSelected.AllowUserToModifyRows = true;
- this.dgvSelected.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvSelected.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvSelected.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvSelected.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvSelected.CellHeight = 25;
- this.dgvSelected.ChildNodeColumnName = null;
- this.dgvSelected.ChildNodeColumnText = null;
- this.dgvSelected.ColumnDeep = 1;
- this.dgvSelected.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.dgvSelected.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvSelected.ColumnHeadersHeight = 25;
- this.dgvSelected.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvSelected.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colSel});
- this.dgvSelected.ColumnTreeView = null;
- this.dgvSelected.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)));
- this.dgvSelected.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvSelected.DynamicColumnName = "";
- this.dgvSelected.EnableHeadersVisualStyles = false;
- this.dgvSelected.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvSelected.FormatQuantityColumns = null;
- this.dgvSelected.IsAutoCountSum = true;
- this.dgvSelected.IsAutoResizeColumns = false;
- this.dgvSelected.IsClickF12 = false;
- this.dgvSelected.IsOpenMergeCellFlag = false;
- this.dgvSelected.IsSubTotalFlag = false;
- this.dgvSelected.Location = new System.Drawing.Point(0, 0);
- this.dgvSelected.MergeColumnNames = null;
- this.dgvSelected.MergeDetailColumnNames = null;
- this.dgvSelected.MergeDetailOnlyColumn = null;
- this.dgvSelected.MergeOnlyColumn = null;
- this.dgvSelected.MultiSelect = false;
- this.dgvSelected.Name = "dgvSelected";
- this.dgvSelected.RefreshAtHscroll = false;
- this.dgvSelected.RowHeadersWidth = 50;
- this.dgvSelected.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvSelected.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvSelected.RowTemplate.Height = 23;
- this.dgvSelected.Size = new System.Drawing.Size(460, 151);
- this.dgvSelected.SortOrderColumnName = null;
- this.dgvSelected.TabIndex = 0;
- this.dgvSelected.Tag = true;
- this.dgvSelected.TotalSumColumns = null;
- this.dgvSelected.ViewRowFilter = "";
- this.dgvSelected.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvSelected_CellDoubleClick);
- this.dgvSelected.Sorted += new System.EventHandler(this.dgvSelected_Sorted);
- //
- // colSel
- //
- this.colSel.DataPropertyName = "SEL";
- this.colSel.FalseValue = "0";
- this.colSel.HeaderText = "选择";
- this.colSel.Name = "colSel";
- this.colSel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.colSel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.colSel.TrueValue = "1";
- this.colSel.Width = 55;
- //
- // btnOK
- //
- this.btnOK.Location = new System.Drawing.Point(296, 407);
- this.btnOK.Name = "btnOK";
- this.btnOK.Size = new System.Drawing.Size(85, 30);
- this.btnOK.TabIndex = 2;
- this.btnOK.Text = "确定(&S)";
- this.btnOK.UseVisualStyleBackColor = true;
- this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
- //
- // btnCancel
- //
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Location = new System.Drawing.Point(387, 407);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 3;
- this.btnCancel.Text = "取消(&X)";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // grpQueryConditions
- //
- this.grpQueryConditions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grpQueryConditions.Location = new System.Drawing.Point(12, 40);
- this.grpQueryConditions.Name = "grpQueryConditions";
- this.grpQueryConditions.Size = new System.Drawing.Size(460, 50);
- this.grpQueryConditions.TabIndex = 0;
- this.grpQueryConditions.TabStop = false;
- this.grpQueryConditions.Text = "查询条件";
- //
- // dgvChecked
- //
- this.dgvChecked.AllowUserToAddRows = false;
- this.dgvChecked.AllowUserToDeleteRows = false;
- this.dgvChecked.AllowUserToModifyRows = true;
- this.dgvChecked.AllowUserToOrderColumns = true;
- dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
- this.dgvChecked.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvChecked.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvChecked.CellHeight = 25;
- this.dgvChecked.ChildNodeColumnName = null;
- this.dgvChecked.ChildNodeColumnText = null;
- this.dgvChecked.ColumnDeep = 1;
- this.dgvChecked.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
- dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
- this.dgvChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvChecked.ColumnHeadersHeight = 25;
- this.dgvChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.colChk});
- this.dgvChecked.ColumnTreeView = null;
- this.dgvChecked.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)));
- this.dgvChecked.Dock = System.Windows.Forms.DockStyle.Fill;
- this.dgvChecked.DynamicColumnName = "";
- this.dgvChecked.EnableHeadersVisualStyles = false;
- this.dgvChecked.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvChecked.FormatQuantityColumns = null;
- this.dgvChecked.IsAutoCountSum = true;
- this.dgvChecked.IsAutoResizeColumns = false;
- this.dgvChecked.IsClickF12 = false;
- this.dgvChecked.IsOpenMergeCellFlag = false;
- this.dgvChecked.IsSubTotalFlag = false;
- this.dgvChecked.Location = new System.Drawing.Point(0, 0);
- this.dgvChecked.MergeColumnNames = null;
- this.dgvChecked.MergeDetailColumnNames = null;
- this.dgvChecked.MergeDetailOnlyColumn = null;
- this.dgvChecked.MergeOnlyColumn = null;
- this.dgvChecked.MultiSelect = false;
- this.dgvChecked.Name = "dgvChecked";
- this.dgvChecked.RefreshAtHscroll = false;
- this.dgvChecked.RowHeadersWidth = 50;
- this.dgvChecked.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvChecked.RowsDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvChecked.RowTemplate.Height = 23;
- this.dgvChecked.Size = new System.Drawing.Size(460, 150);
- this.dgvChecked.SortOrderColumnName = null;
- this.dgvChecked.TabIndex = 0;
- this.dgvChecked.Tag = true;
- this.dgvChecked.TotalSumColumns = null;
- this.dgvChecked.ViewRowFilter = "";
- this.dgvChecked.Sorted += new System.EventHandler(this.dgvChecked_Sorted);
- //
- // colChk
- //
- this.colChk.DataPropertyName = "SEL";
- this.colChk.FalseValue = "0";
- this.colChk.HeaderText = "选择";
- this.colChk.Name = "colChk";
- this.colChk.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.colChk.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.colChk.TrueValue = "1";
- this.colChk.Width = 55;
- //
- // splSplitContainer
- //
- this.splSplitContainer.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.splSplitContainer.Location = new System.Drawing.Point(12, 96);
- this.splSplitContainer.Name = "splSplitContainer";
- this.splSplitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splSplitContainer.Panel1
- //
- this.splSplitContainer.Panel1.Controls.Add(this.dgvSelected);
- //
- // splSplitContainer.Panel2
- //
- this.splSplitContainer.Panel2.Controls.Add(this.dgvChecked);
- this.splSplitContainer.Size = new System.Drawing.Size(460, 305);
- this.splSplitContainer.SplitterDistance = 151;
- this.splSplitContainer.TabIndex = 1;
- //
- // tsrPlan
- //
- this.tsrPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrPlan.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClearCondition,
- this.toolStripSeparator4,
- this.tsbtnAdaptive});
- this.tsrPlan.Location = new System.Drawing.Point(0, 0);
- this.tsrPlan.Name = "tsrPlan";
- this.tsrPlan.Size = new System.Drawing.Size(484, 35);
- this.tsrPlan.TabIndex = 1000;
- this.tsrPlan.Text = "tsrToolStrip1";
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.AutoSize = false;
- this.tsbtnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnSearch.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(60, 25);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.btnQuery_Click);
- //
- // tsbtnClearCondition
- //
- this.tsbtnClearCondition.AutoSize = false;
- this.tsbtnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnClearCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
- this.tsbtnClearCondition.Size = new System.Drawing.Size(80, 25);
- this.tsbtnClearCondition.Text = "清空条件(&C)";
- this.tsbtnClearCondition.Click += new System.EventHandler(this.btnClear_Click);
- //
- // toolStripSeparator4
- //
- this.toolStripSeparator4.AutoSize = false;
- this.toolStripSeparator4.Name = "toolStripSeparator4";
- this.toolStripSeparator4.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);
- //
- // SearchBoxForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnCancel;
- this.ClientSize = new System.Drawing.Size(484, 462);
- this.Controls.Add(this.tsrPlan);
- this.MaximizeBox = true;
- this.MinimizeBox = true;
- this.Name = "SearchBoxForm";
- this.Text = "SearchBoxForm";
- this.Controls.SetChildIndex(this.pnlBack, 0);
- this.Controls.SetChildIndex(this.tsrPlan, 0);
- this.pnlBack.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dgvSelected)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvChecked)).EndInit();
- this.splSplitContainer.Panel1.ResumeLayout(false);
- this.splSplitContainer.Panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.splSplitContainer)).EndInit();
- this.splSplitContainer.ResumeLayout(false);
- this.tsrPlan.ResumeLayout(false);
- this.tsrPlan.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- /// <summary>
- ///
- /// </summary>
- protected Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvSelected;
- /// <summary>
- ///
- /// </summary>
- protected BtnButton btnCancel;
- /// <summary>
- ///
- /// </summary>
- protected BtnButton btnOK;
- /// <summary>
- ///
- /// </summary>
- protected GrpCollapsible grpQueryConditions;
- /// <summary>
- ///
- /// </summary>
- protected Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvChecked;
- /// <summary>
- ///
- /// </summary>
- protected SplSplitContainer splSplitContainer;
- private IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox colSel;
- private IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox colChk;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- protected TsrToolStrip tsrPlan;
- }
- }
|