锐腾搅拌上料功能
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.

254 lines
13 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSSOLUTIONAdd
  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(FormICSSOLUTIONAdd));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  33. this.txtMUSERName = new DevExpress.XtraEditors.TextEdit();
  34. this.labelControl12 = new DevExpress.XtraEditors.LabelControl();
  35. this.labelControl13 = new DevExpress.XtraEditors.LabelControl();
  36. this.save = new DevExpress.XtraEditors.SimpleButton();
  37. this.can = new DevExpress.XtraEditors.SimpleButton();
  38. this.txtMTIME = new DevExpress.XtraEditors.TextEdit();
  39. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  40. this.txtSOLIMP = new System.Windows.Forms.RichTextBox();
  41. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  42. this.txtSOLCODE = new DevExpress.XtraEditors.TextEdit();
  43. this.txtSOLDESC = new System.Windows.Forms.RichTextBox();
  44. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  47. this.panelControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.txtSOLCODE.Properties)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // btnClose
  52. //
  53. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  54. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  55. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  56. this.btnClose.Appearance.Options.UseFont = true;
  57. this.btnClose.Appearance.Options.UseForeColor = true;
  58. this.btnClose.Appearance.Options.UseTextOptions = true;
  59. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  60. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  61. this.btnClose.Location = new System.Drawing.Point(283, 1);
  62. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  63. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  64. this.btnClose.Name = "btnClose";
  65. this.btnClose.Size = new System.Drawing.Size(26, 23);
  66. this.btnClose.TabIndex = 5;
  67. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  68. //
  69. // lblTitle
  70. //
  71. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  72. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  73. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  74. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  75. this.lblTitle.Name = "lblTitle";
  76. this.lblTitle.Size = new System.Drawing.Size(110, 23);
  77. this.lblTitle.TabIndex = 6;
  78. this.lblTitle.Text = "新增";
  79. //
  80. // labelControl2
  81. //
  82. this.labelControl2.Location = new System.Drawing.Point(26, 79);
  83. this.labelControl2.Name = "labelControl2";
  84. this.labelControl2.Size = new System.Drawing.Size(84, 14);
  85. this.labelControl2.TabIndex = 0;
  86. this.labelControl2.Text = "解决方案描述:";
  87. //
  88. // labelControl1
  89. //
  90. this.labelControl1.Location = new System.Drawing.Point(26, 33);
  91. this.labelControl1.Name = "labelControl1";
  92. this.labelControl1.Size = new System.Drawing.Size(84, 14);
  93. this.labelControl1.TabIndex = 0;
  94. this.labelControl1.Text = "解决方案代码:";
  95. //
  96. // txtMUSERName
  97. //
  98. this.txtMUSERName.EnterMoveNextControl = true;
  99. this.txtMUSERName.Location = new System.Drawing.Point(120, 201);
  100. this.txtMUSERName.Name = "txtMUSERName";
  101. this.txtMUSERName.Properties.ReadOnly = true;
  102. this.txtMUSERName.Size = new System.Drawing.Size(155, 20);
  103. this.txtMUSERName.TabIndex = 18;
  104. //
  105. // labelControl12
  106. //
  107. this.labelControl12.Location = new System.Drawing.Point(26, 239);
  108. this.labelControl12.Name = "labelControl12";
  109. this.labelControl12.Size = new System.Drawing.Size(60, 14);
  110. this.labelControl12.TabIndex = 22;
  111. this.labelControl12.Text = "维护时间:";
  112. //
  113. // labelControl13
  114. //
  115. this.labelControl13.Location = new System.Drawing.Point(26, 204);
  116. this.labelControl13.Name = "labelControl13";
  117. this.labelControl13.Size = new System.Drawing.Size(48, 14);
  118. this.labelControl13.TabIndex = 23;
  119. this.labelControl13.Text = "维护人:";
  120. //
  121. // save
  122. //
  123. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  124. this.save.Location = new System.Drawing.Point(120, 281);
  125. this.save.Name = "save";
  126. this.save.Size = new System.Drawing.Size(68, 23);
  127. this.save.TabIndex = 30;
  128. this.save.Text = "保存";
  129. this.save.Click += new System.EventHandler(this.save_Click);
  130. //
  131. // can
  132. //
  133. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  134. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  135. this.can.Location = new System.Drawing.Point(207, 281);
  136. this.can.Name = "can";
  137. this.can.Size = new System.Drawing.Size(68, 23);
  138. this.can.TabIndex = 31;
  139. this.can.Text = "取消";
  140. this.can.Click += new System.EventHandler(this.can_Click);
  141. //
  142. // txtMTIME
  143. //
  144. this.txtMTIME.EnterMoveNextControl = true;
  145. this.txtMTIME.Location = new System.Drawing.Point(120, 236);
  146. this.txtMTIME.Name = "txtMTIME";
  147. this.txtMTIME.Properties.ReadOnly = true;
  148. this.txtMTIME.Size = new System.Drawing.Size(155, 20);
  149. this.txtMTIME.TabIndex = 35;
  150. //
  151. // panelControl1
  152. //
  153. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  154. | System.Windows.Forms.AnchorStyles.Left)
  155. | System.Windows.Forms.AnchorStyles.Right)));
  156. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  157. this.panelControl1.Appearance.Options.UseBackColor = true;
  158. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  159. this.panelControl1.Controls.Add(this.txtSOLIMP);
  160. this.panelControl1.Controls.Add(this.labelControl3);
  161. this.panelControl1.Controls.Add(this.txtSOLCODE);
  162. this.panelControl1.Controls.Add(this.txtSOLDESC);
  163. this.panelControl1.Controls.Add(this.txtMTIME);
  164. this.panelControl1.Controls.Add(this.can);
  165. this.panelControl1.Controls.Add(this.save);
  166. this.panelControl1.Controls.Add(this.labelControl13);
  167. this.panelControl1.Controls.Add(this.labelControl12);
  168. this.panelControl1.Controls.Add(this.txtMUSERName);
  169. this.panelControl1.Controls.Add(this.labelControl1);
  170. this.panelControl1.Controls.Add(this.labelControl2);
  171. this.panelControl1.Location = new System.Drawing.Point(1, 27);
  172. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  173. this.panelControl1.Name = "panelControl1";
  174. this.panelControl1.Size = new System.Drawing.Size(308, 326);
  175. this.panelControl1.TabIndex = 23;
  176. //
  177. // txtSOLIMP
  178. //
  179. this.txtSOLIMP.Location = new System.Drawing.Point(120, 134);
  180. this.txtSOLIMP.Name = "txtSOLIMP";
  181. this.txtSOLIMP.Size = new System.Drawing.Size(155, 49);
  182. this.txtSOLIMP.TabIndex = 75;
  183. this.txtSOLIMP.Text = "";
  184. //
  185. // labelControl3
  186. //
  187. this.labelControl3.Location = new System.Drawing.Point(26, 149);
  188. this.labelControl3.Name = "labelControl3";
  189. this.labelControl3.Size = new System.Drawing.Size(84, 14);
  190. this.labelControl3.TabIndex = 74;
  191. this.labelControl3.Text = "解决方案改进:";
  192. //
  193. // txtSOLCODE
  194. //
  195. this.txtSOLCODE.EnterMoveNextControl = true;
  196. this.txtSOLCODE.Location = new System.Drawing.Point(120, 30);
  197. this.txtSOLCODE.Name = "txtSOLCODE";
  198. this.txtSOLCODE.Size = new System.Drawing.Size(155, 20);
  199. this.txtSOLCODE.TabIndex = 73;
  200. //
  201. // txtSOLDESC
  202. //
  203. this.txtSOLDESC.Location = new System.Drawing.Point(120, 67);
  204. this.txtSOLDESC.Name = "txtSOLDESC";
  205. this.txtSOLDESC.Size = new System.Drawing.Size(155, 49);
  206. this.txtSOLDESC.TabIndex = 72;
  207. this.txtSOLDESC.Text = "";
  208. //
  209. // FormICSSOLUTIONAdd
  210. //
  211. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  212. this.Appearance.Options.UseBackColor = true;
  213. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  214. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  215. this.ClientSize = new System.Drawing.Size(310, 380);
  216. this.Controls.Add(this.panelControl1);
  217. this.Controls.Add(this.lblTitle);
  218. this.Controls.Add(this.btnClose);
  219. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  220. this.Name = "FormICSSOLUTIONAdd";
  221. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  222. this.Text = "FormContainerAddEdit";
  223. this.Load += new System.EventHandler(this.FormICSSOLUTIONAdd_Load);
  224. ((System.ComponentModel.ISupportInitialize)(this.txtMUSERName.Properties)).EndInit();
  225. ((System.ComponentModel.ISupportInitialize)(this.txtMTIME.Properties)).EndInit();
  226. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  227. this.panelControl1.ResumeLayout(false);
  228. this.panelControl1.PerformLayout();
  229. ((System.ComponentModel.ISupportInitialize)(this.txtSOLCODE.Properties)).EndInit();
  230. this.ResumeLayout(false);
  231. }
  232. #endregion
  233. private DevExpress.XtraEditors.SimpleButton btnClose;
  234. private DevExpress.XtraEditors.LabelControl lblTitle;
  235. private DevExpress.XtraEditors.LabelControl labelControl2;
  236. private DevExpress.XtraEditors.LabelControl labelControl1;
  237. private DevExpress.XtraEditors.TextEdit txtMUSERName;
  238. private DevExpress.XtraEditors.LabelControl labelControl12;
  239. private DevExpress.XtraEditors.LabelControl labelControl13;
  240. private DevExpress.XtraEditors.SimpleButton save;
  241. private DevExpress.XtraEditors.SimpleButton can;
  242. private DevExpress.XtraEditors.TextEdit txtMTIME;
  243. private DevExpress.XtraEditors.PanelControl panelControl1;
  244. private System.Windows.Forms.RichTextBox txtSOLDESC;
  245. private DevExpress.XtraEditors.TextEdit txtSOLCODE;
  246. private System.Windows.Forms.RichTextBox txtSOLIMP;
  247. private DevExpress.XtraEditors.LabelControl labelControl3;
  248. }
  249. }