F_MST_1301.Designer.cs 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588
  1. namespace Dongke.IBOSS.PRD.Client.PCModule
  2. {
  3. partial class F_MST_1301
  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(F_MST_1301));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  40. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  42. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  43. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  44. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  45. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  46. this.txtEntruckingCode = new System.Windows.Forms.TextBox();
  47. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.lblEntruckingCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.dgvEntrucKing = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  51. this.EntruckingCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.TruckSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Batch = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  57. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  58. this.tabControl1 = new System.Windows.Forms.TabControl();
  59. this.tabPage1 = new System.Windows.Forms.TabPage();
  60. this.dgvEntrucKingDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  61. this.BARCODEDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.BATCHDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.DOFUNCTIONDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.PROCEDUREIDDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.REMARKSDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.USERCODEDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.CREATETIMEDETAIL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.tsrOperate.SuspendLayout();
  69. this.gbxCondition.SuspendLayout();
  70. ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKing)).BeginInit();
  71. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  72. this.splitContainer1.Panel1.SuspendLayout();
  73. this.splitContainer1.Panel2.SuspendLayout();
  74. this.splitContainer1.SuspendLayout();
  75. this.tabControl1.SuspendLayout();
  76. this.tabPage1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKingDetail)).BeginInit();
  78. this.SuspendLayout();
  79. //
  80. // tsrOperate
  81. //
  82. this.tsrOperate.AutoSize = false;
  83. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  84. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  86. this.tsbtnAdd,
  87. this.tsbtnEdit,
  88. this.toolStripSeparator3,
  89. this.tsbtnAdaptive,
  90. this.tsbtnClose});
  91. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  92. this.tsrOperate.Name = "tsrOperate";
  93. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  94. this.tsrOperate.ShowItemToolTips = false;
  95. this.tsrOperate.Size = new System.Drawing.Size(1396, 33);
  96. this.tsrOperate.TabIndex = 1;
  97. //
  98. // tsbtnAdd
  99. //
  100. this.tsbtnAdd.AutoSize = false;
  101. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  103. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tsbtnAdd.Name = "tsbtnAdd";
  105. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  106. this.tsbtnAdd.Text = "新建(&N)";
  107. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddUser_Click);
  108. //
  109. // tsbtnEdit
  110. //
  111. this.tsbtnEdit.AutoSize = false;
  112. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  114. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  115. this.tsbtnEdit.Name = "tsbtnEdit";
  116. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  117. this.tsbtnEdit.Text = "编辑(&E)";
  118. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click);
  119. //
  120. // toolStripSeparator3
  121. //
  122. this.toolStripSeparator3.AutoSize = false;
  123. this.toolStripSeparator3.Name = "toolStripSeparator3";
  124. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  125. //
  126. // tsbtnAdaptive
  127. //
  128. this.tsbtnAdaptive.AutoSize = false;
  129. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  131. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  132. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  133. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  134. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  135. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  136. //
  137. // tsbtnClose
  138. //
  139. this.tsbtnClose.AutoSize = false;
  140. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  142. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  143. this.tsbtnClose.Name = "tsbtnClose";
  144. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  145. this.tsbtnClose.Text = "关闭(&X)";
  146. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  147. //
  148. // gbxCondition
  149. //
  150. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  151. | System.Windows.Forms.AnchorStyles.Right)));
  152. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  153. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  154. this.gbxCondition.Controls.Add(this.txtEntruckingCode);
  155. this.gbxCondition.Controls.Add(this.btnClearCondition);
  156. this.gbxCondition.Controls.Add(this.btnSearch);
  157. this.gbxCondition.Controls.Add(this.lblEntruckingCode);
  158. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  160. this.gbxCondition.IsMustInput = false;
  161. this.gbxCondition.Location = new System.Drawing.Point(0, 36);
  162. this.gbxCondition.Name = "gbxCondition";
  163. this.gbxCondition.OriginalHeight = -1;
  164. this.gbxCondition.Size = new System.Drawing.Size(1396, 55);
  165. this.gbxCondition.TabIndex = 21;
  166. this.gbxCondition.TabStop = false;
  167. this.gbxCondition.Text = "查询条件 ▼";
  168. //
  169. // txtEntruckingCode
  170. //
  171. this.txtEntruckingCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  172. this.txtEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.txtEntruckingCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  174. this.txtEntruckingCode.Location = new System.Drawing.Point(70, 20);
  175. this.txtEntruckingCode.MaxLength = 20;
  176. this.txtEntruckingCode.Name = "txtEntruckingCode";
  177. this.txtEntruckingCode.Size = new System.Drawing.Size(97, 21);
  178. this.txtEntruckingCode.TabIndex = 2;
  179. //
  180. // btnClearCondition
  181. //
  182. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  183. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  184. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  185. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  187. this.btnClearCondition.Location = new System.Drawing.Point(1305, 14);
  188. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  189. this.btnClearCondition.Name = "btnClearCondition";
  190. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  191. this.btnClearCondition.TabIndex = 10;
  192. this.btnClearCondition.Text = "清空条件(&C)";
  193. this.btnClearCondition.UseVisualStyleBackColor = false;
  194. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  195. //
  196. // btnSearch
  197. //
  198. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  199. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  200. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  201. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.btnSearch.ForeColor = System.Drawing.Color.White;
  203. this.btnSearch.Location = new System.Drawing.Point(1214, 15);
  204. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  205. this.btnSearch.Name = "btnSearch";
  206. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  207. this.btnSearch.TabIndex = 9;
  208. this.btnSearch.Text = "查询(&Q)";
  209. this.btnSearch.UseVisualStyleBackColor = false;
  210. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  211. //
  212. // lblEntruckingCode
  213. //
  214. this.lblEntruckingCode.AutoSize = true;
  215. this.lblEntruckingCode.BackColor = System.Drawing.Color.Transparent;
  216. this.lblEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.lblEntruckingCode.ForeColor = System.Drawing.SystemColors.ControlText;
  218. this.lblEntruckingCode.Location = new System.Drawing.Point(11, 24);
  219. this.lblEntruckingCode.Name = "lblEntruckingCode";
  220. this.lblEntruckingCode.Size = new System.Drawing.Size(53, 12);
  221. this.lblEntruckingCode.TabIndex = 1;
  222. this.lblEntruckingCode.Text = "装具条码";
  223. //
  224. // dgvEntrucKing
  225. //
  226. this.dgvEntrucKing.AllowUserToAddRows = false;
  227. this.dgvEntrucKing.AllowUserToDeleteRows = false;
  228. this.dgvEntrucKing.AllowUserToModifyRows = true;
  229. this.dgvEntrucKing.AllowUserToOrderColumns = true;
  230. this.dgvEntrucKing.AllowUserToResizeRows = false;
  231. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  232. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.dgvEntrucKing.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  234. this.dgvEntrucKing.BorderStyle = System.Windows.Forms.BorderStyle.None;
  235. this.dgvEntrucKing.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  236. this.dgvEntrucKing.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  237. this.dgvEntrucKing.CellHeight = 23;
  238. this.dgvEntrucKing.ChildNodeColumnName = null;
  239. this.dgvEntrucKing.ChildNodeColumnText = null;
  240. this.dgvEntrucKing.ColumnDeep = 1;
  241. this.dgvEntrucKing.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  242. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  243. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  244. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  246. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  247. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  248. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  249. this.dgvEntrucKing.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  250. this.dgvEntrucKing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  251. this.dgvEntrucKing.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  252. this.EntruckingCode,
  253. this.Status,
  254. this.TruckSize,
  255. this.Batch,
  256. this.Remarks,
  257. this.ValueFlag});
  258. this.dgvEntrucKing.ColumnTreeView = null;
  259. this.dgvEntrucKing.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  260. this.dgvEntrucKing.Dock = System.Windows.Forms.DockStyle.Fill;
  261. this.dgvEntrucKing.DynamicColumnName = "";
  262. this.dgvEntrucKing.EnableHeadersVisualStyles = false;
  263. this.dgvEntrucKing.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  264. this.dgvEntrucKing.FormatQuantityColumns = null;
  265. this.dgvEntrucKing.HorizontalMergeColumn = null;
  266. this.dgvEntrucKing.IsAutoCountSum = true;
  267. this.dgvEntrucKing.IsAutoResizeColumns = false;
  268. this.dgvEntrucKing.IsClickF12 = false;
  269. this.dgvEntrucKing.IsOpenMergeCellFlag = false;
  270. this.dgvEntrucKing.IsSubTotalFlag = false;
  271. this.dgvEntrucKing.IsTopDeep = false;
  272. this.dgvEntrucKing.Location = new System.Drawing.Point(0, 0);
  273. this.dgvEntrucKing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  274. this.dgvEntrucKing.MergeColumnNames = null;
  275. this.dgvEntrucKing.MergeDetailColumnNames = null;
  276. this.dgvEntrucKing.MergeDetailOnlyColumn = null;
  277. this.dgvEntrucKing.MergeOnlyColumn = null;
  278. this.dgvEntrucKing.MultiSelect = false;
  279. this.dgvEntrucKing.Name = "dgvEntrucKing";
  280. this.dgvEntrucKing.ReadOnly = true;
  281. this.dgvEntrucKing.RefreshAtHscroll = false;
  282. this.dgvEntrucKing.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  283. this.dgvEntrucKing.RowHeadersWidth = 50;
  284. this.dgvEntrucKing.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  285. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  286. this.dgvEntrucKing.RowsDefaultCellStyle = dataGridViewCellStyle7;
  287. this.dgvEntrucKing.RowTemplate.Height = 21;
  288. this.dgvEntrucKing.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  289. this.dgvEntrucKing.Size = new System.Drawing.Size(1396, 209);
  290. this.dgvEntrucKing.SortOrderColumnName = null;
  291. this.dgvEntrucKing.TabIndex = 23;
  292. this.dgvEntrucKing.Tag = true;
  293. this.dgvEntrucKing.TotalSumColumns = null;
  294. this.dgvEntrucKing.ViewRowFilter = "";
  295. this.dgvEntrucKing.SelectionChanged += new System.EventHandler(this.dgvEntrucKing_SelectionChanged);
  296. //
  297. // EntruckingCode
  298. //
  299. this.EntruckingCode.DataPropertyName = "EntruckingCode";
  300. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  301. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  302. this.EntruckingCode.DefaultCellStyle = dataGridViewCellStyle3;
  303. this.EntruckingCode.HeaderText = "装具条码";
  304. this.EntruckingCode.MaxInputLength = 20;
  305. this.EntruckingCode.Name = "EntruckingCode";
  306. this.EntruckingCode.ReadOnly = true;
  307. this.EntruckingCode.Width = 80;
  308. //
  309. // Status
  310. //
  311. this.Status.DataPropertyName = "Status";
  312. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  313. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  314. this.Status.DefaultCellStyle = dataGridViewCellStyle4;
  315. this.Status.HeaderText = "状态";
  316. this.Status.MaxInputLength = 20;
  317. this.Status.Name = "Status";
  318. this.Status.ReadOnly = true;
  319. this.Status.Width = 80;
  320. //
  321. // TruckSize
  322. //
  323. this.TruckSize.DataPropertyName = "TruckSize";
  324. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  325. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  326. this.TruckSize.DefaultCellStyle = dataGridViewCellStyle5;
  327. this.TruckSize.HeaderText = "容量";
  328. this.TruckSize.MaxInputLength = 20;
  329. this.TruckSize.Name = "TruckSize";
  330. this.TruckSize.ReadOnly = true;
  331. this.TruckSize.Width = 80;
  332. //
  333. // Batch
  334. //
  335. this.Batch.DataPropertyName = "Batch";
  336. this.Batch.HeaderText = "批次";
  337. this.Batch.Name = "Batch";
  338. this.Batch.ReadOnly = true;
  339. //
  340. // Remarks
  341. //
  342. this.Remarks.DataPropertyName = "Remarks";
  343. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  344. this.Remarks.DefaultCellStyle = dataGridViewCellStyle6;
  345. this.Remarks.HeaderText = "备注";
  346. this.Remarks.MaxInputLength = 255;
  347. this.Remarks.Name = "Remarks";
  348. this.Remarks.ReadOnly = true;
  349. this.Remarks.Width = 120;
  350. //
  351. // ValueFlag
  352. //
  353. this.ValueFlag.DataPropertyName = "ValueFlag";
  354. this.ValueFlag.FalseValue = "0";
  355. this.ValueFlag.HeaderText = "有效标识";
  356. this.ValueFlag.Name = "ValueFlag";
  357. this.ValueFlag.ReadOnly = true;
  358. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  359. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  360. this.ValueFlag.TrueValue = "1";
  361. //
  362. // splitContainer1
  363. //
  364. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  365. | System.Windows.Forms.AnchorStyles.Left)
  366. | System.Windows.Forms.AnchorStyles.Right)));
  367. this.splitContainer1.Location = new System.Drawing.Point(0, 97);
  368. this.splitContainer1.Name = "splitContainer1";
  369. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  370. //
  371. // splitContainer1.Panel1
  372. //
  373. this.splitContainer1.Panel1.Controls.Add(this.dgvEntrucKing);
  374. //
  375. // splitContainer1.Panel2
  376. //
  377. this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
  378. this.splitContainer1.Size = new System.Drawing.Size(1396, 566);
  379. this.splitContainer1.SplitterDistance = 209;
  380. this.splitContainer1.TabIndex = 39;
  381. //
  382. // tabControl1
  383. //
  384. this.tabControl1.Controls.Add(this.tabPage1);
  385. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  386. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  387. this.tabControl1.Name = "tabControl1";
  388. this.tabControl1.SelectedIndex = 0;
  389. this.tabControl1.Size = new System.Drawing.Size(1396, 353);
  390. this.tabControl1.TabIndex = 0;
  391. //
  392. // tabPage1
  393. //
  394. this.tabPage1.Controls.Add(this.dgvEntrucKingDetail);
  395. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  396. this.tabPage1.Name = "tabPage1";
  397. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  398. this.tabPage1.Size = new System.Drawing.Size(1388, 327);
  399. this.tabPage1.TabIndex = 0;
  400. this.tabPage1.Text = "装具明细";
  401. this.tabPage1.UseVisualStyleBackColor = true;
  402. //
  403. // dgvEntrucKingDetail
  404. //
  405. this.dgvEntrucKingDetail.AllowUserToAddRows = false;
  406. this.dgvEntrucKingDetail.AllowUserToDeleteRows = false;
  407. this.dgvEntrucKingDetail.AllowUserToModifyRows = true;
  408. this.dgvEntrucKingDetail.AllowUserToOrderColumns = true;
  409. this.dgvEntrucKingDetail.AllowUserToResizeRows = false;
  410. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  411. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  412. this.dgvEntrucKingDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  413. this.dgvEntrucKingDetail.BorderStyle = System.Windows.Forms.BorderStyle.None;
  414. this.dgvEntrucKingDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  415. this.dgvEntrucKingDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  416. this.dgvEntrucKingDetail.CellHeight = 23;
  417. this.dgvEntrucKingDetail.ChildNodeColumnName = null;
  418. this.dgvEntrucKingDetail.ChildNodeColumnText = null;
  419. this.dgvEntrucKingDetail.ColumnDeep = 1;
  420. this.dgvEntrucKingDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  421. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  422. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  423. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  425. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  426. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  427. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  428. this.dgvEntrucKingDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  429. this.dgvEntrucKingDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  430. this.dgvEntrucKingDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  431. this.BARCODEDETAIL,
  432. this.BATCHDETAIL,
  433. this.DOFUNCTIONDETAIL,
  434. this.PROCEDUREIDDETAIL,
  435. this.REMARKSDETAIL,
  436. this.USERCODEDETAIL,
  437. this.CREATETIMEDETAIL});
  438. this.dgvEntrucKingDetail.ColumnTreeView = null;
  439. this.dgvEntrucKingDetail.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  440. this.dgvEntrucKingDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  441. this.dgvEntrucKingDetail.DynamicColumnName = "";
  442. this.dgvEntrucKingDetail.EnableHeadersVisualStyles = false;
  443. this.dgvEntrucKingDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  444. this.dgvEntrucKingDetail.FormatQuantityColumns = null;
  445. this.dgvEntrucKingDetail.HorizontalMergeColumn = null;
  446. this.dgvEntrucKingDetail.IsAutoCountSum = true;
  447. this.dgvEntrucKingDetail.IsAutoResizeColumns = false;
  448. this.dgvEntrucKingDetail.IsClickF12 = false;
  449. this.dgvEntrucKingDetail.IsOpenMergeCellFlag = false;
  450. this.dgvEntrucKingDetail.IsSubTotalFlag = false;
  451. this.dgvEntrucKingDetail.IsTopDeep = false;
  452. this.dgvEntrucKingDetail.Location = new System.Drawing.Point(3, 3);
  453. this.dgvEntrucKingDetail.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  454. this.dgvEntrucKingDetail.MergeColumnNames = null;
  455. this.dgvEntrucKingDetail.MergeDetailColumnNames = null;
  456. this.dgvEntrucKingDetail.MergeDetailOnlyColumn = null;
  457. this.dgvEntrucKingDetail.MergeOnlyColumn = null;
  458. this.dgvEntrucKingDetail.MultiSelect = false;
  459. this.dgvEntrucKingDetail.Name = "dgvEntrucKingDetail";
  460. this.dgvEntrucKingDetail.ReadOnly = true;
  461. this.dgvEntrucKingDetail.RefreshAtHscroll = false;
  462. this.dgvEntrucKingDetail.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  463. this.dgvEntrucKingDetail.RowHeadersWidth = 50;
  464. this.dgvEntrucKingDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  465. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  466. this.dgvEntrucKingDetail.RowsDefaultCellStyle = dataGridViewCellStyle10;
  467. this.dgvEntrucKingDetail.RowTemplate.Height = 21;
  468. this.dgvEntrucKingDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  469. this.dgvEntrucKingDetail.Size = new System.Drawing.Size(1382, 321);
  470. this.dgvEntrucKingDetail.SortOrderColumnName = null;
  471. this.dgvEntrucKingDetail.TabIndex = 24;
  472. this.dgvEntrucKingDetail.Tag = true;
  473. this.dgvEntrucKingDetail.TotalSumColumns = null;
  474. this.dgvEntrucKingDetail.ViewRowFilter = "";
  475. //
  476. // BARCODEDETAIL
  477. //
  478. this.BARCODEDETAIL.DataPropertyName = "BARCODEDETAIL";
  479. this.BARCODEDETAIL.HeaderText = "产品条码";
  480. this.BARCODEDETAIL.Name = "BARCODEDETAIL";
  481. this.BARCODEDETAIL.ReadOnly = true;
  482. //
  483. // BATCHDETAIL
  484. //
  485. this.BATCHDETAIL.DataPropertyName = "BATCHDETAIL";
  486. this.BATCHDETAIL.HeaderText = "批次";
  487. this.BATCHDETAIL.Name = "BATCHDETAIL";
  488. this.BATCHDETAIL.ReadOnly = true;
  489. //
  490. // DOFUNCTIONDETAIL
  491. //
  492. this.DOFUNCTIONDETAIL.DataPropertyName = "DOFUNCTIONDETAIL";
  493. this.DOFUNCTIONDETAIL.HeaderText = "操作功能";
  494. this.DOFUNCTIONDETAIL.Name = "DOFUNCTIONDETAIL";
  495. this.DOFUNCTIONDETAIL.ReadOnly = true;
  496. //
  497. // PROCEDUREIDDETAIL
  498. //
  499. this.PROCEDUREIDDETAIL.DataPropertyName = "PROCEDUREIDDETAIL";
  500. this.PROCEDUREIDDETAIL.HeaderText = "当前工序";
  501. this.PROCEDUREIDDETAIL.Name = "PROCEDUREIDDETAIL";
  502. this.PROCEDUREIDDETAIL.ReadOnly = true;
  503. //
  504. // REMARKSDETAIL
  505. //
  506. this.REMARKSDETAIL.DataPropertyName = "REMARKSDETAIL";
  507. this.REMARKSDETAIL.HeaderText = "备注";
  508. this.REMARKSDETAIL.Name = "REMARKSDETAIL";
  509. this.REMARKSDETAIL.ReadOnly = true;
  510. //
  511. // USERCODEDETAIL
  512. //
  513. this.USERCODEDETAIL.DataPropertyName = "USERCODEDETAIL";
  514. this.USERCODEDETAIL.HeaderText = "生产工号";
  515. this.USERCODEDETAIL.Name = "USERCODEDETAIL";
  516. this.USERCODEDETAIL.ReadOnly = true;
  517. //
  518. // CREATETIMEDETAIL
  519. //
  520. this.CREATETIMEDETAIL.DataPropertyName = "CREATETIMEDETAIL";
  521. this.CREATETIMEDETAIL.HeaderText = "创建时间";
  522. this.CREATETIMEDETAIL.Name = "CREATETIMEDETAIL";
  523. this.CREATETIMEDETAIL.ReadOnly = true;
  524. //
  525. // F_MST_1301
  526. //
  527. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  528. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  529. this.ClientSize = new System.Drawing.Size(1396, 664);
  530. this.Controls.Add(this.splitContainer1);
  531. this.Controls.Add(this.gbxCondition);
  532. this.Controls.Add(this.tsrOperate);
  533. this.Name = "F_MST_1301";
  534. this.Text = "装具管理";
  535. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1301_FormClosed);
  536. this.Load += new System.EventHandler(this.F_MST_1301_Load);
  537. this.tsrOperate.ResumeLayout(false);
  538. this.tsrOperate.PerformLayout();
  539. this.gbxCondition.ResumeLayout(false);
  540. this.gbxCondition.PerformLayout();
  541. ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKing)).EndInit();
  542. this.splitContainer1.Panel1.ResumeLayout(false);
  543. this.splitContainer1.Panel2.ResumeLayout(false);
  544. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  545. this.splitContainer1.ResumeLayout(false);
  546. this.tabControl1.ResumeLayout(false);
  547. this.tabPage1.ResumeLayout(false);
  548. ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKingDetail)).EndInit();
  549. this.ResumeLayout(false);
  550. }
  551. #endregion
  552. private Basics.BaseControls.C_ToolStrip tsrOperate;
  553. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  554. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  555. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  556. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  557. private System.Windows.Forms.ToolStripButton tsbtnClose;
  558. private Basics.BaseControls.C_GroupBox gbxCondition;
  559. private System.Windows.Forms.TextBox txtEntruckingCode;
  560. private Basics.BaseControls.C_Button btnClearCondition;
  561. private Basics.BaseControls.C_Button btnSearch;
  562. private Basics.BaseControls.C_Label lblEntruckingCode;
  563. private Basics.BaseControls.C_DataGridView dgvEntrucKing;
  564. private System.Windows.Forms.DataGridViewTextBoxColumn EntruckingCode;
  565. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn TruckSize;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn Batch;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  569. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  570. private System.Windows.Forms.SplitContainer splitContainer1;
  571. private System.Windows.Forms.TabControl tabControl1;
  572. private System.Windows.Forms.TabPage tabPage1;
  573. private Basics.BaseControls.C_DataGridView dgvEntrucKingDetail;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODEDETAIL;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn BATCHDETAIL;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn DOFUNCTIONDETAIL;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn PROCEDUREIDDETAIL;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKSDETAIL;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODEDETAIL;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIMEDETAIL;
  581. }
  582. }