| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324 |
-
- namespace Dongke.IBOSS.PRD.Client.Controls.SelectForm
- {
- partial class F_SAPIdnrk
- {
- /// <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_SAPIdnrk));
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
- this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
- this.tsbtnClear = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
- this.txtIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.IDNRK = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IDNRKNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.MEINS = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btncheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.tsrToolStrip1.SuspendLayout();
- this.grpCollapsible1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvIdnrk)).BeginInit();
- this.SuspendLayout();
- //
- // tsrToolStrip1
- //
- this.tsrToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tsrToolStrip1.Dock = System.Windows.Forms.DockStyle.None;
- this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.tsbtnSearch,
- this.tsbtnClear,
- this.toolStripSeparator1,
- this.tsbtnAdaptive});
- this.tsrToolStrip1.Location = new System.Drawing.Point(2, 0);
- this.tsrToolStrip1.Name = "tsrToolStrip1";
- this.tsrToolStrip1.Size = new System.Drawing.Size(612, 37);
- this.tsrToolStrip1.TabIndex = 0;
- this.tsrToolStrip1.Text = "tsrToolStrip1";
- //
- // tsbtnSearch
- //
- this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image")));
- this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnSearch.Name = "tsbtnSearch";
- this.tsbtnSearch.Size = new System.Drawing.Size(51, 34);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // tsbtnClear
- //
- this.tsbtnClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnClear.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClear.Image")));
- this.tsbtnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClear.Name = "tsbtnClear";
- this.tsbtnClear.Size = new System.Drawing.Size(75, 34);
- this.tsbtnClear.Text = "清空条件(&C)";
- this.tsbtnClear.Click += new System.EventHandler(this.tsbtnClear_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 37);
- //
- // tsbtnAdaptive
- //
- this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
- this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnAdaptive.Name = "tsbtnAdaptive";
- this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 34);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // grpCollapsible1
- //
- this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.grpCollapsible1.Controls.Add(this.txtIdnrkName);
- this.grpCollapsible1.Controls.Add(this.c_Label2);
- this.grpCollapsible1.Controls.Add(this.txtIdnrk);
- this.grpCollapsible1.Controls.Add(this.c_Label1);
- this.grpCollapsible1.Location = new System.Drawing.Point(9, 40);
- this.grpCollapsible1.Name = "grpCollapsible1";
- this.grpCollapsible1.Size = new System.Drawing.Size(591, 52);
- this.grpCollapsible1.TabIndex = 1;
- this.grpCollapsible1.TabStop = false;
- this.grpCollapsible1.Text = "查询条件";
- //
- // txtIdnrk
- //
- this.txtIdnrk.BackColor = System.Drawing.SystemColors.Window;
- this.txtIdnrk.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtIdnrk.ErrorMessage = "";
- this.txtIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtIdnrk.Location = new System.Drawing.Point(79, 16);
- this.txtIdnrk.Name = "txtIdnrk";
- this.txtIdnrk.Size = new System.Drawing.Size(146, 21);
- this.txtIdnrk.TabIndex = 1;
- this.txtIdnrk.TextValue = "";
- //
- // c_Label1
- //
- this.c_Label1.AutoSize = true;
- this.c_Label1.BackColor = System.Drawing.Color.Transparent;
- this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label1.Location = new System.Drawing.Point(20, 19);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(53, 12);
- this.c_Label1.TabIndex = 0;
- this.c_Label1.Text = "组件编码";
- //
- // dgvIdnrk
- //
- this.dgvIdnrk.AllowUserToAddRows = false;
- this.dgvIdnrk.AllowUserToDeleteRows = false;
- this.dgvIdnrk.AllowUserToModifyRows = true;
- this.dgvIdnrk.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvIdnrk.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dgvIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvIdnrk.CellHeight = 23;
- this.dgvIdnrk.ChildNodeColumnName = null;
- this.dgvIdnrk.ChildNodeColumnText = null;
- this.dgvIdnrk.ColumnDeep = 1;
- this.dgvIdnrk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
- dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- 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.dgvIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.IDNRK,
- this.IDNRKNAME,
- this.MEINS});
- this.dgvIdnrk.ColumnTreeView = null;
- this.dgvIdnrk.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.dgvIdnrk.DynamicColumnName = "";
- this.dgvIdnrk.EnableHeadersVisualStyles = false;
- this.dgvIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvIdnrk.FormatQuantityColumns = null;
- this.dgvIdnrk.HorizontalMergeColumn = null;
- this.dgvIdnrk.IsAutoCountSum = true;
- this.dgvIdnrk.IsAutoResizeColumns = false;
- this.dgvIdnrk.IsClickF12 = false;
- this.dgvIdnrk.IsOpenMergeCellFlag = false;
- this.dgvIdnrk.IsSubTotalFlag = false;
- this.dgvIdnrk.IsTopDeep = false;
- this.dgvIdnrk.Location = new System.Drawing.Point(13, 98);
- this.dgvIdnrk.MergeColumnNames = null;
- this.dgvIdnrk.MergeDetailColumnNames = null;
- this.dgvIdnrk.MergeDetailOnlyColumn = null;
- this.dgvIdnrk.MergeOnlyColumn = null;
- this.dgvIdnrk.Name = "dgvIdnrk";
- this.dgvIdnrk.RefreshAtHscroll = false;
- this.dgvIdnrk.RowHeadersWidth = 50;
- this.dgvIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvIdnrk.RowTemplate.Height = 21;
- this.dgvIdnrk.Size = new System.Drawing.Size(587, 299);
- this.dgvIdnrk.SortOrderColumnName = null;
- this.dgvIdnrk.TabIndex = 2;
- this.dgvIdnrk.Tag = true;
- this.dgvIdnrk.TotalSumColumns = null;
- this.dgvIdnrk.ViewRowFilter = "";
- //
- // IDNRK
- //
- this.IDNRK.DataPropertyName = "IDNRK";
- this.IDNRK.HeaderText = "组件编码";
- this.IDNRK.Name = "IDNRK";
- this.IDNRK.ReadOnly = true;
- //
- // IDNRKNAME
- //
- this.IDNRKNAME.DataPropertyName = "IDNRKNAME";
- this.IDNRKNAME.HeaderText = "组件名称";
- this.IDNRKNAME.Name = "IDNRKNAME";
- this.IDNRKNAME.ReadOnly = true;
- //
- // MEINS
- //
- this.MEINS.DataPropertyName = "MEINS";
- this.MEINS.HeaderText = "组件单位";
- this.MEINS.Name = "MEINS";
- this.MEINS.ReadOnly = true;
- //
- // btncheck
- //
- this.btncheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btncheck.BackColor = System.Drawing.Color.Transparent;
- this.btncheck.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btncheck.BackgroundImage")));
- this.btncheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btncheck.ForeColor = System.Drawing.Color.White;
- this.btncheck.Location = new System.Drawing.Point(426, 403);
- this.btncheck.Name = "btncheck";
- this.btncheck.Size = new System.Drawing.Size(85, 33);
- this.btncheck.TabIndex = 3;
- this.btncheck.Text = "确认";
- this.btncheck.UseVisualStyleBackColor = false;
- this.btncheck.Click += new System.EventHandler(this.btncheck_Click);
- //
- // 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.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnCancel.ForeColor = System.Drawing.Color.White;
- this.btnCancel.Location = new System.Drawing.Point(517, 403);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(85, 33);
- this.btnCancel.TabIndex = 4;
- this.btnCancel.Text = "取消";
- this.btnCancel.UseVisualStyleBackColor = false;
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // c_Label2
- //
- this.c_Label2.AutoSize = true;
- this.c_Label2.BackColor = System.Drawing.Color.Transparent;
- this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_Label2.Location = new System.Drawing.Point(231, 19);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(53, 12);
- this.c_Label2.TabIndex = 2;
- this.c_Label2.Text = "组件名称";
- //
- // txtIdnrkName
- //
- this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Window;
- this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtIdnrkName.ErrorMessage = "";
- this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtIdnrkName.Location = new System.Drawing.Point(291, 16);
- this.txtIdnrkName.Name = "txtIdnrkName";
- this.txtIdnrkName.Size = new System.Drawing.Size(153, 21);
- this.txtIdnrkName.TabIndex = 3;
- this.txtIdnrkName.TextValue = "";
- //
- // F_SAPIdnrk
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(614, 449);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btncheck);
- this.Controls.Add(this.dgvIdnrk);
- this.Controls.Add(this.grpCollapsible1);
- this.Controls.Add(this.tsrToolStrip1);
- this.Name = "F_SAPIdnrk";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "组件编码";
- this.tsrToolStrip1.ResumeLayout(false);
- this.tsrToolStrip1.PerformLayout();
- this.grpCollapsible1.ResumeLayout(false);
- this.grpCollapsible1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvIdnrk)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private WinForm.Controls.TsrToolStrip tsrToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnClear;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private WinForm.Controls.GrpCollapsible grpCollapsible1;
- private Basics.BaseControls.C_TextBox txtIdnrk;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_DataGridView dgvIdnrk;
- private System.Windows.Forms.DataGridViewTextBoxColumn IDNRK;
- private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKNAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn MEINS;
- private Basics.BaseControls.C_Button btncheck;
- private Basics.BaseControls.C_Button btnCancel;
- private Basics.BaseControls.C_TextBox txtIdnrkName;
- private Basics.BaseControls.C_Label c_Label2;
- }
- }
|