| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- namespace Core.LZMes.Client.QCM
- {
- partial class QCM030717
- {
- /// <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()
- {
- Infragistics.Win.Appearance appearance6 = new Infragistics.Win.Appearance();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("BILLETID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CHECK", 0);
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance3 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance4 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance5 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance14 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance9 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance8 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance7 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance11 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance13 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance12 = new Infragistics.Win.Appearance();
- Infragistics.Win.Appearance appearance10 = new Infragistics.Win.Appearance();
- this.dataSet7 = new System.Data.DataSet();
- this.dataTable8 = new System.Data.DataTable();
- this.dataColumn98 = new System.Data.DataColumn();
- this.panel2 = new System.Windows.Forms.Panel();
- this.ultraGrid6 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.panel1 = new System.Windows.Forms.Panel();
- this.button4 = new System.Windows.Forms.Button();
- this.button3 = new System.Windows.Forms.Button();
- this.button2 = new System.Windows.Forms.Button();
- this.button1 = new System.Windows.Forms.Button();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.panel3 = new System.Windows.Forms.Panel();
- this.ultraTabControl3 = new Infragistics.Win.UltraWinTabControl.UltraTabControl();
- this.ultraTabSharedControlsPage3 = new Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage();
- ((System.ComponentModel.ISupportInitialize)(this.dataSet7)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).BeginInit();
- this.panel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid6)).BeginInit();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).BeginInit();
- this.SuspendLayout();
- //
- // dataSet7
- //
- this.dataSet7.DataSetName = "NewDataSet";
- this.dataSet7.Tables.AddRange(new System.Data.DataTable[] {
- this.dataTable8});
- //
- // dataTable8
- //
- this.dataTable8.Columns.AddRange(new System.Data.DataColumn[] {
- this.dataColumn98});
- this.dataTable8.TableName = "Table1";
- //
- // dataColumn98
- //
- this.dataColumn98.Caption = "产品序号";
- this.dataColumn98.ColumnName = "BILLETID";
- //
- // panel2
- //
- this.panel2.Controls.Add(this.ultraGrid6);
- this.panel2.Controls.Add(this.panel1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(1122, 601);
- this.panel2.TabIndex = 14;
- //
- // ultraGrid6
- //
- this.ultraGrid6.DataSource = this.dataSet7;
- appearance6.BackColor = System.Drawing.SystemColors.Menu;
- appearance6.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid6.DisplayLayout.Appearance = appearance6;
- ultraGridColumn1.Header.VisiblePosition = 1;
- ultraGridColumn2.DataType = typeof(bool);
- ultraGridColumn2.Header.Caption = "选择";
- ultraGridColumn2.Header.VisiblePosition = 0;
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2});
- appearance1.BackColor = System.Drawing.Color.LightBlue;
- appearance1.BackColor2 = System.Drawing.Color.LightBlue;
- ultraGridBand1.Override.HeaderAppearance = appearance1;
- ultraGridBand1.Override.RowSelectorNumberStyle = Infragistics.Win.UltraWinGrid.RowSelectorNumberStyle.VisibleIndex;
- ultraGridBand1.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.True;
- this.ultraGrid6.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid6.DisplayLayout.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid6.DisplayLayout.CaptionVisible = Infragistics.Win.DefaultableBoolean.False;
- appearance3.BackColor = System.Drawing.SystemColors.ActiveBorder;
- appearance3.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance3.BackGradientStyle = Infragistics.Win.GradientStyle.Vertical;
- appearance3.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid6.DisplayLayout.GroupByBox.Appearance = appearance3;
- appearance4.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid6.DisplayLayout.GroupByBox.BandLabelAppearance = appearance4;
- this.ultraGrid6.DisplayLayout.GroupByBox.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.ultraGrid6.DisplayLayout.GroupByBox.Hidden = true;
- appearance5.BackColor = System.Drawing.SystemColors.ControlLightLight;
- appearance5.BackColor2 = System.Drawing.SystemColors.Control;
- appearance5.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance5.ForeColor = System.Drawing.SystemColors.GrayText;
- this.ultraGrid6.DisplayLayout.GroupByBox.PromptAppearance = appearance5;
- this.ultraGrid6.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid6.DisplayLayout.MaxRowScrollRegions = 1;
- appearance14.BackColor = System.Drawing.SystemColors.Window;
- appearance14.ForeColor = System.Drawing.SystemColors.ControlText;
- this.ultraGrid6.DisplayLayout.Override.ActiveCellAppearance = appearance14;
- appearance9.BackColor = System.Drawing.SystemColors.Highlight;
- appearance9.ForeColor = System.Drawing.SystemColors.HighlightText;
- this.ultraGrid6.DisplayLayout.Override.ActiveRowAppearance = appearance9;
- this.ultraGrid6.DisplayLayout.Override.BorderStyleCell = Infragistics.Win.UIElementBorderStyle.Dotted;
- this.ultraGrid6.DisplayLayout.Override.BorderStyleRow = Infragistics.Win.UIElementBorderStyle.Dotted;
- appearance8.BackColor = System.Drawing.SystemColors.Window;
- this.ultraGrid6.DisplayLayout.Override.CardAreaAppearance = appearance8;
- appearance7.BorderColor = System.Drawing.Color.Silver;
- appearance7.TextTrimming = Infragistics.Win.TextTrimming.EllipsisCharacter;
- this.ultraGrid6.DisplayLayout.Override.CellAppearance = appearance7;
- this.ultraGrid6.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid6.DisplayLayout.Override.CellPadding = 0;
- appearance11.BackColor = System.Drawing.SystemColors.Control;
- appearance11.BackColor2 = System.Drawing.SystemColors.ControlDark;
- appearance11.BackGradientAlignment = Infragistics.Win.GradientAlignment.Element;
- appearance11.BackGradientStyle = Infragistics.Win.GradientStyle.Horizontal;
- appearance11.BorderColor = System.Drawing.SystemColors.Window;
- this.ultraGrid6.DisplayLayout.Override.GroupByRowAppearance = appearance11;
- appearance13.TextHAlignAsString = "Center";
- this.ultraGrid6.DisplayLayout.Override.HeaderAppearance = appearance13;
- this.ultraGrid6.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid6.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;
- appearance12.BackColor = System.Drawing.SystemColors.Window;
- appearance12.BorderColor = System.Drawing.Color.Silver;
- this.ultraGrid6.DisplayLayout.Override.RowAppearance = appearance12;
- this.ultraGrid6.DisplayLayout.Override.RowSelectors = Infragistics.Win.DefaultableBoolean.False;
- appearance10.BackColor = System.Drawing.SystemColors.ControlLight;
- this.ultraGrid6.DisplayLayout.Override.TemplateAddRowAppearance = appearance10;
- this.ultraGrid6.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid6.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid6.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid6.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid6.Location = new System.Drawing.Point(0, 38);
- this.ultraGrid6.Name = "ultraGrid6";
- this.ultraGrid6.Size = new System.Drawing.Size(1122, 563);
- this.ultraGrid6.TabIndex = 6;
- this.ultraGrid6.Text = "ultraGrid6";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.button4);
- this.panel1.Controls.Add(this.button3);
- this.panel1.Controls.Add(this.button2);
- this.panel1.Controls.Add(this.button1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(1122, 38);
- this.panel1.TabIndex = 5;
- //
- // button4
- //
- this.button4.Location = new System.Drawing.Point(98, 9);
- this.button4.Name = "button4";
- this.button4.Size = new System.Drawing.Size(75, 23);
- this.button4.TabIndex = 3;
- this.button4.Text = "判次";
- this.button4.UseVisualStyleBackColor = true;
- this.button4.Click += new System.EventHandler(this.button4_Click);
- //
- // button3
- //
- this.button3.Location = new System.Drawing.Point(19, 9);
- this.button3.Name = "button3";
- this.button3.Size = new System.Drawing.Size(75, 23);
- this.button3.TabIndex = 2;
- this.button3.Text = "查询";
- this.button3.UseVisualStyleBackColor = true;
- this.button3.Click += new System.EventHandler(this.button3_Click);
- //
- // button2
- //
- this.button2.Location = new System.Drawing.Point(257, 9);
- this.button2.Name = "button2";
- this.button2.Size = new System.Drawing.Size(75, 23);
- this.button2.TabIndex = 1;
- this.button2.Text = "关闭";
- this.button2.UseVisualStyleBackColor = true;
- this.button2.Click += new System.EventHandler(this.button2_Click);
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(176, 9);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(75, 23);
- this.button1.TabIndex = 0;
- this.button1.Text = "判废";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // groupBox1
- //
- this.groupBox1.Location = new System.Drawing.Point(0, 0);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(200, 100);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- //
- // panel3
- //
- this.panel3.Location = new System.Drawing.Point(0, 0);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(200, 100);
- this.panel3.TabIndex = 0;
- //
- // ultraTabControl3
- //
- this.ultraTabControl3.Location = new System.Drawing.Point(0, 0);
- this.ultraTabControl3.Name = "ultraTabControl3";
- this.ultraTabControl3.SharedControlsPage = this.ultraTabSharedControlsPage3;
- this.ultraTabControl3.Size = new System.Drawing.Size(200, 100);
- this.ultraTabControl3.TabIndex = 0;
- //
- // ultraTabSharedControlsPage3
- //
- this.ultraTabSharedControlsPage3.Location = new System.Drawing.Point(1, 20);
- this.ultraTabSharedControlsPage3.Name = "ultraTabSharedControlsPage3";
- this.ultraTabSharedControlsPage3.Size = new System.Drawing.Size(196, 77);
- //
- // QCM030717
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1122, 601);
- this.Controls.Add(this.panel2);
- this.Name = "QCM030717";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "人工判次判废界面";
- this.Load += new System.EventHandler(this.QCM0307_Load);
- ((System.ComponentModel.ISupportInitialize)(this.dataSet7)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataTable8)).EndInit();
- this.panel2.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid6)).EndInit();
- this.panel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraTabControl3)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel2;
- private System.Data.DataSet dataSet7;
- private System.Data.DataTable dataTable8;
- private System.Data.DataColumn dataColumn98;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Panel panel3;
- private Infragistics.Win.UltraWinTabControl.UltraTabControl ultraTabControl3;
- private Infragistics.Win.UltraWinTabControl.UltraTabSharedControlsPage ultraTabSharedControlsPage3;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid6;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Button button2;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.Button button3;
- private System.Windows.Forms.Button button4;
- }
- }
|