F_MST_1301.Designer.cs 31 KB

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