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.
177 lines
7.8 KiB
177 lines
7.8 KiB
namespace QMAPP.WinForm.Forms.Injection
|
|
{
|
|
partial class CastCounterSet
|
|
{
|
|
/// <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.comSwitchSet = new System.Windows.Forms.ComboBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.nbValue = new System.Windows.Forms.NumericUpDown();
|
|
this.toolStrip1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nbValue)).BeginInit();
|
|
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(484, 60);
|
|
this.toolStrip1.TabIndex = 2;
|
|
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);
|
|
//
|
|
// comSwitchSet
|
|
//
|
|
this.comSwitchSet.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.comSwitchSet.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
|
this.comSwitchSet.FormattingEnabled = true;
|
|
this.comSwitchSet.Items.AddRange(new object[] {
|
|
"是",
|
|
"否"});
|
|
this.comSwitchSet.Location = new System.Drawing.Point(157, 105);
|
|
this.comSwitchSet.Name = "comSwitchSet";
|
|
this.comSwitchSet.Size = new System.Drawing.Size(189, 24);
|
|
this.comSwitchSet.TabIndex = 16;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.ForeColor = System.Drawing.Color.Red;
|
|
this.label10.Location = new System.Drawing.Point(57, 112);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(11, 12);
|
|
this.label10.TabIndex = 15;
|
|
this.label10.Text = "*";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label9.Location = new System.Drawing.Point(66, 110);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(85, 16);
|
|
this.label9.TabIndex = 14;
|
|
this.label9.Text = "是否提示:";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold);
|
|
this.label1.Location = new System.Drawing.Point(84, 164);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(68, 16);
|
|
this.label1.TabIndex = 17;
|
|
this.label1.Text = "间隔值:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.ForeColor = System.Drawing.Color.Red;
|
|
this.label2.Location = new System.Drawing.Point(76, 168);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(11, 12);
|
|
this.label2.TabIndex = 18;
|
|
this.label2.Text = "*";
|
|
//
|
|
// nbValue
|
|
//
|
|
this.nbValue.Font = new System.Drawing.Font("微软雅黑", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.nbValue.Location = new System.Drawing.Point(158, 160);
|
|
this.nbValue.Name = "nbValue";
|
|
this.nbValue.Size = new System.Drawing.Size(188, 27);
|
|
this.nbValue.TabIndex = 19;
|
|
//
|
|
// CastCounterSet
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(484, 406);
|
|
this.Controls.Add(this.nbValue);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.comSwitchSet);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Name = "CastCounterSet";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "浇注提示设置";
|
|
this.Load += new System.EventHandler(this.CastCounterSet_Load);
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nbValue)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|
private System.Windows.Forms.ToolStripButton tsbSave;
|
|
private System.Windows.Forms.ToolStripButton tsbClose;
|
|
private System.Windows.Forms.ComboBox comSwitchSet;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.NumericUpDown nbValue;
|
|
}
|
|
}
|