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.
279 lines
13 KiB
279 lines
13 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.MachineCheck
|
||
|
{
|
||
|
partial class MachineCheckEditForm
|
||
|
{
|
||
|
/// <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.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||
|
this.tsbSave = new System.Windows.Forms.ToolStripButton();
|
||
|
this.tsbClose = new System.Windows.Forms.ToolStripButton();
|
||
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.comCHECKTYPE = new System.Windows.Forms.ComboBox();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.comMachine = new System.Windows.Forms.ComboBox();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.dtpCheck = new DateTimePickerA();
|
||
|
this.label10 = new System.Windows.Forms.Label();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.comShift = new System.Windows.Forms.ComboBox();
|
||
|
this.label9 = new System.Windows.Forms.Label();
|
||
|
this.label5 = new System.Windows.Forms.Label();
|
||
|
this.toolStrip1.SuspendLayout();
|
||
|
this.groupBox1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// toolStrip1
|
||
|
//
|
||
|
this.toolStrip1.AutoSize = false;
|
||
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||
|
this.tsbSave,
|
||
|
this.tsbClose});
|
||
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.toolStrip1.Name = "toolStrip1";
|
||
|
this.toolStrip1.Size = new System.Drawing.Size(774, 60);
|
||
|
this.toolStrip1.TabIndex = 0;
|
||
|
this.toolStrip1.Text = "toolStrip1";
|
||
|
//
|
||
|
// tsbSave
|
||
|
//
|
||
|
this.tsbSave.AutoSize = false;
|
||
|
this.tsbSave.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbSave.Image = global::QMAPP.WinForm.Resource1.save;
|
||
|
this.tsbSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbSave.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbSave.Name = "tsbSave";
|
||
|
this.tsbSave.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbSave.Text = "保存";
|
||
|
this.tsbSave.Click += new System.EventHandler(this.tsbSave_Click);
|
||
|
//
|
||
|
// tsbClose
|
||
|
//
|
||
|
this.tsbClose.AutoSize = false;
|
||
|
this.tsbClose.Font = new System.Drawing.Font("微软雅黑", 12F);
|
||
|
this.tsbClose.Image = global::QMAPP.WinForm.Resource1.cancle;
|
||
|
this.tsbClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
||
|
this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||
|
this.tsbClose.Name = "tsbClose";
|
||
|
this.tsbClose.Size = new System.Drawing.Size(100, 60);
|
||
|
this.tsbClose.Text = "关闭";
|
||
|
this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click);
|
||
|
//
|
||
|
// groupBox1
|
||
|
//
|
||
|
this.groupBox1.Controls.Add(this.label3);
|
||
|
this.groupBox1.Controls.Add(this.comCHECKTYPE);
|
||
|
this.groupBox1.Controls.Add(this.label4);
|
||
|
this.groupBox1.Controls.Add(this.label1);
|
||
|
this.groupBox1.Controls.Add(this.comMachine);
|
||
|
this.groupBox1.Controls.Add(this.label2);
|
||
|
this.groupBox1.Controls.Add(this.dtpCheck);
|
||
|
this.groupBox1.Controls.Add(this.label10);
|
||
|
this.groupBox1.Controls.Add(this.label6);
|
||
|
this.groupBox1.Controls.Add(this.comShift);
|
||
|
this.groupBox1.Controls.Add(this.label9);
|
||
|
this.groupBox1.Controls.Add(this.label5);
|
||
|
this.groupBox1.Location = new System.Drawing.Point(3, 63);
|
||
|
this.groupBox1.Name = "groupBox1";
|
||
|
this.groupBox1.Size = new System.Drawing.Size(759, 487);
|
||
|
this.groupBox1.TabIndex = 1;
|
||
|
this.groupBox1.TabStop = false;
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label3.Location = new System.Drawing.Point(79, 152);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label3.TabIndex = 16;
|
||
|
this.label3.Text = "*";
|
||
|
//
|
||
|
// comCHECKTYPE
|
||
|
//
|
||
|
this.comCHECKTYPE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comCHECKTYPE.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comCHECKTYPE.FormattingEnabled = true;
|
||
|
this.comCHECKTYPE.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comCHECKTYPE.Location = new System.Drawing.Point(246, 146);
|
||
|
this.comCHECKTYPE.Name = "comCHECKTYPE";
|
||
|
this.comCHECKTYPE.Size = new System.Drawing.Size(223, 24);
|
||
|
this.comCHECKTYPE.TabIndex = 14;
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label4.Location = new System.Drawing.Point(97, 149);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label4.TabIndex = 15;
|
||
|
this.label4.Text = "点检类型:";
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label1.Location = new System.Drawing.Point(79, 79);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label1.TabIndex = 13;
|
||
|
this.label1.Text = "*";
|
||
|
//
|
||
|
// comMachine
|
||
|
//
|
||
|
this.comMachine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comMachine.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comMachine.FormattingEnabled = true;
|
||
|
this.comMachine.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comMachine.Location = new System.Drawing.Point(246, 72);
|
||
|
this.comMachine.Name = "comMachine";
|
||
|
this.comMachine.Size = new System.Drawing.Size(454, 24);
|
||
|
this.comMachine.TabIndex = 11;
|
||
|
this.comMachine.SelectedIndexChanged += new System.EventHandler(this.comMachine_SelectedIndexChanged);
|
||
|
this.comMachine.SelectedValueChanged += new System.EventHandler(this.comMachine_SelectedValueChanged);
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label2.Location = new System.Drawing.Point(97, 76);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(59, 16);
|
||
|
this.label2.TabIndex = 12;
|
||
|
this.label2.Text = "设备:";
|
||
|
//
|
||
|
// dtpCheck
|
||
|
//
|
||
|
this.dtpCheck.CustomFormat = " ";
|
||
|
this.dtpCheck.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.dtpCheck.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.dtpCheck.FormatString = "yyyy年MM月dd日";
|
||
|
this.dtpCheck.Location = new System.Drawing.Point(246, 283);
|
||
|
this.dtpCheck.Name = "dtpCheck";
|
||
|
this.dtpCheck.OriginalFormat = System.Windows.Forms.DateTimePickerFormat.Custom;
|
||
|
this.dtpCheck.Size = new System.Drawing.Size(223, 26);
|
||
|
this.dtpCheck.TabIndex = 10;
|
||
|
this.dtpCheck.ValueX = null;
|
||
|
//
|
||
|
// label10
|
||
|
//
|
||
|
this.label10.AutoSize = true;
|
||
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label10.Location = new System.Drawing.Point(79, 290);
|
||
|
this.label10.Name = "label10";
|
||
|
this.label10.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label10.TabIndex = 9;
|
||
|
this.label10.Text = "*";
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.AutoSize = true;
|
||
|
this.label6.ForeColor = System.Drawing.Color.Red;
|
||
|
this.label6.Location = new System.Drawing.Point(79, 224);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(11, 12);
|
||
|
this.label6.TabIndex = 9;
|
||
|
this.label6.Text = "*";
|
||
|
//
|
||
|
// comShift
|
||
|
//
|
||
|
this.comShift.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
|
this.comShift.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.comShift.FormattingEnabled = true;
|
||
|
this.comShift.Items.AddRange(new object[] {
|
||
|
"否",
|
||
|
"是"});
|
||
|
this.comShift.Location = new System.Drawing.Point(246, 217);
|
||
|
this.comShift.Name = "comShift";
|
||
|
this.comShift.Size = new System.Drawing.Size(223, 24);
|
||
|
this.comShift.TabIndex = 1;
|
||
|
//
|
||
|
// label9
|
||
|
//
|
||
|
this.label9.AutoSize = true;
|
||
|
this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label9.Location = new System.Drawing.Point(97, 288);
|
||
|
this.label9.Name = "label9";
|
||
|
this.label9.Size = new System.Drawing.Size(93, 16);
|
||
|
this.label9.TabIndex = 6;
|
||
|
this.label9.Text = "点检日期:";
|
||
|
//
|
||
|
// label5
|
||
|
//
|
||
|
this.label5.AutoSize = true;
|
||
|
this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
||
|
this.label5.Location = new System.Drawing.Point(97, 221);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(59, 16);
|
||
|
this.label5.TabIndex = 6;
|
||
|
this.label5.Text = "班次:";
|
||
|
//
|
||
|
// MachineCheckEditForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(774, 562);
|
||
|
this.Controls.Add(this.groupBox1);
|
||
|
this.Controls.Add(this.toolStrip1);
|
||
|
this.Name = "MachineCheckEditForm";
|
||
|
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.groupBox1.ResumeLayout(false);
|
||
|
this.groupBox1.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
||
|
private System.Windows.Forms.ToolStripButton tsbSave;
|
||
|
private System.Windows.Forms.ToolStripButton tsbClose;
|
||
|
private System.Windows.Forms.GroupBox groupBox1;
|
||
|
private System.Windows.Forms.Label label10;
|
||
|
private System.Windows.Forms.Label label9;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.ComboBox comShift;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private DateTimePickerA dtpCheck;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.ComboBox comMachine;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.ComboBox comCHECKTYPE;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
}
|
||
|
}
|