| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- namespace Core.StlMes.Client.LgIntegrationQuery
- {
- partial class frmCheSteel : Core.StlMes.Client.LgCommon.frmStyleBase
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- Infragistics.Win.Appearance appearance21 = new Infragistics.Win.Appearance();
- Infragistics.Win.ValueListItem valueListItem11 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.ValueListItem valueListItem12 = new Infragistics.Win.ValueListItem();
- Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Band 0", -1);
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("ID");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("CODE");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("STEEL");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("RECORDER");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("INPUTTIME");
- Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn6 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MEMO");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn1 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("ID");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn2 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("CODE");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn3 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("STEEL");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn4 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("RECORDER");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn5 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("INPUTTIME");
- Infragistics.Win.UltraWinDataSource.UltraDataColumn ultraDataColumn6 = new Infragistics.Win.UltraWinDataSource.UltraDataColumn("MEMO");
- this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
- this.ultraExpandableGroupBox1 = new Infragistics.Win.Misc.UltraExpandableGroupBox();
- this.ultraExpandableGroupBoxPanel1 = new Infragistics.Win.Misc.UltraExpandableGroupBoxPanel();
- this.ultraPanel1 = new Infragistics.Win.Misc.UltraPanel();
- this.txtCode = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.comboBox4 = new System.Windows.Forms.ComboBox();
- this.label6 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.cmbSteel = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
- this.txtReason = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.ultraDataSource1 = new Infragistics.Win.UltraWinDataSource.UltraDataSource(this.components);
- this.splitter1 = new System.Windows.Forms.Splitter();
- this.splitter2 = new System.Windows.Forms.Splitter();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
- this.ultraGroupBox3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).BeginInit();
- this.ultraExpandableGroupBox1.SuspendLayout();
- this.ultraExpandableGroupBoxPanel1.SuspendLayout();
- this.ultraPanel1.ClientArea.SuspendLayout();
- this.ultraPanel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSteel)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).BeginInit();
- this.SuspendLayout();
- //
- // ultraGroupBox3
- //
- this.ultraGroupBox3.Controls.Add(this.ultraExpandableGroupBox1);
- this.ultraGroupBox3.Controls.Add(this.ultraGrid1);
- this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
- this.ultraGroupBox3.Name = "ultraGroupBox3";
- this.ultraGroupBox3.Size = new System.Drawing.Size(1013, 545);
- this.ultraGroupBox3.TabIndex = 6;
- //
- // ultraExpandableGroupBox1
- //
- this.ultraExpandableGroupBox1.Controls.Add(this.ultraExpandableGroupBoxPanel1);
- this.ultraExpandableGroupBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.ultraExpandableGroupBox1.ExpandedSize = new System.Drawing.Size(1007, 83);
- this.ultraExpandableGroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraExpandableGroupBox1.Location = new System.Drawing.Point(3, 459);
- this.ultraExpandableGroupBox1.Name = "ultraExpandableGroupBox1";
- this.ultraExpandableGroupBox1.Size = new System.Drawing.Size(1007, 83);
- this.ultraExpandableGroupBox1.TabIndex = 258;
- this.ultraExpandableGroupBox1.Text = "牌号维护";
- this.ultraExpandableGroupBox1.ViewStyle = Infragistics.Win.Misc.GroupBoxViewStyle.VisualStudio2005;
- //
- // ultraExpandableGroupBoxPanel1
- //
- this.ultraExpandableGroupBoxPanel1.Controls.Add(this.ultraPanel1);
- this.ultraExpandableGroupBoxPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraExpandableGroupBoxPanel1.Location = new System.Drawing.Point(2, 20);
- this.ultraExpandableGroupBoxPanel1.Name = "ultraExpandableGroupBoxPanel1";
- this.ultraExpandableGroupBoxPanel1.Size = new System.Drawing.Size(1003, 61);
- this.ultraExpandableGroupBoxPanel1.TabIndex = 0;
- //
- // ultraPanel1
- //
- this.ultraPanel1.AutoScroll = true;
- //
- // ultraPanel1.ClientArea
- //
- this.ultraPanel1.ClientArea.Controls.Add(this.txtCode);
- this.ultraPanel1.ClientArea.Controls.Add(this.label11);
- this.ultraPanel1.ClientArea.Controls.Add(this.comboBox4);
- this.ultraPanel1.ClientArea.Controls.Add(this.label6);
- this.ultraPanel1.ClientArea.Controls.Add(this.label9);
- this.ultraPanel1.ClientArea.Controls.Add(this.cmbSteel);
- this.ultraPanel1.ClientArea.Controls.Add(this.txtReason);
- this.ultraPanel1.ClientArea.Controls.Add(this.label4);
- this.ultraPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraPanel1.Location = new System.Drawing.Point(0, 0);
- this.ultraPanel1.Name = "ultraPanel1";
- this.ultraPanel1.Size = new System.Drawing.Size(1003, 61);
- this.ultraPanel1.TabIndex = 0;
- //
- // txtCode
- //
- this.txtCode.Location = new System.Drawing.Point(70, 15);
- this.txtCode.MaxLength = 6;
- this.txtCode.Name = "txtCode";
- this.txtCode.Size = new System.Drawing.Size(85, 21);
- this.txtCode.TabIndex = 356;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.BackColor = System.Drawing.Color.Transparent;
- this.label11.Location = new System.Drawing.Point(36, 20);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(29, 12);
- this.label11.TabIndex = 341;
- this.label11.Text = "编号";
- //
- // comboBox4
- //
- this.comboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox4.FormattingEnabled = true;
- this.comboBox4.Items.AddRange(new object[] {
- "在线使用",
- "在线备用",
- "离线备用",
- "离线维修"});
- this.comboBox4.Location = new System.Drawing.Point(904, 72);
- this.comboBox4.Name = "comboBox4";
- this.comboBox4.Size = new System.Drawing.Size(145, 20);
- this.comboBox4.TabIndex = 336;
- this.comboBox4.Visible = false;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.BackColor = System.Drawing.Color.Transparent;
- this.label6.Location = new System.Drawing.Point(899, 53);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(53, 12);
- this.label6.TabIndex = 332;
- this.label6.Text = "使用状态";
- this.label6.Visible = false;
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Location = new System.Drawing.Point(354, 20);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(29, 12);
- this.label9.TabIndex = 334;
- this.label9.Text = "备注";
- //
- // cmbSteel
- //
- appearance21.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
- appearance21.BorderColor = System.Drawing.Color.Black;
- this.cmbSteel.Appearance = appearance21;
- this.cmbSteel.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
- this.cmbSteel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- valueListItem11.DataValue = "1";
- valueListItem11.DisplayText = "A枪";
- valueListItem12.DataValue = "2";
- valueListItem12.DisplayText = "B枪";
- this.cmbSteel.Items.AddRange(new Infragistics.Win.ValueListItem[] {
- valueListItem11,
- valueListItem12});
- this.cmbSteel.Location = new System.Drawing.Point(231, 17);
- this.cmbSteel.MaxLength = 10;
- this.cmbSteel.Name = "cmbSteel";
- this.cmbSteel.Size = new System.Drawing.Size(94, 19);
- this.cmbSteel.TabIndex = 349;
- this.cmbSteel.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
- //
- // txtReason
- //
- this.txtReason.Location = new System.Drawing.Point(393, 16);
- this.txtReason.MaxLength = 50;
- this.txtReason.Name = "txtReason";
- this.txtReason.Size = new System.Drawing.Size(484, 21);
- this.txtReason.TabIndex = 337;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Location = new System.Drawing.Point(174, 20);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 12);
- this.label4.TabIndex = 330;
- this.label4.Text = "牌号名称";
- //
- // ultraGrid1
- //
- this.ultraGrid1.DataSource = this.ultraDataSource1;
- ultraGridColumn1.Header.VisiblePosition = 0;
- ultraGridColumn1.Hidden = true;
- ultraGridColumn2.Header.Caption = "编号";
- ultraGridColumn2.Header.VisiblePosition = 1;
- ultraGridColumn2.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(102, 0);
- ultraGridColumn3.Header.Caption = "牌号";
- ultraGridColumn3.Header.VisiblePosition = 2;
- ultraGridColumn3.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(113, 0);
- ultraGridColumn4.Header.Caption = "维护人";
- ultraGridColumn4.Header.VisiblePosition = 3;
- ultraGridColumn4.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(112, 0);
- ultraGridColumn5.Header.Caption = "维护时间";
- ultraGridColumn5.Header.VisiblePosition = 4;
- ultraGridColumn5.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(154, 0);
- ultraGridColumn6.Header.Caption = "备注";
- ultraGridColumn6.Header.VisiblePosition = 5;
- ultraGridColumn6.RowLayoutColumnInfo.PreferredCellSize = new System.Drawing.Size(401, 0);
- ultraGridBand1.Columns.AddRange(new object[] {
- ultraGridColumn1,
- ultraGridColumn2,
- ultraGridColumn3,
- ultraGridColumn4,
- ultraGridColumn5,
- ultraGridColumn6});
- ultraGridBand1.RowLayoutStyle = Infragistics.Win.UltraWinGrid.RowLayoutStyle.ColumnLayout;
- this.ultraGrid1.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
- this.ultraGrid1.DisplayLayout.GroupByBox.Hidden = true;
- this.ultraGrid1.DisplayLayout.MaxColScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
- this.ultraGrid1.DisplayLayout.Override.CellClickAction = Infragistics.Win.UltraWinGrid.CellClickAction.EditAndSelectText;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortSingle;
- this.ultraGrid1.DisplayLayout.ScrollBounds = Infragistics.Win.UltraWinGrid.ScrollBounds.ScrollToFill;
- this.ultraGrid1.DisplayLayout.ScrollStyle = Infragistics.Win.UltraWinGrid.ScrollStyle.Immediate;
- this.ultraGrid1.DisplayLayout.ViewStyleBand = Infragistics.Win.UltraWinGrid.ViewStyleBand.OutlookGroupBy;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Font = new System.Drawing.Font("宋体", 10.5F);
- this.ultraGrid1.Location = new System.Drawing.Point(3, 0);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(1007, 542);
- this.ultraGrid1.TabIndex = 7;
- this.ultraGrid1.AfterRowActivate += new System.EventHandler(this.ultraGrid1_AfterRowActivate);
- //
- // ultraDataSource1
- //
- this.ultraDataSource1.Band.Columns.AddRange(new object[] {
- ultraDataColumn1,
- ultraDataColumn2,
- ultraDataColumn3,
- ultraDataColumn4,
- ultraDataColumn5,
- ultraDataColumn6});
- //
- // splitter1
- //
- this.splitter1.Dock = System.Windows.Forms.DockStyle.Right;
- this.splitter1.Location = new System.Drawing.Point(1013, 0);
- this.splitter1.Name = "splitter1";
- this.splitter1.Size = new System.Drawing.Size(3, 548);
- this.splitter1.TabIndex = 7;
- this.splitter1.TabStop = false;
- //
- // splitter2
- //
- this.splitter2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.splitter2.Location = new System.Drawing.Point(0, 545);
- this.splitter2.Name = "splitter2";
- this.splitter2.Size = new System.Drawing.Size(1013, 3);
- this.splitter2.TabIndex = 9;
- this.splitter2.TabStop = false;
- //
- // frmCheSteel
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1016, 548);
- this.Controls.Add(this.ultraGroupBox3);
- this.Controls.Add(this.splitter2);
- this.Controls.Add(this.splitter1);
- this.Name = "frmCheSteel";
- this.Text = "成分检验牌号维护";
- this.Load += new System.EventHandler(this.frmCheSteel_Load);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
- this.ultraGroupBox3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraExpandableGroupBox1)).EndInit();
- this.ultraExpandableGroupBox1.ResumeLayout(false);
- this.ultraExpandableGroupBoxPanel1.ResumeLayout(false);
- this.ultraPanel1.ClientArea.ResumeLayout(false);
- this.ultraPanel1.ClientArea.PerformLayout();
- this.ultraPanel1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.cmbSteel)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraDataSource1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.Splitter splitter1;
- private System.Windows.Forms.Splitter splitter2;
- private Infragistics.Win.UltraWinDataSource.UltraDataSource ultraDataSource1;
- private Infragistics.Win.Misc.UltraExpandableGroupBox ultraExpandableGroupBox1;
- private Infragistics.Win.Misc.UltraExpandableGroupBoxPanel ultraExpandableGroupBoxPanel1;
- private Infragistics.Win.Misc.UltraPanel ultraPanel1;
- private System.Windows.Forms.TextBox txtCode;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.ComboBox comboBox4;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label9;
- private Infragistics.Win.UltraWinEditors.UltraComboEditor cmbSteel;
- private System.Windows.Forms.TextBox txtReason;
- private System.Windows.Forms.Label label4;
- }
- }
|