F_MST_1301.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  41. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  42. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  43. this.txtEntruckingCode = new System.Windows.Forms.TextBox();
  44. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.lblEntruckingCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.dgvEntrucKing = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  48. this.EntruckingCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.TruckSize = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Batch = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  54. this.tsrOperate.SuspendLayout();
  55. this.gbxCondition.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKing)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // tsrOperate
  60. //
  61. this.tsrOperate.AutoSize = false;
  62. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  63. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  65. this.tsbtnAdd,
  66. this.tsbtnEdit,
  67. this.toolStripSeparator3,
  68. this.tsbtnAdaptive,
  69. this.tsbtnClose});
  70. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  71. this.tsrOperate.Name = "tsrOperate";
  72. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  73. this.tsrOperate.ShowItemToolTips = false;
  74. this.tsrOperate.Size = new System.Drawing.Size(820, 33);
  75. this.tsrOperate.TabIndex = 1;
  76. //
  77. // tsbtnAdd
  78. //
  79. this.tsbtnAdd.AutoSize = false;
  80. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  82. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  83. this.tsbtnAdd.Name = "tsbtnAdd";
  84. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  85. this.tsbtnAdd.Text = "新建(&N)";
  86. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddUser_Click);
  87. //
  88. // tsbtnEdit
  89. //
  90. this.tsbtnEdit.AutoSize = false;
  91. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  93. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnEdit.Name = "tsbtnEdit";
  95. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  96. this.tsbtnEdit.Text = "编辑(&E)";
  97. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditUser_Click);
  98. //
  99. // toolStripSeparator3
  100. //
  101. this.toolStripSeparator3.AutoSize = false;
  102. this.toolStripSeparator3.Name = "toolStripSeparator3";
  103. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  104. //
  105. // tsbtnAdaptive
  106. //
  107. this.tsbtnAdaptive.AutoSize = false;
  108. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  110. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  111. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  112. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  113. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  114. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  115. //
  116. // tsbtnClose
  117. //
  118. this.tsbtnClose.AutoSize = false;
  119. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  121. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  122. this.tsbtnClose.Name = "tsbtnClose";
  123. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  124. this.tsbtnClose.Text = "关闭(&X)";
  125. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  126. //
  127. // gbxCondition
  128. //
  129. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  130. | System.Windows.Forms.AnchorStyles.Right)));
  131. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  132. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  133. this.gbxCondition.Controls.Add(this.txtEntruckingCode);
  134. this.gbxCondition.Controls.Add(this.btnClearCondition);
  135. this.gbxCondition.Controls.Add(this.btnSearch);
  136. this.gbxCondition.Controls.Add(this.lblEntruckingCode);
  137. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this.gbxCondition.IsMustInput = false;
  140. this.gbxCondition.Location = new System.Drawing.Point(0, 36);
  141. this.gbxCondition.Name = "gbxCondition";
  142. this.gbxCondition.OriginalHeight = -1;
  143. this.gbxCondition.Size = new System.Drawing.Size(820, 55);
  144. this.gbxCondition.TabIndex = 21;
  145. this.gbxCondition.TabStop = false;
  146. this.gbxCondition.Text = "查询条件 ▼";
  147. //
  148. // txtEntruckingCode
  149. //
  150. this.txtEntruckingCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  151. this.txtEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.txtEntruckingCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  153. this.txtEntruckingCode.Location = new System.Drawing.Point(70, 20);
  154. this.txtEntruckingCode.MaxLength = 20;
  155. this.txtEntruckingCode.Name = "txtEntruckingCode";
  156. this.txtEntruckingCode.Size = new System.Drawing.Size(97, 21);
  157. this.txtEntruckingCode.TabIndex = 2;
  158. //
  159. // btnClearCondition
  160. //
  161. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  162. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  163. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  164. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  166. this.btnClearCondition.Location = new System.Drawing.Point(729, 14);
  167. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  168. this.btnClearCondition.Name = "btnClearCondition";
  169. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  170. this.btnClearCondition.TabIndex = 10;
  171. this.btnClearCondition.Text = "清空条件(&C)";
  172. this.btnClearCondition.UseVisualStyleBackColor = false;
  173. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  174. //
  175. // btnSearch
  176. //
  177. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  178. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  179. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  180. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  181. this.btnSearch.ForeColor = System.Drawing.Color.White;
  182. this.btnSearch.Location = new System.Drawing.Point(638, 15);
  183. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  184. this.btnSearch.Name = "btnSearch";
  185. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  186. this.btnSearch.TabIndex = 9;
  187. this.btnSearch.Text = "查询(&Q)";
  188. this.btnSearch.UseVisualStyleBackColor = false;
  189. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  190. //
  191. // lblEntruckingCode
  192. //
  193. this.lblEntruckingCode.AutoSize = true;
  194. this.lblEntruckingCode.BackColor = System.Drawing.Color.Transparent;
  195. this.lblEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  196. this.lblEntruckingCode.ForeColor = System.Drawing.SystemColors.ControlText;
  197. this.lblEntruckingCode.Location = new System.Drawing.Point(11, 24);
  198. this.lblEntruckingCode.Name = "lblEntruckingCode";
  199. this.lblEntruckingCode.Size = new System.Drawing.Size(53, 12);
  200. this.lblEntruckingCode.TabIndex = 1;
  201. this.lblEntruckingCode.Text = "装具条码";
  202. //
  203. // dgvEntrucKing
  204. //
  205. this.dgvEntrucKing.AllowUserToAddRows = false;
  206. this.dgvEntrucKing.AllowUserToDeleteRows = false;
  207. this.dgvEntrucKing.AllowUserToModifyRows = true;
  208. this.dgvEntrucKing.AllowUserToOrderColumns = true;
  209. this.dgvEntrucKing.AllowUserToResizeRows = false;
  210. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  211. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.dgvEntrucKing.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  213. this.dgvEntrucKing.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  214. | System.Windows.Forms.AnchorStyles.Left)
  215. | System.Windows.Forms.AnchorStyles.Right)));
  216. this.dgvEntrucKing.BorderStyle = System.Windows.Forms.BorderStyle.None;
  217. this.dgvEntrucKing.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  218. this.dgvEntrucKing.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  219. this.dgvEntrucKing.CellHeight = 23;
  220. this.dgvEntrucKing.ChildNodeColumnName = null;
  221. this.dgvEntrucKing.ChildNodeColumnText = null;
  222. this.dgvEntrucKing.ColumnDeep = 1;
  223. this.dgvEntrucKing.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  224. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  225. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  226. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  228. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  229. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  230. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  231. this.dgvEntrucKing.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  232. this.dgvEntrucKing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  233. this.dgvEntrucKing.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  234. this.EntruckingCode,
  235. this.Status,
  236. this.TruckSize,
  237. this.Batch,
  238. this.Remarks,
  239. this.ValueFlag});
  240. this.dgvEntrucKing.ColumnTreeView = null;
  241. 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)));
  242. this.dgvEntrucKing.DynamicColumnName = "";
  243. this.dgvEntrucKing.EnableHeadersVisualStyles = false;
  244. this.dgvEntrucKing.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.dgvEntrucKing.FormatQuantityColumns = null;
  246. this.dgvEntrucKing.HorizontalMergeColumn = null;
  247. this.dgvEntrucKing.IsAutoCountSum = true;
  248. this.dgvEntrucKing.IsAutoResizeColumns = false;
  249. this.dgvEntrucKing.IsClickF12 = false;
  250. this.dgvEntrucKing.IsOpenMergeCellFlag = false;
  251. this.dgvEntrucKing.IsSubTotalFlag = false;
  252. this.dgvEntrucKing.IsTopDeep = false;
  253. this.dgvEntrucKing.Location = new System.Drawing.Point(0, 96);
  254. this.dgvEntrucKing.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  255. this.dgvEntrucKing.MergeColumnNames = null;
  256. this.dgvEntrucKing.MergeDetailColumnNames = null;
  257. this.dgvEntrucKing.MergeDetailOnlyColumn = null;
  258. this.dgvEntrucKing.MergeOnlyColumn = null;
  259. this.dgvEntrucKing.MultiSelect = false;
  260. this.dgvEntrucKing.Name = "dgvEntrucKing";
  261. this.dgvEntrucKing.ReadOnly = true;
  262. this.dgvEntrucKing.RefreshAtHscroll = false;
  263. this.dgvEntrucKing.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  264. this.dgvEntrucKing.RowHeadersWidth = 50;
  265. this.dgvEntrucKing.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  266. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  267. this.dgvEntrucKing.RowsDefaultCellStyle = dataGridViewCellStyle7;
  268. this.dgvEntrucKing.RowTemplate.Height = 21;
  269. this.dgvEntrucKing.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  270. this.dgvEntrucKing.Size = new System.Drawing.Size(820, 386);
  271. this.dgvEntrucKing.SortOrderColumnName = null;
  272. this.dgvEntrucKing.TabIndex = 23;
  273. this.dgvEntrucKing.Tag = true;
  274. this.dgvEntrucKing.TotalSumColumns = null;
  275. this.dgvEntrucKing.ViewRowFilter = "";
  276. //
  277. // EntruckingCode
  278. //
  279. this.EntruckingCode.DataPropertyName = "EntruckingCode";
  280. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  281. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  282. this.EntruckingCode.DefaultCellStyle = dataGridViewCellStyle3;
  283. this.EntruckingCode.HeaderText = "装具条码";
  284. this.EntruckingCode.MaxInputLength = 20;
  285. this.EntruckingCode.Name = "EntruckingCode";
  286. this.EntruckingCode.ReadOnly = true;
  287. this.EntruckingCode.Width = 80;
  288. //
  289. // Status
  290. //
  291. this.Status.DataPropertyName = "Status";
  292. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  293. dataGridViewCellStyle4.BackColor = System.Drawing.Color.White;
  294. this.Status.DefaultCellStyle = dataGridViewCellStyle4;
  295. this.Status.HeaderText = "状态";
  296. this.Status.MaxInputLength = 20;
  297. this.Status.Name = "Status";
  298. this.Status.ReadOnly = true;
  299. this.Status.Width = 80;
  300. //
  301. // TruckSize
  302. //
  303. this.TruckSize.DataPropertyName = "TruckSize";
  304. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  305. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  306. this.TruckSize.DefaultCellStyle = dataGridViewCellStyle5;
  307. this.TruckSize.HeaderText = "容量";
  308. this.TruckSize.MaxInputLength = 20;
  309. this.TruckSize.Name = "TruckSize";
  310. this.TruckSize.ReadOnly = true;
  311. this.TruckSize.Width = 80;
  312. //
  313. // Batch
  314. //
  315. this.Batch.DataPropertyName = "Batch";
  316. this.Batch.HeaderText = "批次";
  317. this.Batch.Name = "Batch";
  318. this.Batch.ReadOnly = true;
  319. //
  320. // Remarks
  321. //
  322. this.Remarks.DataPropertyName = "Remarks";
  323. dataGridViewCellStyle6.BackColor = System.Drawing.Color.White;
  324. this.Remarks.DefaultCellStyle = dataGridViewCellStyle6;
  325. this.Remarks.HeaderText = "备注";
  326. this.Remarks.MaxInputLength = 255;
  327. this.Remarks.Name = "Remarks";
  328. this.Remarks.ReadOnly = true;
  329. this.Remarks.Width = 120;
  330. //
  331. // ValueFlag
  332. //
  333. this.ValueFlag.DataPropertyName = "ValueFlag";
  334. this.ValueFlag.FalseValue = "0";
  335. this.ValueFlag.HeaderText = "有效标识";
  336. this.ValueFlag.Name = "ValueFlag";
  337. this.ValueFlag.ReadOnly = true;
  338. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  339. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  340. this.ValueFlag.TrueValue = "1";
  341. //
  342. // F_MST_1301
  343. //
  344. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  345. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  346. this.ClientSize = new System.Drawing.Size(820, 482);
  347. this.Controls.Add(this.dgvEntrucKing);
  348. this.Controls.Add(this.gbxCondition);
  349. this.Controls.Add(this.tsrOperate);
  350. this.Name = "F_MST_1301";
  351. this.Text = "装具管理";
  352. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1301_FormClosed);
  353. this.Load += new System.EventHandler(this.F_MST_1301_Load);
  354. this.tsrOperate.ResumeLayout(false);
  355. this.tsrOperate.PerformLayout();
  356. this.gbxCondition.ResumeLayout(false);
  357. this.gbxCondition.PerformLayout();
  358. ((System.ComponentModel.ISupportInitialize)(this.dgvEntrucKing)).EndInit();
  359. this.ResumeLayout(false);
  360. }
  361. #endregion
  362. private Basics.BaseControls.C_ToolStrip tsrOperate;
  363. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  364. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  365. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  366. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  367. private System.Windows.Forms.ToolStripButton tsbtnClose;
  368. private Basics.BaseControls.C_GroupBox gbxCondition;
  369. private System.Windows.Forms.TextBox txtEntruckingCode;
  370. private Basics.BaseControls.C_Button btnClearCondition;
  371. private Basics.BaseControls.C_Button btnSearch;
  372. private Basics.BaseControls.C_Label lblEntruckingCode;
  373. private Basics.BaseControls.C_DataGridView dgvEntrucKing;
  374. private System.Windows.Forms.DataGridViewTextBoxColumn EntruckingCode;
  375. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  376. private System.Windows.Forms.DataGridViewTextBoxColumn TruckSize;
  377. private System.Windows.Forms.DataGridViewTextBoxColumn Batch;
  378. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  379. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  380. }
  381. }