天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

262 lines
12 KiB

namespace QMAPP.WinForm.Forms.Andon
{
partial class CallReasonForm
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CallReasonForm));
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.tsbAdd = new System.Windows.Forms.ToolStripButton();
this.tsbEdit = new System.Windows.Forms.ToolStripButton();
this.tsbDelete = new System.Windows.Forms.ToolStripButton();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.txtReason = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.listBox2 = new System.Windows.Forms.ListBox();
this.label3 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
this.label2 = new System.Windows.Forms.Label();
this.pager1 = new QMAPP.WinForm.Controls.Pager();
this.toolStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// toolStrip1
//
this.toolStrip1.AutoSize = false;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbAdd,
this.tsbEdit,
this.tsbDelete});
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(607, 70);
this.toolStrip1.Stretch = true;
this.toolStrip1.TabIndex = 2;
this.toolStrip1.Text = "toolStrip1";
//
// tsbAdd
//
this.tsbAdd.AutoSize = false;
this.tsbAdd.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbAdd.Image")));
this.tsbAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbAdd.Name = "tsbAdd";
this.tsbAdd.Size = new System.Drawing.Size(100, 60);
this.tsbAdd.Text = "添加";
this.tsbAdd.Click += new System.EventHandler(this.tsbAdd_Click);
//
// tsbEdit
//
this.tsbEdit.AutoSize = false;
this.tsbEdit.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbEdit.Image = ((System.Drawing.Image)(resources.GetObject("tsbEdit.Image")));
this.tsbEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbEdit.Name = "tsbEdit";
this.tsbEdit.Size = new System.Drawing.Size(100, 60);
this.tsbEdit.Text = "修改";
this.tsbEdit.Click += new System.EventHandler(this.tsbEdit_Click);
//
// tsbDelete
//
this.tsbDelete.AutoSize = false;
this.tsbDelete.Font = new System.Drawing.Font("微软雅黑", 12F);
this.tsbDelete.Image = ((System.Drawing.Image)(resources.GetObject("tsbDelete.Image")));
this.tsbDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbDelete.Name = "tsbDelete";
this.tsbDelete.Size = new System.Drawing.Size(100, 60);
this.tsbDelete.Text = "删除";
this.tsbDelete.Click += new System.EventHandler(this.tsbDelete_Click);
//
// panel1
//
this.panel1.Controls.Add(this.panel2);
this.panel1.Controls.Add(this.listBox2);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.listBox1);
this.panel1.Controls.Add(this.label2);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 70);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(607, 367);
this.panel1.TabIndex = 10;
//
// panel2
//
this.panel2.Controls.Add(this.button2);
this.panel2.Controls.Add(this.button1);
this.panel2.Controls.Add(this.txtReason);
this.panel2.Controls.Add(this.label5);
this.panel2.Location = new System.Drawing.Point(43, 100);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(499, 267);
this.panel2.TabIndex = 22;
//
// button2
//
this.button2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.Location = new System.Drawing.Point(264, 186);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(95, 42);
this.button2.TabIndex = 21;
this.button2.Text = "取消";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(102, 186);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(95, 42);
this.button1.TabIndex = 20;
this.button1.Text = "确认";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// txtReason
//
this.txtReason.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.txtReason.Location = new System.Drawing.Point(173, 67);
this.txtReason.MaxLength = 30;
this.txtReason.Name = "txtReason";
this.txtReason.Size = new System.Drawing.Size(221, 26);
this.txtReason.TabIndex = 19;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
this.label5.Location = new System.Drawing.Point(72, 70);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(93, 16);
this.label5.TabIndex = 18;
this.label5.Text = "呼叫原因:";
//
// listBox2
//
this.listBox2.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listBox2.FormattingEnabled = true;
this.listBox2.ItemHeight = 24;
this.listBox2.Location = new System.Drawing.Point(216, 70);
this.listBox2.Name = "listBox2";
this.listBox2.Size = new System.Drawing.Size(147, 244);
this.listBox2.TabIndex = 15;
this.listBox2.SelectedValueChanged += new System.EventHandler(this.listBox2_SelectedValueChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(212, 47);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(69, 20);
this.label3.TabIndex = 14;
this.label3.Text = "二级原因";
//
// listBox1
//
this.listBox1.Font = new System.Drawing.Font("微软雅黑", 12.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 24;
this.listBox1.Location = new System.Drawing.Point(43, 70);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(147, 244);
this.listBox1.TabIndex = 13;
this.listBox1.SelectedValueChanged += new System.EventHandler(this.listBox1_SelectedValueChanged);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(39, 47);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(69, 20);
this.label2.TabIndex = 12;
this.label2.Text = "一级原因";
//
// pager1
//
this.pager1.DataPage = ((QMFrameWork.Data.DataPage)(resources.GetObject("pager1.DataPage")));
this.pager1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pager1.Location = new System.Drawing.Point(0, 437);
this.pager1.Name = "pager1";
this.pager1.OSearch = null;
this.pager1.Size = new System.Drawing.Size(607, 35);
this.pager1.TabIndex = 7;
//
// CallReasonForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(607, 472);
this.Controls.Add(this.panel1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.pager1);
this.Name = "CallReasonForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "播放类型维护";
this.Load += new System.EventHandler(this.Form_Load);
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton tsbAdd;
private System.Windows.Forms.ToolStripButton tsbEdit;
private System.Windows.Forms.ToolStripButton tsbDelete;
private Controls.Pager pager1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ListBox listBox2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListBox listBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox txtReason;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Panel panel2;
}
}