F_MST_1401.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SystemModule
  3. {
  4. partial class F_MST_1401
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_1401));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  34. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.cbflagfalse = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  41. this.cbflagtrue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.txtCustomerName = new System.Windows.Forms.TextBox();
  44. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtCustomerCode = new System.Windows.Forms.TextBox();
  46. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.lblEntruckingCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dgvCustomer = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.CUSTOMERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.CUSTOMERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.VALUEFLAG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  57. this.txtGoodsCode = new System.Windows.Forms.TextBox();
  58. this.lblGoodsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.txtGoodsName = new System.Windows.Forms.TextBox();
  60. this.tsrOperate.SuspendLayout();
  61. this.gbxCondition.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgvCustomer)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // tsrOperate
  66. //
  67. this.tsrOperate.AutoSize = false;
  68. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  69. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  71. this.tsbtnAdd,
  72. this.tsbtnEdit,
  73. this.toolStripSeparator3,
  74. this.tsbtnAdaptive,
  75. this.tsbtnClose});
  76. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  77. this.tsrOperate.Name = "tsrOperate";
  78. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  79. this.tsrOperate.ShowItemToolTips = false;
  80. this.tsrOperate.Size = new System.Drawing.Size(1037, 33);
  81. this.tsrOperate.TabIndex = 2;
  82. //
  83. // tsbtnAdd
  84. //
  85. this.tsbtnAdd.AutoSize = false;
  86. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  88. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  89. this.tsbtnAdd.Name = "tsbtnAdd";
  90. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  91. this.tsbtnAdd.Text = "新建(&N)";
  92. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  93. //
  94. // tsbtnEdit
  95. //
  96. this.tsbtnEdit.AutoSize = false;
  97. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  99. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  100. this.tsbtnEdit.Name = "tsbtnEdit";
  101. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  102. this.tsbtnEdit.Text = "编辑(&E)";
  103. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  104. //
  105. // toolStripSeparator3
  106. //
  107. this.toolStripSeparator3.AutoSize = false;
  108. this.toolStripSeparator3.Name = "toolStripSeparator3";
  109. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  110. //
  111. // tsbtnAdaptive
  112. //
  113. this.tsbtnAdaptive.AutoSize = false;
  114. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  116. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  118. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  119. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  120. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  121. //
  122. // tsbtnClose
  123. //
  124. this.tsbtnClose.AutoSize = false;
  125. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  127. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.tsbtnClose.Name = "tsbtnClose";
  129. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  130. this.tsbtnClose.Text = "关闭(&X)";
  131. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  132. //
  133. // gbxCondition
  134. //
  135. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  136. | System.Windows.Forms.AnchorStyles.Right)));
  137. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  138. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  139. this.gbxCondition.Controls.Add(this.txtGoodsName);
  140. this.gbxCondition.Controls.Add(this.lblGoodsName);
  141. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  142. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  143. this.gbxCondition.Controls.Add(this.cbflagfalse);
  144. this.gbxCondition.Controls.Add(this.cbflagtrue);
  145. this.gbxCondition.Controls.Add(this.c_Label2);
  146. this.gbxCondition.Controls.Add(this.txtCustomerName);
  147. this.gbxCondition.Controls.Add(this.c_Label1);
  148. this.gbxCondition.Controls.Add(this.txtCustomerCode);
  149. this.gbxCondition.Controls.Add(this.btnClearCondition);
  150. this.gbxCondition.Controls.Add(this.btnSearch);
  151. this.gbxCondition.Controls.Add(this.lblEntruckingCode);
  152. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  154. this.gbxCondition.IsMustInput = false;
  155. this.gbxCondition.Location = new System.Drawing.Point(12, 36);
  156. this.gbxCondition.Name = "gbxCondition";
  157. this.gbxCondition.OriginalHeight = -1;
  158. this.gbxCondition.Size = new System.Drawing.Size(999, 58);
  159. this.gbxCondition.TabIndex = 22;
  160. this.gbxCondition.TabStop = false;
  161. this.gbxCondition.Text = "查询条件 ▼";
  162. //
  163. // cbflagfalse
  164. //
  165. this.cbflagfalse.AutoSize = true;
  166. this.cbflagfalse.Checked = true;
  167. this.cbflagfalse.CheckState = System.Windows.Forms.CheckState.Checked;
  168. this.cbflagfalse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.cbflagfalse.Location = new System.Drawing.Point(755, 24);
  170. this.cbflagfalse.Name = "cbflagfalse";
  171. this.cbflagfalse.Size = new System.Drawing.Size(36, 16);
  172. this.cbflagfalse.TabIndex = 17;
  173. this.cbflagfalse.Text = "否";
  174. this.cbflagfalse.UseVisualStyleBackColor = true;
  175. //
  176. // cbflagtrue
  177. //
  178. this.cbflagtrue.AutoSize = true;
  179. this.cbflagtrue.Checked = true;
  180. this.cbflagtrue.CheckState = System.Windows.Forms.CheckState.Checked;
  181. this.cbflagtrue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  182. this.cbflagtrue.Location = new System.Drawing.Point(713, 24);
  183. this.cbflagtrue.Name = "cbflagtrue";
  184. this.cbflagtrue.Size = new System.Drawing.Size(36, 16);
  185. this.cbflagtrue.TabIndex = 16;
  186. this.cbflagtrue.Text = "是";
  187. this.cbflagtrue.UseVisualStyleBackColor = true;
  188. //
  189. // c_Label2
  190. //
  191. this.c_Label2.AutoSize = true;
  192. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  193. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  195. this.c_Label2.Location = new System.Drawing.Point(654, 26);
  196. this.c_Label2.Name = "c_Label2";
  197. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  198. this.c_Label2.TabIndex = 15;
  199. this.c_Label2.Text = "有效标识";
  200. //
  201. // txtCustomerName
  202. //
  203. this.txtCustomerName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  204. this.txtCustomerName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  205. this.txtCustomerName.ImeMode = System.Windows.Forms.ImeMode.Off;
  206. this.txtCustomerName.Location = new System.Drawing.Point(227, 21);
  207. this.txtCustomerName.MaxLength = 20;
  208. this.txtCustomerName.Name = "txtCustomerName";
  209. this.txtCustomerName.Size = new System.Drawing.Size(97, 21);
  210. this.txtCustomerName.TabIndex = 12;
  211. //
  212. // c_Label1
  213. //
  214. this.c_Label1.AutoSize = true;
  215. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  216. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  218. this.c_Label1.Location = new System.Drawing.Point(168, 26);
  219. this.c_Label1.Name = "c_Label1";
  220. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  221. this.c_Label1.TabIndex = 11;
  222. this.c_Label1.Text = "客户名称";
  223. //
  224. // txtCustomerCode
  225. //
  226. this.txtCustomerCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  227. this.txtCustomerCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.txtCustomerCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  229. this.txtCustomerCode.Location = new System.Drawing.Point(65, 21);
  230. this.txtCustomerCode.MaxLength = 20;
  231. this.txtCustomerCode.Name = "txtCustomerCode";
  232. this.txtCustomerCode.Size = new System.Drawing.Size(97, 21);
  233. this.txtCustomerCode.TabIndex = 2;
  234. //
  235. // btnClearCondition
  236. //
  237. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  238. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  239. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  240. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  241. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  242. this.btnClearCondition.Location = new System.Drawing.Point(888, 15);
  243. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  244. this.btnClearCondition.Name = "btnClearCondition";
  245. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  246. this.btnClearCondition.TabIndex = 10;
  247. this.btnClearCondition.Text = "清空条件(&C)";
  248. this.btnClearCondition.UseVisualStyleBackColor = false;
  249. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  250. //
  251. // btnSearch
  252. //
  253. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  254. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  255. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  256. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.btnSearch.ForeColor = System.Drawing.Color.White;
  258. this.btnSearch.Location = new System.Drawing.Point(797, 16);
  259. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  260. this.btnSearch.Name = "btnSearch";
  261. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  262. this.btnSearch.TabIndex = 9;
  263. this.btnSearch.Text = "查询(&Q)";
  264. this.btnSearch.UseVisualStyleBackColor = false;
  265. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  266. //
  267. // lblEntruckingCode
  268. //
  269. this.lblEntruckingCode.AutoSize = true;
  270. this.lblEntruckingCode.BackColor = System.Drawing.Color.Transparent;
  271. this.lblEntruckingCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.lblEntruckingCode.ForeColor = System.Drawing.SystemColors.ControlText;
  273. this.lblEntruckingCode.Location = new System.Drawing.Point(6, 24);
  274. this.lblEntruckingCode.Name = "lblEntruckingCode";
  275. this.lblEntruckingCode.Size = new System.Drawing.Size(53, 12);
  276. this.lblEntruckingCode.TabIndex = 1;
  277. this.lblEntruckingCode.Text = "客户编码";
  278. //
  279. // dgvCustomer
  280. //
  281. this.dgvCustomer.AllowUserToAddRows = false;
  282. this.dgvCustomer.AllowUserToDeleteRows = false;
  283. this.dgvCustomer.AllowUserToModifyRows = true;
  284. this.dgvCustomer.AllowUserToOrderColumns = true;
  285. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  286. this.dgvCustomer.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  287. this.dgvCustomer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  288. | System.Windows.Forms.AnchorStyles.Left)
  289. | System.Windows.Forms.AnchorStyles.Right)));
  290. this.dgvCustomer.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  291. this.dgvCustomer.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  292. this.dgvCustomer.CellHeight = 23;
  293. this.dgvCustomer.ChildNodeColumnName = null;
  294. this.dgvCustomer.ChildNodeColumnText = null;
  295. this.dgvCustomer.ColumnDeep = 1;
  296. this.dgvCustomer.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  297. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  298. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  299. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  301. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  302. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  303. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  304. this.dgvCustomer.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  305. this.dgvCustomer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  306. this.dgvCustomer.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  307. this.CUSTOMERCODE,
  308. this.CUSTOMERNAME,
  309. this.GOODSCODE,
  310. this.GOODSNAME,
  311. this.REMARKS,
  312. this.VALUEFLAG});
  313. this.dgvCustomer.ColumnTreeView = null;
  314. this.dgvCustomer.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)));
  315. this.dgvCustomer.DynamicColumnName = "";
  316. this.dgvCustomer.EnableHeadersVisualStyles = false;
  317. this.dgvCustomer.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  318. this.dgvCustomer.FormatQuantityColumns = null;
  319. this.dgvCustomer.HorizontalMergeColumn = null;
  320. this.dgvCustomer.IsAutoCountSum = true;
  321. this.dgvCustomer.IsAutoResizeColumns = false;
  322. this.dgvCustomer.IsClickF12 = false;
  323. this.dgvCustomer.IsOpenMergeCellFlag = false;
  324. this.dgvCustomer.IsSubTotalFlag = false;
  325. this.dgvCustomer.IsTopDeep = false;
  326. this.dgvCustomer.Location = new System.Drawing.Point(12, 100);
  327. this.dgvCustomer.MergeColumnNames = null;
  328. this.dgvCustomer.MergeDetailColumnNames = null;
  329. this.dgvCustomer.MergeDetailOnlyColumn = null;
  330. this.dgvCustomer.MergeOnlyColumn = null;
  331. this.dgvCustomer.MultiSelect = false;
  332. this.dgvCustomer.Name = "dgvCustomer";
  333. this.dgvCustomer.ReadOnly = true;
  334. this.dgvCustomer.RefreshAtHscroll = false;
  335. this.dgvCustomer.RowHeadersWidth = 50;
  336. this.dgvCustomer.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  337. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  338. this.dgvCustomer.RowsDefaultCellStyle = dataGridViewCellStyle3;
  339. this.dgvCustomer.RowTemplate.Height = 21;
  340. this.dgvCustomer.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  341. this.dgvCustomer.Size = new System.Drawing.Size(999, 449);
  342. this.dgvCustomer.SortOrderColumnName = null;
  343. this.dgvCustomer.TabIndex = 23;
  344. this.dgvCustomer.Tag = true;
  345. this.dgvCustomer.TotalSumColumns = null;
  346. this.dgvCustomer.ViewRowFilter = "";
  347. //
  348. // CUSTOMERCODE
  349. //
  350. this.CUSTOMERCODE.DataPropertyName = "CUSTOMERCODE";
  351. this.CUSTOMERCODE.HeaderText = "客户编码";
  352. this.CUSTOMERCODE.Name = "CUSTOMERCODE";
  353. this.CUSTOMERCODE.ReadOnly = true;
  354. this.CUSTOMERCODE.Width = 150;
  355. //
  356. // CUSTOMERNAME
  357. //
  358. this.CUSTOMERNAME.DataPropertyName = "CUSTOMERNAME";
  359. this.CUSTOMERNAME.HeaderText = "客户姓名";
  360. this.CUSTOMERNAME.Name = "CUSTOMERNAME";
  361. this.CUSTOMERNAME.ReadOnly = true;
  362. this.CUSTOMERNAME.Width = 150;
  363. //
  364. // GOODSCODE
  365. //
  366. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  367. this.GOODSCODE.HeaderText = "产品编码";
  368. this.GOODSCODE.Name = "GOODSCODE";
  369. this.GOODSCODE.ReadOnly = true;
  370. //
  371. // GOODSNAME
  372. //
  373. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  374. this.GOODSNAME.HeaderText = "产品名称";
  375. this.GOODSNAME.Name = "GOODSNAME";
  376. this.GOODSNAME.ReadOnly = true;
  377. //
  378. // REMARKS
  379. //
  380. this.REMARKS.DataPropertyName = "REMARKS";
  381. this.REMARKS.HeaderText = "备注";
  382. this.REMARKS.Name = "REMARKS";
  383. this.REMARKS.ReadOnly = true;
  384. this.REMARKS.Width = 200;
  385. //
  386. // VALUEFLAG
  387. //
  388. this.VALUEFLAG.DataPropertyName = "VALUEFLAG";
  389. this.VALUEFLAG.HeaderText = "有效标识";
  390. this.VALUEFLAG.Name = "VALUEFLAG";
  391. this.VALUEFLAG.ReadOnly = true;
  392. //
  393. // lblGoodsCode
  394. //
  395. this.lblGoodsCode.AutoSize = true;
  396. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  397. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  398. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  399. this.lblGoodsCode.Location = new System.Drawing.Point(330, 25);
  400. this.lblGoodsCode.Name = "lblGoodsCode";
  401. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  402. this.lblGoodsCode.TabIndex = 18;
  403. this.lblGoodsCode.Text = "产品编码";
  404. //
  405. // txtGoodsCode
  406. //
  407. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  408. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  410. this.txtGoodsCode.Location = new System.Drawing.Point(389, 21);
  411. this.txtGoodsCode.MaxLength = 20;
  412. this.txtGoodsCode.Name = "txtGoodsCode";
  413. this.txtGoodsCode.Size = new System.Drawing.Size(97, 21);
  414. this.txtGoodsCode.TabIndex = 19;
  415. //
  416. // lblGoodsName
  417. //
  418. this.lblGoodsName.AutoSize = true;
  419. this.lblGoodsName.BackColor = System.Drawing.Color.Transparent;
  420. this.lblGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.lblGoodsName.ForeColor = System.Drawing.SystemColors.ControlText;
  422. this.lblGoodsName.Location = new System.Drawing.Point(492, 24);
  423. this.lblGoodsName.Name = "lblGoodsName";
  424. this.lblGoodsName.Size = new System.Drawing.Size(53, 12);
  425. this.lblGoodsName.TabIndex = 20;
  426. this.lblGoodsName.Text = "产品名称";
  427. //
  428. // txtGoodsName
  429. //
  430. this.txtGoodsName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  431. this.txtGoodsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.txtGoodsName.ImeMode = System.Windows.Forms.ImeMode.Off;
  433. this.txtGoodsName.Location = new System.Drawing.Point(551, 21);
  434. this.txtGoodsName.MaxLength = 20;
  435. this.txtGoodsName.Name = "txtGoodsName";
  436. this.txtGoodsName.Size = new System.Drawing.Size(97, 21);
  437. this.txtGoodsName.TabIndex = 21;
  438. //
  439. // F_MST_1401
  440. //
  441. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  442. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  443. this.ClientSize = new System.Drawing.Size(1037, 605);
  444. this.Controls.Add(this.dgvCustomer);
  445. this.Controls.Add(this.gbxCondition);
  446. this.Controls.Add(this.tsrOperate);
  447. this.Name = "F_MST_1401";
  448. this.Text = "F_MST_1401";
  449. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1401_FormClosed);
  450. this.Load += new System.EventHandler(this.F_MST_1401_Load);
  451. this.tsrOperate.ResumeLayout(false);
  452. this.tsrOperate.PerformLayout();
  453. this.gbxCondition.ResumeLayout(false);
  454. this.gbxCondition.PerformLayout();
  455. ((System.ComponentModel.ISupportInitialize)(this.dgvCustomer)).EndInit();
  456. this.ResumeLayout(false);
  457. }
  458. #endregion
  459. private Basics.BaseControls.C_ToolStrip tsrOperate;
  460. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  461. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  462. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  463. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  464. private System.Windows.Forms.ToolStripButton tsbtnClose;
  465. private Basics.BaseControls.C_GroupBox gbxCondition;
  466. private System.Windows.Forms.TextBox txtCustomerCode;
  467. private Basics.BaseControls.C_Button btnClearCondition;
  468. private Basics.BaseControls.C_Button btnSearch;
  469. private Basics.BaseControls.C_Label lblEntruckingCode;
  470. private Basics.BaseControls.C_DataGridView dgvCustomer;
  471. private System.Windows.Forms.TextBox txtCustomerName;
  472. private Basics.BaseControls.C_Label c_Label1;
  473. private Basics.BaseControls.C_Label c_Label2;
  474. private Basics.BaseControls.C_CheckBox cbflagfalse;
  475. private Basics.BaseControls.C_CheckBox cbflagtrue;
  476. private System.Windows.Forms.DataGridViewTextBoxColumn CUSTOMERCODE;
  477. private System.Windows.Forms.DataGridViewTextBoxColumn CUSTOMERNAME;
  478. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  479. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  480. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  481. private System.Windows.Forms.DataGridViewTextBoxColumn VALUEFLAG;
  482. private System.Windows.Forms.TextBox txtGoodsName;
  483. private Basics.BaseControls.C_Label lblGoodsName;
  484. private System.Windows.Forms.TextBox txtGoodsCode;
  485. private Basics.BaseControls.C_Label lblGoodsCode;
  486. }
  487. }