版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

204 righe
9.7 KiB

  1. namespace ProductionControl
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnMakeTag = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnPre = new System.Windows.Forms.ToolStripButton();
  33. this.tsbtnNext = new System.Windows.Forms.ToolStripButton();
  34. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  35. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.panel1 = new System.Windows.Forms.Panel();
  38. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  39. this.checkBox1 = new System.Windows.Forms.CheckBox();
  40. this.toolStrip1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  42. this.panel1.SuspendLayout();
  43. this.SuspendLayout();
  44. //
  45. // toolStrip1
  46. //
  47. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  48. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  49. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  50. this.tsbtnMakeTag,
  51. this.toolStripSeparator9,
  52. this.tsbtnPre,
  53. this.tsbtnNext,
  54. this.toolStripSeparator1,
  55. this.tsbtnClose});
  56. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  57. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  58. this.toolStrip1.Name = "toolStrip1";
  59. this.toolStrip1.Size = new System.Drawing.Size(968, 65);
  60. this.toolStrip1.TabIndex = 13;
  61. this.toolStrip1.Text = "toolStrip1";
  62. //
  63. // tsbtnMakeTag
  64. //
  65. this.tsbtnMakeTag.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnMakeTag.Image")));
  66. this.tsbtnMakeTag.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  67. this.tsbtnMakeTag.ImageTransparentColor = System.Drawing.Color.Magenta;
  68. this.tsbtnMakeTag.Name = "tsbtnMakeTag";
  69. this.tsbtnMakeTag.Size = new System.Drawing.Size(70, 60);
  70. this.tsbtnMakeTag.Text = " 打标 ";
  71. this.tsbtnMakeTag.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  72. this.tsbtnMakeTag.Click += (sender, e)=>
  73. {
  74. throw new System.NotImplementedException();
  75. };
  76. //
  77. // toolStripSeparator9
  78. //
  79. this.toolStripSeparator9.Name = "toolStripSeparator9";
  80. this.toolStripSeparator9.Size = new System.Drawing.Size(6, 65);
  81. //
  82. // tsbtnPre
  83. //
  84. this.tsbtnPre.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPre.Image")));
  85. this.tsbtnPre.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  86. this.tsbtnPre.ImageTransparentColor = System.Drawing.Color.Magenta;
  87. this.tsbtnPre.Name = "tsbtnPre";
  88. this.tsbtnPre.Size = new System.Drawing.Size(68, 60);
  89. this.tsbtnPre.Text = "上一张";
  90. this.tsbtnPre.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  91. this.tsbtnPre.ToolTipText = "上一张";
  92. //
  93. // tsbtnNext
  94. //
  95. this.tsbtnNext.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnNext.Image")));
  96. this.tsbtnNext.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  97. this.tsbtnNext.ImageTransparentColor = System.Drawing.Color.Magenta;
  98. this.tsbtnNext.Name = "tsbtnNext";
  99. this.tsbtnNext.Size = new System.Drawing.Size(68, 60);
  100. this.tsbtnNext.Text = "下一张";
  101. this.tsbtnNext.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  102. this.tsbtnNext.ToolTipText = "下一张";
  103. //
  104. // toolStripSeparator1
  105. //
  106. this.toolStripSeparator1.Name = "toolStripSeparator1";
  107. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 65);
  108. //
  109. // tsbtnClose
  110. //
  111. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  112. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  113. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tsbtnClose.Name = "tsbtnClose";
  115. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  116. this.tsbtnClose.Text = " 关闭 ";
  117. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  118. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  119. //
  120. // pictureBox1
  121. //
  122. this.pictureBox1.Location = new System.Drawing.Point(103, 38);
  123. this.pictureBox1.Name = "pictureBox1";
  124. this.pictureBox1.Size = new System.Drawing.Size(579, 241);
  125. this.pictureBox1.TabIndex = 14;
  126. this.pictureBox1.TabStop = false;
  127. //
  128. // panel1
  129. //
  130. this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
  131. this.panel1.Controls.Add(this.pictureBox1);
  132. this.panel1.Location = new System.Drawing.Point(208, 100);
  133. this.panel1.Name = "panel1";
  134. this.panel1.Size = new System.Drawing.Size(467, 411);
  135. this.panel1.TabIndex = 15;
  136. this.panel1.SizeChanged += new System.EventHandler(this.panel1_SizeChanged);
  137. //
  138. // statusStrip1
  139. //
  140. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  141. this.statusStrip1.Location = new System.Drawing.Point(0, 567);
  142. this.statusStrip1.Name = "statusStrip1";
  143. this.statusStrip1.Size = new System.Drawing.Size(968, 22);
  144. this.statusStrip1.TabIndex = 16;
  145. this.statusStrip1.Text = "statusStrip1";
  146. //
  147. // checkBox1
  148. //
  149. this.checkBox1.AutoSize = true;
  150. this.checkBox1.Location = new System.Drawing.Point(619, 24);
  151. this.checkBox1.Name = "checkBox1";
  152. this.checkBox1.Size = new System.Drawing.Size(115, 22);
  153. this.checkBox1.TabIndex = 17;
  154. this.checkBox1.Text = "checkBox1";
  155. this.checkBox1.UseVisualStyleBackColor = true;
  156. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  157. //
  158. // Form1
  159. //
  160. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  161. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  162. this.ClientSize = new System.Drawing.Size(968, 589);
  163. this.Controls.Add(this.checkBox1);
  164. this.Controls.Add(this.statusStrip1);
  165. this.Controls.Add(this.panel1);
  166. this.Controls.Add(this.toolStrip1);
  167. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  168. this.Name = "Form1";
  169. this.Text = "Form1";
  170. this.Load += new System.EventHandler(this.Form1_Load);
  171. this.toolStrip1.ResumeLayout(false);
  172. this.toolStrip1.PerformLayout();
  173. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  174. this.panel1.ResumeLayout(false);
  175. this.ResumeLayout(false);
  176. this.PerformLayout();
  177. }
  178. private void TsbtnMakeTag_Click(object sender, System.EventArgs e)
  179. {
  180. throw new System.NotImplementedException();
  181. }
  182. #endregion
  183. private System.Windows.Forms.ToolStrip toolStrip1;
  184. private System.Windows.Forms.ToolStripButton tsbtnMakeTag;
  185. private System.Windows.Forms.ToolStripSeparator toolStripSeparator9;
  186. private System.Windows.Forms.ToolStripButton tsbtnPre;
  187. private System.Windows.Forms.ToolStripButton tsbtnNext;
  188. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  189. private System.Windows.Forms.ToolStripButton tsbtnClose;
  190. private System.Windows.Forms.PictureBox pictureBox1;
  191. private System.Windows.Forms.Panel panel1;
  192. private System.Windows.Forms.StatusStrip statusStrip1;
  193. private System.Windows.Forms.CheckBox checkBox1;
  194. }
  195. }