PopupAudit.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. namespace Core.StlMes.Client.SaleOrder.Dialog
  2. {
  3. partial class PopupAudit
  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. Infragistics.Win.ValueListItem valueListItem1 = new Infragistics.Win.ValueListItem();
  29. Infragistics.Win.ValueListItem valueListItem2 = new Infragistics.Win.ValueListItem();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PopupAudit));
  31. this.btnSubmit = new System.Windows.Forms.Button();
  32. this.txtAudit = new System.Windows.Forms.TextBox();
  33. this.panel1 = new System.Windows.Forms.Panel();
  34. this.cmbAuditType = new Core.Mes.Client.Comm.Control.LabelComboBox();
  35. this.panel1.SuspendLayout();
  36. ((System.ComponentModel.ISupportInitialize)(this.cmbAuditType.ComboBox)).BeginInit();
  37. this.SuspendLayout();
  38. //
  39. // btnSubmit
  40. //
  41. this.btnSubmit.Location = new System.Drawing.Point(189, 11);
  42. this.btnSubmit.Name = "btnSubmit";
  43. this.btnSubmit.Size = new System.Drawing.Size(75, 23);
  44. this.btnSubmit.TabIndex = 0;
  45. this.btnSubmit.Text = "确认";
  46. this.btnSubmit.UseVisualStyleBackColor = true;
  47. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  48. //
  49. // txtAudit
  50. //
  51. this.txtAudit.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.txtAudit.Location = new System.Drawing.Point(0, 55);
  53. this.txtAudit.MaxLength = 50;
  54. this.txtAudit.Multiline = true;
  55. this.txtAudit.Name = "txtAudit";
  56. this.txtAudit.Size = new System.Drawing.Size(283, 150);
  57. this.txtAudit.TabIndex = 2;
  58. //
  59. // panel1
  60. //
  61. this.panel1.Controls.Add(this.btnSubmit);
  62. this.panel1.Controls.Add(this.cmbAuditType);
  63. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  64. this.panel1.Location = new System.Drawing.Point(0, 0);
  65. this.panel1.Name = "panel1";
  66. this.panel1.Size = new System.Drawing.Size(283, 55);
  67. this.panel1.TabIndex = 3;
  68. //
  69. // cmbAuditType
  70. //
  71. this.cmbAuditType.BackColor = System.Drawing.Color.Transparent;
  72. //
  73. //
  74. //
  75. this.cmbAuditType.CheckBox.AutoSize = true;
  76. this.cmbAuditType.CheckBox.Checked = true;
  77. this.cmbAuditType.CheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
  78. this.cmbAuditType.CheckBox.Location = new System.Drawing.Point(4, 4);
  79. this.cmbAuditType.CheckBox.Name = "checkBox1";
  80. this.cmbAuditType.CheckBox.Size = new System.Drawing.Size(15, 14);
  81. this.cmbAuditType.CheckBox.TabIndex = 0;
  82. this.cmbAuditType.CheckBox.UseVisualStyleBackColor = true;
  83. this.cmbAuditType.CheckBox.Visible = false;
  84. //
  85. //
  86. //
  87. this.cmbAuditType.ComboBox.Dock = System.Windows.Forms.DockStyle.Fill;
  88. this.cmbAuditType.ComboBox.DropDownStyle = Infragistics.Win.DropDownStyle.DropDownList;
  89. valueListItem1.DataValue = "";
  90. valueListItem1.DisplayText = "通过";
  91. valueListItem2.DataValue = "";
  92. valueListItem2.DisplayText = "不通过";
  93. this.cmbAuditType.ComboBox.Items.AddRange(new Infragistics.Win.ValueListItem[] {
  94. valueListItem1,
  95. valueListItem2});
  96. this.cmbAuditType.ComboBox.Location = new System.Drawing.Point(0, 0);
  97. this.cmbAuditType.ComboBox.Name = "comboBox1";
  98. this.cmbAuditType.ComboBox.Size = new System.Drawing.Size(107, 21);
  99. this.cmbAuditType.ComboBox.TabIndex = 1;
  100. //
  101. //
  102. //
  103. this.cmbAuditType.Label.AutoSize = true;
  104. this.cmbAuditType.Label.BackColor = System.Drawing.Color.Transparent;
  105. this.cmbAuditType.Label.Location = new System.Drawing.Point(4, 4);
  106. this.cmbAuditType.Label.Name = "label1";
  107. this.cmbAuditType.Label.Size = new System.Drawing.Size(53, 12);
  108. this.cmbAuditType.Label.TabIndex = 2;
  109. this.cmbAuditType.Label.Text = "审核结果";
  110. this.cmbAuditType.Location = new System.Drawing.Point(14, 12);
  111. this.cmbAuditType.Name = "cmbAuditType";
  112. this.cmbAuditType.Size = new System.Drawing.Size(167, 21);
  113. this.cmbAuditType.TabIndex = 1;
  114. //
  115. // PopupAudit
  116. //
  117. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  118. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  119. this.ClientSize = new System.Drawing.Size(283, 205);
  120. this.Controls.Add(this.txtAudit);
  121. this.Controls.Add(this.panel1);
  122. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  123. this.MaximizeBox = false;
  124. this.MaximumSize = new System.Drawing.Size(299, 244);
  125. this.MinimizeBox = false;
  126. this.MinimumSize = new System.Drawing.Size(299, 244);
  127. this.Name = "PopupAudit";
  128. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  129. this.Text = "审核";
  130. this.panel1.ResumeLayout(false);
  131. ((System.ComponentModel.ISupportInitialize)(this.cmbAuditType.ComboBox)).EndInit();
  132. this.ResumeLayout(false);
  133. this.PerformLayout();
  134. }
  135. #endregion
  136. private System.Windows.Forms.Button btnSubmit;
  137. public System.Windows.Forms.Button BtnSubmit
  138. {
  139. get { return btnSubmit; }
  140. set { btnSubmit = value; }
  141. }
  142. private Core.Mes.Client.Comm.Control.LabelComboBox cmbAuditType;
  143. private System.Windows.Forms.TextBox txtAudit;
  144. public System.Windows.Forms.TextBox TxtAudit
  145. {
  146. get { return txtAudit; }
  147. set { txtAudit = value; }
  148. }
  149. private System.Windows.Forms.Panel panel1;
  150. public Core.Mes.Client.Comm.Control.LabelComboBox CmbAuditType
  151. {
  152. get { return cmbAuditType; }
  153. set { cmbAuditType = value; }
  154. }
  155. }
  156. }