F_PM_010511.Designer.cs 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_PM_010511
  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_PM_010511));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.txtWareHouseCall = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.lblWareHouseCall = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.lblWareHouseTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.ddlWareHouseTypeRoom = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  46. this.lblWareHouseTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.ddlWareHouseTypeID = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  48. this.dgvWareHouse = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.WAREHOUSETYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.WAREHOUSEROOM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.WAREHOUSECALL = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.tsrOperate.SuspendLayout();
  53. this.gbxCondition.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.dgvWareHouse)).BeginInit();
  55. this.SuspendLayout();
  56. //
  57. // tsrOperate
  58. //
  59. this.tsrOperate.AutoSize = false;
  60. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  61. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  63. this.tsbtnAdd,
  64. this.tsbtnEdit,
  65. this.toolStripSeparator1,
  66. this.tsbtnAdaptive,
  67. this.tsbtnClose});
  68. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  69. this.tsrOperate.Name = "tsrOperate";
  70. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  71. this.tsrOperate.ShowItemToolTips = false;
  72. this.tsrOperate.Size = new System.Drawing.Size(1037, 35);
  73. this.tsrOperate.TabIndex = 1;
  74. //
  75. // tsbtnAdd
  76. //
  77. this.tsbtnAdd.AutoSize = false;
  78. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  80. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  81. this.tsbtnAdd.Name = "tsbtnAdd";
  82. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  83. this.tsbtnAdd.Text = "新建(&N)";
  84. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddGoods_Click);
  85. //
  86. // tsbtnEdit
  87. //
  88. this.tsbtnEdit.AutoSize = false;
  89. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  91. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  92. this.tsbtnEdit.Name = "tsbtnEdit";
  93. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  94. this.tsbtnEdit.Text = "编辑(&E)";
  95. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEditGoods_Click);
  96. //
  97. // toolStripSeparator1
  98. //
  99. this.toolStripSeparator1.AutoSize = false;
  100. this.toolStripSeparator1.Name = "toolStripSeparator1";
  101. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  102. //
  103. // tsbtnAdaptive
  104. //
  105. this.tsbtnAdaptive.AutoSize = false;
  106. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  108. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  109. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  110. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  111. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  112. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  113. //
  114. // tsbtnClose
  115. //
  116. this.tsbtnClose.AutoSize = false;
  117. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  119. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  120. this.tsbtnClose.Name = "tsbtnClose";
  121. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  122. this.tsbtnClose.Text = "关闭(&X)";
  123. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  124. //
  125. // btnSearch
  126. //
  127. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  128. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  129. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  130. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.btnSearch.ForeColor = System.Drawing.Color.White;
  132. this.btnSearch.Location = new System.Drawing.Point(843, 24);
  133. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  134. this.btnSearch.Name = "btnSearch";
  135. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  136. this.btnSearch.TabIndex = 10;
  137. this.btnSearch.Text = "查询(&Q)";
  138. this.btnSearch.UseVisualStyleBackColor = false;
  139. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  140. //
  141. // btnClearCondition
  142. //
  143. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  144. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  145. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  146. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  148. this.btnClearCondition.Location = new System.Drawing.Point(934, 24);
  149. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  150. this.btnClearCondition.Name = "btnClearCondition";
  151. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  152. this.btnClearCondition.TabIndex = 11;
  153. this.btnClearCondition.Text = "清空条件(&C)";
  154. this.btnClearCondition.UseVisualStyleBackColor = false;
  155. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  156. //
  157. // gbxCondition
  158. //
  159. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  160. | System.Windows.Forms.AnchorStyles.Right)));
  161. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  162. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  163. this.gbxCondition.Controls.Add(this.txtWareHouseCall);
  164. this.gbxCondition.Controls.Add(this.lblWareHouseCall);
  165. this.gbxCondition.Controls.Add(this.lblWareHouseTypeName);
  166. this.gbxCondition.Controls.Add(this.ddlWareHouseTypeRoom);
  167. this.gbxCondition.Controls.Add(this.lblWareHouseTypeID);
  168. this.gbxCondition.Controls.Add(this.ddlWareHouseTypeID);
  169. this.gbxCondition.Controls.Add(this.btnClearCondition);
  170. this.gbxCondition.Controls.Add(this.btnSearch);
  171. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  173. this.gbxCondition.IsMustInput = false;
  174. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  175. this.gbxCondition.Name = "gbxCondition";
  176. this.gbxCondition.OriginalHeight = -1;
  177. this.gbxCondition.Size = new System.Drawing.Size(1025, 63);
  178. this.gbxCondition.TabIndex = 23;
  179. this.gbxCondition.TabStop = false;
  180. this.gbxCondition.Text = "查询条件 ▼";
  181. //
  182. // txtWareHouseCall
  183. //
  184. this.txtWareHouseCall.BackColor = System.Drawing.SystemColors.Window;
  185. this.txtWareHouseCall.BackgroundColor = System.Drawing.SystemColors.Window;
  186. this.txtWareHouseCall.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  187. this.txtWareHouseCall.ErrorMessage = "";
  188. this.txtWareHouseCall.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.txtWareHouseCall.ImeMode = System.Windows.Forms.ImeMode.Off;
  190. this.txtWareHouseCall.Location = new System.Drawing.Point(451, 23);
  191. this.txtWareHouseCall.MaxLength = 50;
  192. this.txtWareHouseCall.Name = "txtWareHouseCall";
  193. this.txtWareHouseCall.Size = new System.Drawing.Size(120, 21);
  194. this.txtWareHouseCall.TabIndex = 20;
  195. //
  196. // lblWareHouseCall
  197. //
  198. this.lblWareHouseCall.AutoSize = true;
  199. this.lblWareHouseCall.BackColor = System.Drawing.SystemColors.Control;
  200. this.lblWareHouseCall.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.lblWareHouseCall.ForeColor = System.Drawing.SystemColors.ControlText;
  202. this.lblWareHouseCall.Location = new System.Drawing.Point(392, 27);
  203. this.lblWareHouseCall.Name = "lblWareHouseCall";
  204. this.lblWareHouseCall.Size = new System.Drawing.Size(53, 12);
  205. this.lblWareHouseCall.TabIndex = 19;
  206. this.lblWareHouseCall.Text = "站点类型";
  207. //
  208. // lblWareHouseTypeName
  209. //
  210. this.lblWareHouseTypeName.AutoSize = true;
  211. this.lblWareHouseTypeName.BackColor = System.Drawing.SystemColors.Control;
  212. this.lblWareHouseTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.lblWareHouseTypeName.ForeColor = System.Drawing.SystemColors.ControlText;
  214. this.lblWareHouseTypeName.Location = new System.Drawing.Point(207, 27);
  215. this.lblWareHouseTypeName.Name = "lblWareHouseTypeName";
  216. this.lblWareHouseTypeName.Size = new System.Drawing.Size(53, 12);
  217. this.lblWareHouseTypeName.TabIndex = 18;
  218. this.lblWareHouseTypeName.Text = "站点类型";
  219. //
  220. // ddlWareHouseTypeRoom
  221. //
  222. this.ddlWareHouseTypeRoom.BackColor = System.Drawing.SystemColors.Window;
  223. this.ddlWareHouseTypeRoom.BackgroundColor = System.Drawing.SystemColors.Window;
  224. this.ddlWareHouseTypeRoom.DataSource = null;
  225. this.ddlWareHouseTypeRoom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.ddlWareHouseTypeRoom.FormattingEnabled = true;
  227. //
  228. //
  229. //
  230. this.ddlWareHouseTypeRoom.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  231. this.ddlWareHouseTypeRoom.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.ddlWareHouseTypeRoom.ListBox.Location = new System.Drawing.Point(0, 0);
  233. this.ddlWareHouseTypeRoom.ListBox.Name = "";
  234. this.ddlWareHouseTypeRoom.ListBox.Size = new System.Drawing.Size(118, 136);
  235. this.ddlWareHouseTypeRoom.ListBox.TabIndex = 0;
  236. this.ddlWareHouseTypeRoom.Location = new System.Drawing.Point(266, 24);
  237. this.ddlWareHouseTypeRoom.Name = "ddlWareHouseTypeRoom";
  238. this.ddlWareHouseTypeRoom.Size = new System.Drawing.Size(120, 20);
  239. this.ddlWareHouseTypeRoom.TabIndex = 17;
  240. //
  241. // lblWareHouseTypeID
  242. //
  243. this.lblWareHouseTypeID.AutoSize = true;
  244. this.lblWareHouseTypeID.BackColor = System.Drawing.SystemColors.Control;
  245. this.lblWareHouseTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.lblWareHouseTypeID.ForeColor = System.Drawing.SystemColors.ControlText;
  247. this.lblWareHouseTypeID.Location = new System.Drawing.Point(22, 27);
  248. this.lblWareHouseTypeID.Name = "lblWareHouseTypeID";
  249. this.lblWareHouseTypeID.Size = new System.Drawing.Size(53, 12);
  250. this.lblWareHouseTypeID.TabIndex = 16;
  251. this.lblWareHouseTypeID.Text = "站点类型";
  252. //
  253. // ddlWareHouseTypeID
  254. //
  255. this.ddlWareHouseTypeID.BackColor = System.Drawing.SystemColors.Window;
  256. this.ddlWareHouseTypeID.BackgroundColor = System.Drawing.SystemColors.Window;
  257. this.ddlWareHouseTypeID.DataSource = null;
  258. this.ddlWareHouseTypeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.ddlWareHouseTypeID.FormattingEnabled = true;
  260. //
  261. //
  262. //
  263. this.ddlWareHouseTypeID.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  264. this.ddlWareHouseTypeID.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.ddlWareHouseTypeID.ListBox.Location = new System.Drawing.Point(0, 0);
  266. this.ddlWareHouseTypeID.ListBox.Name = "";
  267. this.ddlWareHouseTypeID.ListBox.Size = new System.Drawing.Size(118, 136);
  268. this.ddlWareHouseTypeID.ListBox.TabIndex = 0;
  269. this.ddlWareHouseTypeID.Location = new System.Drawing.Point(81, 24);
  270. this.ddlWareHouseTypeID.Name = "ddlWareHouseTypeID";
  271. this.ddlWareHouseTypeID.Size = new System.Drawing.Size(120, 20);
  272. this.ddlWareHouseTypeID.TabIndex = 12;
  273. this.ddlWareHouseTypeID.TextChanged += new System.EventHandler(this.ddlWareHouseTypeID_TextChanged);
  274. //
  275. // dgvWareHouse
  276. //
  277. this.dgvWareHouse.AllowUserToAddRows = false;
  278. this.dgvWareHouse.AllowUserToDeleteRows = false;
  279. this.dgvWareHouse.AllowUserToModifyRows = true;
  280. this.dgvWareHouse.AllowUserToOrderColumns = true;
  281. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  282. this.dgvWareHouse.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  283. this.dgvWareHouse.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  284. | System.Windows.Forms.AnchorStyles.Left)
  285. | System.Windows.Forms.AnchorStyles.Right)));
  286. this.dgvWareHouse.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  287. this.dgvWareHouse.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  288. this.dgvWareHouse.CellHeight = 23;
  289. this.dgvWareHouse.ChildNodeColumnName = null;
  290. this.dgvWareHouse.ChildNodeColumnText = null;
  291. this.dgvWareHouse.ColumnDeep = 1;
  292. this.dgvWareHouse.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  293. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  294. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  295. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  297. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  298. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  299. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  300. this.dgvWareHouse.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  301. this.dgvWareHouse.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  302. this.dgvWareHouse.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  303. this.WAREHOUSETYPE,
  304. this.WAREHOUSEROOM,
  305. this.WAREHOUSECALL});
  306. this.dgvWareHouse.ColumnTreeView = null;
  307. this.dgvWareHouse.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)));
  308. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  309. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  310. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  312. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  313. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  314. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  315. this.dgvWareHouse.DefaultCellStyle = dataGridViewCellStyle7;
  316. this.dgvWareHouse.DynamicColumnName = "";
  317. this.dgvWareHouse.EnableHeadersVisualStyles = false;
  318. this.dgvWareHouse.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.dgvWareHouse.FormatQuantityColumns = null;
  320. this.dgvWareHouse.HasNode = false;
  321. this.dgvWareHouse.HorizontalMergeColumn = null;
  322. this.dgvWareHouse.IsAutoCountSum = true;
  323. this.dgvWareHouse.IsAutoResizeColumns = false;
  324. this.dgvWareHouse.IsClickF12 = false;
  325. this.dgvWareHouse.IsOpenMergeCellFlag = false;
  326. this.dgvWareHouse.IsSubTotalFlag = false;
  327. this.dgvWareHouse.IsTopDeep = false;
  328. this.dgvWareHouse.Location = new System.Drawing.Point(0, 107);
  329. this.dgvWareHouse.MergeColumnNames = null;
  330. this.dgvWareHouse.MergeDetailColumnNames = null;
  331. this.dgvWareHouse.MergeDetailOnlyColumn = null;
  332. this.dgvWareHouse.MergeOnlyColumn = null;
  333. this.dgvWareHouse.Name = "dgvWareHouse";
  334. this.dgvWareHouse.ReadOnly = true;
  335. this.dgvWareHouse.RefreshAtHscroll = false;
  336. this.dgvWareHouse.RowHeadersWidth = 50;
  337. this.dgvWareHouse.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  338. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  339. this.dgvWareHouse.RowsDefaultCellStyle = dataGridViewCellStyle8;
  340. this.dgvWareHouse.RowTemplate.Height = 21;
  341. this.dgvWareHouse.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  342. this.dgvWareHouse.Size = new System.Drawing.Size(1037, 354);
  343. this.dgvWareHouse.SortOrderColumnName = null;
  344. this.dgvWareHouse.TabIndex = 24;
  345. this.dgvWareHouse.Tag = true;
  346. this.dgvWareHouse.TotalSumColumns = null;
  347. this.dgvWareHouse.ViewRowFilter = "";
  348. this.dgvWareHouse.VirtualMode = true;
  349. this.dgvWareHouse.VirtualNodes = false;
  350. //
  351. // WAREHOUSETYPE
  352. //
  353. this.WAREHOUSETYPE.DataPropertyName = "WAREHOUSETYPE";
  354. this.WAREHOUSETYPE.HeaderText = "站点类型";
  355. this.WAREHOUSETYPE.Name = "WAREHOUSETYPE";
  356. this.WAREHOUSETYPE.ReadOnly = true;
  357. //
  358. // WAREHOUSEROOM
  359. //
  360. this.WAREHOUSEROOM.DataPropertyName = "WAREHOUSEROOM";
  361. this.WAREHOUSEROOM.HeaderText = "站点名称";
  362. this.WAREHOUSEROOM.Name = "WAREHOUSEROOM";
  363. this.WAREHOUSEROOM.ReadOnly = true;
  364. //
  365. // WAREHOUSECALL
  366. //
  367. this.WAREHOUSECALL.DataPropertyName = "WAREHOUSECALL";
  368. this.WAREHOUSECALL.HeaderText = "呼叫站点";
  369. this.WAREHOUSECALL.Name = "WAREHOUSECALL";
  370. this.WAREHOUSECALL.ReadOnly = true;
  371. //
  372. // F_PM_010511
  373. //
  374. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  375. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  376. this.ClientSize = new System.Drawing.Size(1037, 461);
  377. this.Controls.Add(this.dgvWareHouse);
  378. this.Controls.Add(this.gbxCondition);
  379. this.Controls.Add(this.tsrOperate);
  380. this.Name = "F_PM_010511";
  381. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  382. this.Text = "点位库存";
  383. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PM_010511_FormClosed);
  384. this.Load += new System.EventHandler(this.F_PM_010511_Load);
  385. this.tsrOperate.ResumeLayout(false);
  386. this.tsrOperate.PerformLayout();
  387. this.gbxCondition.ResumeLayout(false);
  388. this.gbxCondition.PerformLayout();
  389. ((System.ComponentModel.ISupportInitialize)(this.dgvWareHouse)).EndInit();
  390. this.ResumeLayout(false);
  391. }
  392. #endregion
  393. private Basics.BaseControls.C_ToolStrip tsrOperate;
  394. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  395. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  396. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  397. private System.Windows.Forms.ToolStripButton tsbtnClose;
  398. private Basics.BaseControls.C_Button btnSearch;
  399. private Basics.BaseControls.C_Button btnClearCondition;
  400. private Basics.BaseControls.C_GroupBox gbxCondition;
  401. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  402. private Basics.BaseControls.C_DataGridView dgvWareHouse;
  403. private Basics.BaseControls.DKListBoxComboBox ddlWareHouseTypeID;
  404. private Basics.BaseControls.C_Label lblWareHouseTypeID;
  405. private Basics.BaseControls.C_Label lblWareHouseTypeName;
  406. private Basics.BaseControls.DKListBoxComboBox ddlWareHouseTypeRoom;
  407. private Basics.BaseControls.C_Label lblWareHouseCall;
  408. private Basics.BaseControls.C_TextBox txtWareHouseCall;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSETYPE;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSEROOM;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn WAREHOUSECALL;
  412. }
  413. }