| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- namespace Dongke.IBOSS.PRD.Client.PMModule
- {
- partial class F_PM_0906
- {
- /// <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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0906));
- this.dgvScrapReason = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.ScrapReason = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.DisplayNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.ScrapType = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ScrapReasonID = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tvwScrapType = new System.Windows.Forms.TreeView();
- this.lblDictionaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
- ((System.ComponentModel.ISupportInitialize)(this.dgvScrapReason)).BeginInit();
- this.SuspendLayout();
- //
- // dgvScrapReason
- //
- this.dgvScrapReason.AllowUserToDeleteRows = false;
- this.dgvScrapReason.AllowUserToModifyRows = true;
- this.dgvScrapReason.AllowUserToOrderColumns = true;
- this.dgvScrapReason.AllowUserToResizeRows = false;
- this.dgvScrapReason.AllowUserToSortRows = false;
- dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvScrapReason.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvScrapReason.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvScrapReason.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvScrapReason.CellHeight = 23;
- this.dgvScrapReason.ChildNodeColumnName = null;
- this.dgvScrapReason.ChildNodeColumnText = null;
- this.dgvScrapReason.ColumnDeep = 1;
- this.dgvScrapReason.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.dgvScrapReason.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
- this.dgvScrapReason.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvScrapReason.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.ScrapReason,
- this.DisplayNo,
- this.Remarks,
- this.ValueFlag,
- this.ScrapType,
- this.ScrapReasonID});
- this.dgvScrapReason.ColumnTreeView = null;
- this.dgvScrapReason.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.dgvScrapReason.DynamicColumnName = "";
- this.dgvScrapReason.EnableHeadersVisualStyles = false;
- this.dgvScrapReason.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvScrapReason.HorizontalMergeColumn = null;
- this.dgvScrapReason.IsAutoCountSum = true;
- this.dgvScrapReason.IsAutoResizeColumns = false;
- this.dgvScrapReason.IsClickF12 = false;
- this.dgvScrapReason.IsOpenMergeCellFlag = false;
- this.dgvScrapReason.IsSubTotalFlag = false;
- this.dgvScrapReason.IsTopDeep = false;
- this.dgvScrapReason.Location = new System.Drawing.Point(201, 23);
- this.dgvScrapReason.MergeColumnNames = null;
- this.dgvScrapReason.MergeDetailColumnNames = null;
- this.dgvScrapReason.MergeDetailOnlyColumn = null;
- this.dgvScrapReason.MergeOnlyColumn = null;
- this.dgvScrapReason.MultiSelect = false;
- this.dgvScrapReason.Name = "dgvScrapReason";
- this.dgvScrapReason.RefreshAtHscroll = false;
- this.dgvScrapReason.RowHeadersWidth = 50;
- this.dgvScrapReason.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvScrapReason.RowsDefaultCellStyle = dataGridViewCellStyle8;
- this.dgvScrapReason.RowTemplate.Height = 21;
- this.dgvScrapReason.Size = new System.Drawing.Size(455, 426);
- this.dgvScrapReason.SortOrderColumnName = null;
- this.dgvScrapReason.TabIndex = 1;
- this.dgvScrapReason.Tag = true;
- this.dgvScrapReason.TotalSumColumns = null;
- this.dgvScrapReason.ViewRowFilter = "";
- this.dgvScrapReason.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapReason_CellValidated);
- this.dgvScrapReason.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvScrapReason_CellValidating);
- this.dgvScrapReason.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvScrapReason_DefaultValuesNeeded);
- this.dgvScrapReason.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvScrapReason_EditingControlShowing);
- this.dgvScrapReason.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvScrapReason_CellValidated);
- this.dgvScrapReason.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvScrapReason_RowValidating);
- //
- // ScrapReason
- //
- this.ScrapReason.DataPropertyName = "ScrapReason";
- this.ScrapReason.HeaderText = "报损原因";
- this.ScrapReason.MaxInputLength = 100;
- this.ScrapReason.Name = "ScrapReason";
- this.ScrapReason.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ScrapReason.Width = 130;
- //
- // DisplayNo
- //
- this.DisplayNo.DataPropertyName = "DisplayNo";
- dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.DisplayNo.DefaultCellStyle = dataGridViewCellStyle7;
- this.DisplayNo.HeaderText = "显示顺序";
- this.DisplayNo.MaxInputLength = 3;
- this.DisplayNo.Name = "DisplayNo";
- this.DisplayNo.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.DisplayNo.Width = 80;
- //
- // Remarks
- //
- this.Remarks.DataPropertyName = "Remarks";
- this.Remarks.HeaderText = "备注";
- this.Remarks.MaxInputLength = 500;
- this.Remarks.Name = "Remarks";
- this.Remarks.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.Remarks.Width = 110;
- //
- // ValueFlag
- //
- this.ValueFlag.DataPropertyName = "ValueFlag";
- this.ValueFlag.FalseValue = "0";
- this.ValueFlag.HeaderText = "正常";
- this.ValueFlag.Name = "ValueFlag";
- this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.ValueFlag.TrueValue = "1";
- this.ValueFlag.Width = 50;
- //
- // ScrapType
- //
- this.ScrapType.DataPropertyName = "ScrapType";
- this.ScrapType.HeaderText = "报损类型";
- this.ScrapType.MaxInputLength = 6;
- this.ScrapType.Name = "ScrapType";
- this.ScrapType.Visible = false;
- this.ScrapType.Width = 60;
- //
- // ScrapReasonID
- //
- this.ScrapReasonID.DataPropertyName = "ScrapReasonID";
- this.ScrapReasonID.HeaderText = "报损原因ID";
- this.ScrapReasonID.Name = "ScrapReasonID";
- this.ScrapReasonID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.ScrapReasonID.Visible = false;
- this.ScrapReasonID.Width = 60;
- //
- // tvwScrapType
- //
- this.tvwScrapType.HideSelection = false;
- this.tvwScrapType.ItemHeight = 18;
- this.tvwScrapType.Location = new System.Drawing.Point(14, 24);
- this.tvwScrapType.Name = "tvwScrapType";
- this.tvwScrapType.Size = new System.Drawing.Size(181, 426);
- this.tvwScrapType.TabIndex = 2;
- this.tvwScrapType.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.tvwDictionaryType_BeforeSelect);
- this.tvwScrapType.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwDictionaryType_AfterSelect);
- //
- // lblDictionaryType
- //
- this.lblDictionaryType.AutoSize = true;
- this.lblDictionaryType.BackColor = System.Drawing.Color.Transparent;
- this.lblDictionaryType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.lblDictionaryType.ForeColor = System.Drawing.SystemColors.ControlText;
- this.lblDictionaryType.Location = new System.Drawing.Point(12, 9);
- this.lblDictionaryType.MaximumSize = new System.Drawing.Size(0, 12);
- this.lblDictionaryType.Name = "lblDictionaryType";
- this.lblDictionaryType.Size = new System.Drawing.Size(65, 12);
- this.lblDictionaryType.TabIndex = 3;
- this.lblDictionaryType.Text = "当前位置:";
- //
- // btnCancel
- //
- this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCancel.BackColor = System.Drawing.Color.Transparent;
- this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
- this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(571, 455);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 30);
- this.btnCancel.TabIndex = 6;
- this.btnCancel.Text = "关闭";
- this.btnCancel.UseVisualStyleBackColor = true;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnSave
- //
- this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSave.BackColor = System.Drawing.Color.Transparent;
- this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
- this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSave.ForeColor = System.Drawing.Color.White;
- this.btnSave.Location = new System.Drawing.Point(480, 455);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 30);
- this.btnSave.TabIndex = 5;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = true;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // chkDisplayDisabledData
- //
- this.chkDisplayDisabledData.Anchor = System.Windows.Forms.AnchorStyles.None;
- this.chkDisplayDisabledData.AutoSize = true;
- this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 463);
- this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
- this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
- this.chkDisplayDisabledData.TabIndex = 7;
- this.chkDisplayDisabledData.Text = "显示停用记录";
- this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
- this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
- //
- // F_PM_0906
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(667, 511);
- this.Controls.Add(this.chkDisplayDisabledData);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.lblDictionaryType);
- this.Controls.Add(this.dgvScrapReason);
- this.Controls.Add(this.tvwScrapType);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "F_PM_0906";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_PM_0906";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_0906_FormClosed);
- this.Load += new System.EventHandler(this.F_PM_0906_Load);
- this.Controls.SetChildIndex(this.tvwScrapType, 0);
- this.Controls.SetChildIndex(this.dgvScrapReason, 0);
- this.Controls.SetChildIndex(this.lblDictionaryType, 0);
- this.Controls.SetChildIndex(this.btnSave, 0);
- this.Controls.SetChildIndex(this.btnCancel, 0);
- this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
- ((System.ComponentModel.ISupportInitialize)(this.dgvScrapReason)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Basics.BaseControls.C_DataGridView dgvScrapReason;
- private System.Windows.Forms.TreeView tvwScrapType;
- private Basics.BaseControls.C_Label lblDictionaryType;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_Button btnSave;
- private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReason;
- private System.Windows.Forms.DataGridViewTextBoxColumn DisplayNo;
- private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
- private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
- private System.Windows.Forms.DataGridViewTextBoxColumn ScrapType;
- private System.Windows.Forms.DataGridViewTextBoxColumn ScrapReasonID;
- private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
- }
- }
|