F_SAPIdnrk.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.Controls.SelectForm
  3. {
  4. partial class F_SAPIdnrk
  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_SAPIdnrk));
  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.tsbtnClear = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  39. this.txtIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.dgvIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  42. this.IDNRK = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.IDNRKNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.MEINS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.btncheck = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.txtIdnrkName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.tsrToolStrip1.SuspendLayout();
  50. this.grpCollapsible1.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.dgvIdnrk)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // tsrToolStrip1
  55. //
  56. this.tsrToolStrip1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  57. | System.Windows.Forms.AnchorStyles.Right)));
  58. this.tsrToolStrip1.Dock = System.Windows.Forms.DockStyle.None;
  59. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  61. this.tsbtnSearch,
  62. this.tsbtnClear,
  63. this.toolStripSeparator1,
  64. this.tsbtnAdaptive});
  65. this.tsrToolStrip1.Location = new System.Drawing.Point(2, 0);
  66. this.tsrToolStrip1.Name = "tsrToolStrip1";
  67. this.tsrToolStrip1.Size = new System.Drawing.Size(612, 37);
  68. this.tsrToolStrip1.TabIndex = 0;
  69. this.tsrToolStrip1.Text = "tsrToolStrip1";
  70. //
  71. // tsbtnSearch
  72. //
  73. this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  74. this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image")));
  75. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  76. this.tsbtnSearch.Name = "tsbtnSearch";
  77. this.tsbtnSearch.Size = new System.Drawing.Size(51, 34);
  78. this.tsbtnSearch.Text = "查询(&Q)";
  79. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  80. //
  81. // tsbtnClear
  82. //
  83. this.tsbtnClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  84. this.tsbtnClear.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClear.Image")));
  85. this.tsbtnClear.ImageTransparentColor = System.Drawing.Color.Magenta;
  86. this.tsbtnClear.Name = "tsbtnClear";
  87. this.tsbtnClear.Size = new System.Drawing.Size(75, 34);
  88. this.tsbtnClear.Text = "清空条件(&C)";
  89. this.tsbtnClear.Click += new System.EventHandler(this.tsbtnClear_Click);
  90. //
  91. // toolStripSeparator1
  92. //
  93. this.toolStripSeparator1.Name = "toolStripSeparator1";
  94. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 37);
  95. //
  96. // tsbtnAdaptive
  97. //
  98. this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  99. this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
  100. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  102. this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 34);
  103. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  104. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  105. //
  106. // grpCollapsible1
  107. //
  108. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.grpCollapsible1.Controls.Add(this.txtIdnrkName);
  111. this.grpCollapsible1.Controls.Add(this.c_Label2);
  112. this.grpCollapsible1.Controls.Add(this.txtIdnrk);
  113. this.grpCollapsible1.Controls.Add(this.c_Label1);
  114. this.grpCollapsible1.Location = new System.Drawing.Point(9, 40);
  115. this.grpCollapsible1.Name = "grpCollapsible1";
  116. this.grpCollapsible1.Size = new System.Drawing.Size(591, 52);
  117. this.grpCollapsible1.TabIndex = 1;
  118. this.grpCollapsible1.TabStop = false;
  119. this.grpCollapsible1.Text = "查询条件";
  120. //
  121. // txtIdnrk
  122. //
  123. this.txtIdnrk.BackColor = System.Drawing.SystemColors.Window;
  124. this.txtIdnrk.BackgroundColor = System.Drawing.SystemColors.Window;
  125. this.txtIdnrk.ErrorMessage = "";
  126. this.txtIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.txtIdnrk.Location = new System.Drawing.Point(79, 16);
  128. this.txtIdnrk.Name = "txtIdnrk";
  129. this.txtIdnrk.Size = new System.Drawing.Size(146, 21);
  130. this.txtIdnrk.TabIndex = 1;
  131. this.txtIdnrk.TextValue = "";
  132. //
  133. // c_Label1
  134. //
  135. this.c_Label1.AutoSize = true;
  136. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  137. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.c_Label1.Location = new System.Drawing.Point(20, 19);
  139. this.c_Label1.Name = "c_Label1";
  140. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  141. this.c_Label1.TabIndex = 0;
  142. this.c_Label1.Text = "组件编码";
  143. //
  144. // dgvIdnrk
  145. //
  146. this.dgvIdnrk.AllowUserToAddRows = false;
  147. this.dgvIdnrk.AllowUserToDeleteRows = false;
  148. this.dgvIdnrk.AllowUserToModifyRows = true;
  149. this.dgvIdnrk.AllowUserToOrderColumns = true;
  150. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  151. this.dgvIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  152. this.dgvIdnrk.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  153. | System.Windows.Forms.AnchorStyles.Right)));
  154. this.dgvIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  155. this.dgvIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  156. this.dgvIdnrk.CellHeight = 23;
  157. this.dgvIdnrk.ChildNodeColumnName = null;
  158. this.dgvIdnrk.ChildNodeColumnText = null;
  159. this.dgvIdnrk.ColumnDeep = 1;
  160. this.dgvIdnrk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  161. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  162. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  163. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  165. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  166. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  167. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  168. this.dgvIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  169. this.dgvIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  170. this.dgvIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  171. this.IDNRK,
  172. this.IDNRKNAME,
  173. this.MEINS});
  174. this.dgvIdnrk.ColumnTreeView = null;
  175. this.dgvIdnrk.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)));
  176. this.dgvIdnrk.DynamicColumnName = "";
  177. this.dgvIdnrk.EnableHeadersVisualStyles = false;
  178. this.dgvIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.dgvIdnrk.FormatQuantityColumns = null;
  180. this.dgvIdnrk.HorizontalMergeColumn = null;
  181. this.dgvIdnrk.IsAutoCountSum = true;
  182. this.dgvIdnrk.IsAutoResizeColumns = false;
  183. this.dgvIdnrk.IsClickF12 = false;
  184. this.dgvIdnrk.IsOpenMergeCellFlag = false;
  185. this.dgvIdnrk.IsSubTotalFlag = false;
  186. this.dgvIdnrk.IsTopDeep = false;
  187. this.dgvIdnrk.Location = new System.Drawing.Point(13, 98);
  188. this.dgvIdnrk.MergeColumnNames = null;
  189. this.dgvIdnrk.MergeDetailColumnNames = null;
  190. this.dgvIdnrk.MergeDetailOnlyColumn = null;
  191. this.dgvIdnrk.MergeOnlyColumn = null;
  192. this.dgvIdnrk.Name = "dgvIdnrk";
  193. this.dgvIdnrk.RefreshAtHscroll = false;
  194. this.dgvIdnrk.RowHeadersWidth = 50;
  195. this.dgvIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  196. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  197. this.dgvIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
  198. this.dgvIdnrk.RowTemplate.Height = 21;
  199. this.dgvIdnrk.Size = new System.Drawing.Size(587, 299);
  200. this.dgvIdnrk.SortOrderColumnName = null;
  201. this.dgvIdnrk.TabIndex = 2;
  202. this.dgvIdnrk.Tag = true;
  203. this.dgvIdnrk.TotalSumColumns = null;
  204. this.dgvIdnrk.ViewRowFilter = "";
  205. //
  206. // IDNRK
  207. //
  208. this.IDNRK.DataPropertyName = "IDNRK";
  209. this.IDNRK.HeaderText = "组件编码";
  210. this.IDNRK.Name = "IDNRK";
  211. this.IDNRK.ReadOnly = true;
  212. //
  213. // IDNRKNAME
  214. //
  215. this.IDNRKNAME.DataPropertyName = "IDNRKNAME";
  216. this.IDNRKNAME.HeaderText = "组件名称";
  217. this.IDNRKNAME.Name = "IDNRKNAME";
  218. this.IDNRKNAME.ReadOnly = true;
  219. //
  220. // MEINS
  221. //
  222. this.MEINS.DataPropertyName = "MEINS";
  223. this.MEINS.HeaderText = "组件单位";
  224. this.MEINS.Name = "MEINS";
  225. this.MEINS.ReadOnly = true;
  226. //
  227. // btncheck
  228. //
  229. this.btncheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  230. this.btncheck.BackColor = System.Drawing.Color.Transparent;
  231. this.btncheck.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btncheck.BackgroundImage")));
  232. this.btncheck.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.btncheck.ForeColor = System.Drawing.Color.White;
  234. this.btncheck.Location = new System.Drawing.Point(426, 403);
  235. this.btncheck.Name = "btncheck";
  236. this.btncheck.Size = new System.Drawing.Size(85, 33);
  237. this.btncheck.TabIndex = 3;
  238. this.btncheck.Text = "确认";
  239. this.btncheck.UseVisualStyleBackColor = false;
  240. this.btncheck.Click += new System.EventHandler(this.btncheck_Click);
  241. //
  242. // btnCancel
  243. //
  244. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  245. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  246. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  247. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  248. this.btnCancel.ForeColor = System.Drawing.Color.White;
  249. this.btnCancel.Location = new System.Drawing.Point(517, 403);
  250. this.btnCancel.Name = "btnCancel";
  251. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  252. this.btnCancel.TabIndex = 4;
  253. this.btnCancel.Text = "取消";
  254. this.btnCancel.UseVisualStyleBackColor = false;
  255. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  256. //
  257. // c_Label2
  258. //
  259. this.c_Label2.AutoSize = true;
  260. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  261. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.c_Label2.Location = new System.Drawing.Point(231, 19);
  263. this.c_Label2.Name = "c_Label2";
  264. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  265. this.c_Label2.TabIndex = 2;
  266. this.c_Label2.Text = "组件名称";
  267. //
  268. // txtIdnrkName
  269. //
  270. this.txtIdnrkName.BackColor = System.Drawing.SystemColors.Window;
  271. this.txtIdnrkName.BackgroundColor = System.Drawing.SystemColors.Window;
  272. this.txtIdnrkName.ErrorMessage = "";
  273. this.txtIdnrkName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.txtIdnrkName.Location = new System.Drawing.Point(291, 16);
  275. this.txtIdnrkName.Name = "txtIdnrkName";
  276. this.txtIdnrkName.Size = new System.Drawing.Size(153, 21);
  277. this.txtIdnrkName.TabIndex = 3;
  278. this.txtIdnrkName.TextValue = "";
  279. //
  280. // F_SAPIdnrk
  281. //
  282. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  283. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  284. this.ClientSize = new System.Drawing.Size(614, 449);
  285. this.Controls.Add(this.btnCancel);
  286. this.Controls.Add(this.btncheck);
  287. this.Controls.Add(this.dgvIdnrk);
  288. this.Controls.Add(this.grpCollapsible1);
  289. this.Controls.Add(this.tsrToolStrip1);
  290. this.Name = "F_SAPIdnrk";
  291. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  292. this.Text = "组件编码";
  293. this.tsrToolStrip1.ResumeLayout(false);
  294. this.tsrToolStrip1.PerformLayout();
  295. this.grpCollapsible1.ResumeLayout(false);
  296. this.grpCollapsible1.PerformLayout();
  297. ((System.ComponentModel.ISupportInitialize)(this.dgvIdnrk)).EndInit();
  298. this.ResumeLayout(false);
  299. }
  300. #endregion
  301. private WinForm.Controls.TsrToolStrip tsrToolStrip1;
  302. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  303. private System.Windows.Forms.ToolStripButton tsbtnClear;
  304. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  305. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  306. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  307. private Basics.BaseControls.C_TextBox txtIdnrk;
  308. private Basics.BaseControls.C_Label c_Label1;
  309. private Basics.BaseControls.C_DataGridView dgvIdnrk;
  310. private System.Windows.Forms.DataGridViewTextBoxColumn IDNRK;
  311. private System.Windows.Forms.DataGridViewTextBoxColumn IDNRKNAME;
  312. private System.Windows.Forms.DataGridViewTextBoxColumn MEINS;
  313. private Basics.BaseControls.C_Button btncheck;
  314. private Basics.BaseControls.C_Button btnCancel;
  315. private Basics.BaseControls.C_TextBox txtIdnrkName;
  316. private Basics.BaseControls.C_Label c_Label2;
  317. }
  318. }