| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332 |
-
- namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
- {
- partial class F_SAP_HEGII_0110
- {
- /// <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_SAP_HEGII_0110));
- 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.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
- this.txtCostcenterName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.txtCostcenter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
- this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
- this.dgvCenter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.check1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
- this.COSTCENTER = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.COSTCENTERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tsrToolStrip1.SuspendLayout();
- this.c_GroupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCenter)).BeginInit();
- this.SuspendLayout();
- //
- // tsrToolStrip1
- //
- 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.tsbtnClearCondition,
- this.toolStripSeparator1,
- this.tsbtnAdaptive});
- this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
- this.tsrToolStrip1.Name = "tsrToolStrip1";
- this.tsrToolStrip1.Size = new System.Drawing.Size(535, 33);
- 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, 30);
- this.tsbtnSearch.Text = "查询(&Q)";
- this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
- //
- // tsbtnClearCondition
- //
- this.tsbtnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
- this.tsbtnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClearCondition.Image")));
- this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnClearCondition.Name = "tsbtnClearCondition";
- this.tsbtnClearCondition.Size = new System.Drawing.Size(75, 30);
- this.tsbtnClearCondition.Text = "清空条件(&C)";
- this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
- //
- // 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, 30);
- this.tsbtnAdaptive.Text = "自适应列宽(&A)";
- this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
- //
- // c_GroupBox1
- //
- this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
- this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
- this.c_GroupBox1.Controls.Add(this.txtCostcenterName);
- this.c_GroupBox1.Controls.Add(this.c_Label2);
- this.c_GroupBox1.Controls.Add(this.txtCostcenter);
- this.c_GroupBox1.Controls.Add(this.c_Label1);
- this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
- this.c_GroupBox1.IsMustInput = false;
- this.c_GroupBox1.Location = new System.Drawing.Point(13, 37);
- this.c_GroupBox1.Name = "c_GroupBox1";
- this.c_GroupBox1.OriginalHeight = -1;
- this.c_GroupBox1.Size = new System.Drawing.Size(510, 70);
- this.c_GroupBox1.TabIndex = 1;
- this.c_GroupBox1.TabStop = false;
- this.c_GroupBox1.Text = "查询条件 ▼";
- //
- // txtCostcenterName
- //
- this.txtCostcenterName.BackColor = System.Drawing.SystemColors.Window;
- this.txtCostcenterName.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtCostcenterName.ErrorMessage = "";
- this.txtCostcenterName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCostcenterName.Location = new System.Drawing.Point(322, 25);
- this.txtCostcenterName.Name = "txtCostcenterName";
- this.txtCostcenterName.Size = new System.Drawing.Size(145, 21);
- this.txtCostcenterName.TabIndex = 3;
- this.txtCostcenterName.TextValue = "";
- //
- // 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(238, 28);
- this.c_Label2.Name = "c_Label2";
- this.c_Label2.Size = new System.Drawing.Size(77, 12);
- this.c_Label2.TabIndex = 2;
- this.c_Label2.Text = "成本中心名称";
- //
- // txtCostcenter
- //
- this.txtCostcenter.BackColor = System.Drawing.SystemColors.Window;
- this.txtCostcenter.BackgroundColor = System.Drawing.SystemColors.Window;
- this.txtCostcenter.ErrorMessage = "";
- this.txtCostcenter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtCostcenter.Location = new System.Drawing.Point(89, 25);
- this.txtCostcenter.Name = "txtCostcenter";
- this.txtCostcenter.Size = new System.Drawing.Size(143, 21);
- this.txtCostcenter.TabIndex = 1;
- this.txtCostcenter.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(6, 28);
- this.c_Label1.Name = "c_Label1";
- this.c_Label1.Size = new System.Drawing.Size(77, 12);
- this.c_Label1.TabIndex = 0;
- this.c_Label1.Text = "成本中心编码";
- //
- // dgvCenter
- //
- this.dgvCenter.AllowUserToAddRows = false;
- this.dgvCenter.AllowUserToDeleteRows = false;
- this.dgvCenter.AllowUserToModifyRows = true;
- this.dgvCenter.AllowUserToOrderColumns = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvCenter.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvCenter.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.dgvCenter.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvCenter.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvCenter.CellHeight = 23;
- this.dgvCenter.ChildNodeColumnName = null;
- this.dgvCenter.ChildNodeColumnText = null;
- this.dgvCenter.ColumnDeep = 1;
- this.dgvCenter.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.dgvCenter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvCenter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvCenter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.check1,
- this.COSTCENTER,
- this.COSTCENTERNAME});
- this.dgvCenter.ColumnTreeView = null;
- this.dgvCenter.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.dgvCenter.DynamicColumnName = "";
- this.dgvCenter.EnableHeadersVisualStyles = false;
- this.dgvCenter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvCenter.FormatQuantityColumns = null;
- this.dgvCenter.HorizontalMergeColumn = null;
- this.dgvCenter.IsAutoCountSum = true;
- this.dgvCenter.IsAutoResizeColumns = false;
- this.dgvCenter.IsClickF12 = false;
- this.dgvCenter.IsOpenMergeCellFlag = false;
- this.dgvCenter.IsSubTotalFlag = false;
- this.dgvCenter.IsTopDeep = false;
- this.dgvCenter.Location = new System.Drawing.Point(12, 113);
- this.dgvCenter.MergeColumnNames = null;
- this.dgvCenter.MergeDetailColumnNames = null;
- this.dgvCenter.MergeDetailOnlyColumn = null;
- this.dgvCenter.MergeOnlyColumn = null;
- this.dgvCenter.Name = "dgvCenter";
- this.dgvCenter.RefreshAtHscroll = false;
- this.dgvCenter.RowHeadersWidth = 50;
- this.dgvCenter.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvCenter.RowsDefaultCellStyle = dataGridViewCellStyle3;
- this.dgvCenter.RowTemplate.Height = 21;
- this.dgvCenter.Size = new System.Drawing.Size(511, 409);
- this.dgvCenter.SortOrderColumnName = null;
- this.dgvCenter.TabIndex = 2;
- this.dgvCenter.Tag = true;
- this.dgvCenter.TotalSumColumns = null;
- this.dgvCenter.ViewRowFilter = "";
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.BackColor = System.Drawing.Color.Transparent;
- this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
- this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnClose.ForeColor = System.Drawing.Color.White;
- this.btnClose.Location = new System.Drawing.Point(438, 529);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 33);
- this.btnClose.TabIndex = 3;
- this.btnClose.Text = "取消";
- this.btnClose.UseVisualStyleBackColor = false;
- this.btnClose.Click += new System.EventHandler(this.btnClose_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(347, 528);
- this.btnSave.Name = "btnSave";
- this.btnSave.Size = new System.Drawing.Size(85, 33);
- this.btnSave.TabIndex = 4;
- this.btnSave.Text = "保存";
- this.btnSave.UseVisualStyleBackColor = false;
- this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
- //
- // check1
- //
- this.check1.DataPropertyName = "check1";
- this.check1.FalseValue = "0";
- this.check1.HeaderText = "选择";
- this.check1.IndeterminateValue = "0";
- this.check1.Name = "check1";
- this.check1.TrueValue = "1";
- this.check1.Width = 65;
- //
- // COSTCENTER
- //
- this.COSTCENTER.DataPropertyName = "COSTCENTER";
- this.COSTCENTER.HeaderText = "成本中心编码";
- this.COSTCENTER.Name = "COSTCENTER";
- this.COSTCENTER.ReadOnly = true;
- //
- // COSTCENTERNAME
- //
- this.COSTCENTERNAME.DataPropertyName = "COSTCENTERNAME";
- this.COSTCENTERNAME.HeaderText = "成本中心名称";
- this.COSTCENTERNAME.Name = "COSTCENTERNAME";
- this.COSTCENTERNAME.ReadOnly = true;
- //
- // F_SAP_HEGII_0110
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(535, 574);
- this.Controls.Add(this.btnSave);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.dgvCenter);
- this.Controls.Add(this.c_GroupBox1);
- this.Controls.Add(this.tsrToolStrip1);
- this.Name = "F_SAP_HEGII_0110";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_SAP_HEGII_0110";
- this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0110_FormClosed);
- this.tsrToolStrip1.ResumeLayout(false);
- this.tsrToolStrip1.PerformLayout();
- this.c_GroupBox1.ResumeLayout(false);
- this.c_GroupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvCenter)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private WinForm.Controls.TsrToolStrip tsrToolStrip1;
- private System.Windows.Forms.ToolStripButton tsbtnSearch;
- private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private Basics.BaseControls.C_GroupBox c_GroupBox1;
- private Basics.BaseControls.C_TextBox txtCostcenterName;
- private Basics.BaseControls.C_Label c_Label2;
- private Basics.BaseControls.C_TextBox txtCostcenter;
- private Basics.BaseControls.C_Label c_Label1;
- private Basics.BaseControls.C_DataGridView dgvCenter;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_Button btnSave;
- private Basics.BaseControls.C_DGV_Column_CheckBox check1;
- private System.Windows.Forms.DataGridViewTextBoxColumn COSTCENTER;
- private System.Windows.Forms.DataGridViewTextBoxColumn COSTCENTERNAME;
- }
- }
|