| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- namespace Dongke.IBOSS.PRD.Client.TATModule
- {
- partial class F_TAT_0503
- {
- /// <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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_TAT_0503));
- this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
- this.tsbtnCreateJobs = new System.Windows.Forms.ToolStripButton();
- this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
- this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
- this.JobsId = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Baseamount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
- this.Isend = new System.Windows.Forms.DataGridViewCheckBoxColumn();
- this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
- this.tsrOperate.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
- this.SuspendLayout();
- //
- // 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);
- //
- // tsbtnCreateJobs
- //
- this.tsbtnCreateJobs.AutoSize = false;
- this.tsbtnCreateJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.tsbtnCreateJobs.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
- this.tsbtnCreateJobs.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.tsbtnCreateJobs.Name = "tsbtnCreateJobs";
- this.tsbtnCreateJobs.Size = new System.Drawing.Size(100, 25);
- this.tsbtnCreateJobs.Text = "生成工种信息(&J)";
- this.tsbtnCreateJobs.Visible = false;
- this.tsbtnCreateJobs.Click += new System.EventHandler(this.tsbtnCreateJobs_Click);
- //
- // tsrOperate
- //
- this.tsrOperate.AutoSize = false;
- this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
- this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.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.tsbtnCreateJobs,
- this.tsbtnAdaptive});
- 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(617, 35);
- this.tsrOperate.TabIndex = 30;
- //
- // dgvJobs
- //
- this.dgvJobs.AllowUserToModifyRows = true;
- dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
- this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
- this.dgvJobs.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.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
- this.dgvJobs.CellHeight = 23;
- this.dgvJobs.ChildNodeColumnName = null;
- this.dgvJobs.ChildNodeColumnText = null;
- this.dgvJobs.ColumnDeep = 1;
- this.dgvJobs.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.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
- this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.JobsId,
- this.JobsCode,
- this.JobsName,
- this.Baseamount,
- this.Isend,
- this.isHave});
- this.dgvJobs.ColumnTreeView = null;
- this.dgvJobs.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)));
- dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
- dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
- dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
- dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
- dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
- dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
- this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle4;
- this.dgvJobs.DynamicColumnName = "";
- this.dgvJobs.EnableHeadersVisualStyles = false;
- this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.dgvJobs.IsAutoCountSum = true;
- this.dgvJobs.IsAutoResizeColumns = false;
- this.dgvJobs.IsClickF12 = false;
- this.dgvJobs.IsSubTotalFlag = false;
- this.dgvJobs.Location = new System.Drawing.Point(12, 38);
- this.dgvJobs.MultiSelect = false;
- this.dgvJobs.Name = "dgvJobs";
- this.dgvJobs.RefreshAtHscroll = false;
- this.dgvJobs.RowHeadersWidth = 50;
- this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
- dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
- this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle5;
- this.dgvJobs.RowTemplate.Height = 21;
- this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvJobs.Size = new System.Drawing.Size(593, 363);
- this.dgvJobs.SortOrderColumnName = null;
- this.dgvJobs.TabIndex = 37;
- this.dgvJobs.Tag = true;
- this.dgvJobs.TotalSumColumns = null;
- this.dgvJobs.ViewRowFilter = "";
- this.dgvJobs.VirtualMode = true;
- this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvJobs_CellValueChanged);
- //
- // JobsId
- //
- this.JobsId.DataPropertyName = "JobsId";
- this.JobsId.HeaderText = "工种ID";
- this.JobsId.Name = "JobsId";
- this.JobsId.Visible = false;
- //
- // JobsCode
- //
- this.JobsCode.DataPropertyName = "JobsCode";
- this.JobsCode.HeaderText = "工种编码";
- this.JobsCode.Name = "JobsCode";
- this.JobsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.JobsCode.Width = 140;
- //
- // JobsName
- //
- this.JobsName.DataPropertyName = "JobsName";
- this.JobsName.HeaderText = "工种名称";
- this.JobsName.Name = "JobsName";
- this.JobsName.ReadOnly = true;
- this.JobsName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
- this.JobsName.Width = 140;
- //
- // Baseamount
- //
- this.Baseamount.DataPropertyName = "Baseamount";
- dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
- this.Baseamount.DefaultCellStyle = dataGridViewCellStyle3;
- this.Baseamount.HeaderText = "基础金额";
- this.Baseamount.MaxValue = new decimal(new int[] {
- 999999,
- 0,
- 0,
- 0});
- this.Baseamount.MinValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.Baseamount.Name = "Baseamount";
- this.Baseamount.Number = new System.Drawing.Point(6, 6);
- this.Baseamount.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Baseamount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- //
- // Isend
- //
- this.Isend.DataPropertyName = "Isend";
- this.Isend.FalseValue = "0";
- this.Isend.HeaderText = "是否扣完为止";
- this.Isend.Name = "Isend";
- this.Isend.Resizable = System.Windows.Forms.DataGridViewTriState.True;
- this.Isend.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
- this.Isend.TrueValue = "1";
- //
- // isHave
- //
- this.isHave.DataPropertyName = "isHave";
- this.isHave.HeaderText = "isHave";
- this.isHave.Name = "isHave";
- this.isHave.Visible = false;
- //
- // 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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- 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(520, 407);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(85, 30);
- this.btnClose.TabIndex = 41;
- this.btnClose.Text = "关闭(&C)";
- this.btnClose.UseVisualStyleBackColor = false;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // btnSubmit
- //
- this.btnSubmit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
- this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
- this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.btnSubmit.ForeColor = System.Drawing.Color.White;
- this.btnSubmit.Location = new System.Drawing.Point(429, 407);
- this.btnSubmit.Name = "btnSubmit";
- this.btnSubmit.Size = new System.Drawing.Size(85, 30);
- this.btnSubmit.TabIndex = 40;
- this.btnSubmit.Text = "提交(&S)";
- this.btnSubmit.UseVisualStyleBackColor = false;
- this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
- //
- // F_TAT_0503
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(617, 458);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.btnSubmit);
- this.Controls.Add(this.dgvJobs);
- this.Controls.Add(this.tsrOperate);
- this.Name = "F_TAT_0503";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "F_TAT_0503";
- this.Load += new System.EventHandler(this.F_TAT_0503_Load);
- this.Controls.SetChildIndex(this.tsrOperate, 0);
- this.Controls.SetChildIndex(this.dgvJobs, 0);
- this.Controls.SetChildIndex(this.btnSubmit, 0);
- this.Controls.SetChildIndex(this.btnClose, 0);
- this.tsrOperate.ResumeLayout(false);
- this.tsrOperate.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
- private System.Windows.Forms.ToolStripButton tsbtnCreateJobs;
- private Basics.BaseControls.C_ToolStrip tsrOperate;
- private Basics.BaseControls.C_DataGridView dgvJobs;
- private Basics.BaseControls.C_Button btnClose;
- private Basics.BaseControls.C_Button btnSubmit;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsId;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
- private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
- private Basics.BaseControls.C_DGV_Column_Digital Baseamount;
- private System.Windows.Forms.DataGridViewCheckBoxColumn Isend;
- private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
- }
- }
|