华恒Mes鼎捷代码
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.

316 lines
18 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMO2RCARDAdd
  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(FormICSMO2RCARDAdd));
  29. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  30. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnCancelAll = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnSelectAll = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnDel = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnCreate = new DevExpress.XtraEditors.SimpleButton();
  36. this.MOTitle = new DevExpress.XtraEditors.LabelControl();
  37. this.rptPage = new ICSSoft.Base.UserControl.FormControl.PageNavTool();
  38. this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
  39. this.grdDetail = new DevExpress.XtraGrid.GridControl();
  40. this.grvDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
  41. this.colisSelect = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.colRCARD = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.grvAdvDetail = new DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView();
  44. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  45. this.panelControl3.SuspendLayout();
  46. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
  47. this.groupControl1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // btnExit
  54. //
  55. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  56. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  57. this.btnExit.Appearance.Options.UseFont = true;
  58. this.btnExit.Appearance.Options.UseForeColor = true;
  59. this.btnExit.Appearance.Options.UseTextOptions = true;
  60. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  61. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  62. this.btnExit.Location = new System.Drawing.Point(225, 0);
  63. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  64. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  65. this.btnExit.Name = "btnExit";
  66. this.btnExit.Size = new System.Drawing.Size(55, 30);
  67. this.btnExit.TabIndex = 10;
  68. this.btnExit.Text = "退出";
  69. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  70. //
  71. // panelControl3
  72. //
  73. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  74. this.panelControl3.Appearance.Options.UseBackColor = true;
  75. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  76. this.panelControl3.Controls.Add(this.btnCancelAll);
  77. this.panelControl3.Controls.Add(this.btnSelectAll);
  78. this.panelControl3.Controls.Add(this.btnDel);
  79. this.panelControl3.Controls.Add(this.btnClose);
  80. this.panelControl3.Controls.Add(this.btnCreate);
  81. this.panelControl3.Controls.Add(this.MOTitle);
  82. this.panelControl3.Controls.Add(this.btnExit);
  83. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  84. this.panelControl3.Location = new System.Drawing.Point(0, 0);
  85. this.panelControl3.Name = "panelControl3";
  86. this.panelControl3.Size = new System.Drawing.Size(1036, 30);
  87. this.panelControl3.TabIndex = 13;
  88. //
  89. // btnCancelAll
  90. //
  91. this.btnCancelAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  92. this.btnCancelAll.Appearance.ForeColor = System.Drawing.Color.White;
  93. this.btnCancelAll.Appearance.Options.UseFont = true;
  94. this.btnCancelAll.Appearance.Options.UseForeColor = true;
  95. this.btnCancelAll.Appearance.Options.UseTextOptions = true;
  96. this.btnCancelAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  97. this.btnCancelAll.Image = ((System.Drawing.Image)(resources.GetObject("btnCancelAll.Image")));
  98. this.btnCancelAll.Location = new System.Drawing.Point(553, 0);
  99. this.btnCancelAll.LookAndFeel.SkinName = "BlueButtonSkin";
  100. this.btnCancelAll.LookAndFeel.UseDefaultLookAndFeel = false;
  101. this.btnCancelAll.Name = "btnCancelAll";
  102. this.btnCancelAll.Size = new System.Drawing.Size(57, 30);
  103. this.btnCancelAll.TabIndex = 28;
  104. this.btnCancelAll.Text = "全消";
  105. this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
  106. //
  107. // btnSelectAll
  108. //
  109. this.btnSelectAll.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  110. this.btnSelectAll.Appearance.ForeColor = System.Drawing.Color.White;
  111. this.btnSelectAll.Appearance.Options.UseFont = true;
  112. this.btnSelectAll.Appearance.Options.UseForeColor = true;
  113. this.btnSelectAll.Appearance.Options.UseTextOptions = true;
  114. this.btnSelectAll.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  115. this.btnSelectAll.Image = ((System.Drawing.Image)(resources.GetObject("btnSelectAll.Image")));
  116. this.btnSelectAll.Location = new System.Drawing.Point(490, 0);
  117. this.btnSelectAll.LookAndFeel.SkinName = "BlueButtonSkin";
  118. this.btnSelectAll.LookAndFeel.UseDefaultLookAndFeel = false;
  119. this.btnSelectAll.Name = "btnSelectAll";
  120. this.btnSelectAll.Size = new System.Drawing.Size(57, 30);
  121. this.btnSelectAll.TabIndex = 27;
  122. this.btnSelectAll.Text = "全选";
  123. this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
  124. //
  125. // btnDel
  126. //
  127. this.btnDel.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  128. this.btnDel.Appearance.ForeColor = System.Drawing.Color.White;
  129. this.btnDel.Appearance.Options.UseFont = true;
  130. this.btnDel.Appearance.Options.UseForeColor = true;
  131. this.btnDel.Appearance.Options.UseTextOptions = true;
  132. this.btnDel.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  133. this.btnDel.Image = ((System.Drawing.Image)(resources.GetObject("btnDel.Image")));
  134. this.btnDel.Location = new System.Drawing.Point(167, 0);
  135. this.btnDel.LookAndFeel.SkinName = "BlueButtonSkin";
  136. this.btnDel.LookAndFeel.UseDefaultLookAndFeel = false;
  137. this.btnDel.Name = "btnDel";
  138. this.btnDel.Size = new System.Drawing.Size(58, 30);
  139. this.btnDel.TabIndex = 26;
  140. this.btnDel.Text = "删除";
  141. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  142. //
  143. // btnClose
  144. //
  145. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  146. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  147. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  148. this.btnClose.Appearance.Options.UseFont = true;
  149. this.btnClose.Appearance.Options.UseForeColor = true;
  150. this.btnClose.Appearance.Options.UseTextOptions = true;
  151. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  152. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  153. this.btnClose.Location = new System.Drawing.Point(1010, 0);
  154. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  155. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  156. this.btnClose.Name = "btnClose";
  157. this.btnClose.Size = new System.Drawing.Size(26, 29);
  158. this.btnClose.TabIndex = 25;
  159. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  160. //
  161. // btnCreate
  162. //
  163. this.btnCreate.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  164. this.btnCreate.Appearance.ForeColor = System.Drawing.Color.White;
  165. this.btnCreate.Appearance.Options.UseFont = true;
  166. this.btnCreate.Appearance.Options.UseForeColor = true;
  167. this.btnCreate.Appearance.Options.UseTextOptions = true;
  168. this.btnCreate.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  169. this.btnCreate.Image = ((System.Drawing.Image)(resources.GetObject("btnCreate.Image")));
  170. this.btnCreate.Location = new System.Drawing.Point(109, 0);
  171. this.btnCreate.LookAndFeel.SkinName = "BlueButtonSkin";
  172. this.btnCreate.LookAndFeel.UseDefaultLookAndFeel = false;
  173. this.btnCreate.Name = "btnCreate";
  174. this.btnCreate.Size = new System.Drawing.Size(58, 30);
  175. this.btnCreate.TabIndex = 23;
  176. this.btnCreate.Text = "生成";
  177. this.btnCreate.Click += new System.EventHandler(this.btnCreate_Click);
  178. //
  179. // MOTitle
  180. //
  181. this.MOTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  182. this.MOTitle.Appearance.ForeColor = System.Drawing.Color.White;
  183. this.MOTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  184. this.MOTitle.Location = new System.Drawing.Point(3, 4);
  185. this.MOTitle.Name = "MOTitle";
  186. this.MOTitle.Size = new System.Drawing.Size(100, 23);
  187. this.MOTitle.TabIndex = 19;
  188. this.MOTitle.Text = " 序列号";
  189. //
  190. // rptPage
  191. //
  192. this.rptPage.Appearance.BackColor = System.Drawing.Color.White;
  193. this.rptPage.Appearance.Options.UseBackColor = true;
  194. this.rptPage.Dock = System.Windows.Forms.DockStyle.Bottom;
  195. this.rptPage.isInit = false;
  196. this.rptPage.Location = new System.Drawing.Point(0, 413);
  197. this.rptPage.Name = "rptPage";
  198. this.rptPage.PageIndex = 0;
  199. this.rptPage.PageSize = 0;
  200. this.rptPage.RecordNum = 0;
  201. this.rptPage.Size = new System.Drawing.Size(1036, 26);
  202. this.rptPage.TabIndex = 15;
  203. this.rptPage.PageIndexChanged += new ICSSoft.Base.UserControl.FormControl.PageNavTool.PageChageHandel(this.rptPage_PageIndexChanged);
  204. //
  205. // groupControl1
  206. //
  207. this.groupControl1.Controls.Add(this.grdDetail);
  208. this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.groupControl1.Location = new System.Drawing.Point(0, 30);
  210. this.groupControl1.Name = "groupControl1";
  211. this.groupControl1.Size = new System.Drawing.Size(1036, 383);
  212. this.groupControl1.TabIndex = 14;
  213. this.groupControl1.Text = "详细信息";
  214. //
  215. // grdDetail
  216. //
  217. this.grdDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  218. this.grdDetail.Location = new System.Drawing.Point(2, 22);
  219. this.grdDetail.MainView = this.grvDetail;
  220. this.grdDetail.Name = "grdDetail";
  221. this.grdDetail.Size = new System.Drawing.Size(1032, 359);
  222. this.grdDetail.TabIndex = 0;
  223. this.grdDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  224. this.grvDetail,
  225. this.grvAdvDetail});
  226. //
  227. // grvDetail
  228. //
  229. this.grvDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  230. this.colisSelect,
  231. this.colRCARD});
  232. this.grvDetail.GridControl = this.grdDetail;
  233. this.grvDetail.IndicatorWidth = 40;
  234. this.grvDetail.Name = "grvDetail";
  235. this.grvDetail.OptionsBehavior.Editable = false;
  236. this.grvDetail.OptionsBehavior.ReadOnly = true;
  237. this.grvDetail.OptionsSelection.MultiSelect = true;
  238. this.grvDetail.OptionsView.ColumnAutoWidth = false;
  239. this.grvDetail.OptionsView.ShowFooter = true;
  240. this.grvDetail.OptionsView.ShowGroupPanel = false;
  241. this.grvDetail.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.grvDetail_CustomDrawRowIndicator);
  242. this.grvDetail.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.grvDetail_CustomDrawCell);
  243. this.grvDetail.DoubleClick += new System.EventHandler(this.grvDetail_DoubleClick);
  244. //
  245. // colisSelect
  246. //
  247. this.colisSelect.Caption = "选择";
  248. this.colisSelect.FieldName = "isSelect";
  249. this.colisSelect.Name = "colisSelect";
  250. this.colisSelect.Visible = true;
  251. this.colisSelect.VisibleIndex = 0;
  252. this.colisSelect.Width = 45;
  253. //
  254. // colRCARD
  255. //
  256. this.colRCARD.Caption = "序列号";
  257. this.colRCARD.FieldName = "RCARD";
  258. this.colRCARD.Name = "colRCARD";
  259. this.colRCARD.Visible = true;
  260. this.colRCARD.VisibleIndex = 1;
  261. this.colRCARD.Width = 156;
  262. //
  263. // grvAdvDetail
  264. //
  265. this.grvAdvDetail.GridControl = this.grdDetail;
  266. this.grvAdvDetail.Name = "grvAdvDetail";
  267. this.grvAdvDetail.OptionsBehavior.ReadOnly = true;
  268. this.grvAdvDetail.OptionsSelection.MultiSelect = true;
  269. this.grvAdvDetail.OptionsView.ShowFooter = true;
  270. this.grvAdvDetail.OptionsView.ShowGroupPanel = false;
  271. //
  272. // FormICSMO2RCARDAdd
  273. //
  274. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  275. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  276. this.ClientSize = new System.Drawing.Size(1036, 439);
  277. this.Controls.Add(this.groupControl1);
  278. this.Controls.Add(this.rptPage);
  279. this.Controls.Add(this.panelControl3);
  280. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  281. this.Name = "FormICSMO2RCARDAdd";
  282. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  283. this.Text = "FormGridReport";
  284. this.Load += new System.EventHandler(this.FormICSMO2RCARDAdd_Load);
  285. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  286. this.panelControl3.ResumeLayout(false);
  287. ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
  288. this.groupControl1.ResumeLayout(false);
  289. ((System.ComponentModel.ISupportInitialize)(this.grdDetail)).EndInit();
  290. ((System.ComponentModel.ISupportInitialize)(this.grvDetail)).EndInit();
  291. ((System.ComponentModel.ISupportInitialize)(this.grvAdvDetail)).EndInit();
  292. this.ResumeLayout(false);
  293. }
  294. #endregion
  295. private DevExpress.XtraEditors.SimpleButton btnExit;
  296. private DevExpress.XtraEditors.PanelControl panelControl3;
  297. private DevExpress.XtraEditors.LabelControl MOTitle;
  298. private DevExpress.XtraEditors.SimpleButton btnCreate;
  299. private Base.UserControl.FormControl.PageNavTool rptPage;
  300. private DevExpress.XtraEditors.GroupControl groupControl1;
  301. private DevExpress.XtraGrid.GridControl grdDetail;
  302. private DevExpress.XtraGrid.Views.Grid.GridView grvDetail;
  303. private DevExpress.XtraGrid.Columns.GridColumn colRCARD;
  304. private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView grvAdvDetail;
  305. private DevExpress.XtraEditors.SimpleButton btnClose;
  306. private DevExpress.XtraEditors.SimpleButton btnDel;
  307. private DevExpress.XtraGrid.Columns.GridColumn colisSelect;
  308. private DevExpress.XtraEditors.SimpleButton btnSelectAll;
  309. private DevExpress.XtraEditors.SimpleButton btnCancelAll;
  310. }
  311. }