F_SAP_HEGII_0110.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
  3. {
  4. partial class F_SAP_HEGII_0110
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SAP_HEGII_0110));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  34. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  39. this.txtCostcenterName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.txtCostcenter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.dgvCenter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  44. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.check1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_CheckBox();
  47. this.COSTCENTER = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.COSTCENTERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.tsrToolStrip1.SuspendLayout();
  50. this.c_GroupBox1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvCenter)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // tsrToolStrip1
  55. //
  56. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  58. this.tsbtnSearch,
  59. this.tsbtnClearCondition,
  60. this.toolStripSeparator1,
  61. this.tsbtnAdaptive});
  62. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  63. this.tsrToolStrip1.Name = "tsrToolStrip1";
  64. this.tsrToolStrip1.Size = new System.Drawing.Size(535, 33);
  65. this.tsrToolStrip1.TabIndex = 0;
  66. this.tsrToolStrip1.Text = "tsrToolStrip1";
  67. //
  68. // tsbtnSearch
  69. //
  70. this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  71. this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image")));
  72. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  73. this.tsbtnSearch.Name = "tsbtnSearch";
  74. this.tsbtnSearch.Size = new System.Drawing.Size(51, 30);
  75. this.tsbtnSearch.Text = "查询(&Q)";
  76. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  77. //
  78. // tsbtnClearCondition
  79. //
  80. this.tsbtnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  81. this.tsbtnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClearCondition.Image")));
  82. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  83. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  84. this.tsbtnClearCondition.Size = new System.Drawing.Size(75, 30);
  85. this.tsbtnClearCondition.Text = "清空条件(&C)";
  86. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  87. //
  88. // toolStripSeparator1
  89. //
  90. this.toolStripSeparator1.Name = "toolStripSeparator1";
  91. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
  92. //
  93. // tsbtnAdaptive
  94. //
  95. this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  96. this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
  97. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  98. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  99. this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 30);
  100. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  101. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  102. //
  103. // c_GroupBox1
  104. //
  105. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  108. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  109. this.c_GroupBox1.Controls.Add(this.txtCostcenterName);
  110. this.c_GroupBox1.Controls.Add(this.c_Label2);
  111. this.c_GroupBox1.Controls.Add(this.txtCostcenter);
  112. this.c_GroupBox1.Controls.Add(this.c_Label1);
  113. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  115. this.c_GroupBox1.IsMustInput = false;
  116. this.c_GroupBox1.Location = new System.Drawing.Point(13, 37);
  117. this.c_GroupBox1.Name = "c_GroupBox1";
  118. this.c_GroupBox1.OriginalHeight = -1;
  119. this.c_GroupBox1.Size = new System.Drawing.Size(510, 70);
  120. this.c_GroupBox1.TabIndex = 1;
  121. this.c_GroupBox1.TabStop = false;
  122. this.c_GroupBox1.Text = "查询条件 ▼";
  123. //
  124. // txtCostcenterName
  125. //
  126. this.txtCostcenterName.BackColor = System.Drawing.SystemColors.Window;
  127. this.txtCostcenterName.BackgroundColor = System.Drawing.SystemColors.Window;
  128. this.txtCostcenterName.ErrorMessage = "";
  129. this.txtCostcenterName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.txtCostcenterName.Location = new System.Drawing.Point(322, 25);
  131. this.txtCostcenterName.Name = "txtCostcenterName";
  132. this.txtCostcenterName.Size = new System.Drawing.Size(145, 21);
  133. this.txtCostcenterName.TabIndex = 3;
  134. this.txtCostcenterName.TextValue = "";
  135. //
  136. // c_Label2
  137. //
  138. this.c_Label2.AutoSize = true;
  139. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  140. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.c_Label2.Location = new System.Drawing.Point(238, 28);
  142. this.c_Label2.Name = "c_Label2";
  143. this.c_Label2.Size = new System.Drawing.Size(77, 12);
  144. this.c_Label2.TabIndex = 2;
  145. this.c_Label2.Text = "成本中心名称";
  146. //
  147. // txtCostcenter
  148. //
  149. this.txtCostcenter.BackColor = System.Drawing.SystemColors.Window;
  150. this.txtCostcenter.BackgroundColor = System.Drawing.SystemColors.Window;
  151. this.txtCostcenter.ErrorMessage = "";
  152. this.txtCostcenter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.txtCostcenter.Location = new System.Drawing.Point(89, 25);
  154. this.txtCostcenter.Name = "txtCostcenter";
  155. this.txtCostcenter.Size = new System.Drawing.Size(143, 21);
  156. this.txtCostcenter.TabIndex = 1;
  157. this.txtCostcenter.TextValue = "";
  158. //
  159. // c_Label1
  160. //
  161. this.c_Label1.AutoSize = true;
  162. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  163. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.c_Label1.Location = new System.Drawing.Point(6, 28);
  165. this.c_Label1.Name = "c_Label1";
  166. this.c_Label1.Size = new System.Drawing.Size(77, 12);
  167. this.c_Label1.TabIndex = 0;
  168. this.c_Label1.Text = "成本中心编码";
  169. //
  170. // dgvCenter
  171. //
  172. this.dgvCenter.AllowUserToAddRows = false;
  173. this.dgvCenter.AllowUserToDeleteRows = false;
  174. this.dgvCenter.AllowUserToModifyRows = true;
  175. this.dgvCenter.AllowUserToOrderColumns = true;
  176. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  177. this.dgvCenter.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  178. this.dgvCenter.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  179. | System.Windows.Forms.AnchorStyles.Left)
  180. | System.Windows.Forms.AnchorStyles.Right)));
  181. this.dgvCenter.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  182. this.dgvCenter.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  183. this.dgvCenter.CellHeight = 23;
  184. this.dgvCenter.ChildNodeColumnName = null;
  185. this.dgvCenter.ChildNodeColumnText = null;
  186. this.dgvCenter.ColumnDeep = 1;
  187. this.dgvCenter.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  188. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  189. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  190. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  192. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  193. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  194. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  195. this.dgvCenter.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  196. this.dgvCenter.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  197. this.dgvCenter.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  198. this.check1,
  199. this.COSTCENTER,
  200. this.COSTCENTERNAME});
  201. this.dgvCenter.ColumnTreeView = null;
  202. this.dgvCenter.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)));
  203. this.dgvCenter.DynamicColumnName = "";
  204. this.dgvCenter.EnableHeadersVisualStyles = false;
  205. this.dgvCenter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.dgvCenter.FormatQuantityColumns = null;
  207. this.dgvCenter.HorizontalMergeColumn = null;
  208. this.dgvCenter.IsAutoCountSum = true;
  209. this.dgvCenter.IsAutoResizeColumns = false;
  210. this.dgvCenter.IsClickF12 = false;
  211. this.dgvCenter.IsOpenMergeCellFlag = false;
  212. this.dgvCenter.IsSubTotalFlag = false;
  213. this.dgvCenter.IsTopDeep = false;
  214. this.dgvCenter.Location = new System.Drawing.Point(12, 113);
  215. this.dgvCenter.MergeColumnNames = null;
  216. this.dgvCenter.MergeDetailColumnNames = null;
  217. this.dgvCenter.MergeDetailOnlyColumn = null;
  218. this.dgvCenter.MergeOnlyColumn = null;
  219. this.dgvCenter.Name = "dgvCenter";
  220. this.dgvCenter.RefreshAtHscroll = false;
  221. this.dgvCenter.RowHeadersWidth = 50;
  222. this.dgvCenter.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  223. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  224. this.dgvCenter.RowsDefaultCellStyle = dataGridViewCellStyle3;
  225. this.dgvCenter.RowTemplate.Height = 21;
  226. this.dgvCenter.Size = new System.Drawing.Size(511, 409);
  227. this.dgvCenter.SortOrderColumnName = null;
  228. this.dgvCenter.TabIndex = 2;
  229. this.dgvCenter.Tag = true;
  230. this.dgvCenter.TotalSumColumns = null;
  231. this.dgvCenter.ViewRowFilter = "";
  232. //
  233. // btnClose
  234. //
  235. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  236. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  237. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  238. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.btnClose.ForeColor = System.Drawing.Color.White;
  240. this.btnClose.Location = new System.Drawing.Point(438, 529);
  241. this.btnClose.Name = "btnClose";
  242. this.btnClose.Size = new System.Drawing.Size(85, 33);
  243. this.btnClose.TabIndex = 3;
  244. this.btnClose.Text = "取消";
  245. this.btnClose.UseVisualStyleBackColor = false;
  246. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  247. //
  248. // btnSave
  249. //
  250. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  251. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  252. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  253. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.btnSave.ForeColor = System.Drawing.Color.White;
  255. this.btnSave.Location = new System.Drawing.Point(347, 528);
  256. this.btnSave.Name = "btnSave";
  257. this.btnSave.Size = new System.Drawing.Size(85, 33);
  258. this.btnSave.TabIndex = 4;
  259. this.btnSave.Text = "保存";
  260. this.btnSave.UseVisualStyleBackColor = false;
  261. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  262. //
  263. // check1
  264. //
  265. this.check1.DataPropertyName = "check1";
  266. this.check1.FalseValue = "0";
  267. this.check1.HeaderText = "选择";
  268. this.check1.IndeterminateValue = "0";
  269. this.check1.Name = "check1";
  270. this.check1.TrueValue = "1";
  271. this.check1.Width = 65;
  272. //
  273. // COSTCENTER
  274. //
  275. this.COSTCENTER.DataPropertyName = "COSTCENTER";
  276. this.COSTCENTER.HeaderText = "成本中心编码";
  277. this.COSTCENTER.Name = "COSTCENTER";
  278. this.COSTCENTER.ReadOnly = true;
  279. //
  280. // COSTCENTERNAME
  281. //
  282. this.COSTCENTERNAME.DataPropertyName = "COSTCENTERNAME";
  283. this.COSTCENTERNAME.HeaderText = "成本中心名称";
  284. this.COSTCENTERNAME.Name = "COSTCENTERNAME";
  285. this.COSTCENTERNAME.ReadOnly = true;
  286. //
  287. // F_SAP_HEGII_0110
  288. //
  289. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  290. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  291. this.ClientSize = new System.Drawing.Size(535, 574);
  292. this.Controls.Add(this.btnSave);
  293. this.Controls.Add(this.btnClose);
  294. this.Controls.Add(this.dgvCenter);
  295. this.Controls.Add(this.c_GroupBox1);
  296. this.Controls.Add(this.tsrToolStrip1);
  297. this.Name = "F_SAP_HEGII_0110";
  298. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  299. this.Text = "F_SAP_HEGII_0110";
  300. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0110_FormClosed);
  301. this.tsrToolStrip1.ResumeLayout(false);
  302. this.tsrToolStrip1.PerformLayout();
  303. this.c_GroupBox1.ResumeLayout(false);
  304. this.c_GroupBox1.PerformLayout();
  305. ((System.ComponentModel.ISupportInitialize)(this.dgvCenter)).EndInit();
  306. this.ResumeLayout(false);
  307. }
  308. #endregion
  309. private WinForm.Controls.TsrToolStrip tsrToolStrip1;
  310. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  311. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  312. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  313. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  314. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  315. private Basics.BaseControls.C_TextBox txtCostcenterName;
  316. private Basics.BaseControls.C_Label c_Label2;
  317. private Basics.BaseControls.C_TextBox txtCostcenter;
  318. private Basics.BaseControls.C_Label c_Label1;
  319. private Basics.BaseControls.C_DataGridView dgvCenter;
  320. private Basics.BaseControls.C_Button btnClose;
  321. private Basics.BaseControls.C_Button btnSave;
  322. private Basics.BaseControls.C_DGV_Column_CheckBox check1;
  323. private System.Windows.Forms.DataGridViewTextBoxColumn COSTCENTER;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn COSTCENTERNAME;
  325. }
  326. }