F_MST_0101.Designer.cs 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_0101
  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. this.components = new System.ComponentModel.Container();
  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 dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0101));
  41. this.tvwOrganization = new System.Windows.Forms.TreeView();
  42. this.splSplit = new System.Windows.Forms.SplitContainer();
  43. this.dgvOrganization = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  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. this.Leader = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.LetterMarket = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  53. this.OrganizationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  55. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  56. this.txtLetterMarket = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  57. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  58. this.txtAddress = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.txtOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.txtOrganizationCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  61. this.lblUserName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.txtTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Tel();
  64. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
  65. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  66. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  67. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.lblLetterMarket = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  69. this.lblAddress = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.lblTelephone = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  71. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  72. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  73. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  74. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  75. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  76. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  77. ((System.ComponentModel.ISupportInitialize)(this.splSplit)).BeginInit();
  78. this.splSplit.Panel1.SuspendLayout();
  79. this.splSplit.Panel2.SuspendLayout();
  80. this.splSplit.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgvOrganization)).BeginInit();
  82. this.gbxCondition.SuspendLayout();
  83. this.tsrOperate.SuspendLayout();
  84. this.SuspendLayout();
  85. //
  86. // tvwOrganization
  87. //
  88. this.tvwOrganization.AllowDrop = true;
  89. this.tvwOrganization.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.tvwOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.tvwOrganization.HideSelection = false;
  92. this.tvwOrganization.Indent = 20;
  93. this.tvwOrganization.ItemHeight = 20;
  94. this.tvwOrganization.Location = new System.Drawing.Point(0, 0);
  95. this.tvwOrganization.Name = "tvwOrganization";
  96. this.tvwOrganization.Size = new System.Drawing.Size(185, 500);
  97. this.tvwOrganization.TabIndex = 10;
  98. this.tvwOrganization.AfterCollapse += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterCollapse);
  99. this.tvwOrganization.AfterExpand += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterExpand);
  100. this.tvwOrganization.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvwOrganization_AfterSelect);
  101. //
  102. // splSplit
  103. //
  104. this.splSplit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.splSplit.Location = new System.Drawing.Point(12, 113);
  108. this.splSplit.Name = "splSplit";
  109. //
  110. // splSplit.Panel1
  111. //
  112. this.splSplit.Panel1.Controls.Add(this.tvwOrganization);
  113. //
  114. // splSplit.Panel2
  115. //
  116. this.splSplit.Panel2.Controls.Add(this.dgvOrganization);
  117. this.splSplit.Size = new System.Drawing.Size(911, 500);
  118. this.splSplit.SplitterDistance = 185;
  119. this.splSplit.SplitterWidth = 2;
  120. this.splSplit.TabIndex = 2;
  121. //
  122. // dgvOrganization
  123. //
  124. this.dgvOrganization.AllowUserToAddRows = false;
  125. this.dgvOrganization.AllowUserToDeleteRows = false;
  126. this.dgvOrganization.AllowUserToModifyRows = true;
  127. this.dgvOrganization.AllowUserToOrderColumns = true;
  128. this.dgvOrganization.AllowUserToResizeRows = false;
  129. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  130. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.dgvOrganization.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  132. this.dgvOrganization.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  133. this.dgvOrganization.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  134. this.dgvOrganization.CellHeight = 23;
  135. this.dgvOrganization.ChildNodeColumnName = null;
  136. this.dgvOrganization.ChildNodeColumnText = null;
  137. this.dgvOrganization.ColumnDeep = 1;
  138. this.dgvOrganization.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  139. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  140. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  141. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
  142. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  143. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  144. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  145. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  146. this.dgvOrganization.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  147. this.dgvOrganization.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  148. this.dgvOrganization.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  149. this.OrganizationCode,
  150. this.OrganizationName,
  151. this.OrganizationFullName,
  152. this.Leader,
  153. this.LetterMarket,
  154. this.Telephone,
  155. this.Address,
  156. this.Remarks,
  157. this.ValueFlag,
  158. this.OrganizationID});
  159. this.dgvOrganization.ColumnTreeView = null;
  160. 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)));
  161. this.dgvOrganization.Dock = System.Windows.Forms.DockStyle.Fill;
  162. this.dgvOrganization.DynamicColumnName = "";
  163. this.dgvOrganization.EnableHeadersVisualStyles = false;
  164. this.dgvOrganization.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.dgvOrganization.HorizontalMergeColumn = null;
  166. this.dgvOrganization.IsAutoCountSum = true;
  167. this.dgvOrganization.IsAutoResizeColumns = false;
  168. this.dgvOrganization.IsClickF12 = false;
  169. this.dgvOrganization.IsOpenMergeCellFlag = false;
  170. this.dgvOrganization.IsSubTotalFlag = false;
  171. this.dgvOrganization.IsTopDeep = false;
  172. this.dgvOrganization.Location = new System.Drawing.Point(0, 0);
  173. this.dgvOrganization.MergeColumnNames = null;
  174. this.dgvOrganization.MergeDetailColumnNames = null;
  175. this.dgvOrganization.MergeDetailOnlyColumn = null;
  176. this.dgvOrganization.MergeOnlyColumn = null;
  177. this.dgvOrganization.MultiSelect = false;
  178. this.dgvOrganization.Name = "dgvOrganization";
  179. this.dgvOrganization.ReadOnly = true;
  180. this.dgvOrganization.RefreshAtHscroll = false;
  181. this.dgvOrganization.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  182. this.dgvOrganization.RowHeadersWidth = 50;
  183. this.dgvOrganization.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  184. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  185. this.dgvOrganization.RowsDefaultCellStyle = dataGridViewCellStyle11;
  186. this.dgvOrganization.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  187. this.dgvOrganization.RowTemplate.Height = 21;
  188. this.dgvOrganization.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  189. this.dgvOrganization.Size = new System.Drawing.Size(724, 500);
  190. this.dgvOrganization.SortOrderColumnName = null;
  191. this.dgvOrganization.TabIndex = 11;
  192. this.dgvOrganization.Tag = true;
  193. this.dgvOrganization.TotalSumColumns = null;
  194. this.dgvOrganization.ViewRowFilter = "";
  195. this.dgvOrganization.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrganization_CellEnter);
  196. this.dgvOrganization.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
  197. this.dgvOrganization.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvOrganization_KeyDown);
  198. //
  199. // OrganizationCode
  200. //
  201. this.OrganizationCode.DataPropertyName = "OrganizationCode";
  202. this.OrganizationCode.HeaderText = "编码";
  203. this.OrganizationCode.MaxInputLength = 21;
  204. this.OrganizationCode.Name = "OrganizationCode";
  205. this.OrganizationCode.ReadOnly = true;
  206. this.OrganizationCode.Width = 80;
  207. //
  208. // OrganizationName
  209. //
  210. this.OrganizationName.DataPropertyName = "OrganizationName";
  211. this.OrganizationName.HeaderText = "名称";
  212. this.OrganizationName.MaxInputLength = 20;
  213. this.OrganizationName.Name = "OrganizationName";
  214. this.OrganizationName.ReadOnly = true;
  215. this.OrganizationName.Width = 120;
  216. //
  217. // OrganizationFullName
  218. //
  219. this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
  220. dataGridViewCellStyle3.BackColor = System.Drawing.Color.White;
  221. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.OrganizationFullName.DefaultCellStyle = dataGridViewCellStyle3;
  223. this.OrganizationFullName.HeaderText = "全称";
  224. this.OrganizationFullName.MaxInputLength = 150;
  225. this.OrganizationFullName.Name = "OrganizationFullName";
  226. this.OrganizationFullName.ReadOnly = true;
  227. this.OrganizationFullName.Width = 200;
  228. //
  229. // Leader
  230. //
  231. this.Leader.DataPropertyName = "Leader";
  232. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
  233. this.Leader.DefaultCellStyle = dataGridViewCellStyle4;
  234. this.Leader.HeaderText = "负责人";
  235. this.Leader.MaxInputLength = 20;
  236. this.Leader.Name = "Leader";
  237. this.Leader.ReadOnly = true;
  238. this.Leader.Width = 70;
  239. //
  240. // LetterMarket
  241. //
  242. this.LetterMarket.DataPropertyName = "LetterMarket";
  243. dataGridViewCellStyle5.BackColor = System.Drawing.Color.White;
  244. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F);
  245. this.LetterMarket.DefaultCellStyle = dataGridViewCellStyle5;
  246. this.LetterMarket.HeaderText = "票头字母";
  247. this.LetterMarket.MaxInputLength = 2;
  248. this.LetterMarket.Name = "LetterMarket";
  249. this.LetterMarket.ReadOnly = true;
  250. this.LetterMarket.Width = 80;
  251. //
  252. // Telephone
  253. //
  254. this.Telephone.DataPropertyName = "Telephone";
  255. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F);
  256. this.Telephone.DefaultCellStyle = dataGridViewCellStyle6;
  257. this.Telephone.HeaderText = "联系电话";
  258. this.Telephone.MaxInputLength = 50;
  259. this.Telephone.Name = "Telephone";
  260. this.Telephone.ReadOnly = true;
  261. //
  262. // Address
  263. //
  264. this.Address.DataPropertyName = "Address";
  265. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F);
  266. this.Address.DefaultCellStyle = dataGridViewCellStyle7;
  267. this.Address.HeaderText = "地址";
  268. this.Address.MaxInputLength = 255;
  269. this.Address.Name = "Address";
  270. this.Address.ReadOnly = true;
  271. this.Address.Width = 180;
  272. //
  273. // Remarks
  274. //
  275. this.Remarks.DataPropertyName = "Remarks";
  276. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F);
  277. this.Remarks.DefaultCellStyle = dataGridViewCellStyle8;
  278. this.Remarks.HeaderText = "备注";
  279. this.Remarks.MaxInputLength = 255;
  280. this.Remarks.Name = "Remarks";
  281. this.Remarks.ReadOnly = true;
  282. this.Remarks.Width = 150;
  283. //
  284. // ValueFlag
  285. //
  286. this.ValueFlag.DataPropertyName = "ValueFlag";
  287. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  288. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F);
  289. dataGridViewCellStyle9.NullValue = false;
  290. this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle9;
  291. this.ValueFlag.FalseValue = "0";
  292. this.ValueFlag.HeaderText = "正常";
  293. this.ValueFlag.Name = "ValueFlag";
  294. this.ValueFlag.ReadOnly = true;
  295. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  296. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  297. this.ValueFlag.TrueValue = "1";
  298. this.ValueFlag.Width = 50;
  299. //
  300. // OrganizationID
  301. //
  302. this.OrganizationID.DataPropertyName = "OrganizationID";
  303. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.OrganizationID.DefaultCellStyle = dataGridViewCellStyle10;
  305. this.OrganizationID.HeaderText = "ID";
  306. this.OrganizationID.Name = "OrganizationID";
  307. this.OrganizationID.ReadOnly = true;
  308. this.OrganizationID.Visible = false;
  309. //
  310. // imglstNavigation
  311. //
  312. this.imglstNavigation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglstNavigation.ImageStream")));
  313. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  314. this.imglstNavigation.Images.SetKeyName(0, "close.png");
  315. this.imglstNavigation.Images.SetKeyName(1, "list.png");
  316. this.imglstNavigation.Images.SetKeyName(2, "open.png");
  317. //
  318. // gbxCondition
  319. //
  320. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  321. | System.Windows.Forms.AnchorStyles.Right)));
  322. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  323. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  324. this.gbxCondition.Controls.Add(this.txtLetterMarket);
  325. this.gbxCondition.Controls.Add(this.txtRemarks);
  326. this.gbxCondition.Controls.Add(this.txtAddress);
  327. this.gbxCondition.Controls.Add(this.txtOrganizationName);
  328. this.gbxCondition.Controls.Add(this.txtOrganizationCode);
  329. this.gbxCondition.Controls.Add(this.lblUserName);
  330. this.gbxCondition.Controls.Add(this.lblUserCode);
  331. this.gbxCondition.Controls.Add(this.txtTelephone);
  332. this.gbxCondition.Controls.Add(this.chkValueFlag);
  333. this.gbxCondition.Controls.Add(this.btnSearch);
  334. this.gbxCondition.Controls.Add(this.btnClearCondition);
  335. this.gbxCondition.Controls.Add(this.lblRemarks);
  336. this.gbxCondition.Controls.Add(this.lblLetterMarket);
  337. this.gbxCondition.Controls.Add(this.lblAddress);
  338. this.gbxCondition.Controls.Add(this.lblTelephone);
  339. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  341. this.gbxCondition.IsMustInput = false;
  342. this.gbxCondition.Location = new System.Drawing.Point(12, 38);
  343. this.gbxCondition.Name = "gbxCondition";
  344. this.gbxCondition.OriginalHeight = -1;
  345. this.gbxCondition.Size = new System.Drawing.Size(911, 69);
  346. this.gbxCondition.TabIndex = 1;
  347. this.gbxCondition.TabStop = false;
  348. this.gbxCondition.Text = "查询条件 ▼";
  349. //
  350. // txtLetterMarket
  351. //
  352. this.txtLetterMarket.BackColor = System.Drawing.SystemColors.Window;
  353. this.txtLetterMarket.BackgroundColor = System.Drawing.SystemColors.Window;
  354. this.txtLetterMarket.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  355. this.txtLetterMarket.ErrorMessage = "";
  356. this.txtLetterMarket.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  357. this.txtLetterMarket.ImeMode = System.Windows.Forms.ImeMode.Off;
  358. this.txtLetterMarket.Location = new System.Drawing.Point(399, 14);
  359. this.txtLetterMarket.MaxLength = 2;
  360. this.txtLetterMarket.Name = "txtLetterMarket";
  361. this.txtLetterMarket.Size = new System.Drawing.Size(97, 21);
  362. this.txtLetterMarket.TabIndex = 3;
  363. this.txtLetterMarket.TextValue = "";
  364. //
  365. // txtRemarks
  366. //
  367. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  368. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  369. this.txtRemarks.ErrorMessage = "";
  370. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.txtRemarks.Location = new System.Drawing.Point(227, 41);
  372. this.txtRemarks.MaxLength = 500;
  373. this.txtRemarks.Name = "txtRemarks";
  374. this.txtRemarks.Size = new System.Drawing.Size(97, 21);
  375. this.txtRemarks.TabIndex = 5;
  376. this.txtRemarks.TextValue = "";
  377. //
  378. // txtAddress
  379. //
  380. this.txtAddress.BackColor = System.Drawing.SystemColors.Window;
  381. this.txtAddress.BackgroundColor = System.Drawing.SystemColors.Window;
  382. this.txtAddress.ErrorMessage = "";
  383. this.txtAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  384. this.txtAddress.Location = new System.Drawing.Point(65, 42);
  385. this.txtAddress.MaxLength = 500;
  386. this.txtAddress.Name = "txtAddress";
  387. this.txtAddress.Size = new System.Drawing.Size(97, 21);
  388. this.txtAddress.TabIndex = 4;
  389. this.txtAddress.TextValue = "";
  390. //
  391. // txtOrganizationName
  392. //
  393. this.txtOrganizationName.BackColor = System.Drawing.SystemColors.Window;
  394. this.txtOrganizationName.BackgroundColor = System.Drawing.SystemColors.Window;
  395. this.txtOrganizationName.ErrorMessage = "";
  396. this.txtOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  397. this.txtOrganizationName.Location = new System.Drawing.Point(227, 14);
  398. this.txtOrganizationName.MaxLength = 20;
  399. this.txtOrganizationName.Name = "txtOrganizationName";
  400. this.txtOrganizationName.Size = new System.Drawing.Size(97, 21);
  401. this.txtOrganizationName.TabIndex = 2;
  402. this.txtOrganizationName.TextValue = "";
  403. //
  404. // txtOrganizationCode
  405. //
  406. this.txtOrganizationCode.BackColor = System.Drawing.SystemColors.Window;
  407. this.txtOrganizationCode.BackgroundColor = System.Drawing.SystemColors.Window;
  408. this.txtOrganizationCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  409. this.txtOrganizationCode.ErrorMessage = "";
  410. this.txtOrganizationCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.txtOrganizationCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  412. this.txtOrganizationCode.Location = new System.Drawing.Point(65, 14);
  413. this.txtOrganizationCode.MaxLength = 21;
  414. this.txtOrganizationCode.Name = "txtOrganizationCode";
  415. this.txtOrganizationCode.Size = new System.Drawing.Size(97, 21);
  416. this.txtOrganizationCode.TabIndex = 1;
  417. this.txtOrganizationCode.TextValue = "";
  418. //
  419. // lblUserName
  420. //
  421. this.lblUserName.AutoSize = true;
  422. this.lblUserName.BackColor = System.Drawing.Color.Transparent;
  423. this.lblUserName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.lblUserName.ForeColor = System.Drawing.SystemColors.ControlText;
  425. this.lblUserName.Location = new System.Drawing.Point(168, 17);
  426. this.lblUserName.Name = "lblUserName";
  427. this.lblUserName.Size = new System.Drawing.Size(53, 12);
  428. this.lblUserName.TabIndex = 17;
  429. this.lblUserName.Text = "组织名称";
  430. //
  431. // lblUserCode
  432. //
  433. this.lblUserCode.AutoSize = true;
  434. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  435. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  436. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  437. this.lblUserCode.Location = new System.Drawing.Point(6, 17);
  438. this.lblUserCode.Name = "lblUserCode";
  439. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  440. this.lblUserCode.TabIndex = 16;
  441. this.lblUserCode.Text = "组织编码";
  442. //
  443. // txtTelephone
  444. //
  445. this.txtTelephone.BackColor = System.Drawing.SystemColors.Window;
  446. this.txtTelephone.BackgroundColor = System.Drawing.SystemColors.Window;
  447. this.txtTelephone.ErrorMessage = "";
  448. this.txtTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  449. this.txtTelephone.ImeMode = System.Windows.Forms.ImeMode.Off;
  450. this.txtTelephone.Location = new System.Drawing.Point(399, 42);
  451. this.txtTelephone.MaxLength = 20;
  452. this.txtTelephone.Name = "txtTelephone";
  453. this.txtTelephone.Size = new System.Drawing.Size(97, 21);
  454. this.txtTelephone.TabIndex = 6;
  455. this.txtTelephone.TextValue = "";
  456. //
  457. // chkValueFlag
  458. //
  459. this.chkValueFlag.BackColor = System.Drawing.SystemColors.Window;
  460. this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
  461. this.chkValueFlag.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
  462. this.chkValueFlag.DataSource = null;
  463. this.chkValueFlag.DisplayMember = "ValidFlagName";
  464. this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  465. this.chkValueFlag.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
  466. this.chkValueFlag.Location = new System.Drawing.Point(507, 14);
  467. this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  468. this.chkValueFlag.Name = "chkValueFlag";
  469. this.chkValueFlag.SelectedIndex = -1;
  470. this.chkValueFlag.SelectedValues = new object[0];
  471. this.chkValueFlag.Size = new System.Drawing.Size(141, 39);
  472. this.chkValueFlag.TabIndex = 7;
  473. this.chkValueFlag.Title = "正常标识";
  474. this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  475. this.chkValueFlag.ValueMember = "ValidFlagID";
  476. //
  477. // btnSearch
  478. //
  479. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  480. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  481. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  482. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.btnSearch.ForeColor = System.Drawing.Color.White;
  484. this.btnSearch.Location = new System.Drawing.Point(729, 33);
  485. this.btnSearch.Name = "btnSearch";
  486. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  487. this.btnSearch.TabIndex = 8;
  488. this.btnSearch.Text = "查询";
  489. this.btnSearch.UseVisualStyleBackColor = true;
  490. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  491. //
  492. // btnClearCondition
  493. //
  494. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  495. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  496. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  497. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  499. this.btnClearCondition.Location = new System.Drawing.Point(820, 33);
  500. this.btnClearCondition.Name = "btnClearCondition";
  501. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  502. this.btnClearCondition.TabIndex = 9;
  503. this.btnClearCondition.Text = "清空条件";
  504. this.btnClearCondition.UseVisualStyleBackColor = true;
  505. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  506. //
  507. // lblRemarks
  508. //
  509. this.lblRemarks.AutoSize = true;
  510. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  511. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  513. this.lblRemarks.Location = new System.Drawing.Point(192, 45);
  514. this.lblRemarks.Name = "lblRemarks";
  515. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  516. this.lblRemarks.TabIndex = 8;
  517. this.lblRemarks.Text = "备注";
  518. //
  519. // lblLetterMarket
  520. //
  521. this.lblLetterMarket.AutoSize = true;
  522. this.lblLetterMarket.BackColor = System.Drawing.Color.Transparent;
  523. this.lblLetterMarket.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  524. this.lblLetterMarket.ForeColor = System.Drawing.SystemColors.ControlText;
  525. this.lblLetterMarket.Location = new System.Drawing.Point(340, 18);
  526. this.lblLetterMarket.Name = "lblLetterMarket";
  527. this.lblLetterMarket.Size = new System.Drawing.Size(53, 12);
  528. this.lblLetterMarket.TabIndex = 1;
  529. this.lblLetterMarket.Text = "票头字母";
  530. //
  531. // lblAddress
  532. //
  533. this.lblAddress.AutoSize = true;
  534. this.lblAddress.BackColor = System.Drawing.Color.Transparent;
  535. this.lblAddress.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  536. this.lblAddress.ForeColor = System.Drawing.SystemColors.ControlText;
  537. this.lblAddress.Location = new System.Drawing.Point(30, 45);
  538. this.lblAddress.Name = "lblAddress";
  539. this.lblAddress.Size = new System.Drawing.Size(29, 12);
  540. this.lblAddress.TabIndex = 6;
  541. this.lblAddress.Text = "地址";
  542. //
  543. // lblTelephone
  544. //
  545. this.lblTelephone.AutoSize = true;
  546. this.lblTelephone.BackColor = System.Drawing.Color.Transparent;
  547. this.lblTelephone.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  548. this.lblTelephone.ForeColor = System.Drawing.SystemColors.ControlText;
  549. this.lblTelephone.Location = new System.Drawing.Point(340, 45);
  550. this.lblTelephone.Name = "lblTelephone";
  551. this.lblTelephone.Size = new System.Drawing.Size(53, 12);
  552. this.lblTelephone.TabIndex = 3;
  553. this.lblTelephone.Text = "联系电话";
  554. //
  555. // tsrOperate
  556. //
  557. this.tsrOperate.AutoSize = false;
  558. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  559. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  560. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  561. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  562. this.tsbtnAdd,
  563. this.tsbtnEdit,
  564. this.toolStripSeparator1,
  565. this.tsbtnAdaptive,
  566. this.tsbtnClose});
  567. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  568. this.tsrOperate.Name = "tsrOperate";
  569. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  570. this.tsrOperate.ShowItemToolTips = false;
  571. this.tsrOperate.Size = new System.Drawing.Size(935, 35);
  572. this.tsrOperate.TabIndex = 0;
  573. this.tsrOperate.Text = "toolStrip1";
  574. //
  575. // tsbtnAdd
  576. //
  577. this.tsbtnAdd.AutoSize = false;
  578. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  579. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  580. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  581. this.tsbtnAdd.Name = "tsbtnAdd";
  582. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  583. this.tsbtnAdd.Text = "新建";
  584. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  585. //
  586. // tsbtnEdit
  587. //
  588. this.tsbtnEdit.AutoSize = false;
  589. this.tsbtnEdit.Enabled = false;
  590. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  591. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  592. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  593. this.tsbtnEdit.Name = "tsbtnEdit";
  594. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  595. this.tsbtnEdit.Text = "编辑";
  596. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  597. //
  598. // toolStripSeparator1
  599. //
  600. this.toolStripSeparator1.AutoSize = false;
  601. this.toolStripSeparator1.Name = "toolStripSeparator1";
  602. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  603. //
  604. // tsbtnAdaptive
  605. //
  606. this.tsbtnAdaptive.AutoSize = false;
  607. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  608. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  609. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  610. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  611. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  612. this.tsbtnAdaptive.Text = "自适应列宽";
  613. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  614. //
  615. // tsbtnClose
  616. //
  617. this.tsbtnClose.AutoSize = false;
  618. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  619. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  620. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  621. this.tsbtnClose.Name = "tsbtnClose";
  622. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  623. this.tsbtnClose.Text = "关闭(&X)";
  624. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  625. //
  626. // F_MST_0101
  627. //
  628. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  629. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  630. this.ClientSize = new System.Drawing.Size(935, 618);
  631. this.Controls.Add(this.splSplit);
  632. this.Controls.Add(this.tsrOperate);
  633. this.Controls.Add(this.gbxCondition);
  634. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  635. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  636. this.MaximizeBox = false;
  637. this.MinimizeBox = false;
  638. this.Name = "F_MST_0101";
  639. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  640. this.Text = "新建";
  641. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmOrganization_FormClosed);
  642. this.Load += new System.EventHandler(this.FrmOrganization_Load);
  643. this.splSplit.Panel1.ResumeLayout(false);
  644. this.splSplit.Panel2.ResumeLayout(false);
  645. ((System.ComponentModel.ISupportInitialize)(this.splSplit)).EndInit();
  646. this.splSplit.ResumeLayout(false);
  647. ((System.ComponentModel.ISupportInitialize)(this.dgvOrganization)).EndInit();
  648. this.gbxCondition.ResumeLayout(false);
  649. this.gbxCondition.PerformLayout();
  650. this.tsrOperate.ResumeLayout(false);
  651. this.tsrOperate.PerformLayout();
  652. this.ResumeLayout(false);
  653. }
  654. #endregion
  655. private System.Windows.Forms.TreeView tvwOrganization;
  656. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrganization;
  657. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
  658. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
  659. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblAddress;
  660. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblTelephone;
  661. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblLetterMarket;
  662. private Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList chklValueFlag;
  663. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClearCondition;
  664. private Basics.BaseControls.C_ToolStrip tsrOperate;
  665. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  666. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  667. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  668. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  669. private System.Windows.Forms.ToolStripButton tsbtnClose;
  670. private Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox gbxCondition;
  671. private System.Windows.Forms.SplitContainer splSplit;
  672. private System.Windows.Forms.ImageList imglstNavigation;
  673. private Basics.BaseControls.C_ValidCheckedBoxList chkValueFlag;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationCode;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn Leader;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn LetterMarket;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn Address;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  682. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationID;
  684. private Basics.BaseControls.C_TXT_Tel txtTelephone;
  685. private Basics.BaseControls.C_Label lblUserCode;
  686. private Basics.BaseControls.C_Label lblUserName;
  687. private Basics.BaseControls.C_TXT_Code txtOrganizationCode;
  688. private Basics.BaseControls.C_TextBox txtOrganizationName;
  689. private Basics.BaseControls.C_TextBox txtRemarks;
  690. private Basics.BaseControls.C_TextBox txtAddress;
  691. private Basics.BaseControls.C_TXT_Code txtLetterMarket;
  692. //private Controls.dkOrganizationSearchBox sbxOrganization;
  693. //private Basics.BaseControls.C_ValidCheckedBoxList c_ValidCheckedBoxList1;
  694. }
  695. }