F_MST_0412.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  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(16, 15);
  97. this.dgvPrinter.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  98. this.dgvPrinter.MergeColumnNames = null;
  99. this.dgvPrinter.MergeDetailColumnNames = null;
  100. this.dgvPrinter.MergeDetailOnlyColumn = null;
  101. this.dgvPrinter.MergeOnlyColumn = null;
  102. this.dgvPrinter.MultiSelect = false;
  103. this.dgvPrinter.Name = "dgvPrinter";
  104. this.dgvPrinter.RefreshAtHscroll = false;
  105. this.dgvPrinter.RowHeadersWidth = 50;
  106. this.dgvPrinter.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  107. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  108. this.dgvPrinter.RowsDefaultCellStyle = dataGridViewCellStyle4;
  109. this.dgvPrinter.RowTemplate.Height = 21;
  110. this.dgvPrinter.Size = new System.Drawing.Size(645, 622);
  111. this.dgvPrinter.SortOrderColumnName = null;
  112. this.dgvPrinter.TabIndex = 0;
  113. this.dgvPrinter.Tag = true;
  114. this.dgvPrinter.TotalSumColumns = null;
  115. this.dgvPrinter.ViewRowFilter = "";
  116. this.dgvPrinter.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_CellValidated);
  117. this.dgvPrinter.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvDataDefect_CellValidating);
  118. this.dgvPrinter.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_DefaultValuesNeeded);
  119. this.dgvPrinter.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.dgvDataDefect_EditingControlShowing);
  120. this.dgvPrinter.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataDefect_RowValidated);
  121. this.dgvPrinter.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataDefect_RowValidating);
  122. this.dgvPrinter.Sorted += new System.EventHandler(this.dgvDataDefect_Sorted);
  123. this.dgvPrinter.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvDataDefect_UserAddedRow);
  124. //
  125. // chkDisplayDisabledData
  126. //
  127. this.chkDisplayDisabledData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  128. this.chkDisplayDisabledData.AutoSize = true;
  129. this.chkDisplayDisabledData.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  130. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.chkDisplayDisabledData.Location = new System.Drawing.Point(25, 646);
  132. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  133. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  134. this.chkDisplayDisabledData.Size = new System.Drawing.Size(119, 19);
  135. this.chkDisplayDisabledData.TabIndex = 1;
  136. this.chkDisplayDisabledData.Text = "显示停用记录";
  137. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  138. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  139. //
  140. // btnSave
  141. //
  142. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  143. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  144. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  145. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  146. this.btnSave.ForeColor = System.Drawing.Color.White;
  147. this.btnSave.Location = new System.Drawing.Point(427, 645);
  148. this.btnSave.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  149. this.btnSave.Name = "btnSave";
  150. this.btnSave.Size = new System.Drawing.Size(113, 38);
  151. this.btnSave.TabIndex = 2;
  152. this.btnSave.Text = "保存";
  153. this.btnSave.UseVisualStyleBackColor = true;
  154. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  155. //
  156. // btnCancel
  157. //
  158. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  159. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  160. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  161. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  162. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.btnCancel.ForeColor = System.Drawing.Color.White;
  164. this.btnCancel.Location = new System.Drawing.Point(548, 645);
  165. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  166. this.btnCancel.Name = "btnCancel";
  167. this.btnCancel.Size = new System.Drawing.Size(113, 38);
  168. this.btnCancel.TabIndex = 3;
  169. this.btnCancel.Text = "关闭";
  170. this.btnCancel.UseVisualStyleBackColor = true;
  171. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  172. //
  173. // PrinterName
  174. //
  175. this.PrinterName.DataPropertyName = "PrinterName";
  176. this.PrinterName.HeaderText = "打印机名";
  177. this.PrinterName.MaxInputLength = 100;
  178. this.PrinterName.MinimumWidth = 6;
  179. this.PrinterName.Name = "PrinterName";
  180. this.PrinterName.Width = 120;
  181. //
  182. // PrintType
  183. //
  184. this.PrintType.DataPropertyName = "PrintType";
  185. this.PrintType.HeaderText = "打印类型";
  186. this.PrintType.MinimumWidth = 6;
  187. this.PrintType.Name = "PrintType";
  188. this.PrintType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  189. this.PrintType.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  190. this.PrintType.Width = 125;
  191. //
  192. // displayno
  193. //
  194. this.displayno.DataPropertyName = "displayno";
  195. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  196. this.displayno.DefaultCellStyle = dataGridViewCellStyle3;
  197. this.displayno.HeaderText = "显示顺序";
  198. this.displayno.MaxValue = new decimal(new int[] {
  199. 99,
  200. 0,
  201. 0,
  202. 0});
  203. this.displayno.MinimumWidth = 6;
  204. this.displayno.MinValue = new decimal(new int[] {
  205. 0,
  206. 0,
  207. 0,
  208. 0});
  209. this.displayno.Name = "displayno";
  210. this.displayno.Number = new System.Drawing.Point(2, 0);
  211. this.displayno.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  212. this.displayno.Width = 125;
  213. //
  214. // Remarks
  215. //
  216. this.Remarks.DataPropertyName = "Remarks";
  217. this.Remarks.HeaderText = "备注";
  218. this.Remarks.MaxInputLength = 500;
  219. this.Remarks.MinimumWidth = 6;
  220. this.Remarks.Name = "Remarks";
  221. this.Remarks.Width = 150;
  222. //
  223. // ValueFlag
  224. //
  225. this.ValueFlag.DataPropertyName = "ValueFlag";
  226. this.ValueFlag.FalseValue = "0";
  227. this.ValueFlag.HeaderText = "正常";
  228. this.ValueFlag.MinimumWidth = 6;
  229. this.ValueFlag.Name = "ValueFlag";
  230. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  231. this.ValueFlag.TrueValue = "1";
  232. this.ValueFlag.Width = 50;
  233. //
  234. // PrinterID
  235. //
  236. this.PrinterID.DataPropertyName = "PrinterID";
  237. this.PrinterID.HeaderText = "PrinterID";
  238. this.PrinterID.MinimumWidth = 6;
  239. this.PrinterID.Name = "PrinterID";
  240. this.PrinterID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  241. this.PrinterID.Visible = false;
  242. this.PrinterID.Width = 125;
  243. //
  244. // F_MST_0412
  245. //
  246. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  247. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  248. this.BackColor = System.Drawing.SystemColors.Window;
  249. this.CancelButton = this.btnCancel;
  250. this.ClientSize = new System.Drawing.Size(677, 714);
  251. this.Controls.Add(this.btnCancel);
  252. this.Controls.Add(this.btnSave);
  253. this.Controls.Add(this.chkDisplayDisabledData);
  254. this.Controls.Add(this.dgvPrinter);
  255. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  256. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  257. this.IsSaveFormSize = false;
  258. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  259. this.MaximizeBox = false;
  260. this.MinimizeBox = false;
  261. this.Name = "F_MST_0412";
  262. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  263. this.StatusBackColor = System.Drawing.SystemColors.Window;
  264. this.StatusSizingGrip = false;
  265. this.Text = "条码打印机(PDA用)";
  266. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0411_FormClosing);
  267. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0411_FormClosed);
  268. this.Load += new System.EventHandler(this.F_MST_0411_Load);
  269. this.Controls.SetChildIndex(this.dgvPrinter, 0);
  270. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  271. this.Controls.SetChildIndex(this.btnSave, 0);
  272. this.Controls.SetChildIndex(this.btnCancel, 0);
  273. ((System.ComponentModel.ISupportInitialize)(this.dgvPrinter)).EndInit();
  274. this.ResumeLayout(false);
  275. this.PerformLayout();
  276. }
  277. #endregion
  278. private Basics.BaseControls.C_DataGridView dgvPrinter;
  279. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  280. private Basics.BaseControls.C_Button btnSave;
  281. private Basics.BaseControls.C_Button btnCancel;
  282. private System.Windows.Forms.DataGridViewTextBoxColumn PrinterName;
  283. private System.Windows.Forms.DataGridViewComboBoxColumn PrintType;
  284. private Basics.BaseControls.C_DGV_Column_Digital displayno;
  285. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  286. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  287. private System.Windows.Forms.DataGridViewTextBoxColumn PrinterID;
  288. }
  289. }