S_CMN_001.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_001
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(S_CMN_001));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.txtOrganizationName = new System.Windows.Forms.TextBox();
  36. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.txtOrganizationCode = new System.Windows.Forms.TextBox();
  38. this.dgvOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.lblOrganizationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.OrganizationCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. ((System.ComponentModel.ISupportInitialize)(this.dgvOrganization)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // btnOK
  51. //
  52. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  53. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  54. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  55. this.btnOK.ForeColor = System.Drawing.Color.White;
  56. this.btnOK.Location = new System.Drawing.Point(397, 436);
  57. this.btnOK.Name = "btnOK";
  58. this.btnOK.Size = new System.Drawing.Size(85, 30);
  59. this.btnOK.TabIndex = 9;
  60. this.btnOK.Text = "确定";
  61. this.btnOK.UseVisualStyleBackColor = true;
  62. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  63. //
  64. // btnClose
  65. //
  66. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  67. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  68. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  69. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  70. this.btnClose.ForeColor = System.Drawing.Color.White;
  71. this.btnClose.Location = new System.Drawing.Point(488, 436);
  72. this.btnClose.Name = "btnClose";
  73. this.btnClose.Size = new System.Drawing.Size(85, 30);
  74. this.btnClose.TabIndex = 10;
  75. this.btnClose.Text = "取消";
  76. this.btnClose.UseVisualStyleBackColor = true;
  77. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  78. //
  79. // txtOrganizationName
  80. //
  81. this.txtOrganizationName.Font = new System.Drawing.Font("宋体", 9F);
  82. this.txtOrganizationName.Location = new System.Drawing.Point(258, 14);
  83. this.txtOrganizationName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  84. this.txtOrganizationName.MaxLength = 20;
  85. this.txtOrganizationName.Name = "txtOrganizationName";
  86. this.txtOrganizationName.Size = new System.Drawing.Size(122, 21);
  87. this.txtOrganizationName.TabIndex = 4;
  88. //
  89. // btnSearch
  90. //
  91. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  92. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  93. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  94. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  95. this.btnSearch.ForeColor = System.Drawing.Color.White;
  96. this.btnSearch.Location = new System.Drawing.Point(397, 9);
  97. this.btnSearch.Name = "btnSearch";
  98. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  99. this.btnSearch.TabIndex = 6;
  100. this.btnSearch.Text = "查询";
  101. this.btnSearch.UseVisualStyleBackColor = true;
  102. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  103. //
  104. // txtOrganizationCode
  105. //
  106. this.txtOrganizationCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  107. this.txtOrganizationCode.Font = new System.Drawing.Font("宋体", 9F);
  108. this.txtOrganizationCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  109. this.txtOrganizationCode.Location = new System.Drawing.Point(71, 14);
  110. this.txtOrganizationCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  111. this.txtOrganizationCode.MaxLength = 21;
  112. this.txtOrganizationCode.Name = "txtOrganizationCode";
  113. this.txtOrganizationCode.Size = new System.Drawing.Size(122, 21);
  114. this.txtOrganizationCode.TabIndex = 1;
  115. //
  116. // dgvOrganization
  117. //
  118. this.dgvOrganization.AllowUserToAddRows = false;
  119. this.dgvOrganization.AllowUserToDeleteRows = false;
  120. this.dgvOrganization.AllowUserToModifyRows = true;
  121. this.dgvOrganization.AllowUserToOrderColumns = true;
  122. this.dgvOrganization.AllowUserToResizeRows = false;
  123. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  124. this.dgvOrganization.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  125. this.dgvOrganization.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  126. this.dgvOrganization.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  127. this.dgvOrganization.CellHeight = 23;
  128. this.dgvOrganization.ChildNodeColumnName = null;
  129. this.dgvOrganization.ChildNodeColumnText = null;
  130. this.dgvOrganization.ColumnDeep = 1;
  131. this.dgvOrganization.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  132. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  133. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  134. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  136. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  139. this.dgvOrganization.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  140. this.dgvOrganization.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. this.dgvOrganization.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  142. this.OrganizationID,
  143. this.sel,
  144. this.OrganizationCode,
  145. this.OrganizationName,
  146. this.OrganizationFullName});
  147. this.dgvOrganization.ColumnTreeView = null;
  148. this.dgvOrganization.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)));
  149. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  150. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  151. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  153. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  154. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  155. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  156. this.dgvOrganization.DefaultCellStyle = dataGridViewCellStyle3;
  157. this.dgvOrganization.DynamicColumnName = "";
  158. this.dgvOrganization.EnableHeadersVisualStyles = false;
  159. this.dgvOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.dgvOrganization.HorizontalMergeColumn = null;
  161. this.dgvOrganization.IsAutoCountSum = true;
  162. this.dgvOrganization.IsAutoResizeColumns = false;
  163. this.dgvOrganization.IsClickF12 = false;
  164. this.dgvOrganization.IsOpenMergeCellFlag = false;
  165. this.dgvOrganization.IsSubTotalFlag = false;
  166. this.dgvOrganization.IsTopDeep = false;
  167. this.dgvOrganization.Location = new System.Drawing.Point(12, 44);
  168. this.dgvOrganization.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  169. this.dgvOrganization.MergeColumnNames = null;
  170. this.dgvOrganization.MergeDetailColumnNames = null;
  171. this.dgvOrganization.MergeDetailOnlyColumn = null;
  172. this.dgvOrganization.MergeOnlyColumn = null;
  173. this.dgvOrganization.MultiSelect = false;
  174. this.dgvOrganization.Name = "dgvOrganization";
  175. this.dgvOrganization.RefreshAtHscroll = false;
  176. this.dgvOrganization.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  177. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  178. this.dgvOrganization.RowsDefaultCellStyle = dataGridViewCellStyle4;
  179. this.dgvOrganization.RowTemplate.Height = 21;
  180. this.dgvOrganization.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  181. this.dgvOrganization.Size = new System.Drawing.Size(561, 387);
  182. this.dgvOrganization.SortOrderColumnName = null;
  183. this.dgvOrganization.TabIndex = 8;
  184. this.dgvOrganization.Tag = true;
  185. this.dgvOrganization.TotalSumColumns = null;
  186. this.dgvOrganization.ViewRowFilter = "";
  187. this.dgvOrganization.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
  188. this.dgvOrganization.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvOrganization_KeyDown);
  189. //
  190. // lblOrganizationCode
  191. //
  192. this.lblOrganizationCode.AutoSize = true;
  193. this.lblOrganizationCode.BackColor = System.Drawing.Color.Transparent;
  194. this.lblOrganizationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.lblOrganizationCode.ForeColor = System.Drawing.SystemColors.ControlText;
  196. this.lblOrganizationCode.Image = ((System.Drawing.Image)(resources.GetObject("lblOrganizationCode.Image")));
  197. this.lblOrganizationCode.Location = new System.Drawing.Point(12, 18);
  198. this.lblOrganizationCode.Name = "lblOrganizationCode";
  199. this.lblOrganizationCode.Size = new System.Drawing.Size(53, 12);
  200. this.lblOrganizationCode.TabIndex = 0;
  201. this.lblOrganizationCode.Text = "组织编码";
  202. //
  203. // lblOrganizationName
  204. //
  205. this.lblOrganizationName.AutoSize = true;
  206. this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
  207. this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.lblOrganizationName.ForeColor = System.Drawing.SystemColors.ControlText;
  209. this.lblOrganizationName.Image = ((System.Drawing.Image)(resources.GetObject("lblOrganizationName.Image")));
  210. this.lblOrganizationName.Location = new System.Drawing.Point(199, 18);
  211. this.lblOrganizationName.Name = "lblOrganizationName";
  212. this.lblOrganizationName.Size = new System.Drawing.Size(53, 12);
  213. this.lblOrganizationName.TabIndex = 2;
  214. this.lblOrganizationName.Text = "组织名称";
  215. //
  216. // btnClearCondition
  217. //
  218. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  219. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  220. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  221. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  223. this.btnClearCondition.Location = new System.Drawing.Point(488, 9);
  224. this.btnClearCondition.Name = "btnClearCondition";
  225. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  226. this.btnClearCondition.TabIndex = 7;
  227. this.btnClearCondition.Text = "清空条件";
  228. this.btnClearCondition.UseVisualStyleBackColor = false;
  229. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  230. //
  231. // OrganizationID
  232. //
  233. this.OrganizationID.DataPropertyName = "OrganizationID";
  234. this.OrganizationID.HeaderText = "OrganizationID";
  235. this.OrganizationID.Name = "OrganizationID";
  236. this.OrganizationID.ReadOnly = true;
  237. this.OrganizationID.Visible = false;
  238. //
  239. // sel
  240. //
  241. this.sel.DataPropertyName = "sel";
  242. this.sel.FalseValue = "0";
  243. this.sel.HeaderText = "选择";
  244. this.sel.Name = "sel";
  245. this.sel.TrueValue = "1";
  246. this.sel.Visible = false;
  247. //
  248. // OrganizationCode
  249. //
  250. this.OrganizationCode.DataPropertyName = "OrganizationCode";
  251. this.OrganizationCode.HeaderText = "组织编码";
  252. this.OrganizationCode.Name = "OrganizationCode";
  253. this.OrganizationCode.ReadOnly = true;
  254. this.OrganizationCode.Width = 120;
  255. //
  256. // OrganizationName
  257. //
  258. this.OrganizationName.DataPropertyName = "OrganizationName";
  259. this.OrganizationName.HeaderText = "组织名称";
  260. this.OrganizationName.Name = "OrganizationName";
  261. this.OrganizationName.ReadOnly = true;
  262. this.OrganizationName.Width = 120;
  263. //
  264. // OrganizationFullName
  265. //
  266. this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
  267. this.OrganizationFullName.HeaderText = "组织全称";
  268. this.OrganizationFullName.Name = "OrganizationFullName";
  269. this.OrganizationFullName.ReadOnly = true;
  270. this.OrganizationFullName.Width = 245;
  271. //
  272. // S_CMN_001
  273. //
  274. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  275. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  276. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  277. this.CancelButton = this.btnClose;
  278. this.ClientSize = new System.Drawing.Size(585, 491);
  279. this.Controls.Add(this.btnClearCondition);
  280. this.Controls.Add(this.lblOrganizationName);
  281. this.Controls.Add(this.lblOrganizationCode);
  282. this.Controls.Add(this.txtOrganizationName);
  283. this.Controls.Add(this.dgvOrganization);
  284. this.Controls.Add(this.btnSearch);
  285. this.Controls.Add(this.txtOrganizationCode);
  286. this.Controls.Add(this.btnOK);
  287. this.Controls.Add(this.btnClose);
  288. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  289. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  290. this.IsSaveFormSize = false;
  291. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  292. this.MaximizeBox = false;
  293. this.MinimizeBox = false;
  294. this.Name = "S_CMN_001";
  295. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  296. this.StatusSizingGrip = false;
  297. this.Text = "选择组织机构";
  298. this.Load += new System.EventHandler(this.S_CMN_003_Load);
  299. this.Controls.SetChildIndex(this.btnClose, 0);
  300. this.Controls.SetChildIndex(this.btnOK, 0);
  301. this.Controls.SetChildIndex(this.txtOrganizationCode, 0);
  302. this.Controls.SetChildIndex(this.btnSearch, 0);
  303. this.Controls.SetChildIndex(this.dgvOrganization, 0);
  304. this.Controls.SetChildIndex(this.txtOrganizationName, 0);
  305. this.Controls.SetChildIndex(this.lblOrganizationCode, 0);
  306. this.Controls.SetChildIndex(this.lblOrganizationName, 0);
  307. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  308. ((System.ComponentModel.ISupportInitialize)(this.dgvOrganization)).EndInit();
  309. this.ResumeLayout(false);
  310. this.PerformLayout();
  311. }
  312. #endregion
  313. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnOK;
  314. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClose;
  315. private System.Windows.Forms.TextBox txtOrganizationName;
  316. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
  317. private System.Windows.Forms.TextBox txtOrganizationCode;
  318. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrganization;
  319. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationCode;
  320. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName;
  321. private Basics.BaseControls.C_Button btnClearCondition;
  322. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
  323. private System.Windows.Forms.DataGridViewCheckBoxColumn sel;
  324. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationCode;
  325. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  326. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
  327. }
  328. }