FormJobManage.Designer.cs 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. namespace ToolLib.VisionJob
  2. {
  3. partial class FormJobManage
  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(FormJobManage));
  29. this.tabJobUnion = new System.Windows.Forms.TabControl();
  30. this.btnCycleRun = new System.Windows.Forms.Button();
  31. this.btnSignael = new System.Windows.Forms.Button();
  32. this.picNewJob = new System.Windows.Forms.PictureBox();
  33. this.picDeleteJob = new System.Windows.Forms.PictureBox();
  34. this.picSaveJob = new System.Windows.Forms.PictureBox();
  35. this.picOpenJob = new System.Windows.Forms.PictureBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.picNewJob)).BeginInit();
  37. ((System.ComponentModel.ISupportInitialize)(this.picDeleteJob)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.picSaveJob)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.picOpenJob)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // tabJobUnion
  43. //
  44. this.tabJobUnion.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  45. | System.Windows.Forms.AnchorStyles.Left)
  46. | System.Windows.Forms.AnchorStyles.Right)));
  47. this.tabJobUnion.Location = new System.Drawing.Point(-1, 1);
  48. this.tabJobUnion.Name = "tabJobUnion";
  49. this.tabJobUnion.SelectedIndex = 0;
  50. this.tabJobUnion.Size = new System.Drawing.Size(373, 588);
  51. this.tabJobUnion.TabIndex = 0;
  52. //
  53. // btnCycleRun
  54. //
  55. this.btnCycleRun.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  56. this.btnCycleRun.Location = new System.Drawing.Point(218, 595);
  57. this.btnCycleRun.Name = "btnCycleRun";
  58. this.btnCycleRun.Size = new System.Drawing.Size(63, 33);
  59. this.btnCycleRun.TabIndex = 1;
  60. this.btnCycleRun.Text = "连续运行";
  61. this.btnCycleRun.UseVisualStyleBackColor = true;
  62. //
  63. // btnSignael
  64. //
  65. this.btnSignael.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  66. this.btnSignael.Location = new System.Drawing.Point(297, 595);
  67. this.btnSignael.Name = "btnSignael";
  68. this.btnSignael.Size = new System.Drawing.Size(63, 33);
  69. this.btnSignael.TabIndex = 1;
  70. this.btnSignael.Text = "单次运行";
  71. this.btnSignael.UseVisualStyleBackColor = true;
  72. this.btnSignael.Click += new System.EventHandler(this.btnSignael_Click);
  73. //
  74. // picNewJob
  75. //
  76. this.picNewJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  77. this.picNewJob.Image = ((System.Drawing.Image)(resources.GetObject("picNewJob.Image")));
  78. this.picNewJob.Location = new System.Drawing.Point(12, 595);
  79. this.picNewJob.Name = "picNewJob";
  80. this.picNewJob.Size = new System.Drawing.Size(35, 40);
  81. this.picNewJob.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  82. this.picNewJob.TabIndex = 2;
  83. this.picNewJob.TabStop = false;
  84. this.picNewJob.Click += new System.EventHandler(this.picNewJob_Click);
  85. //
  86. // picDeleteJob
  87. //
  88. this.picDeleteJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  89. this.picDeleteJob.Image = ((System.Drawing.Image)(resources.GetObject("picDeleteJob.Image")));
  90. this.picDeleteJob.Location = new System.Drawing.Point(53, 595);
  91. this.picDeleteJob.Name = "picDeleteJob";
  92. this.picDeleteJob.Size = new System.Drawing.Size(35, 40);
  93. this.picDeleteJob.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  94. this.picDeleteJob.TabIndex = 2;
  95. this.picDeleteJob.TabStop = false;
  96. //
  97. // picSaveJob
  98. //
  99. this.picSaveJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  100. this.picSaveJob.Image = ((System.Drawing.Image)(resources.GetObject("picSaveJob.Image")));
  101. this.picSaveJob.Location = new System.Drawing.Point(94, 595);
  102. this.picSaveJob.Name = "picSaveJob";
  103. this.picSaveJob.Size = new System.Drawing.Size(35, 40);
  104. this.picSaveJob.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  105. this.picSaveJob.TabIndex = 2;
  106. this.picSaveJob.TabStop = false;
  107. this.picSaveJob.Click += new System.EventHandler(this.picSaveJob_Click);
  108. //
  109. // picOpenJob
  110. //
  111. this.picOpenJob.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  112. this.picOpenJob.Image = ((System.Drawing.Image)(resources.GetObject("picOpenJob.Image")));
  113. this.picOpenJob.Location = new System.Drawing.Point(135, 595);
  114. this.picOpenJob.Name = "picOpenJob";
  115. this.picOpenJob.Size = new System.Drawing.Size(35, 40);
  116. this.picOpenJob.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  117. this.picOpenJob.TabIndex = 2;
  118. this.picOpenJob.TabStop = false;
  119. this.picOpenJob.Click += new System.EventHandler(this.picOpenJob_Click);
  120. //
  121. // FormJobManage
  122. //
  123. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  124. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  125. this.ClientSize = new System.Drawing.Size(372, 636);
  126. this.Controls.Add(this.picOpenJob);
  127. this.Controls.Add(this.picSaveJob);
  128. this.Controls.Add(this.picDeleteJob);
  129. this.Controls.Add(this.picNewJob);
  130. this.Controls.Add(this.btnSignael);
  131. this.Controls.Add(this.btnCycleRun);
  132. this.Controls.Add(this.tabJobUnion);
  133. this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  135. this.Name = "FormJobManage";
  136. this.Text = "JobManage";
  137. this.Load += new System.EventHandler(this.FormJobManage_Load);
  138. ((System.ComponentModel.ISupportInitialize)(this.picNewJob)).EndInit();
  139. ((System.ComponentModel.ISupportInitialize)(this.picDeleteJob)).EndInit();
  140. ((System.ComponentModel.ISupportInitialize)(this.picSaveJob)).EndInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.picOpenJob)).EndInit();
  142. this.ResumeLayout(false);
  143. }
  144. #endregion
  145. private System.Windows.Forms.Button btnCycleRun;
  146. private System.Windows.Forms.Button btnSignael;
  147. public System.Windows.Forms.TabControl tabJobUnion;
  148. private System.Windows.Forms.PictureBox picNewJob;
  149. private System.Windows.Forms.PictureBox picDeleteJob;
  150. private System.Windows.Forms.PictureBox picSaveJob;
  151. private System.Windows.Forms.PictureBox picOpenJob;
  152. }
  153. }