版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

97 lines
4.3 KiB

  1. namespace AssistClient
  2. {
  3. partial class FrmCMDProcess
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.cobCMDProcess = new System.Windows.Forms.ComboBox();
  30. this.uiIOCardDev0 = new AssistClient.UI.UIIOCardDev();
  31. this.panel1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // panel1
  35. //
  36. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  37. | System.Windows.Forms.AnchorStyles.Right)));
  38. this.panel1.BackColor = System.Drawing.Color.White;
  39. this.panel1.Controls.Add(this.cobCMDProcess);
  40. this.panel1.Location = new System.Drawing.Point(0, 0);
  41. this.panel1.Name = "panel1";
  42. this.panel1.Size = new System.Drawing.Size(932, 53);
  43. this.panel1.TabIndex = 19;
  44. //
  45. // cobCMDProcess
  46. //
  47. this.cobCMDProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  48. this.cobCMDProcess.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
  49. this.cobCMDProcess.FormattingEnabled = true;
  50. this.cobCMDProcess.Location = new System.Drawing.Point(12, 14);
  51. this.cobCMDProcess.Name = "cobCMDProcess";
  52. this.cobCMDProcess.Size = new System.Drawing.Size(318, 26);
  53. this.cobCMDProcess.TabIndex = 8;
  54. this.cobCMDProcess.SelectedIndexChanged += new System.EventHandler(this.cobCMDProcess_SelectedIndexChanged);
  55. //
  56. // uiIOCardDev0
  57. //
  58. this.uiIOCardDev0.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.uiIOCardDev0.Location = new System.Drawing.Point(0, 59);
  62. this.uiIOCardDev0.Name = "uiIOCardDev0";
  63. this.uiIOCardDev0.Size = new System.Drawing.Size(932, 800);
  64. this.uiIOCardDev0.TabIndex = 18;
  65. //
  66. // FrmCMDProcess
  67. //
  68. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  69. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  70. this.BackColor = System.Drawing.SystemColors.ActiveCaption;
  71. this.ClientSize = new System.Drawing.Size(932, 862);
  72. this.Controls.Add(this.panel1);
  73. this.Controls.Add(this.uiIOCardDev0);
  74. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  75. this.MaximizeBox = false;
  76. this.MinimizeBox = false;
  77. this.Name = "FrmCMDProcess";
  78. this.ShowIcon = false;
  79. this.ShowInTaskbar = false;
  80. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  81. this.Text = "系统指令设置";
  82. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCMDProcess_FormClosing);
  83. this.Load += new System.EventHandler(this.FrmSetParams_Load);
  84. this.panel1.ResumeLayout(false);
  85. this.ResumeLayout(false);
  86. }
  87. #endregion
  88. private UI.UIIOCardDev uiIOCardDev0;
  89. private System.Windows.Forms.Panel panel1;
  90. private System.Windows.Forms.ComboBox cobCMDProcess;
  91. }
  92. }