F_PM_2301.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2301
  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 dataGridViewCellStyle6 = 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_2301));
  36. this.dgvOrder = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  37. this.OrderNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.OrderDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.ValueFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  40. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.OrderID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  43. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  44. this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  45. this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.dtpOrderDateTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  48. this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.chkValueFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
  52. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  53. this.lblOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  56. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  57. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  58. this.tsbtnValueFlag = new System.Windows.Forms.ToolStripButton();
  59. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  60. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  61. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).BeginInit();
  63. this.gbxCondition.SuspendLayout();
  64. this.tsrOperate.SuspendLayout();
  65. this.SuspendLayout();
  66. //
  67. // dgvOrder
  68. //
  69. this.dgvOrder.AllowUserToAddRows = false;
  70. this.dgvOrder.AllowUserToDeleteRows = false;
  71. this.dgvOrder.AllowUserToModifyRows = true;
  72. this.dgvOrder.AllowUserToOrderColumns = true;
  73. this.dgvOrder.AllowUserToResizeRows = false;
  74. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  75. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.dgvOrder.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  77. this.dgvOrder.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  78. | System.Windows.Forms.AnchorStyles.Left)
  79. | System.Windows.Forms.AnchorStyles.Right)));
  80. this.dgvOrder.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  81. this.dgvOrder.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  82. this.dgvOrder.CellHeight = 23;
  83. this.dgvOrder.ChildNodeColumnName = null;
  84. this.dgvOrder.ChildNodeColumnText = null;
  85. this.dgvOrder.ColumnDeep = 1;
  86. this.dgvOrder.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  87. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  88. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  89. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F);
  90. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  91. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  92. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  93. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  94. this.dgvOrder.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  95. this.dgvOrder.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  96. this.dgvOrder.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  97. this.OrderNo,
  98. this.OrderDate,
  99. this.ValueFlag,
  100. this.Remarks,
  101. this.OrderID});
  102. this.dgvOrder.ColumnTreeView = null;
  103. this.dgvOrder.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)));
  104. this.dgvOrder.DynamicColumnName = "";
  105. this.dgvOrder.EnableHeadersVisualStyles = false;
  106. this.dgvOrder.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.dgvOrder.HorizontalMergeColumn = null;
  108. this.dgvOrder.IsAutoCountSum = true;
  109. this.dgvOrder.IsAutoResizeColumns = false;
  110. this.dgvOrder.IsClickF12 = false;
  111. this.dgvOrder.IsOpenMergeCellFlag = false;
  112. this.dgvOrder.IsSubTotalFlag = false;
  113. this.dgvOrder.IsTopDeep = false;
  114. this.dgvOrder.Location = new System.Drawing.Point(0, 113);
  115. this.dgvOrder.MergeColumnNames = null;
  116. this.dgvOrder.MergeDetailColumnNames = null;
  117. this.dgvOrder.MergeDetailOnlyColumn = null;
  118. this.dgvOrder.MergeOnlyColumn = null;
  119. this.dgvOrder.MultiSelect = false;
  120. this.dgvOrder.Name = "dgvOrder";
  121. this.dgvOrder.ReadOnly = true;
  122. this.dgvOrder.RefreshAtHscroll = false;
  123. this.dgvOrder.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  124. this.dgvOrder.RowHeadersWidth = 50;
  125. this.dgvOrder.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  126. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  127. this.dgvOrder.RowsDefaultCellStyle = dataGridViewCellStyle6;
  128. this.dgvOrder.RowTemplate.DefaultCellStyle.Font = new System.Drawing.Font("宋体", 9F);
  129. this.dgvOrder.RowTemplate.Height = 21;
  130. this.dgvOrder.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  131. this.dgvOrder.Size = new System.Drawing.Size(836, 357);
  132. this.dgvOrder.SortOrderColumnName = null;
  133. this.dgvOrder.TabIndex = 2;
  134. this.dgvOrder.Tag = true;
  135. this.dgvOrder.TotalSumColumns = null;
  136. this.dgvOrder.ViewRowFilter = "";
  137. this.dgvOrder.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvOrganization_CellMouseDoubleClick);
  138. this.dgvOrder.SelectionChanged += new System.EventHandler(this.dgvOrder_SelectionChanged);
  139. //
  140. // OrderNo
  141. //
  142. this.OrderNo.DataPropertyName = "OrderNo";
  143. this.OrderNo.HeaderText = "订单号";
  144. this.OrderNo.Name = "OrderNo";
  145. this.OrderNo.ReadOnly = true;
  146. //
  147. // OrderDate
  148. //
  149. this.OrderDate.DataPropertyName = "OrderDate";
  150. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  151. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  152. this.OrderDate.DefaultCellStyle = dataGridViewCellStyle3;
  153. this.OrderDate.HeaderText = "订单日期";
  154. this.OrderDate.Name = "OrderDate";
  155. this.OrderDate.ReadOnly = true;
  156. //
  157. // ValueFlag
  158. //
  159. this.ValueFlag.DataPropertyName = "ValueFlag";
  160. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  161. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F);
  162. dataGridViewCellStyle4.NullValue = false;
  163. this.ValueFlag.DefaultCellStyle = dataGridViewCellStyle4;
  164. this.ValueFlag.FalseValue = "0";
  165. this.ValueFlag.HeaderText = "正常";
  166. this.ValueFlag.Name = "ValueFlag";
  167. this.ValueFlag.ReadOnly = true;
  168. this.ValueFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  169. this.ValueFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  170. this.ValueFlag.TrueValue = "1";
  171. this.ValueFlag.Width = 50;
  172. //
  173. // Remarks
  174. //
  175. this.Remarks.DataPropertyName = "Remarks";
  176. this.Remarks.HeaderText = "备注";
  177. this.Remarks.Name = "Remarks";
  178. this.Remarks.ReadOnly = true;
  179. this.Remarks.Width = 200;
  180. //
  181. // OrderID
  182. //
  183. this.OrderID.DataPropertyName = "OrderID";
  184. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.OrderID.DefaultCellStyle = dataGridViewCellStyle5;
  186. this.OrderID.HeaderText = "OrderID";
  187. this.OrderID.Name = "OrderID";
  188. this.OrderID.ReadOnly = true;
  189. this.OrderID.Visible = false;
  190. //
  191. // imglstNavigation
  192. //
  193. this.imglstNavigation.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
  194. this.imglstNavigation.ImageSize = new System.Drawing.Size(16, 16);
  195. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  196. //
  197. // gbxCondition
  198. //
  199. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  200. | System.Windows.Forms.AnchorStyles.Right)));
  201. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  202. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  203. this.gbxCondition.Controls.Add(this.chkDateTime);
  204. this.gbxCondition.Controls.Add(this.txtOrderNo);
  205. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  206. this.gbxCondition.Controls.Add(this.dtpOrderDateTo);
  207. this.gbxCondition.Controls.Add(this.dtpOrderDateFrom);
  208. this.gbxCondition.Controls.Add(this.btnSearch);
  209. this.gbxCondition.Controls.Add(this.btnClearCondition);
  210. this.gbxCondition.Controls.Add(this.chkValueFlag);
  211. this.gbxCondition.Controls.Add(this.txtRemarks);
  212. this.gbxCondition.Controls.Add(this.lblOrderNo);
  213. this.gbxCondition.Controls.Add(this.lblRemarks);
  214. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  215. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  216. this.gbxCondition.IsMustInput = false;
  217. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  218. this.gbxCondition.Name = "gbxCondition";
  219. this.gbxCondition.OriginalHeight = -1;
  220. this.gbxCondition.Size = new System.Drawing.Size(836, 69);
  221. this.gbxCondition.TabIndex = 1;
  222. this.gbxCondition.TabStop = false;
  223. this.gbxCondition.Text = "查询条件 ▼";
  224. //
  225. // chkDateTime
  226. //
  227. this.chkDateTime.AutoSize = true;
  228. this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.chkDateTime.Location = new System.Drawing.Point(178, 17);
  230. this.chkDateTime.Name = "chkDateTime";
  231. this.chkDateTime.Size = new System.Drawing.Size(72, 16);
  232. this.chkDateTime.TabIndex = 11;
  233. this.chkDateTime.Text = "订单日期";
  234. this.chkDateTime.UseVisualStyleBackColor = true;
  235. this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
  236. //
  237. // txtOrderNo
  238. //
  239. this.txtOrderNo.BackColor = System.Drawing.SystemColors.Window;
  240. this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
  241. this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.txtOrderNo.Location = new System.Drawing.Point(65, 14);
  243. this.txtOrderNo.MaxLength = 100;
  244. this.txtOrderNo.Name = "txtOrderNo";
  245. this.txtOrderNo.Size = new System.Drawing.Size(107, 21);
  246. this.txtOrderNo.TabIndex = 1;
  247. //
  248. // lblAccountDateEnd
  249. //
  250. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  251. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  253. this.lblAccountDateEnd.Location = new System.Drawing.Point(366, 18);
  254. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  255. this.lblAccountDateEnd.Size = new System.Drawing.Size(36, 13);
  256. this.lblAccountDateEnd.TabIndex = 4;
  257. this.lblAccountDateEnd.Text = " 至 ";
  258. //
  259. // dtpOrderDateTo
  260. //
  261. this.dtpOrderDateTo.CustomFormat = "yyyy-MM-dd";
  262. this.dtpOrderDateTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.dtpOrderDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  264. this.dtpOrderDateTo.Location = new System.Drawing.Point(400, 14);
  265. this.dtpOrderDateTo.Name = "dtpOrderDateTo";
  266. this.dtpOrderDateTo.Size = new System.Drawing.Size(120, 21);
  267. this.dtpOrderDateTo.TabIndex = 5;
  268. this.dtpOrderDateTo.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
  269. //
  270. // dtpOrderDateFrom
  271. //
  272. this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
  273. this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  275. this.dtpOrderDateFrom.Location = new System.Drawing.Point(249, 14);
  276. this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
  277. this.dtpOrderDateFrom.Size = new System.Drawing.Size(120, 21);
  278. this.dtpOrderDateFrom.TabIndex = 3;
  279. this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
  280. //
  281. // btnSearch
  282. //
  283. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  284. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  285. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  286. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.btnSearch.ForeColor = System.Drawing.Color.White;
  288. this.btnSearch.Location = new System.Drawing.Point(643, 32);
  289. this.btnSearch.Name = "btnSearch";
  290. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  291. this.btnSearch.TabIndex = 9;
  292. this.btnSearch.Text = "查询";
  293. this.btnSearch.UseVisualStyleBackColor = true;
  294. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  295. //
  296. // btnClearCondition
  297. //
  298. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  299. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  300. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  301. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  303. this.btnClearCondition.Location = new System.Drawing.Point(734, 32);
  304. this.btnClearCondition.Name = "btnClearCondition";
  305. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  306. this.btnClearCondition.TabIndex = 10;
  307. this.btnClearCondition.Text = "清空条件";
  308. this.btnClearCondition.UseVisualStyleBackColor = true;
  309. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  310. //
  311. // chkValueFlag
  312. //
  313. this.chkValueFlag.BackColor = System.Drawing.SystemColors.Window;
  314. this.chkValueFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkValueFlag.BackgroundImage")));
  315. this.chkValueFlag.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
  316. this.chkValueFlag.DataSource = null;
  317. this.chkValueFlag.DisplayMember = "ValidFlagName";
  318. this.chkValueFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.chkValueFlag.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
  320. this.chkValueFlag.Location = new System.Drawing.Point(524, 14);
  321. this.chkValueFlag.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  322. this.chkValueFlag.Name = "chkValueFlag";
  323. this.chkValueFlag.SelectedIndex = -1;
  324. this.chkValueFlag.SelectedValues = new object[0];
  325. this.chkValueFlag.Size = new System.Drawing.Size(141, 48);
  326. this.chkValueFlag.TabIndex = 8;
  327. this.chkValueFlag.Title = "有效标识";
  328. this.chkValueFlag.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  329. this.chkValueFlag.ValueMember = "ValidFlagID";
  330. //
  331. // txtRemarks
  332. //
  333. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  334. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  335. this.txtRemarks.ErrorMessage = "";
  336. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  337. this.txtRemarks.Location = new System.Drawing.Point(65, 41);
  338. this.txtRemarks.MaxLength = 500;
  339. this.txtRemarks.Name = "txtRemarks";
  340. this.txtRemarks.Size = new System.Drawing.Size(455, 21);
  341. this.txtRemarks.TabIndex = 7;
  342. this.txtRemarks.TextValue = "";
  343. //
  344. // lblOrderNo
  345. //
  346. this.lblOrderNo.AutoSize = true;
  347. this.lblOrderNo.BackColor = System.Drawing.Color.Transparent;
  348. this.lblOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  349. this.lblOrderNo.ForeColor = System.Drawing.SystemColors.ControlText;
  350. this.lblOrderNo.Location = new System.Drawing.Point(18, 19);
  351. this.lblOrderNo.Name = "lblOrderNo";
  352. this.lblOrderNo.Size = new System.Drawing.Size(41, 12);
  353. this.lblOrderNo.TabIndex = 0;
  354. this.lblOrderNo.Text = "订单号";
  355. //
  356. // lblRemarks
  357. //
  358. this.lblRemarks.AutoSize = true;
  359. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  360. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  362. this.lblRemarks.Location = new System.Drawing.Point(30, 45);
  363. this.lblRemarks.Name = "lblRemarks";
  364. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  365. this.lblRemarks.TabIndex = 6;
  366. this.lblRemarks.Text = "备注";
  367. //
  368. // tsrOperate
  369. //
  370. this.tsrOperate.AutoSize = false;
  371. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  372. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  374. this.tsbtnAdd,
  375. this.tsbtnEdit,
  376. this.tsbtnValueFlag,
  377. this.toolStripSeparator1,
  378. this.tsbtnAdaptive,
  379. this.tsbtnClose});
  380. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  381. this.tsrOperate.Name = "tsrOperate";
  382. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  383. this.tsrOperate.ShowItemToolTips = false;
  384. this.tsrOperate.Size = new System.Drawing.Size(848, 35);
  385. this.tsrOperate.TabIndex = 0;
  386. this.tsrOperate.Text = "toolStrip1";
  387. //
  388. // tsbtnAdd
  389. //
  390. this.tsbtnAdd.AutoSize = false;
  391. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  393. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  394. this.tsbtnAdd.Name = "tsbtnAdd";
  395. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  396. this.tsbtnAdd.Text = "新建";
  397. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  398. //
  399. // tsbtnEdit
  400. //
  401. this.tsbtnEdit.AutoSize = false;
  402. this.tsbtnEdit.Enabled = false;
  403. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  404. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  405. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  406. this.tsbtnEdit.Name = "tsbtnEdit";
  407. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  408. this.tsbtnEdit.Text = "编辑";
  409. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  410. //
  411. // tsbtnValueFlag
  412. //
  413. this.tsbtnValueFlag.AutoSize = false;
  414. this.tsbtnValueFlag.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  415. this.tsbtnValueFlag.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnValueFlag.Image")));
  416. this.tsbtnValueFlag.ImageTransparentColor = System.Drawing.Color.Magenta;
  417. this.tsbtnValueFlag.Name = "tsbtnValueFlag";
  418. this.tsbtnValueFlag.Size = new System.Drawing.Size(60, 25);
  419. this.tsbtnValueFlag.Text = "停用(&S)";
  420. this.tsbtnValueFlag.Click += new System.EventHandler(this.tsbtnValueFlag_Click);
  421. //
  422. // toolStripSeparator1
  423. //
  424. this.toolStripSeparator1.AutoSize = false;
  425. this.toolStripSeparator1.Name = "toolStripSeparator1";
  426. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  427. //
  428. // tsbtnAdaptive
  429. //
  430. this.tsbtnAdaptive.AutoSize = false;
  431. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  432. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  433. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  434. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  435. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  436. this.tsbtnAdaptive.Text = "自适应列宽";
  437. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  438. //
  439. // tsbtnClose
  440. //
  441. this.tsbtnClose.AutoSize = false;
  442. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  444. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  445. this.tsbtnClose.Name = "tsbtnClose";
  446. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  447. this.tsbtnClose.Text = "关闭(&X)";
  448. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  449. //
  450. // F_PM_2301
  451. //
  452. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  453. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  454. this.ClientSize = new System.Drawing.Size(848, 470);
  455. this.Controls.Add(this.dgvOrder);
  456. this.Controls.Add(this.tsrOperate);
  457. this.Controls.Add(this.gbxCondition);
  458. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  459. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  460. this.MaximizeBox = false;
  461. this.MinimizeBox = false;
  462. this.Name = "F_PM_2301";
  463. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  464. this.Text = "新建";
  465. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmOrganization_FormClosed);
  466. this.Load += new System.EventHandler(this.FrmOrganization_Load);
  467. ((System.ComponentModel.ISupportInitialize)(this.dgvOrder)).EndInit();
  468. this.gbxCondition.ResumeLayout(false);
  469. this.gbxCondition.PerformLayout();
  470. this.tsrOperate.ResumeLayout(false);
  471. this.tsrOperate.PerformLayout();
  472. this.ResumeLayout(false);
  473. }
  474. #endregion
  475. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvOrder;
  476. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblRemarks;
  477. private Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList chklValueFlag;
  478. private Basics.BaseControls.C_ToolStrip tsrOperate;
  479. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  480. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  481. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  482. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  483. private System.Windows.Forms.ToolStripButton tsbtnClose;
  484. private Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox gbxCondition;
  485. private System.Windows.Forms.ImageList imglstNavigation;
  486. private Basics.BaseControls.C_Label lblOrderNo;
  487. private Basics.BaseControls.C_TextBox txtRemarks;
  488. private Basics.BaseControls.C_ValidCheckedBoxList chkValueFlag;
  489. private Basics.BaseControls.C_Button btnSearch;
  490. private Basics.BaseControls.C_Button btnClearCondition;
  491. private Basics.BaseControls.C_Label lblAccountDateEnd;
  492. private Basics.BaseControls.C_DateTimePicker dtpOrderDateTo;
  493. private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
  494. private System.Windows.Forms.ToolStripButton tsbtnValueFlag;
  495. private Basics.BaseControls.C_TextBox txtOrderNo;
  496. private Basics.BaseControls.C_CheckBox chkDateTime;
  497. private System.Windows.Forms.DataGridViewTextBoxColumn OrderNo;
  498. private System.Windows.Forms.DataGridViewTextBoxColumn OrderDate;
  499. private System.Windows.Forms.DataGridViewCheckBoxColumn ValueFlag;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn OrderID;
  502. }
  503. }