frmMatMsgInfo.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. 
  2. namespace CarMeterSystem
  3. {
  4. partial class frmMatMsgInfo
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMatMsgInfo));
  31. this.btnCancel = new System.Windows.Forms.Button();
  32. this.btnSave = new System.Windows.Forms.Button();
  33. this.lbMsgInfo = new System.Windows.Forms.Label();
  34. this.lbMat1 = new System.Windows.Forms.Label();
  35. this.lbMat2 = new System.Windows.Forms.Label();
  36. this.timer1 = new System.Windows.Forms.Timer(this.components);
  37. this.SuspendLayout();
  38. //
  39. // btnCancel
  40. //
  41. this.btnCancel.AutoSize = true;
  42. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  43. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  44. this.btnCancel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.btnCancel.ForeColor = System.Drawing.Color.White;
  46. this.btnCancel.Location = new System.Drawing.Point(395, 335);
  47. this.btnCancel.Name = "btnCancel";
  48. this.btnCancel.Size = new System.Drawing.Size(122, 61);
  49. this.btnCancel.TabIndex = 10;
  50. this.btnCancel.Text = "取消";
  51. this.btnCancel.UseVisualStyleBackColor = false;
  52. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  53. //
  54. // btnSave
  55. //
  56. this.btnSave.AutoSize = true;
  57. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  58. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  59. this.btnSave.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.btnSave.ForeColor = System.Drawing.Color.White;
  61. this.btnSave.Location = new System.Drawing.Point(113, 335);
  62. this.btnSave.Name = "btnSave";
  63. this.btnSave.Size = new System.Drawing.Size(122, 61);
  64. this.btnSave.TabIndex = 9;
  65. this.btnSave.Text = "继续保存";
  66. this.btnSave.UseVisualStyleBackColor = false;
  67. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  68. //
  69. // lbMsgInfo
  70. //
  71. this.lbMsgInfo.Dock = System.Windows.Forms.DockStyle.Top;
  72. this.lbMsgInfo.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.lbMsgInfo.ForeColor = System.Drawing.Color.Black;
  74. this.lbMsgInfo.Location = new System.Drawing.Point(0, 0);
  75. this.lbMsgInfo.Name = "lbMsgInfo";
  76. this.lbMsgInfo.Size = new System.Drawing.Size(632, 83);
  77. this.lbMsgInfo.TabIndex = 11;
  78. this.lbMsgInfo.Text = "请在以下物资中点击您当前拖运的物资";
  79. this.lbMsgInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  80. //
  81. // lbMat1
  82. //
  83. this.lbMat1.BackColor = System.Drawing.Color.Transparent;
  84. this.lbMat1.Dock = System.Windows.Forms.DockStyle.Top;
  85. this.lbMat1.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.lbMat1.ForeColor = System.Drawing.Color.Red;
  87. this.lbMat1.Location = new System.Drawing.Point(0, 83);
  88. this.lbMat1.Name = "lbMat1";
  89. this.lbMat1.Size = new System.Drawing.Size(632, 110);
  90. this.lbMat1.TabIndex = 13;
  91. this.lbMat1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  92. this.lbMat1.Click += new System.EventHandler(this.lbMat1_Click);
  93. //
  94. // lbMat2
  95. //
  96. this.lbMat2.BackColor = System.Drawing.Color.Transparent;
  97. this.lbMat2.Dock = System.Windows.Forms.DockStyle.Top;
  98. this.lbMat2.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.lbMat2.ForeColor = System.Drawing.Color.Red;
  100. this.lbMat2.Location = new System.Drawing.Point(0, 193);
  101. this.lbMat2.Name = "lbMat2";
  102. this.lbMat2.Size = new System.Drawing.Size(632, 110);
  103. this.lbMat2.TabIndex = 14;
  104. this.lbMat2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  105. this.lbMat2.Click += new System.EventHandler(this.lbMat2_Click);
  106. //
  107. // timer1
  108. //
  109. this.timer1.Enabled = true;
  110. this.timer1.Interval = 15000;
  111. this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
  112. //
  113. // frmMatMsgInfo
  114. //
  115. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  116. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  117. this.BackColor = System.Drawing.Color.LightBlue;
  118. this.ClientSize = new System.Drawing.Size(632, 417);
  119. this.ControlBox = false;
  120. this.Controls.Add(this.lbMat2);
  121. this.Controls.Add(this.lbMat1);
  122. this.Controls.Add(this.lbMsgInfo);
  123. this.Controls.Add(this.btnCancel);
  124. this.Controls.Add(this.btnSave);
  125. this.Name = "frmMatMsgInfo";
  126. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  127. this.Text = "提示";
  128. this.TopMost = true;
  129. this.Load += new System.EventHandler(this.frmMatMsgInfo_Load);
  130. this.ResumeLayout(false);
  131. this.PerformLayout();
  132. }
  133. #endregion
  134. private System.Windows.Forms.Button btnCancel;
  135. private System.Windows.Forms.Button btnSave;
  136. private System.Windows.Forms.Label lbMsgInfo;
  137. private System.Windows.Forms.Label lbMat1;
  138. private System.Windows.Forms.Label lbMat2;
  139. private System.Windows.Forms.Timer timer1;
  140. }
  141. }