F_MST_0412.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0412
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0412));
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.dgvPrinter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  34. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.PrinterName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.PrintType = new System.Windows.Forms.DataGridViewComboBoxColumn();
  39. this.displayno = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  40. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  42. this.PrinterID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgvPrinter)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // dgvPrinter
  47. //
  48. this.dgvPrinter.AllowUserToDeleteRows = false;
  49. this.dgvPrinter.AllowUserToModifyRows = true;
  50. this.dgvPrinter.AllowUserToOrderColumns = true;
  51. this.dgvPrinter.AllowUserToResizeRows = false;
  52. this.dgvPrinter.AllowUserToSortRows = false;
  53. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  54. this.dgvPrinter.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  55. this.dgvPrinter.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  56. | System.Windows.Forms.AnchorStyles.Left)
  57. | System.Windows.Forms.AnchorStyles.Right)));
  58. this.dgvPrinter.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  59. this.dgvPrinter.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  60. this.dgvPrinter.CellHeight = 23;
  61. this.dgvPrinter.ChildNodeColumnName = null;
  62. this.dgvPrinter.ChildNodeColumnText = null;
  63. this.dgvPrinter.ColumnDeep = 1;
  64. this.dgvPrinter.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  65. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  66. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  67. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  69. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  70. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  71. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  72. this.dgvPrinter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  73. this.dgvPrinter.ColumnHeadersHeight = 29;
  74. this.dgvPrinter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  75. this.dgvPrinter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  76. this.PrinterName,
  77. this.PrintType,
  78. this.displayno,
  79. this.Remarks,
  80. this.ValueFlag,
  81. this.PrinterID});
  82. this.dgvPrinter.ColumnTreeView = null;
  83. this.dgvPrinter.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)));
  84. this.dgvPrinter.DynamicColumnName = "";
  85. this.dgvPrinter.EnableHeadersVisualStyles = false;
  86. this.dgvPrinter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.dgvPrinter.FormatQuantityColumns = null;
  88. this.dgvPrinter.HorizontalMergeColumn = null;
  89. this.dgvPrinter.IsAutoCountSum = false;
  90. this.dgvPrinter.IsAutoResizeColumns = false;
  91. this.dgvPrinter.IsClickF12 = false;
  92. this.dgvPrinter.IsOpenMergeCellFlag = false;
  93. this.dgvPrinter.IsProcessRightFlag = false;
  94. this.dgvPrinter.IsSubTotalFlag = false;
  95. this.dgvPrinter.IsTopDeep = false;
  96. this.dgvPrinter.Location = new System.Drawing.Point(12, 12);
  97. this.dgvPrinter.MergeColumnNames = null;
  98. this.dgvPrinter.MergeDetailColumnNames = null;
  99. this.dgvPrinter.MergeDetailOnlyColumn = null;
  100. this.dgvPrinter.MergeOnlyColumn = null;
  101. this.dgvPrinter.MultiSelect = false;
  102. this.dgvPrinter.Name = "dgvPrinter";
  103. this.dgvPrinter.RefreshAtHscroll = false;
  104. this.dgvPrinter.RowHeadersWidth = 50;
  105. this.dgvPrinter.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  106. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  107. this.dgvPrinter.RowsDefaultCellStyle = dataGridViewCellStyle4;
  108. this.dgvPrinter.RowTemplate.Height = 21;
  109. this.dgvPrinter.Size = new System.Drawing.Size(484, 498);
  110. this.dgvPrinter.SortOrderColumnName = null;
  111. this.dgvPrinter.TabIndex = 0;
  112. this.dgvPrinter.Tag = true;
  113. this.dgvPrinter.TotalSumColumns = null;
  114. this.dgvPrinter.ViewRowFilter = "";
  115. this.dgvPrinter.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated);
  116. this.dgvPrinter.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating);
  117. this.dgvPrinter.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded);
  118. this.dgvPrinter.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefect_EditingControlShowing);
  119. this.dgvPrinter.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_RowValidated);
  120. this.dgvPrinter.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefect_RowValidating);
  121. this.dgvPrinter.Sorted += new System.EventHandler(this.dgvDataDefect_Sorted);
  122. this.dgvPrinter.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_UserAddedRow);
  123. //
  124. // chkDisplayDisabledData
  125. //
  126. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  127. this.chkDisplayDisabledData.AutoSize = true;
  128. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  129. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 516);
  131. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  132. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  133. this.chkDisplayDisabledData.TabIndex = 1;
  134. this.chkDisplayDisabledData.Text = "显示停用记录";
  135. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  136. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  137. //
  138. // btnSave
  139. //
  140. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  141. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  142. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  143. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.btnSave.ForeColor = System.Drawing.Color.White;
  145. this.btnSave.Location = new System.Drawing.Point(320, 516);
  146. this.btnSave.Name = "btnSave";
  147. this.btnSave.Size = new System.Drawing.Size(85, 30);
  148. this.btnSave.TabIndex = 2;
  149. this.btnSave.Text = "保存";
  150. this.btnSave.UseVisualStyleBackColor = true;
  151. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  152. //
  153. // btnCancel
  154. //
  155. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  156. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  157. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  158. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  159. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.btnCancel.ForeColor = System.Drawing.Color.White;
  161. this.btnCancel.Location = new System.Drawing.Point(411, 516);
  162. this.btnCancel.Name = "btnCancel";
  163. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  164. this.btnCancel.TabIndex = 3;
  165. this.btnCancel.Text = "关闭";
  166. this.btnCancel.UseVisualStyleBackColor = true;
  167. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  168. //
  169. // PrinterName
  170. //
  171. this.PrinterName.DataPropertyName = "PrinterName";
  172. this.PrinterName.HeaderText = "打印机名";
  173. this.PrinterName.MaxInputLength = 100;
  174. this.PrinterName.MinimumWidth = 6;
  175. this.PrinterName.Name = "PrinterName";
  176. this.PrinterName.Width = 120;
  177. //
  178. // PrintType
  179. //
  180. this.PrintType.DataPropertyName = "PrintType";
  181. this.PrintType.HeaderText = "打印类型";
  182. this.PrintType.MinimumWidth = 6;
  183. this.PrintType.Name = "PrintType";
  184. this.PrintType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  185. this.PrintType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  186. this.PrintType.Width = 125;
  187. //
  188. // displayno
  189. //
  190. this.displayno.DataPropertyName = "displayno";
  191. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  192. this.displayno.DefaultCellStyle = dataGridViewCellStyle3;
  193. this.displayno.HeaderText = "显示顺序";
  194. this.displayno.MaxValue = new decimal(new int[] {
  195. 99999,
  196. 0,
  197. 0,
  198. 0});
  199. this.displayno.MinimumWidth = 6;
  200. this.displayno.MinValue = new decimal(new int[] {
  201. 0,
  202. 0,
  203. 0,
  204. 0});
  205. this.displayno.Name = "displayno";
  206. this.displayno.Number = new System.Drawing.Point(6, 0);
  207. this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  208. this.displayno.Width = 125;
  209. //
  210. // Remarks
  211. //
  212. this.Remarks.DataPropertyName = "Remarks";
  213. this.Remarks.HeaderText = "备注";
  214. this.Remarks.MaxInputLength = 500;
  215. this.Remarks.MinimumWidth = 6;
  216. this.Remarks.Name = "Remarks";
  217. this.Remarks.Width = 150;
  218. //
  219. // ValueFlag
  220. //
  221. this.ValueFlag.DataPropertyName = "ValueFlag";
  222. this.ValueFlag.FalseValue = "0";
  223. this.ValueFlag.HeaderText = "正常";
  224. this.ValueFlag.MinimumWidth = 6;
  225. this.ValueFlag.Name = "ValueFlag";
  226. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  227. this.ValueFlag.TrueValue = "1";
  228. this.ValueFlag.Width = 50;
  229. //
  230. // PrinterID
  231. //
  232. this.PrinterID.DataPropertyName = "PrinterID";
  233. this.PrinterID.HeaderText = "PrinterID";
  234. this.PrinterID.MinimumWidth = 6;
  235. this.PrinterID.Name = "PrinterID";
  236. this.PrinterID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  237. this.PrinterID.Visible = false;
  238. this.PrinterID.Width = 125;
  239. //
  240. // F_MST_0412
  241. //
  242. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  243. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  244. this.BackColor = System.Drawing.SystemColors.Window;
  245. this.CancelButton = this.btnCancel;
  246. this.ClientSize = new System.Drawing.Size(508, 571);
  247. this.Controls.Add(this.btnCancel);
  248. this.Controls.Add(this.btnSave);
  249. this.Controls.Add(this.chkDisplayDisabledData);
  250. this.Controls.Add(this.dgvPrinter);
  251. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  252. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  253. this.IsSaveFormSize = false;
  254. this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
  255. this.MaximizeBox = false;
  256. this.MinimizeBox = false;
  257. this.Name = "F_MST_0412";
  258. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  259. this.StatusBackColor = System.Drawing.SystemColors.Window;
  260. this.StatusSizingGrip = false;
  261. this.Text = "条码打印机(PDA用)";
  262. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0411_FormClosing);
  263. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0411_FormClosed);
  264. this.Load += new System.EventHandler(this.F_MST_0411_Load);
  265. this.Controls.SetChildIndex(this.dgvPrinter, 0);
  266. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  267. this.Controls.SetChildIndex(this.btnSave, 0);
  268. this.Controls.SetChildIndex(this.btnCancel, 0);
  269. ((System.ComponentModel.ISupportInitialize)(this.dgvPrinter)).EndInit();
  270. this.ResumeLayout(false);
  271. this.PerformLayout();
  272. }
  273. #endregion
  274. private Basics.BaseControls.C_DataGridView dgvPrinter;
  275. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  276. private Basics.BaseControls.C_Button btnSave;
  277. private Basics.BaseControls.C_Button btnCancel;
  278. private System.Windows.Forms.DataGridViewTextBoxColumn PrinterName;
  279. private System.Windows.Forms.DataGridViewComboBoxColumn PrintType;
  280. private Basics.BaseControls.C_DGV_Column_Digital displayno;
  281. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  282. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  283. private System.Windows.Forms.DataGridViewTextBoxColumn PrinterID;
  284. }
  285. }