版博士V2.0程序
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

FrmScannerShow.Designer.cs 6.7 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. namespace ProductionControl.UI
  2. {
  3. partial class FrmScannerShow
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmScannerShow));
  29. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  30. this.toolstrip1 = new System.Windows.Forms.ToolStrip();
  31. this.tsbtnScnner = new System.Windows.Forms.ToolStripButton();
  32. this.tsbtnOpenDir = new System.Windows.Forms.ToolStripButton();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.numExposureTime = new System.Windows.Forms.NumericUpDown();
  35. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  36. this.toolstrip1.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.numExposureTime)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // pictureBox1
  41. //
  42. this.pictureBox1.Cursor = System.Windows.Forms.Cursors.Hand;
  43. this.pictureBox1.Location = new System.Drawing.Point(0, 56);
  44. this.pictureBox1.Name = "pictureBox1";
  45. this.pictureBox1.Size = new System.Drawing.Size(987, 653);
  46. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  47. this.pictureBox1.TabIndex = 0;
  48. this.pictureBox1.TabStop = false;
  49. //
  50. // toolstrip1
  51. //
  52. this.toolstrip1.ImageScalingSize = new System.Drawing.Size(33, 33);
  53. this.toolstrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  54. this.tsbtnScnner,
  55. this.tsbtnOpenDir});
  56. this.toolstrip1.Location = new System.Drawing.Point(0, 0);
  57. this.toolstrip1.Name = "toolstrip1";
  58. this.toolstrip1.Size = new System.Drawing.Size(1011, 42);
  59. this.toolstrip1.TabIndex = 1;
  60. this.toolstrip1.Text = "toolStrip1";
  61. //
  62. // tsbtnScnner
  63. //
  64. this.tsbtnScnner.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnScnner.Image")));
  65. this.tsbtnScnner.ImageTransparentColor = System.Drawing.Color.Magenta;
  66. this.tsbtnScnner.Name = "tsbtnScnner";
  67. this.tsbtnScnner.Size = new System.Drawing.Size(83, 37);
  68. this.tsbtnScnner.Text = "抓图";
  69. this.tsbtnScnner.Click += new System.EventHandler(this.tsbtnScnner_Click);
  70. //
  71. // tsbtnOpenDir
  72. //
  73. this.tsbtnOpenDir.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOpenDir.Image")));
  74. this.tsbtnOpenDir.ImageTransparentColor = System.Drawing.Color.Magenta;
  75. this.tsbtnOpenDir.Name = "tsbtnOpenDir";
  76. this.tsbtnOpenDir.Size = new System.Drawing.Size(119, 37);
  77. this.tsbtnOpenDir.Text = "打开路径";
  78. this.tsbtnOpenDir.Click += new System.EventHandler(this.tsbtnOpenDir_Click);
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Location = new System.Drawing.Point(456, 17);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(80, 18);
  86. this.label1.TabIndex = 3;
  87. this.label1.Text = "曝光度:";
  88. //
  89. // numExposureTime
  90. //
  91. this.numExposureTime.Location = new System.Drawing.Point(528, 12);
  92. this.numExposureTime.Maximum = new decimal(new int[] {
  93. 9999500,
  94. 0,
  95. 0,
  96. 0});
  97. this.numExposureTime.Minimum = new decimal(new int[] {
  98. 100,
  99. 0,
  100. 0,
  101. 0});
  102. this.numExposureTime.Name = "numExposureTime";
  103. this.numExposureTime.Size = new System.Drawing.Size(120, 28);
  104. this.numExposureTime.TabIndex = 4;
  105. this.numExposureTime.Value = new decimal(new int[] {
  106. 100,
  107. 0,
  108. 0,
  109. 0});
  110. this.numExposureTime.ValueChanged += new System.EventHandler(this.numExposureTime_ValueChanged);
  111. //
  112. // FrmScannerShow
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.ClientSize = new System.Drawing.Size(1011, 721);
  117. this.Controls.Add(this.numExposureTime);
  118. this.Controls.Add(this.label1);
  119. this.Controls.Add(this.pictureBox1);
  120. this.Controls.Add(this.toolstrip1);
  121. this.Cursor = System.Windows.Forms.Cursors.Default;
  122. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
  123. this.Margin = new System.Windows.Forms.Padding(4);
  124. this.MaximizeBox = false;
  125. this.MinimizeBox = false;
  126. this.Name = "FrmScannerShow";
  127. this.Text = "图像预览";
  128. this.TopMost = true;
  129. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmScannerShow_FormClosing);
  130. this.Load += new System.EventHandler(this.FrmScannerShow_Load);
  131. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  132. this.toolstrip1.ResumeLayout(false);
  133. this.toolstrip1.PerformLayout();
  134. ((System.ComponentModel.ISupportInitialize)(this.numExposureTime)).EndInit();
  135. this.ResumeLayout(false);
  136. this.PerformLayout();
  137. }
  138. #endregion
  139. private System.Windows.Forms.PictureBox pictureBox1;
  140. private System.Windows.Forms.ToolStrip toolstrip1;
  141. private System.Windows.Forms.ToolStripButton tsbtnScnner;
  142. private System.Windows.Forms.Label label1;
  143. private System.Windows.Forms.ToolStripButton tsbtnOpenDir;
  144. private System.Windows.Forms.NumericUpDown numExposureTime;
  145. }
  146. }