F_MST_0001.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0001
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0001));
  32. this.dgvAccount = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  33. this.AccountCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.AccountName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.valueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  37. this.AccountID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.chkDisplayDisabledData = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  39. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. ((System.ComponentModel.ISupportInitialize)(this.dgvAccount)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // dgvAccount
  45. //
  46. this.dgvAccount.AllowUserToDeleteRows = false;
  47. this.dgvAccount.AllowUserToModifyRows = true;
  48. this.dgvAccount.AllowUserToOrderColumns = true;
  49. this.dgvAccount.AllowUserToResizeRows = false;
  50. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  51. this.dgvAccount.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  52. this.dgvAccount.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53. | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.dgvAccount.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  56. this.dgvAccount.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  57. this.dgvAccount.CellHeight = 23;
  58. this.dgvAccount.ChildNodeColumnName = null;
  59. this.dgvAccount.ChildNodeColumnText = null;
  60. this.dgvAccount.ColumnDeep = 1;
  61. this.dgvAccount.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  62. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  63. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  64. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
  65. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  66. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  67. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  68. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  69. this.dgvAccount.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  70. this.dgvAccount.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  71. this.dgvAccount.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  72. this.AccountCode,
  73. this.AccountName,
  74. this.Remarks,
  75. this.valueFlag,
  76. this.AccountID});
  77. this.dgvAccount.ColumnTreeView = null;
  78. this.dgvAccount.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  79. this.dgvAccount.DynamicColumnName = "";
  80. this.dgvAccount.EnableHeadersVisualStyles = false;
  81. this.dgvAccount.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.dgvAccount.IsAutoCountSum = true;
  83. this.dgvAccount.IsAutoResizeColumns = false;
  84. this.dgvAccount.IsClickF12 = false;
  85. this.dgvAccount.IsSubTotalFlag = false;
  86. this.dgvAccount.Location = new System.Drawing.Point(12, 12);
  87. this.dgvAccount.MultiSelect = false;
  88. this.dgvAccount.Name = "dgvAccount";
  89. this.dgvAccount.RefreshAtHscroll = false;
  90. this.dgvAccount.RowHeadersWidth = 50;
  91. this.dgvAccount.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  92. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  93. this.dgvAccount.RowsDefaultCellStyle = dataGridViewCellStyle3;
  94. this.dgvAccount.RowTemplate.Height = 21;
  95. this.dgvAccount.Size = new System.Drawing.Size(570, 377);
  96. this.dgvAccount.SortOrderColumnName = null;
  97. this.dgvAccount.TabIndex = 0;
  98. this.dgvAccount.Tag = true;
  99. this.dgvAccount.TotalSumColumns = null;
  100. this.dgvAccount.ViewRowFilter = "";
  101. this.dgvAccount.CellValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccount_CellValidated);
  102. this.dgvAccount.CellValidating += new System.Windows.Forms.DataGridViewCellValidatingEventHandler(this.dgvAccount_CellValidating);
  103. this.dgvAccount.DefaultValuesNeeded += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvAccount_DefaultValuesNeeded);
  104. this.dgvAccount.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvAccount_RowValidated);
  105. this.dgvAccount.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvAccount_RowValidating);
  106. this.dgvAccount.Sorted += new System.EventHandler(this.dgvAccount_Sorted);
  107. this.dgvAccount.UserAddedRow += new System.Windows.Forms.DataGridViewRowEventHandler(this.dgvAccount_UserAddedRow);
  108. //
  109. // AccountCode
  110. //
  111. this.AccountCode.DataPropertyName = "AccountCode";
  112. this.AccountCode.HeaderText = "帐套编码";
  113. this.AccountCode.MaxInputLength = 20;
  114. this.AccountCode.Name = "AccountCode";
  115. //
  116. // AccountName
  117. //
  118. this.AccountName.DataPropertyName = "AccountName";
  119. this.AccountName.HeaderText = "帐套名称";
  120. this.AccountName.MaxInputLength = 20;
  121. this.AccountName.Name = "AccountName";
  122. //
  123. // Remarks
  124. //
  125. this.Remarks.DataPropertyName = "Remarks";
  126. this.Remarks.HeaderText = "备注";
  127. this.Remarks.MaxInputLength = 500;
  128. this.Remarks.Name = "Remarks";
  129. this.Remarks.Width = 255;
  130. //
  131. // valueFlag
  132. //
  133. this.valueFlag.DataPropertyName = "valueFlag";
  134. this.valueFlag.FalseValue = "0";
  135. this.valueFlag.HeaderText = "正常";
  136. this.valueFlag.IndeterminateValue = "1";
  137. this.valueFlag.Name = "valueFlag";
  138. this.valueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  139. this.valueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  140. this.valueFlag.TrueValue = "1";
  141. this.valueFlag.Width = 50;
  142. //
  143. // AccountID
  144. //
  145. this.AccountID.DataPropertyName = "AccountID";
  146. this.AccountID.HeaderText = "AccountID";
  147. this.AccountID.Name = "AccountID";
  148. this.AccountID.Visible = false;
  149. //
  150. // chkDisplayDisabledData
  151. //
  152. this.chkDisplayDisabledData.AutoSize = true;
  153. this.chkDisplayDisabledData.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. this.chkDisplayDisabledData.Location = new System.Drawing.Point(12, 402);
  155. this.chkDisplayDisabledData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  156. this.chkDisplayDisabledData.Name = "chkDisplayDisabledData";
  157. this.chkDisplayDisabledData.Size = new System.Drawing.Size(96, 16);
  158. this.chkDisplayDisabledData.TabIndex = 1;
  159. this.chkDisplayDisabledData.Text = "显示停用记录";
  160. this.chkDisplayDisabledData.UseVisualStyleBackColor = true;
  161. this.chkDisplayDisabledData.CheckedChanged += new System.EventHandler(this.chkDisplayDisabledData_CheckedChanged);
  162. //
  163. // btnCancel
  164. //
  165. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  166. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  167. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  168. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  169. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.btnCancel.ForeColor = System.Drawing.Color.White;
  171. this.btnCancel.Location = new System.Drawing.Point(497, 394);
  172. this.btnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  173. this.btnCancel.Name = "btnCancel";
  174. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  175. this.btnCancel.TabIndex = 5;
  176. this.btnCancel.Text = "关闭";
  177. this.btnCancel.UseVisualStyleBackColor = true;
  178. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  179. //
  180. // btnSave
  181. //
  182. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  183. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  184. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  185. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btnSave.ForeColor = System.Drawing.Color.White;
  187. this.btnSave.Location = new System.Drawing.Point(406, 394);
  188. this.btnSave.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  189. this.btnSave.Name = "btnSave";
  190. this.btnSave.Size = new System.Drawing.Size(85, 30);
  191. this.btnSave.TabIndex = 4;
  192. this.btnSave.Text = "保存";
  193. this.btnSave.UseVisualStyleBackColor = true;
  194. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  195. //
  196. // F_MST_0001
  197. //
  198. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  199. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  200. this.CancelButton = this.btnCancel;
  201. this.ClientSize = new System.Drawing.Size(594, 448);
  202. this.Controls.Add(this.btnCancel);
  203. this.Controls.Add(this.btnSave);
  204. this.Controls.Add(this.chkDisplayDisabledData);
  205. this.Controls.Add(this.dgvAccount);
  206. this.Font = new System.Drawing.Font("宋体", 9F);
  207. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  208. this.IsSaveFormSize = false;
  209. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  210. this.MaximizeBox = false;
  211. this.MinimizeBox = false;
  212. this.Name = "F_MST_0001";
  213. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  214. this.StatusSizingGrip = false;
  215. this.Text = "FrmAccount";
  216. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_MST_0001_FormClosing);
  217. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_0001_FormClosed);
  218. this.Load += new System.EventHandler(this.F_MST_0001_Load);
  219. this.Controls.SetChildIndex(this.dgvAccount, 0);
  220. this.Controls.SetChildIndex(this.chkDisplayDisabledData, 0);
  221. this.Controls.SetChildIndex(this.btnSave, 0);
  222. this.Controls.SetChildIndex(this.btnCancel, 0);
  223. ((System.ComponentModel.ISupportInitialize)(this.dgvAccount)).EndInit();
  224. this.ResumeLayout(false);
  225. this.PerformLayout();
  226. }
  227. #endregion
  228. private Basics.BaseControls.C_DataGridView dgvAccount;
  229. private Basics.BaseControls.C_CheckBox chkDisplayDisabledData;
  230. private System.Windows.Forms.DataGridViewTextBoxColumn AccountCode;
  231. private System.Windows.Forms.DataGridViewTextBoxColumn AccountName;
  232. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  233. private System.Windows.Forms.DataGridViewCheckBoxColumn valueFlag;
  234. private System.Windows.Forms.DataGridViewTextBoxColumn AccountID;
  235. private Basics.BaseControls.C_Button btnCancel;
  236. private Basics.BaseControls.C_Button btnSave;
  237. }
  238. }