S_CMN_021.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_021
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_021));
  33. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.txtInCheckedNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  35. this.dgvInChecked = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  36. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  38. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.InCheckedID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.InCheckedNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvInChecked)).BeginInit();
  45. this.SuspendLayout();
  46. //
  47. // lblUserCode
  48. //
  49. this.lblUserCode.AutoSize = true;
  50. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  51. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  53. this.lblUserCode.Location = new System.Drawing.Point(12, 15);
  54. this.lblUserCode.Name = "lblUserCode";
  55. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  56. this.lblUserCode.TabIndex = 0;
  57. this.lblUserCode.Text = "盘点单号";
  58. //
  59. // txtInCheckedNo
  60. //
  61. this.txtInCheckedNo.BackColor = System.Drawing.SystemColors.Window;
  62. this.txtInCheckedNo.BackgroundColor = System.Drawing.SystemColors.Window;
  63. this.txtInCheckedNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  64. this.txtInCheckedNo.ErrorMessage = "";
  65. this.txtInCheckedNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  66. this.txtInCheckedNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  67. this.txtInCheckedNo.Location = new System.Drawing.Point(71, 11);
  68. this.txtInCheckedNo.Name = "txtInCheckedNo";
  69. this.txtInCheckedNo.Size = new System.Drawing.Size(196, 21);
  70. this.txtInCheckedNo.TabIndex = 1;
  71. //
  72. // dgvInChecked
  73. //
  74. this.dgvInChecked.AllowUserToAddRows = false;
  75. this.dgvInChecked.AllowUserToDeleteRows = false;
  76. this.dgvInChecked.AllowUserToModifyRows = true;
  77. this.dgvInChecked.AllowUserToOrderColumns = true;
  78. this.dgvInChecked.AllowUserToResizeRows = false;
  79. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  80. this.dgvInChecked.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  81. this.dgvInChecked.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  82. | System.Windows.Forms.AnchorStyles.Left)
  83. | System.Windows.Forms.AnchorStyles.Right)));
  84. this.dgvInChecked.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  85. this.dgvInChecked.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  86. this.dgvInChecked.CellHeight = 23;
  87. this.dgvInChecked.ChildNodeColumnName = null;
  88. this.dgvInChecked.ChildNodeColumnText = null;
  89. this.dgvInChecked.ColumnDeep = 1;
  90. this.dgvInChecked.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  91. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  92. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  93. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  95. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  96. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  97. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  98. this.dgvInChecked.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  99. this.dgvInChecked.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  100. this.dgvInChecked.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  101. this.InCheckedID,
  102. this.sel,
  103. this.InCheckedNo,
  104. this.Remarks});
  105. this.dgvInChecked.ColumnTreeView = null;
  106. this.dgvInChecked.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  107. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  108. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  109. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  111. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  112. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  113. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  114. this.dgvInChecked.DefaultCellStyle = dataGridViewCellStyle3;
  115. this.dgvInChecked.DynamicColumnName = "";
  116. this.dgvInChecked.EnableHeadersVisualStyles = false;
  117. this.dgvInChecked.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.dgvInChecked.HorizontalMergeColumn = null;
  119. this.dgvInChecked.IsAutoCountSum = true;
  120. this.dgvInChecked.IsAutoResizeColumns = false;
  121. this.dgvInChecked.IsClickF12 = false;
  122. this.dgvInChecked.IsOpenMergeCellFlag = false;
  123. this.dgvInChecked.IsSubTotalFlag = false;
  124. this.dgvInChecked.IsTopDeep = false;
  125. this.dgvInChecked.Location = new System.Drawing.Point(12, 41);
  126. this.dgvInChecked.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  127. this.dgvInChecked.MergeColumnNames = null;
  128. this.dgvInChecked.MergeDetailColumnNames = null;
  129. this.dgvInChecked.MergeDetailOnlyColumn = null;
  130. this.dgvInChecked.MergeOnlyColumn = null;
  131. this.dgvInChecked.MultiSelect = false;
  132. this.dgvInChecked.Name = "dgvInChecked";
  133. this.dgvInChecked.RefreshAtHscroll = false;
  134. this.dgvInChecked.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  135. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  136. this.dgvInChecked.RowsDefaultCellStyle = dataGridViewCellStyle4;
  137. this.dgvInChecked.RowTemplate.Height = 21;
  138. this.dgvInChecked.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  139. this.dgvInChecked.Size = new System.Drawing.Size(447, 305);
  140. this.dgvInChecked.SortOrderColumnName = null;
  141. this.dgvInChecked.TabIndex = 4;
  142. this.dgvInChecked.Tag = true;
  143. this.dgvInChecked.TotalSumColumns = null;
  144. this.dgvInChecked.ViewRowFilter = "";
  145. this.dgvInChecked.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvInChecked_CellMouseDoubleClick);
  146. //
  147. // btnOK
  148. //
  149. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  150. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  151. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  152. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  153. this.btnOK.ForeColor = System.Drawing.Color.White;
  154. this.btnOK.Location = new System.Drawing.Point(283, 351);
  155. this.btnOK.Name = "btnOK";
  156. this.btnOK.Size = new System.Drawing.Size(85, 30);
  157. this.btnOK.TabIndex = 5;
  158. this.btnOK.Text = "确定";
  159. this.btnOK.UseVisualStyleBackColor = true;
  160. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  161. //
  162. // btnClose
  163. //
  164. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  165. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  166. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  167. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  168. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  169. this.btnClose.ForeColor = System.Drawing.Color.White;
  170. this.btnClose.Location = new System.Drawing.Point(374, 351);
  171. this.btnClose.Name = "btnClose";
  172. this.btnClose.Size = new System.Drawing.Size(85, 30);
  173. this.btnClose.TabIndex = 6;
  174. this.btnClose.Text = "取消";
  175. this.btnClose.UseVisualStyleBackColor = true;
  176. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  177. //
  178. // btnSearch
  179. //
  180. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  181. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  182. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  183. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  184. this.btnSearch.ForeColor = System.Drawing.Color.White;
  185. this.btnSearch.Location = new System.Drawing.Point(283, 6);
  186. this.btnSearch.Name = "btnSearch";
  187. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  188. this.btnSearch.TabIndex = 2;
  189. this.btnSearch.Text = "查询";
  190. this.btnSearch.UseVisualStyleBackColor = true;
  191. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  192. //
  193. // btnClearCondition
  194. //
  195. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  196. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  197. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  198. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  200. this.btnClearCondition.Location = new System.Drawing.Point(374, 6);
  201. this.btnClearCondition.Name = "btnClearCondition";
  202. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  203. this.btnClearCondition.TabIndex = 3;
  204. this.btnClearCondition.Text = "清空条件";
  205. this.btnClearCondition.UseVisualStyleBackColor = false;
  206. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  207. //
  208. // InCheckedID
  209. //
  210. this.InCheckedID.DataPropertyName = "InCheckedID";
  211. this.InCheckedID.HeaderText = "InCheckedID";
  212. this.InCheckedID.Name = "InCheckedID";
  213. this.InCheckedID.ReadOnly = true;
  214. this.InCheckedID.Visible = false;
  215. //
  216. // sel
  217. //
  218. this.sel.DataPropertyName = "Sel";
  219. this.sel.FalseValue = "0";
  220. this.sel.HeaderText = "选择";
  221. this.sel.Name = "sel";
  222. this.sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  223. this.sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  224. this.sel.TrueValue = "1";
  225. this.sel.Visible = false;
  226. //
  227. // InCheckedNo
  228. //
  229. this.InCheckedNo.DataPropertyName = "InCheckedNo";
  230. this.InCheckedNo.HeaderText = "盘点单号";
  231. this.InCheckedNo.Name = "InCheckedNo";
  232. this.InCheckedNo.ReadOnly = true;
  233. this.InCheckedNo.Width = 200;
  234. //
  235. // Remarks
  236. //
  237. this.Remarks.DataPropertyName = "Remarks";
  238. this.Remarks.HeaderText = "备注";
  239. this.Remarks.Name = "Remarks";
  240. this.Remarks.ReadOnly = true;
  241. this.Remarks.Width = 200;
  242. //
  243. // S_CMN_021
  244. //
  245. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  246. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  247. this.CancelButton = this.btnClose;
  248. this.ClientSize = new System.Drawing.Size(474, 416);
  249. this.Controls.Add(this.btnClearCondition);
  250. this.Controls.Add(this.btnSearch);
  251. this.Controls.Add(this.btnClose);
  252. this.Controls.Add(this.btnOK);
  253. this.Controls.Add(this.dgvInChecked);
  254. this.Controls.Add(this.txtInCheckedNo);
  255. this.Controls.Add(this.lblUserCode);
  256. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  257. this.IsSaveFormSize = false;
  258. this.MaximizeBox = false;
  259. this.MinimizeBox = false;
  260. this.Name = "S_CMN_021";
  261. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  262. this.StatusSizingGrip = false;
  263. this.Text = "选择盘点单";
  264. this.Load += new System.EventHandler(this.S_CMN_021_Load);
  265. this.Controls.SetChildIndex(this.lblUserCode, 0);
  266. this.Controls.SetChildIndex(this.txtInCheckedNo, 0);
  267. this.Controls.SetChildIndex(this.dgvInChecked, 0);
  268. this.Controls.SetChildIndex(this.btnOK, 0);
  269. this.Controls.SetChildIndex(this.btnClose, 0);
  270. this.Controls.SetChildIndex(this.btnSearch, 0);
  271. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  272. ((System.ComponentModel.ISupportInitialize)(this.dgvInChecked)).EndInit();
  273. this.ResumeLayout(false);
  274. this.PerformLayout();
  275. }
  276. #endregion
  277. private Basics.BaseControls.C_Label lblUserCode;
  278. private Basics.BaseControls.C_TextBox txtInCheckedNo;
  279. private Basics.BaseControls.C_DataGridView dgvInChecked;
  280. private Basics.BaseControls.C_Button btnOK;
  281. private Basics.BaseControls.C_Button btnClose;
  282. private Basics.BaseControls.C_Button btnSearch;
  283. private Basics.BaseControls.C_Button btnClearCondition;
  284. private System.Windows.Forms.DataGridViewTextBoxColumn InCheckedID;
  285. private System.Windows.Forms.DataGridViewCheckBoxColumn sel;
  286. private System.Windows.Forms.DataGridViewTextBoxColumn InCheckedNo;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  288. }
  289. }