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

264 lines
15 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSErrorApplyAdd
  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(FormICSErrorApplyAdd));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.txtApplyhint = new System.Windows.Forms.RichTextBox();
  32. this.txtApplyType = new DevExpress.XtraEditors.GridLookUpEdit();
  33. this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
  34. this.label5 = new System.Windows.Forms.Label();
  35. this.txtApplyDept = new DevExpress.XtraEditors.GridLookUpEdit();
  36. this.gridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
  37. this.txtApplyDetial = new System.Windows.Forms.RichTextBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  41. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  42. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  43. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  44. this.panelControl1.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.txtApplyType.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.txtApplyDept.Properties)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // labelControl1
  52. //
  53. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  54. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  55. this.labelControl1.Location = new System.Drawing.Point(0, 3);
  56. this.labelControl1.Name = "labelControl1";
  57. this.labelControl1.Size = new System.Drawing.Size(32, 21);
  58. this.labelControl1.TabIndex = 26;
  59. this.labelControl1.Text = "新增";
  60. //
  61. // panelControl1
  62. //
  63. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  64. | System.Windows.Forms.AnchorStyles.Left)
  65. | System.Windows.Forms.AnchorStyles.Right)));
  66. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  67. this.panelControl1.Appearance.Options.UseBackColor = true;
  68. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  69. this.panelControl1.Controls.Add(this.txtApplyhint);
  70. this.panelControl1.Controls.Add(this.txtApplyType);
  71. this.panelControl1.Controls.Add(this.label5);
  72. this.panelControl1.Controls.Add(this.txtApplyDept);
  73. this.panelControl1.Controls.Add(this.txtApplyDetial);
  74. this.panelControl1.Controls.Add(this.label2);
  75. this.panelControl1.Controls.Add(this.label1);
  76. this.panelControl1.Location = new System.Drawing.Point(1, 30);
  77. this.panelControl1.Name = "panelControl1";
  78. this.panelControl1.Size = new System.Drawing.Size(691, 247);
  79. this.panelControl1.TabIndex = 27;
  80. //
  81. // txtApplyhint
  82. //
  83. this.txtApplyhint.Location = new System.Drawing.Point(120, 172);
  84. this.txtApplyhint.Name = "txtApplyhint";
  85. this.txtApplyhint.ReadOnly = true;
  86. this.txtApplyhint.Size = new System.Drawing.Size(537, 51);
  87. this.txtApplyhint.TabIndex = 89;
  88. this.txtApplyhint.Text = "";
  89. //
  90. // txtApplyType
  91. //
  92. this.txtApplyType.Location = new System.Drawing.Point(405, 28);
  93. this.txtApplyType.Name = "txtApplyType";
  94. this.txtApplyType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  95. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  96. this.txtApplyType.Properties.View = this.gridView1;
  97. this.txtApplyType.Size = new System.Drawing.Size(252, 20);
  98. this.txtApplyType.TabIndex = 88;
  99. this.txtApplyType.EditValueChanged += new System.EventHandler(this.txtApplyType_EditValueChanged);
  100. //
  101. // gridView1
  102. //
  103. this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  104. this.gridView1.Name = "gridView1";
  105. this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
  106. this.gridView1.OptionsView.ShowGroupPanel = false;
  107. //
  108. // label5
  109. //
  110. this.label5.AutoSize = true;
  111. this.label5.Location = new System.Drawing.Point(332, 31);
  112. this.label5.Name = "label5";
  113. this.label5.Size = new System.Drawing.Size(67, 14);
  114. this.label5.TabIndex = 87;
  115. this.label5.Text = "申请类型:";
  116. //
  117. // txtApplyDept
  118. //
  119. this.txtApplyDept.Location = new System.Drawing.Point(120, 28);
  120. this.txtApplyDept.Name = "txtApplyDept";
  121. this.txtApplyDept.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  122. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  123. this.txtApplyDept.Properties.View = this.gridLookUpEdit1View;
  124. this.txtApplyDept.Size = new System.Drawing.Size(185, 20);
  125. this.txtApplyDept.TabIndex = 86;
  126. this.txtApplyDept.EditValueChanged += new System.EventHandler(this.txtApplyDept_EditValueChanged);
  127. //
  128. // gridLookUpEdit1View
  129. //
  130. this.gridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
  131. this.gridLookUpEdit1View.Name = "gridLookUpEdit1View";
  132. this.gridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
  133. this.gridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
  134. //
  135. // txtApplyDetial
  136. //
  137. this.txtApplyDetial.Location = new System.Drawing.Point(120, 73);
  138. this.txtApplyDetial.Name = "txtApplyDetial";
  139. this.txtApplyDetial.Size = new System.Drawing.Size(537, 96);
  140. this.txtApplyDetial.TabIndex = 73;
  141. this.txtApplyDetial.Text = "";
  142. //
  143. // label2
  144. //
  145. this.label2.AutoSize = true;
  146. this.label2.Location = new System.Drawing.Point(23, 73);
  147. this.label2.Name = "label2";
  148. this.label2.Size = new System.Drawing.Size(91, 14);
  149. this.label2.TabIndex = 9;
  150. this.label2.Text = "申请修改内容:";
  151. //
  152. // label1
  153. //
  154. this.label1.AutoSize = true;
  155. this.label1.Location = new System.Drawing.Point(47, 31);
  156. this.label1.Name = "label1";
  157. this.label1.Size = new System.Drawing.Size(67, 14);
  158. this.label1.TabIndex = 8;
  159. this.label1.Text = "申请部门:";
  160. //
  161. // btnOK
  162. //
  163. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  164. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  165. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  166. this.btnOK.Appearance.Options.UseFont = true;
  167. this.btnOK.Appearance.Options.UseForeColor = true;
  168. this.btnOK.Appearance.Options.UseTextOptions = true;
  169. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  170. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  171. this.btnOK.Location = new System.Drawing.Point(548, 283);
  172. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  173. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  174. this.btnOK.Name = "btnOK";
  175. this.btnOK.Size = new System.Drawing.Size(70, 30);
  176. this.btnOK.TabIndex = 28;
  177. this.btnOK.Text = "保存";
  178. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  179. //
  180. // btnCancle
  181. //
  182. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  183. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  184. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  185. this.btnCancle.Appearance.Options.UseFont = true;
  186. this.btnCancle.Appearance.Options.UseForeColor = true;
  187. this.btnCancle.Appearance.Options.UseTextOptions = true;
  188. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  189. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  190. this.btnCancle.Location = new System.Drawing.Point(622, 283);
  191. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  192. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  193. this.btnCancle.Name = "btnCancle";
  194. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  195. this.btnCancle.TabIndex = 29;
  196. this.btnCancle.Text = "取消";
  197. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  198. //
  199. // btnClose
  200. //
  201. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  202. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  203. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  204. this.btnClose.Appearance.Options.UseFont = true;
  205. this.btnClose.Appearance.Options.UseForeColor = true;
  206. this.btnClose.Appearance.Options.UseTextOptions = true;
  207. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  208. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  209. this.btnClose.Location = new System.Drawing.Point(666, 1);
  210. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  211. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  212. this.btnClose.Name = "btnClose";
  213. this.btnClose.Size = new System.Drawing.Size(26, 29);
  214. this.btnClose.TabIndex = 30;
  215. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  216. //
  217. // FormICSErrorApplyAdd
  218. //
  219. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  220. this.Appearance.Options.UseBackColor = true;
  221. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  222. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  223. this.ClientSize = new System.Drawing.Size(693, 316);
  224. this.Controls.Add(this.btnClose);
  225. this.Controls.Add(this.btnCancle);
  226. this.Controls.Add(this.btnOK);
  227. this.Controls.Add(this.panelControl1);
  228. this.Controls.Add(this.labelControl1);
  229. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  230. this.Name = "FormICSErrorApplyAdd";
  231. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  232. this.Text = "FormICSShifTypeAdd";
  233. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  234. this.panelControl1.ResumeLayout(false);
  235. this.panelControl1.PerformLayout();
  236. ((System.ComponentModel.ISupportInitialize)(this.txtApplyType.Properties)).EndInit();
  237. ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.txtApplyDept.Properties)).EndInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.gridLookUpEdit1View)).EndInit();
  240. this.ResumeLayout(false);
  241. this.PerformLayout();
  242. }
  243. #endregion
  244. private DevExpress.XtraEditors.LabelControl labelControl1;
  245. private DevExpress.XtraEditors.PanelControl panelControl1;
  246. private DevExpress.XtraEditors.SimpleButton btnOK;
  247. private DevExpress.XtraEditors.SimpleButton btnCancle;
  248. private DevExpress.XtraEditors.SimpleButton btnClose;
  249. private System.Windows.Forms.Label label2;
  250. private System.Windows.Forms.Label label1;
  251. private System.Windows.Forms.RichTextBox txtApplyDetial;
  252. private System.Windows.Forms.RichTextBox txtApplyhint;
  253. private DevExpress.XtraEditors.GridLookUpEdit txtApplyType;
  254. private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
  255. private System.Windows.Forms.Label label5;
  256. private DevExpress.XtraEditors.GridLookUpEdit txtApplyDept;
  257. private DevExpress.XtraGrid.Views.Grid.GridView gridLookUpEdit1View;
  258. }
  259. }