FormEditRuleValue.Designer.cs 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. namespace SIMDP.View
  2. {
  3. partial class FormEditRuleValue
  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.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.textEditRuleName = new DevExpress.XtraEditors.TextEdit();
  30. this.txt_RuleOrder = new DevExpress.XtraEditors.TextEdit();
  31. this.btn_Save = new DevExpress.XtraEditors.SimpleButton();
  32. this.btn_Cancel = new DevExpress.XtraEditors.SimpleButton();
  33. this.lookUp_RuleQuery = new DevExpress.XtraEditors.LookUpEdit();
  34. this.lookUp_RuleType = new DevExpress.XtraEditors.LookUpEdit();
  35. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  37. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  38. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  39. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  40. this.panelControl1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.textEditRuleName.Properties)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.txt_RuleOrder.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.lookUp_RuleQuery.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.lookUp_RuleType.Properties)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // panelControl1
  48. //
  49. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  50. | System.Windows.Forms.AnchorStyles.Left)
  51. | System.Windows.Forms.AnchorStyles.Right)));
  52. this.panelControl1.Controls.Add(this.textEditRuleName);
  53. this.panelControl1.Controls.Add(this.txt_RuleOrder);
  54. this.panelControl1.Controls.Add(this.btn_Save);
  55. this.panelControl1.Controls.Add(this.btn_Cancel);
  56. this.panelControl1.Controls.Add(this.lookUp_RuleQuery);
  57. this.panelControl1.Controls.Add(this.lookUp_RuleType);
  58. this.panelControl1.Controls.Add(this.labelControl4);
  59. this.panelControl1.Controls.Add(this.labelControl5);
  60. this.panelControl1.Controls.Add(this.labelControl3);
  61. this.panelControl1.Controls.Add(this.labelControl2);
  62. this.panelControl1.Location = new System.Drawing.Point(-2, -2);
  63. this.panelControl1.Name = "panelControl1";
  64. this.panelControl1.Size = new System.Drawing.Size(393, 230);
  65. this.panelControl1.TabIndex = 0;
  66. //
  67. // textEditRuleName
  68. //
  69. this.textEditRuleName.Location = new System.Drawing.Point(91, 25);
  70. this.textEditRuleName.Name = "textEditRuleName";
  71. this.textEditRuleName.Size = new System.Drawing.Size(259, 20);
  72. this.textEditRuleName.TabIndex = 6;
  73. //
  74. // txt_RuleOrder
  75. //
  76. this.txt_RuleOrder.Location = new System.Drawing.Point(91, 109);
  77. this.txt_RuleOrder.Name = "txt_RuleOrder";
  78. this.txt_RuleOrder.Size = new System.Drawing.Size(259, 20);
  79. this.txt_RuleOrder.TabIndex = 5;
  80. //
  81. // btn_Save
  82. //
  83. this.btn_Save.Location = new System.Drawing.Point(91, 197);
  84. this.btn_Save.Name = "btn_Save";
  85. this.btn_Save.Size = new System.Drawing.Size(51, 23);
  86. this.btn_Save.TabIndex = 3;
  87. this.btn_Save.Text = "保存";
  88. this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
  89. //
  90. // btn_Cancel
  91. //
  92. this.btn_Cancel.Location = new System.Drawing.Point(263, 197);
  93. this.btn_Cancel.Name = "btn_Cancel";
  94. this.btn_Cancel.Size = new System.Drawing.Size(51, 23);
  95. this.btn_Cancel.TabIndex = 3;
  96. this.btn_Cancel.Text = "取消";
  97. this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
  98. //
  99. // lookUp_RuleQuery
  100. //
  101. this.lookUp_RuleQuery.Location = new System.Drawing.Point(91, 153);
  102. this.lookUp_RuleQuery.Name = "lookUp_RuleQuery";
  103. this.lookUp_RuleQuery.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  104. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  105. this.lookUp_RuleQuery.Size = new System.Drawing.Size(259, 20);
  106. this.lookUp_RuleQuery.TabIndex = 2;
  107. //
  108. // lookUp_RuleType
  109. //
  110. this.lookUp_RuleType.Location = new System.Drawing.Point(91, 65);
  111. this.lookUp_RuleType.Name = "lookUp_RuleType";
  112. this.lookUp_RuleType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  113. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  114. this.lookUp_RuleType.Size = new System.Drawing.Size(259, 20);
  115. this.lookUp_RuleType.TabIndex = 2;
  116. //
  117. // labelControl4
  118. //
  119. this.labelControl4.Location = new System.Drawing.Point(31, 156);
  120. this.labelControl4.Name = "labelControl4";
  121. this.labelControl4.Size = new System.Drawing.Size(60, 14);
  122. this.labelControl4.TabIndex = 0;
  123. this.labelControl4.Text = "查询条件:";
  124. //
  125. // labelControl5
  126. //
  127. this.labelControl5.Location = new System.Drawing.Point(31, 112);
  128. this.labelControl5.Name = "labelControl5";
  129. this.labelControl5.Size = new System.Drawing.Size(36, 14);
  130. this.labelControl5.TabIndex = 0;
  131. this.labelControl5.Text = "序号:";
  132. //
  133. // labelControl3
  134. //
  135. this.labelControl3.Location = new System.Drawing.Point(31, 68);
  136. this.labelControl3.Name = "labelControl3";
  137. this.labelControl3.Size = new System.Drawing.Size(36, 14);
  138. this.labelControl3.TabIndex = 0;
  139. this.labelControl3.Text = "类型:";
  140. //
  141. // labelControl2
  142. //
  143. this.labelControl2.Location = new System.Drawing.Point(31, 31);
  144. this.labelControl2.Name = "labelControl2";
  145. this.labelControl2.Size = new System.Drawing.Size(36, 14);
  146. this.labelControl2.TabIndex = 0;
  147. this.labelControl2.Text = "名称:";
  148. //
  149. // FormEditRuleValue
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(390, 230);
  154. this.Controls.Add(this.panelControl1);
  155. this.MaximizeBox = false;
  156. this.MinimizeBox = false;
  157. this.Name = "FormEditRuleValue";
  158. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  159. this.Text = "规则变量信息";
  160. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  161. this.panelControl1.ResumeLayout(false);
  162. this.panelControl1.PerformLayout();
  163. ((System.ComponentModel.ISupportInitialize)(this.textEditRuleName.Properties)).EndInit();
  164. ((System.ComponentModel.ISupportInitialize)(this.txt_RuleOrder.Properties)).EndInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.lookUp_RuleQuery.Properties)).EndInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.lookUp_RuleType.Properties)).EndInit();
  167. this.ResumeLayout(false);
  168. }
  169. #endregion
  170. private DevExpress.XtraEditors.PanelControl panelControl1;
  171. private DevExpress.XtraEditors.LookUpEdit lookUp_RuleType;
  172. private DevExpress.XtraEditors.LabelControl labelControl3;
  173. private DevExpress.XtraEditors.LabelControl labelControl2;
  174. private DevExpress.XtraEditors.SimpleButton btn_Save;
  175. private DevExpress.XtraEditors.SimpleButton btn_Cancel;
  176. private DevExpress.XtraEditors.LookUpEdit lookUp_RuleQuery;
  177. private DevExpress.XtraEditors.LabelControl labelControl4;
  178. private DevExpress.XtraEditors.TextEdit txt_RuleOrder;
  179. private DevExpress.XtraEditors.LabelControl labelControl5;
  180. private DevExpress.XtraEditors.TextEdit textEditRuleName;
  181. }
  182. }