namespace CarMeterSystem { partial class frmMatMsgInfo { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMatMsgInfo)); this.btnCancel = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.lbMsgInfo = new System.Windows.Forms.Label(); this.lbMat1 = new System.Windows.Forms.Label(); this.lbMat2 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.SuspendLayout(); // // btnCancel // this.btnCancel.AutoSize = true; this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(395, 335); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(122, 61); this.btnCancel.TabIndex = 10; this.btnCancel.Text = "取消"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // btnSave // this.btnSave.AutoSize = true; this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(113, 335); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(122, 61); this.btnSave.TabIndex = 9; this.btnSave.Text = "继续保存"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // lbMsgInfo // this.lbMsgInfo.Dock = System.Windows.Forms.DockStyle.Top; this.lbMsgInfo.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbMsgInfo.ForeColor = System.Drawing.Color.Black; this.lbMsgInfo.Location = new System.Drawing.Point(0, 0); this.lbMsgInfo.Name = "lbMsgInfo"; this.lbMsgInfo.Size = new System.Drawing.Size(632, 83); this.lbMsgInfo.TabIndex = 11; this.lbMsgInfo.Text = "请在以下物资中点击您当前拖运的物资"; this.lbMsgInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lbMat1 // this.lbMat1.BackColor = System.Drawing.Color.Transparent; this.lbMat1.Dock = System.Windows.Forms.DockStyle.Top; this.lbMat1.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbMat1.ForeColor = System.Drawing.Color.Red; this.lbMat1.Location = new System.Drawing.Point(0, 83); this.lbMat1.Name = "lbMat1"; this.lbMat1.Size = new System.Drawing.Size(632, 110); this.lbMat1.TabIndex = 13; this.lbMat1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbMat1.Click += new System.EventHandler(this.lbMat1_Click); // // lbMat2 // this.lbMat2.BackColor = System.Drawing.Color.Transparent; this.lbMat2.Dock = System.Windows.Forms.DockStyle.Top; this.lbMat2.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbMat2.ForeColor = System.Drawing.Color.Red; this.lbMat2.Location = new System.Drawing.Point(0, 193); this.lbMat2.Name = "lbMat2"; this.lbMat2.Size = new System.Drawing.Size(632, 110); this.lbMat2.TabIndex = 14; this.lbMat2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lbMat2.Click += new System.EventHandler(this.lbMat2_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 15000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // frmMatMsgInfo // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.LightBlue; this.ClientSize = new System.Drawing.Size(632, 417); this.ControlBox = false; this.Controls.Add(this.lbMat2); this.Controls.Add(this.lbMat1); this.Controls.Add(this.lbMsgInfo); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Name = "frmMatMsgInfo"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "提示"; this.TopMost = true; this.Load += new System.EventHandler(this.frmMatMsgInfo_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.Label lbMsgInfo; private System.Windows.Forms.Label lbMat1; private System.Windows.Forms.Label lbMat2; private System.Windows.Forms.Timer timer1; } }