FrmInputStdName.Designer.cs 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. namespace Core.StlMes.Client.Qcm
  2. {
  3. partial class FrmInputStdName
  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(FrmInputStdName));
  29. this.ultraButton1 = new Infragistics.Win.Misc.UltraButton();
  30. this.ultraButton2 = new Infragistics.Win.Misc.UltraButton();
  31. this.labelTextBox1 = new Core.Mes.Client.Comm.Control.LabelTextBox();
  32. this.SuspendLayout();
  33. //
  34. // ultraButton1
  35. //
  36. this.ultraButton1.Location = new System.Drawing.Point(270, 60);
  37. this.ultraButton1.Name = "ultraButton1";
  38. this.ultraButton1.Size = new System.Drawing.Size(75, 29);
  39. this.ultraButton1.TabIndex = 1;
  40. this.ultraButton1.Text = "确认";
  41. this.ultraButton1.Click += new System.EventHandler(this.ultraButton1_Click);
  42. //
  43. // ultraButton2
  44. //
  45. this.ultraButton2.Location = new System.Drawing.Point(370, 60);
  46. this.ultraButton2.Name = "ultraButton2";
  47. this.ultraButton2.Size = new System.Drawing.Size(75, 29);
  48. this.ultraButton2.TabIndex = 2;
  49. this.ultraButton2.Text = "取消";
  50. this.ultraButton2.Click += new System.EventHandler(this.ultraButton2_Click);
  51. //
  52. // labelTextBox1
  53. //
  54. //
  55. //
  56. //
  57. this.labelTextBox1.CheckBox.AutoSize = true;
  58. this.labelTextBox1.CheckBox.Checked = true;
  59. this.labelTextBox1.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  60. this.labelTextBox1.CheckBox.Location = new System.Drawing.Point(5, 5);
  61. this.labelTextBox1.CheckBox.Margin = new System.Windows.Forms.Padding(4);
  62. this.labelTextBox1.CheckBox.Name = "checkBox1";
  63. this.labelTextBox1.CheckBox.Size = new System.Drawing.Size(18, 17);
  64. this.labelTextBox1.CheckBox.TabIndex = 1;
  65. this.labelTextBox1.CheckBox.UseVisualStyleBackColor = true;
  66. this.labelTextBox1.CheckBox.Visible = false;
  67. //
  68. //
  69. //
  70. this.labelTextBox1.Label.AutoSize = true;
  71. this.labelTextBox1.Label.Location = new System.Drawing.Point(5, 5);
  72. this.labelTextBox1.Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  73. this.labelTextBox1.Label.Name = "label1";
  74. this.labelTextBox1.Label.Size = new System.Drawing.Size(82, 15);
  75. this.labelTextBox1.Label.TabIndex = 0;
  76. this.labelTextBox1.Label.Text = "新标准名称";
  77. this.labelTextBox1.Location = new System.Drawing.Point(13, 13);
  78. this.labelTextBox1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  79. this.labelTextBox1.Name = "labelTextBox1";
  80. this.labelTextBox1.Size = new System.Drawing.Size(453, 26);
  81. this.labelTextBox1.TabIndex = 0;
  82. //
  83. //
  84. //
  85. this.labelTextBox1.TextBox.Dock = System.Windows.Forms.DockStyle.Fill;
  86. this.labelTextBox1.TextBox.Location = new System.Drawing.Point(0, 0);
  87. this.labelTextBox1.TextBox.Margin = new System.Windows.Forms.Padding(4);
  88. this.labelTextBox1.TextBox.Name = "textBox1";
  89. this.labelTextBox1.TextBox.Size = new System.Drawing.Size(362, 25);
  90. this.labelTextBox1.TextBox.TabIndex = 1;
  91. //
  92. // FrmInputStdName
  93. //
  94. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  95. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  96. this.ClientSize = new System.Drawing.Size(479, 101);
  97. this.Controls.Add(this.ultraButton2);
  98. this.Controls.Add(this.ultraButton1);
  99. this.Controls.Add(this.labelTextBox1);
  100. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
  101. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  102. this.Name = "FrmInputStdName";
  103. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  104. this.Text = "请输入新标准名称";
  105. this.Load += new System.EventHandler(this.FrmInputStdName_Load);
  106. this.ResumeLayout(false);
  107. }
  108. #endregion
  109. private Mes.Client.Comm.Control.LabelTextBox labelTextBox1;
  110. private Infragistics.Win.Misc.UltraButton ultraButton1;
  111. private Infragistics.Win.Misc.UltraButton ultraButton2;
  112. }
  113. }