版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

150 wiersze
7.2 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmGButtonSetting
  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(FrmGButtonSetting));
  29. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  30. this.tsbtnSave = new System.Windows.Forms.ToolStripButton();
  31. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  32. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.cobBreakButton = new System.Windows.Forms.ComboBox();
  35. this.uiIOCardDev0 = new ProductionControl.UI.UIIOCardDev();
  36. this.toolStrip1.SuspendLayout();
  37. this.panel1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // toolStrip1
  41. //
  42. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  43. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  44. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  45. this.tsbtnSave,
  46. this.toolStripSeparator4,
  47. this.tsbtnClose});
  48. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  49. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  50. this.toolStrip1.Name = "toolStrip1";
  51. this.toolStrip1.Size = new System.Drawing.Size(932, 65);
  52. this.toolStrip1.TabIndex = 17;
  53. this.toolStrip1.Text = "toolStrip1";
  54. //
  55. // tsbtnSave
  56. //
  57. this.tsbtnSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSave.Image")));
  58. this.tsbtnSave.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  59. this.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta;
  60. this.tsbtnSave.Name = "tsbtnSave";
  61. this.tsbtnSave.Size = new System.Drawing.Size(70, 60);
  62. this.tsbtnSave.Text = " 保存 ";
  63. this.tsbtnSave.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  64. this.tsbtnSave.Click += new System.EventHandler(this.tsbtnSave_Click);
  65. //
  66. // toolStripSeparator4
  67. //
  68. this.toolStripSeparator4.Name = "toolStripSeparator4";
  69. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 65);
  70. //
  71. // tsbtnClose
  72. //
  73. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  74. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  75. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  76. this.tsbtnClose.Name = "tsbtnClose";
  77. this.tsbtnClose.Size = new System.Drawing.Size(70, 60);
  78. this.tsbtnClose.Text = " 关闭 ";
  79. this.tsbtnClose.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  80. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  81. //
  82. // panel1
  83. //
  84. this.panel1.BackColor = System.Drawing.Color.White;
  85. this.panel1.Controls.Add(this.cobBreakButton);
  86. this.panel1.Location = new System.Drawing.Point(0, 99);
  87. this.panel1.Name = "panel1";
  88. this.panel1.Size = new System.Drawing.Size(932, 53);
  89. this.panel1.TabIndex = 19;
  90. //
  91. // cobBreakButton
  92. //
  93. this.cobBreakButton.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  94. this.cobBreakButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  95. this.cobBreakButton.FormattingEnabled = true;
  96. this.cobBreakButton.Location = new System.Drawing.Point(12, 14);
  97. this.cobBreakButton.Name = "cobBreakButton";
  98. this.cobBreakButton.Size = new System.Drawing.Size(198, 26);
  99. this.cobBreakButton.TabIndex = 8;
  100. this.cobBreakButton.SelectedIndexChanged += new System.EventHandler(this.cobBreakButton_SelectedIndexChanged);
  101. //
  102. // uiIOCardDev0
  103. //
  104. this.uiIOCardDev0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.uiIOCardDev0.Location = new System.Drawing.Point(0, 158);
  108. this.uiIOCardDev0.Name = "uiIOCardDev0";
  109. this.uiIOCardDev0.Size = new System.Drawing.Size(932, 701);
  110. this.uiIOCardDev0.TabIndex = 18;
  111. //
  112. // FrmGButtonSetting
  113. //
  114. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  115. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  116. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  117. this.ClientSize = new System.Drawing.Size(932, 862);
  118. this.Controls.Add(this.panel1);
  119. this.Controls.Add(this.uiIOCardDev0);
  120. this.Controls.Add(this.toolStrip1);
  121. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  122. this.MaximizeBox = false;
  123. this.MinimizeBox = false;
  124. this.Name = "FrmGButtonSetting";
  125. this.ShowIcon = false;
  126. this.ShowInTaskbar = false;
  127. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  128. this.Text = "全局中断按钮设置";
  129. this.Load += new System.EventHandler(this.FrmSetParams_Load);
  130. this.toolStrip1.ResumeLayout(false);
  131. this.toolStrip1.PerformLayout();
  132. this.panel1.ResumeLayout(false);
  133. this.ResumeLayout(false);
  134. this.PerformLayout();
  135. }
  136. #endregion
  137. private System.Windows.Forms.ToolStrip toolStrip1;
  138. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  139. private System.Windows.Forms.ToolStripButton tsbtnClose;
  140. private System.Windows.Forms.ToolStripButton tsbtnSave;
  141. private UI.UIIOCardDev uiIOCardDev0;
  142. private System.Windows.Forms.Panel panel1;
  143. private System.Windows.Forms.ComboBox cobBreakButton;
  144. }
  145. }