F_PC_0101_1_7.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_PC_0101_1_7
  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(F_PC_0101_1_7));
  29. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  30. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.lblTestMouldFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  32. this.cmbTestMouldFlag = new Dongke.WinForm.Controls.CmbComboBox();
  33. this.SuspendLayout();
  34. //
  35. // btnCancel
  36. //
  37. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  38. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  39. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  40. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  41. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  42. this.btnCancel.ForeColor = System.Drawing.Color.White;
  43. this.btnCancel.Location = new System.Drawing.Point(120, 82);
  44. this.btnCancel.Name = "btnCancel";
  45. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  46. this.btnCancel.TabIndex = 13;
  47. this.btnCancel.Text = "关闭";
  48. this.btnCancel.UseVisualStyleBackColor = false;
  49. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  50. //
  51. // btnSave
  52. //
  53. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  54. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  55. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  56. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.btnSave.ForeColor = System.Drawing.Color.White;
  58. this.btnSave.Location = new System.Drawing.Point(31, 82);
  59. this.btnSave.Name = "btnSave";
  60. this.btnSave.Size = new System.Drawing.Size(85, 30);
  61. this.btnSave.TabIndex = 12;
  62. this.btnSave.Text = "保存(&S)";
  63. this.btnSave.UseVisualStyleBackColor = false;
  64. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  65. //
  66. // lblTestMouldFlag
  67. //
  68. this.lblTestMouldFlag.AutoSize = true;
  69. this.lblTestMouldFlag.BackColor = System.Drawing.Color.Transparent;
  70. this.lblTestMouldFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.lblTestMouldFlag.ForeColor = System.Drawing.SystemColors.ControlText;
  72. this.lblTestMouldFlag.Location = new System.Drawing.Point(21, 31);
  73. this.lblTestMouldFlag.Name = "lblTestMouldFlag";
  74. this.lblTestMouldFlag.Size = new System.Drawing.Size(53, 12);
  75. this.lblTestMouldFlag.TabIndex = 17;
  76. this.lblTestMouldFlag.Text = "试验状态";
  77. //
  78. // cmbTestMouldFlag
  79. //
  80. this.cmbTestMouldFlag.FormattingEnabled = true;
  81. this.cmbTestMouldFlag.Location = new System.Drawing.Point(80, 28);
  82. this.cmbTestMouldFlag.Name = "cmbTestMouldFlag";
  83. this.cmbTestMouldFlag.Size = new System.Drawing.Size(120, 20);
  84. this.cmbTestMouldFlag.TabIndex = 18;
  85. //
  86. // F_PC_0101_1_7
  87. //
  88. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  89. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  90. this.CancelButton = this.btnCancel;
  91. this.ClientSize = new System.Drawing.Size(216, 137);
  92. this.Controls.Add(this.cmbTestMouldFlag);
  93. this.Controls.Add(this.lblTestMouldFlag);
  94. this.Controls.Add(this.btnCancel);
  95. this.Controls.Add(this.btnSave);
  96. this.IsSaveFormSize = false;
  97. this.MaximizeBox = false;
  98. this.MinimizeBox = false;
  99. this.Name = "F_PC_0101_1_7";
  100. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  101. this.Text = "试验状态";
  102. this.Load += new System.EventHandler(this.F_PC_0101_1_2_Load);
  103. this.Controls.SetChildIndex(this.btnSave, 0);
  104. this.Controls.SetChildIndex(this.btnCancel, 0);
  105. this.Controls.SetChildIndex(this.lblTestMouldFlag, 0);
  106. this.Controls.SetChildIndex(this.cmbTestMouldFlag, 0);
  107. this.ResumeLayout(false);
  108. this.PerformLayout();
  109. }
  110. #endregion
  111. private Basics.BaseControls.C_Button btnCancel;
  112. private Basics.BaseControls.C_Button btnSave;
  113. private Basics.BaseControls.C_Label lblTestMouldFlag;
  114. private WinForm.Controls.CmbComboBox cmbTestMouldFlag;
  115. }
  116. }