123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342 |
- namespace NXWMS.Forms.Inspection.frmInspectionChild
- {
- partial class frmChildInspectionCheck
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- this.kryptonContextMenuHeading1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.btnCancel = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnConfirm = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.ktb_Describe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
- this.kcmb_InspectionWay = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.kcmb_InspectionType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.kdtp_InspectionTime = new ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker();
- this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel8 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.ktb_InspectionUser = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
- this.重新加载ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.kdgv_InspectionDtlData = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.kryptonContextMenuItem1 = new ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem();
- this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel6 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.ktb_InspectionNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
- this.tableLayoutPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.kcmb_InspectionWay)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kcmb_InspectionType)).BeginInit();
- this.contextMenuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.kdgv_InspectionDtlData)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
- this.kryptonGroupBox2.Panel.SuspendLayout();
- this.kryptonGroupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
- this.kryptonGroupBox1.Panel.SuspendLayout();
- this.kryptonGroupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // kryptonContextMenuHeading1
- //
- this.kryptonContextMenuHeading1.ExtraText = "";
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
- this.tableLayoutPanel1.ColumnCount = 2;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel1.Controls.Add(this.btnCancel, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.btnConfirm, 0, 0);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(1145, 57);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(155, 37);
- this.tableLayoutPanel1.TabIndex = 5;
- //
- // btnCancel
- //
- this.btnCancel.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.btnCancel.Location = new System.Drawing.Point(80, 3);
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Size = new System.Drawing.Size(72, 31);
- this.btnCancel.TabIndex = 2;
- this.btnCancel.Tag = "";
- this.btnCancel.Values.Image = global::NXWMS.Properties.Resources.取消;
- this.btnCancel.Values.Text = "取消";
- this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
- //
- // btnConfirm
- //
- this.btnConfirm.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.btnConfirm.Location = new System.Drawing.Point(3, 3);
- this.btnConfirm.Name = "btnConfirm";
- this.btnConfirm.Size = new System.Drawing.Size(71, 31);
- this.btnConfirm.TabIndex = 1;
- this.btnConfirm.Tag = "";
- this.btnConfirm.Values.Image = global::NXWMS.Properties.Resources.确认;
- this.btnConfirm.Values.Text = "确认";
- this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
- //
- // ktb_Describe
- //
- this.ktb_Describe.Location = new System.Drawing.Point(448, 43);
- this.ktb_Describe.Name = "ktb_Describe";
- this.ktb_Describe.Size = new System.Drawing.Size(358, 62);
- this.ktb_Describe.TabIndex = 4;
- this.ktb_Describe.Text = "";
- //
- // kcmb_InspectionWay
- //
- this.kcmb_InspectionWay.DropDownWidth = 137;
- this.kcmb_InspectionWay.Location = new System.Drawing.Point(1145, 10);
- this.kcmb_InspectionWay.Name = "kcmb_InspectionWay";
- this.kcmb_InspectionWay.Size = new System.Drawing.Size(160, 21);
- this.kcmb_InspectionWay.TabIndex = 3;
- //
- // kcmb_InspectionType
- //
- this.kcmb_InspectionType.DropDownWidth = 154;
- this.kcmb_InspectionType.Location = new System.Drawing.Point(448, 10);
- this.kcmb_InspectionType.Name = "kcmb_InspectionType";
- this.kcmb_InspectionType.Size = new System.Drawing.Size(160, 21);
- this.kcmb_InspectionType.TabIndex = 3;
- //
- // kdtp_InspectionTime
- //
- this.kdtp_InspectionTime.CustomFormat = "yyyy-MM-dd HH:mm:ss";
- this.kdtp_InspectionTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
- this.kdtp_InspectionTime.Location = new System.Drawing.Point(804, 10);
- this.kdtp_InspectionTime.Name = "kdtp_InspectionTime";
- this.kdtp_InspectionTime.ShowCheckBox = true;
- this.kdtp_InspectionTime.Size = new System.Drawing.Size(160, 21);
- this.kdtp_InspectionTime.TabIndex = 2;
- //
- // kryptonLabel4
- //
- this.kryptonLabel4.Location = new System.Drawing.Point(725, 12);
- this.kryptonLabel4.Name = "kryptonLabel4";
- this.kryptonLabel4.Size = new System.Drawing.Size(73, 20);
- this.kryptonLabel4.TabIndex = 0;
- this.kryptonLabel4.Values.Text = "质检时间:";
- //
- // kryptonLabel8
- //
- this.kryptonLabel8.Location = new System.Drawing.Point(397, 44);
- this.kryptonLabel8.Name = "kryptonLabel8";
- this.kryptonLabel8.Size = new System.Drawing.Size(48, 20);
- this.kryptonLabel8.TabIndex = 0;
- this.kryptonLabel8.Values.Text = "描述:";
- //
- // ktb_InspectionUser
- //
- this.ktb_InspectionUser.Location = new System.Drawing.Point(130, 44);
- this.ktb_InspectionUser.Name = "ktb_InspectionUser";
- this.ktb_InspectionUser.Size = new System.Drawing.Size(160, 20);
- this.ktb_InspectionUser.TabIndex = 1;
- //
- // contextMenuStrip1
- //
- this.contextMenuStrip1.Font = new System.Drawing.Font("Segoe UI", 9F);
- this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.重新加载ToolStripMenuItem});
- this.contextMenuStrip1.Name = "contextMenuStrip1";
- this.contextMenuStrip1.Size = new System.Drawing.Size(123, 26);
- //
- // 重新加载ToolStripMenuItem
- //
- this.重新加载ToolStripMenuItem.Name = "重新加载ToolStripMenuItem";
- this.重新加载ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
- this.重新加载ToolStripMenuItem.Text = "重新加载";
- this.重新加载ToolStripMenuItem.Click += new System.EventHandler(this.重新加载ToolStripMenuItem_Click);
- //
- // kdgv_InspectionDtlData
- //
- this.kdgv_InspectionDtlData.AllowUserToAddRows = false;
- this.kdgv_InspectionDtlData.AllowUserToDeleteRows = false;
- this.kdgv_InspectionDtlData.ClipboardCopyMode = System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithoutHeaderText;
- this.kdgv_InspectionDtlData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.kdgv_InspectionDtlData.ContextMenuStrip = this.contextMenuStrip1;
- this.kdgv_InspectionDtlData.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kdgv_InspectionDtlData.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
- this.kdgv_InspectionDtlData.Location = new System.Drawing.Point(0, 0);
- this.kdgv_InspectionDtlData.Name = "kdgv_InspectionDtlData";
- this.kdgv_InspectionDtlData.RowTemplate.Height = 23;
- this.kdgv_InspectionDtlData.Size = new System.Drawing.Size(1375, 568);
- this.kdgv_InspectionDtlData.TabIndex = 0;
- this.kdgv_InspectionDtlData.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.kdgv_InspectionDtlData_CellEndEdit);
- this.kdgv_InspectionDtlData.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.kdgv_InspectionDtlData_RowsAdded);
- //
- // kryptonGroupBox2
- //
- this.kryptonGroupBox2.CaptionOverlap = 0D;
- this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 138);
- this.kryptonGroupBox2.Name = "kryptonGroupBox2";
- //
- // kryptonGroupBox2.Panel
- //
- this.kryptonGroupBox2.Panel.Controls.Add(this.kdgv_InspectionDtlData);
- this.kryptonGroupBox2.Size = new System.Drawing.Size(1379, 592);
- this.kryptonGroupBox2.TabIndex = 7;
- this.kryptonGroupBox2.Values.Heading = "质检单明细表:";
- //
- // kryptonContextMenuItem1
- //
- this.kryptonContextMenuItem1.Text = "Menu Item";
- //
- // kryptonLabel3
- //
- this.kryptonLabel3.Location = new System.Drawing.Point(54, 44);
- this.kryptonLabel3.Name = "kryptonLabel3";
- this.kryptonLabel3.Size = new System.Drawing.Size(73, 20);
- this.kryptonLabel3.TabIndex = 0;
- this.kryptonLabel3.Values.Text = "质检人员:";
- //
- // kryptonLabel6
- //
- this.kryptonLabel6.Location = new System.Drawing.Point(1066, 10);
- this.kryptonLabel6.Name = "kryptonLabel6";
- this.kryptonLabel6.Size = new System.Drawing.Size(73, 20);
- this.kryptonLabel6.TabIndex = 0;
- this.kryptonLabel6.Values.Text = "质检方式:";
- //
- // kryptonLabel5
- //
- this.kryptonLabel5.Location = new System.Drawing.Point(360, 11);
- this.kryptonLabel5.Name = "kryptonLabel5";
- this.kryptonLabel5.Size = new System.Drawing.Size(85, 20);
- this.kryptonLabel5.TabIndex = 0;
- this.kryptonLabel5.Values.Text = "质检单类型:";
- //
- // ktb_InspectionNo
- //
- this.ktb_InspectionNo.Location = new System.Drawing.Point(130, 12);
- this.ktb_InspectionNo.Name = "ktb_InspectionNo";
- this.ktb_InspectionNo.Size = new System.Drawing.Size(160, 20);
- this.ktb_InspectionNo.TabIndex = 1;
- //
- // kryptonLabel1
- //
- this.kryptonLabel1.Location = new System.Drawing.Point(54, 10);
- this.kryptonLabel1.Name = "kryptonLabel1";
- this.kryptonLabel1.Size = new System.Drawing.Size(73, 20);
- this.kryptonLabel1.TabIndex = 0;
- this.kryptonLabel1.Values.Text = "质检单号:";
- //
- // kryptonGroupBox1
- //
- this.kryptonGroupBox1.CaptionOverlap = 0D;
- this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
- this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 0);
- this.kryptonGroupBox1.Name = "kryptonGroupBox1";
- //
- // kryptonGroupBox1.Panel
- //
- this.kryptonGroupBox1.Panel.Controls.Add(this.tableLayoutPanel1);
- this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_Describe);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kcmb_InspectionWay);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kcmb_InspectionType);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kdtp_InspectionTime);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel4);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel8);
- this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_InspectionUser);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel3);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel6);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel5);
- this.kryptonGroupBox1.Panel.Controls.Add(this.ktb_InspectionNo);
- this.kryptonGroupBox1.Panel.Controls.Add(this.kryptonLabel1);
- this.kryptonGroupBox1.Size = new System.Drawing.Size(1379, 138);
- this.kryptonGroupBox1.TabIndex = 6;
- this.kryptonGroupBox1.Values.Heading = "质检单主表:";
- //
- // frmChildInspectionCheck
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1379, 730);
- this.Controls.Add(this.kryptonGroupBox2);
- this.Controls.Add(this.kryptonGroupBox1);
- this.Name = "frmChildInspectionCheck";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "质检审核";
- this.Load += new System.EventHandler(this.frmChildInspectionCheck_Load);
- this.tableLayoutPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kcmb_InspectionWay)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kcmb_InspectionType)).EndInit();
- this.contextMenuStrip1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kdgv_InspectionDtlData)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
- this.kryptonGroupBox2.Panel.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
- this.kryptonGroupBox2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
- this.kryptonGroupBox1.Panel.ResumeLayout(false);
- this.kryptonGroupBox1.Panel.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
- this.kryptonGroupBox1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentFactory.Krypton.Toolkit.KryptonContextMenuHeading kryptonContextMenuHeading1;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnCancel;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnConfirm;
- private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox ktb_Describe;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_InspectionWay;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox kcmb_InspectionType;
- private ComponentFactory.Krypton.Toolkit.KryptonDateTimePicker kdtp_InspectionTime;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel8;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_InspectionUser;
- private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
- private System.Windows.Forms.ToolStripMenuItem 重新加载ToolStripMenuItem;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView kdgv_InspectionDtlData;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
- private ComponentFactory.Krypton.Toolkit.KryptonContextMenuItem kryptonContextMenuItem1;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel6;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox ktb_InspectionNo;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
- private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
- }
- }
|