namespace QMAPP.WinForm.Forms.Andon { partial class CallManageForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle49 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle60 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle50 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle51 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle52 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle53 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle54 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle55 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle56 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle57 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle58 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle59 = new System.Windows.Forms.DataGridViewCellStyle(); this.panelReason = new System.Windows.Forms.Panel(); this.butReturn = new System.Windows.Forms.Button(); this.listBox2 = new System.Windows.Forms.ListBox(); this.label3 = new System.Windows.Forms.Label(); this.listBox1 = new System.Windows.Forms.ListBox(); this.btnCall = new System.Windows.Forms.Button(); this.lblMadNum = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panelCall = new System.Windows.Forms.Panel(); this.panelHandler = new System.Windows.Forms.Panel(); this.comboBox2 = new System.Windows.Forms.ComboBox(); this.label4 = new System.Windows.Forms.Label(); this.button3 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.butEnd = new System.Windows.Forms.Button(); this.butCancel = new System.Windows.Forms.Button(); this.butConfirm = new System.Windows.Forms.Button(); this.labHandleTime = new System.Windows.Forms.Label(); this.labAnswerTime = new System.Windows.Forms.Label(); this.labWaitTime = new System.Windows.Forms.Label(); this.labCallReason = new System.Windows.Forms.Label(); this.labCallTime = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.panINJECT = new System.Windows.Forms.Panel(); this.ddlMachine = new System.Windows.Forms.ComboBox(); this.label8 = new System.Windows.Forms.Label(); this.comWorkCenter = new System.Windows.Forms.ComboBox(); this.comWorkLoc = new System.Windows.Forms.ComboBox(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.DGView = new System.Windows.Forms.DataGridView(); this.MACHINECODDE_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.CallType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.callReason = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.callTIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.callSTATE = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.callLEVEL = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.answerTIME = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.handleTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.HANDLER = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.startTime = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Pid = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.callStates = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.callTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panelList = new System.Windows.Forms.Panel(); this.label11 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panelReason.SuspendLayout(); this.panelCall.SuspendLayout(); this.panelHandler.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); this.panINJECT.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).BeginInit(); this.panelList.SuspendLayout(); this.SuspendLayout(); // // panelReason // this.panelReason.Controls.Add(this.butReturn); this.panelReason.Controls.Add(this.listBox2); this.panelReason.Controls.Add(this.label3); this.panelReason.Controls.Add(this.listBox1); this.panelReason.Controls.Add(this.btnCall); this.panelReason.Controls.Add(this.lblMadNum); this.panelReason.Controls.Add(this.label2); this.panelReason.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panelReason.Location = new System.Drawing.Point(287, 3); this.panelReason.Name = "panelReason"; this.panelReason.Size = new System.Drawing.Size(572, 327); this.panelReason.TabIndex = 16; // // butReturn // this.butReturn.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butReturn.Location = new System.Drawing.Point(247, 271); this.butReturn.Name = "butReturn"; this.butReturn.Size = new System.Drawing.Size(145, 42); this.butReturn.TabIndex = 16; this.butReturn.Text = "返回加工界面"; this.butReturn.UseVisualStyleBackColor = true; this.butReturn.Click += new System.EventHandler(this.butReturn_Click); // // listBox2 // this.listBox2.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listBox2.FormattingEnabled = true; this.listBox2.ItemHeight = 52; this.listBox2.Location = new System.Drawing.Point(207, 49); this.listBox2.Name = "listBox2"; this.listBox2.Size = new System.Drawing.Size(351, 212); this.listBox2.TabIndex = 1; this.listBox2.SelectedValueChanged += new System.EventHandler(this.listBox2_SelectedValueChanged); // // label3 // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(202, 6); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(123, 36); this.label3.TabIndex = 8; this.label3.Text = "呼叫原因"; this.label3.Click += new System.EventHandler(this.label3_Click); // // listBox1 // this.listBox1.Font = new System.Drawing.Font("微软雅黑", 30F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listBox1.FormattingEnabled = true; this.listBox1.ItemHeight = 52; this.listBox1.Location = new System.Drawing.Point(9, 49); this.listBox1.Name = "listBox1"; this.listBox1.Size = new System.Drawing.Size(186, 264); this.listBox1.TabIndex = 0; this.listBox1.SelectedValueChanged += new System.EventHandler(this.listBox1_SelectedValueChanged); // // btnCall // this.btnCall.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCall.Location = new System.Drawing.Point(430, 271); this.btnCall.Name = "btnCall"; this.btnCall.Size = new System.Drawing.Size(118, 42); this.btnCall.TabIndex = 6; this.btnCall.Text = "呼叫"; this.btnCall.UseVisualStyleBackColor = true; this.btnCall.Click += new System.EventHandler(this.btnCall_Click); // // lblMadNum // this.lblMadNum.AutoSize = true; this.lblMadNum.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblMadNum.Location = new System.Drawing.Point(949, 79); this.lblMadNum.Name = "lblMadNum"; this.lblMadNum.Size = new System.Drawing.Size(0, 20); this.lblMadNum.TabIndex = 4; // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(8, 6); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(123, 36); this.label2.TabIndex = 4; this.label2.Text = "呼叫类型"; // // comboBox1 // this.comboBox1.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(12, 62); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(309, 44); this.comboBox1.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.Location = new System.Drawing.Point(117, 14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(96, 36); this.label1.TabIndex = 13; this.label1.Text = "处理人"; // // panelCall // this.panelCall.BackColor = System.Drawing.SystemColors.ScrollBar; this.panelCall.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelCall.Controls.Add(this.panelHandler); this.panelCall.Controls.Add(this.label5); this.panelCall.Controls.Add(this.butEnd); this.panelCall.Controls.Add(this.butCancel); this.panelCall.Controls.Add(this.butConfirm); this.panelCall.Controls.Add(this.labHandleTime); this.panelCall.Controls.Add(this.labAnswerTime); this.panelCall.Controls.Add(this.labWaitTime); this.panelCall.Controls.Add(this.labCallReason); this.panelCall.Controls.Add(this.labCallTime); this.panelCall.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panelCall.Location = new System.Drawing.Point(865, 3); this.panelCall.Name = "panelCall"; this.panelCall.Size = new System.Drawing.Size(355, 327); this.panelCall.TabIndex = 18; // // panelHandler // this.panelHandler.BackColor = System.Drawing.SystemColors.ScrollBar; this.panelHandler.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelHandler.Controls.Add(this.comboBox2); this.panelHandler.Controls.Add(this.label4); this.panelHandler.Controls.Add(this.comboBox1); this.panelHandler.Controls.Add(this.label1); this.panelHandler.Controls.Add(this.button3); this.panelHandler.Controls.Add(this.button4); this.panelHandler.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panelHandler.Location = new System.Drawing.Point(-1, -1); this.panelHandler.Name = "panelHandler"; this.panelHandler.Size = new System.Drawing.Size(355, 327); this.panelHandler.TabIndex = 19; // // comboBox2 // this.comboBox2.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comboBox2.FormattingEnabled = true; this.comboBox2.Location = new System.Drawing.Point(12, 184); this.comboBox2.Name = "comboBox2"; this.comboBox2.Size = new System.Drawing.Size(309, 44); this.comboBox2.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label4.Location = new System.Drawing.Point(105, 126); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(123, 36); this.label4.TabIndex = 15; this.label4.Text = "问题类型"; // // button3 // this.button3.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button3.Location = new System.Drawing.Point(169, 266); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(118, 42); this.button3.TabIndex = 14; this.button3.Text = "取消"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button4 // this.button4.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button4.Location = new System.Drawing.Point(35, 266); this.button4.Name = "button4"; this.button4.Size = new System.Drawing.Size(118, 42); this.button4.TabIndex = 13; this.button4.Text = "确认"; this.button4.UseVisualStyleBackColor = true; this.button4.Click += new System.EventHandler(this.button4_Click); // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label5.Location = new System.Drawing.Point(118, 5); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(110, 31); this.label5.TabIndex = 17; this.label5.Text = "呼叫处理"; // // butEnd // this.butEnd.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butEnd.Location = new System.Drawing.Point(100, 274); this.butEnd.Name = "butEnd"; this.butEnd.Size = new System.Drawing.Size(118, 42); this.butEnd.TabIndex = 16; this.butEnd.Text = "处理完成"; this.butEnd.UseVisualStyleBackColor = true; this.butEnd.Click += new System.EventHandler(this.butEnd_Click); // // butCancel // this.butCancel.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butCancel.Location = new System.Drawing.Point(169, 228); this.butCancel.Name = "butCancel"; this.butCancel.Size = new System.Drawing.Size(118, 42); this.butCancel.TabIndex = 14; this.butCancel.Text = "取消呼叫"; this.butCancel.UseVisualStyleBackColor = true; this.butCancel.Click += new System.EventHandler(this.butCancel_Click); // // butConfirm // this.butConfirm.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.butConfirm.Location = new System.Drawing.Point(35, 228); this.butConfirm.Name = "butConfirm"; this.butConfirm.Size = new System.Drawing.Size(118, 42); this.butConfirm.TabIndex = 13; this.butConfirm.Text = "应答确认"; this.butConfirm.UseVisualStyleBackColor = true; this.butConfirm.Click += new System.EventHandler(this.butConfirm_Click); // // labHandleTime // this.labHandleTime.AutoSize = true; this.labHandleTime.Font = new System.Drawing.Font("微软雅黑", 17.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labHandleTime.Location = new System.Drawing.Point(7, 180); this.labHandleTime.Name = "labHandleTime"; this.labHandleTime.Size = new System.Drawing.Size(125, 30); this.labHandleTime.TabIndex = 4; this.labHandleTime.Text = "处理时间 : "; // // labAnswerTime // this.labAnswerTime.AutoSize = true; this.labAnswerTime.Font = new System.Drawing.Font("微软雅黑", 17.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labAnswerTime.Location = new System.Drawing.Point(7, 147); this.labAnswerTime.Name = "labAnswerTime"; this.labAnswerTime.Size = new System.Drawing.Size(125, 30); this.labAnswerTime.TabIndex = 3; this.labAnswerTime.Text = "应答时间 : "; // // labWaitTime // this.labWaitTime.AutoSize = true; this.labWaitTime.Font = new System.Drawing.Font("微软雅黑", 17.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labWaitTime.Location = new System.Drawing.Point(7, 114); this.labWaitTime.Name = "labWaitTime"; this.labWaitTime.Size = new System.Drawing.Size(125, 30); this.labWaitTime.TabIndex = 2; this.labWaitTime.Text = "等待时间 : "; // // labCallReason // this.labCallReason.AutoSize = true; this.labCallReason.Font = new System.Drawing.Font("微软雅黑", 17.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labCallReason.Location = new System.Drawing.Point(7, 81); this.labCallReason.Name = "labCallReason"; this.labCallReason.Size = new System.Drawing.Size(125, 30); this.labCallReason.TabIndex = 1; this.labCallReason.Text = "呼叫原因 : "; // // labCallTime // this.labCallTime.AutoSize = true; this.labCallTime.Font = new System.Drawing.Font("微软雅黑", 17.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labCallTime.Location = new System.Drawing.Point(7, 44); this.labCallTime.Name = "labCallTime"; this.labCallTime.Size = new System.Drawing.Size(125, 30); this.labCallTime.TabIndex = 0; this.labCallTime.Text = "呼叫时间 : "; // // flowLayoutPanel1 // this.flowLayoutPanel1.Controls.Add(this.panel1); this.flowLayoutPanel1.Controls.Add(this.panelReason); this.flowLayoutPanel1.Controls.Add(this.panelCall); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top; this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; this.flowLayoutPanel1.Size = new System.Drawing.Size(1224, 335); this.flowLayoutPanel1.TabIndex = 19; this.flowLayoutPanel1.WrapContents = false; // // panel1 // this.panel1.Controls.Add(this.panINJECT); this.panel1.Location = new System.Drawing.Point(3, 3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(278, 327); this.panel1.TabIndex = 19; // // panINJECT // this.panINJECT.Controls.Add(this.ddlMachine); this.panINJECT.Controls.Add(this.label8); this.panINJECT.Controls.Add(this.comWorkCenter); this.panINJECT.Controls.Add(this.comWorkLoc); this.panINJECT.Controls.Add(this.label6); this.panINJECT.Controls.Add(this.label7); this.panINJECT.Location = new System.Drawing.Point(2, 3); this.panINJECT.Name = "panINJECT"; this.panINJECT.Size = new System.Drawing.Size(273, 306); this.panINJECT.TabIndex = 21; // // ddlMachine // this.ddlMachine.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.ddlMachine.FormattingEnabled = true; this.ddlMachine.Location = new System.Drawing.Point(8, 227); this.ddlMachine.Name = "ddlMachine"; this.ddlMachine.Size = new System.Drawing.Size(257, 35); this.ddlMachine.TabIndex = 2; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label8.Location = new System.Drawing.Point(8, 189); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(92, 27); this.label8.TabIndex = 21; this.label8.Text = "设备编号"; // // comWorkCenter // this.comWorkCenter.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comWorkCenter.FormattingEnabled = true; this.comWorkCenter.Location = new System.Drawing.Point(9, 59); this.comWorkCenter.Name = "comWorkCenter"; this.comWorkCenter.Size = new System.Drawing.Size(257, 35); this.comWorkCenter.TabIndex = 0; this.comWorkCenter.SelectedIndexChanged += new System.EventHandler(this.comWorkCenter_SelectedIndexChanged); // // comWorkLoc // this.comWorkLoc.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.comWorkLoc.FormattingEnabled = true; this.comWorkLoc.Location = new System.Drawing.Point(9, 143); this.comWorkLoc.Name = "comWorkLoc"; this.comWorkLoc.Size = new System.Drawing.Size(257, 35); this.comWorkLoc.TabIndex = 1; this.comWorkLoc.SelectedIndexChanged += new System.EventHandler(this.comWorkLoc_SelectedIndexChanged); // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.Location = new System.Drawing.Point(7, 21); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(92, 27); this.label6.TabIndex = 17; this.label6.Text = "工作中心"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.Location = new System.Drawing.Point(8, 105); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(52, 27); this.label7.TabIndex = 19; this.label7.Text = "工位"; // // DGView // this.DGView.AllowUserToAddRows = false; this.DGView.AllowUserToDeleteRows = false; this.DGView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.DGView.BackgroundColor = System.Drawing.SystemColors.ButtonFace; dataGridViewCellStyle49.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle49.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle49.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle49.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle49.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle49.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle49.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle49; this.DGView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DGView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.MACHINECODDE_NAME, this.CallType, this.callReason, this.callTIME, this.callSTATE, this.callLEVEL, this.answerTIME, this.handleTime, this.HANDLER, this.startTime, this.Pid, this.callStates, this.callTypeCode}); this.DGView.Dock = System.Windows.Forms.DockStyle.Fill; this.DGView.Location = new System.Drawing.Point(0, 368); this.DGView.Name = "DGView"; this.DGView.ReadOnly = true; dataGridViewCellStyle60.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle60.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle60.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle60.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle60.SelectionBackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle60.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle60.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DGView.RowHeadersDefaultCellStyle = dataGridViewCellStyle60; this.DGView.RowTemplate.Height = 35; this.DGView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DGView.Size = new System.Drawing.Size(1224, 160); this.DGView.TabIndex = 25; this.DGView.Tag = "0"; this.DGView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DGView_CellClick); this.DGView.SelectionChanged += new System.EventHandler(this.DGView_SelectionChanged); // // MACHINECODDE_NAME // this.MACHINECODDE_NAME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.MACHINECODDE_NAME.DataPropertyName = "MACHINECODDE_NAME"; dataGridViewCellStyle50.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.MACHINECODDE_NAME.DefaultCellStyle = dataGridViewCellStyle50; this.MACHINECODDE_NAME.HeaderText = "设备编号"; this.MACHINECODDE_NAME.Name = "MACHINECODDE_NAME"; this.MACHINECODDE_NAME.ReadOnly = true; this.MACHINECODDE_NAME.Width = 200; // // CallType // this.CallType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader; this.CallType.DataPropertyName = "CALL_TYPE_TXT"; dataGridViewCellStyle51.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.CallType.DefaultCellStyle = dataGridViewCellStyle51; this.CallType.FillWeight = 1.900161F; this.CallType.HeaderText = "呼叫类型"; this.CallType.Name = "CallType"; this.CallType.ReadOnly = true; this.CallType.Width = 123; // // callReason // this.callReason.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.callReason.DataPropertyName = "CALL_REASION"; dataGridViewCellStyle52.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.callReason.DefaultCellStyle = dataGridViewCellStyle52; this.callReason.FillWeight = 1.900161F; this.callReason.HeaderText = "呼叫原因"; this.callReason.Name = "callReason"; this.callReason.ReadOnly = true; this.callReason.Width = 123; // // callTIME // this.callTIME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.callTIME.DataPropertyName = "CALL_TIME"; dataGridViewCellStyle53.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle53.Format = "G"; dataGridViewCellStyle53.NullValue = null; this.callTIME.DefaultCellStyle = dataGridViewCellStyle53; this.callTIME.FillWeight = 1.900161F; this.callTIME.HeaderText = "呼叫时间"; this.callTIME.Name = "callTIME"; this.callTIME.ReadOnly = true; this.callTIME.Width = 230; // // callSTATE // this.callSTATE.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.callSTATE.DataPropertyName = "CALL_STATE_TXT"; dataGridViewCellStyle54.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.callSTATE.DefaultCellStyle = dataGridViewCellStyle54; this.callSTATE.FillWeight = 1.900161F; this.callSTATE.HeaderText = "呼叫状态"; this.callSTATE.Name = "callSTATE"; this.callSTATE.ReadOnly = true; this.callSTATE.Width = 123; // // callLEVEL // this.callLEVEL.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.callLEVEL.DataPropertyName = "CALL_LEVEL"; dataGridViewCellStyle55.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.callLEVEL.DefaultCellStyle = dataGridViewCellStyle55; this.callLEVEL.FillWeight = 65.3655F; this.callLEVEL.HeaderText = "呼叫等级"; this.callLEVEL.Name = "callLEVEL"; this.callLEVEL.ReadOnly = true; this.callLEVEL.Width = 123; // // answerTIME // this.answerTIME.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.answerTIME.DataPropertyName = "ANSWER_TIME"; dataGridViewCellStyle56.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle56.Format = "G"; dataGridViewCellStyle56.NullValue = null; this.answerTIME.DefaultCellStyle = dataGridViewCellStyle56; this.answerTIME.FillWeight = 117.2589F; this.answerTIME.HeaderText = "应答时间"; this.answerTIME.Name = "answerTIME"; this.answerTIME.ReadOnly = true; this.answerTIME.Width = 220; // // handleTime // this.handleTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.handleTime.DataPropertyName = "HANDLER_TIME"; dataGridViewCellStyle57.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle57.NullValue = null; this.handleTime.DefaultCellStyle = dataGridViewCellStyle57; this.handleTime.FillWeight = 277.1574F; this.handleTime.HeaderText = "处理时间"; this.handleTime.Name = "handleTime"; this.handleTime.ReadOnly = true; this.handleTime.Width = 220; // // HANDLER // this.HANDLER.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.HANDLER.DataPropertyName = "HANDLER_NAME"; dataGridViewCellStyle58.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.HANDLER.DefaultCellStyle = dataGridViewCellStyle58; this.HANDLER.FillWeight = 234.5178F; this.HANDLER.HeaderText = "处理人"; this.HANDLER.Name = "HANDLER"; this.HANDLER.ReadOnly = true; this.HANDLER.Width = 110; // // startTime // this.startTime.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.startTime.DataPropertyName = "START_TIME"; dataGridViewCellStyle59.Font = new System.Drawing.Font("宋体", 19.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle59.Format = "G"; this.startTime.DefaultCellStyle = dataGridViewCellStyle59; this.startTime.HeaderText = "开始处理时间"; this.startTime.Name = "startTime"; this.startTime.ReadOnly = true; this.startTime.Visible = false; this.startTime.Width = 5; // // Pid // this.Pid.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.Pid.DataPropertyName = "PID"; this.Pid.HeaderText = "PID"; this.Pid.Name = "Pid"; this.Pid.ReadOnly = true; this.Pid.Resizable = System.Windows.Forms.DataGridViewTriState.True; this.Pid.Visible = false; this.Pid.Width = 5; // // callStates // this.callStates.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; this.callStates.DataPropertyName = "CALL_STATE"; this.callStates.HeaderText = "callStates"; this.callStates.Name = "callStates"; this.callStates.ReadOnly = true; this.callStates.Visible = false; this.callStates.Width = 5; // // callTypeCode // this.callTypeCode.DataPropertyName = "CALL_TYPE"; this.callTypeCode.HeaderText = "callTypeCode"; this.callTypeCode.Name = "callTypeCode"; this.callTypeCode.ReadOnly = true; this.callTypeCode.Visible = false; // // panelList // this.panelList.BackColor = System.Drawing.SystemColors.ScrollBar; this.panelList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panelList.Controls.Add(this.label11); this.panelList.Dock = System.Windows.Forms.DockStyle.Top; this.panelList.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.panelList.Location = new System.Drawing.Point(0, 335); this.panelList.Name = "panelList"; this.panelList.Size = new System.Drawing.Size(1224, 33); this.panelList.TabIndex = 24; // // label11 // this.label11.AutoSize = true; this.label11.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label11.Location = new System.Drawing.Point(2, 2); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(92, 27); this.label11.TabIndex = 0; this.label11.Text = "呼叫列表"; // // timer1 // this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // CallManageForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1224, 528); this.Controls.Add(this.DGView); this.Controls.Add(this.panelList); this.Controls.Add(this.flowLayoutPanel1); this.Name = "CallManageForm"; this.Text = "呼叫处理"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CallManageForm_FormClosed); this.Load += new System.EventHandler(this.CallManageForm_Load); this.panelReason.ResumeLayout(false); this.panelReason.PerformLayout(); this.panelCall.ResumeLayout(false); this.panelCall.PerformLayout(); this.panelHandler.ResumeLayout(false); this.panelHandler.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panINJECT.ResumeLayout(false); this.panINJECT.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DGView)).EndInit(); this.panelList.ResumeLayout(false); this.panelList.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panelReason; private System.Windows.Forms.ListBox listBox2; private System.Windows.Forms.Label label3; private System.Windows.Forms.ListBox listBox1; private System.Windows.Forms.Button btnCall; private System.Windows.Forms.Label lblMadNum; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panelCall; private System.Windows.Forms.Button butEnd; private System.Windows.Forms.Button butCancel; private System.Windows.Forms.Button butConfirm; private System.Windows.Forms.Label labHandleTime; private System.Windows.Forms.Label labAnswerTime; private System.Windows.Forms.Label labWaitTime; private System.Windows.Forms.Label labCallReason; private System.Windows.Forms.Label labCallTime; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label5; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.DataGridView DGView; private System.Windows.Forms.Panel panelList; private System.Windows.Forms.Label label11; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.ComboBox comboBox1; private System.Windows.Forms.Panel panelHandler; private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button4; private System.Windows.Forms.Button butReturn; private System.Windows.Forms.ComboBox comboBox2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.ComboBox comWorkLoc; private System.Windows.Forms.Label label7; private System.Windows.Forms.ComboBox comWorkCenter; private System.Windows.Forms.Label label6; private System.Windows.Forms.Panel panINJECT; private System.Windows.Forms.ComboBox ddlMachine; private System.Windows.Forms.Label label8; private System.Windows.Forms.DataGridViewTextBoxColumn MACHINECODDE_NAME; private System.Windows.Forms.DataGridViewTextBoxColumn CallType; private System.Windows.Forms.DataGridViewTextBoxColumn callReason; private System.Windows.Forms.DataGridViewTextBoxColumn callTIME; private System.Windows.Forms.DataGridViewTextBoxColumn callSTATE; private System.Windows.Forms.DataGridViewTextBoxColumn callLEVEL; private System.Windows.Forms.DataGridViewTextBoxColumn answerTIME; private System.Windows.Forms.DataGridViewTextBoxColumn handleTime; private System.Windows.Forms.DataGridViewTextBoxColumn HANDLER; private System.Windows.Forms.DataGridViewTextBoxColumn startTime; private System.Windows.Forms.DataGridViewTextBoxColumn Pid; private System.Windows.Forms.DataGridViewTextBoxColumn callStates; private System.Windows.Forms.DataGridViewTextBoxColumn callTypeCode; } }