frmManageCorporate.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. namespace LYFZ.ManagementService
  2. {
  3. partial class frmManageCorporate
  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. this.groupBoxEx7 = new LYFZ.ComponentLibrary.GroupBoxEx();
  32. this.sbtnAddCustomer = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  33. this.dataGridViewEx1 = new LYFZ.ComponentLibrary.DataGridViewEx();
  34. this.skinButtomQueryAll = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  35. this.skinButtomQuery = new LYFZ.OtherExpansion.SkinControl.SkinButtom();
  36. this.skinTextBoxQuery = new LYFZ.OtherExpansion.SkinControl.SkinTextBox();
  37. this.labelEx11 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.cmsMcMenu = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  39. this.contextMenuStripEx1 = new LYFZ.ComponentLibrary.ContextMenuStripEx(this.components);
  40. this.pagerEx1 = new LYFZ.ManagementService.Pager.PagerEx();
  41. this.tlsUpdate = new System.Windows.Forms.ToolStripMenuItem();
  42. this.tlsdel = new System.Windows.Forms.ToolStripMenuItem();
  43. this.tlsSelect = new System.Windows.Forms.ToolStripMenuItem();
  44. this.plExMainContainer.SuspendLayout();
  45. this.plFormMainContent.SuspendLayout();
  46. this.groupBoxEx7.SuspendLayout();
  47. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
  48. this.cmsMcMenu.SuspendLayout();
  49. this.SuspendLayout();
  50. //
  51. // plExMainContainer
  52. //
  53. this.plExMainContainer.Controls.Add(this.pagerEx1);
  54. this.plExMainContainer.Controls.Add(this.groupBoxEx7);
  55. //
  56. // groupBoxEx7
  57. //
  58. this.groupBoxEx7.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.groupBoxEx7.Controls.Add(this.sbtnAddCustomer);
  62. this.groupBoxEx7.Controls.Add(this.dataGridViewEx1);
  63. this.groupBoxEx7.Controls.Add(this.skinButtomQueryAll);
  64. this.groupBoxEx7.Controls.Add(this.skinButtomQuery);
  65. this.groupBoxEx7.Controls.Add(this.skinTextBoxQuery);
  66. this.groupBoxEx7.Controls.Add(this.labelEx11);
  67. this.groupBoxEx7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  68. this.groupBoxEx7.Location = new System.Drawing.Point(8, 15);
  69. this.groupBoxEx7.Name = "groupBoxEx7";
  70. this.groupBoxEx7.Size = new System.Drawing.Size(693, 395);
  71. this.groupBoxEx7.TabIndex = 3;
  72. this.groupBoxEx7.TabStop = false;
  73. this.groupBoxEx7.Text = "企业(影楼管理)";
  74. //
  75. // sbtnAddCustomer
  76. //
  77. this.sbtnAddCustomer.BackColor = System.Drawing.Color.Transparent;
  78. this.sbtnAddCustomer.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  79. this.sbtnAddCustomer.DownBack = null;
  80. this.sbtnAddCustomer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.sbtnAddCustomer.Location = new System.Drawing.Point(507, 18);
  82. this.sbtnAddCustomer.MouseBack = null;
  83. this.sbtnAddCustomer.Name = "sbtnAddCustomer";
  84. this.sbtnAddCustomer.NormlBack = null;
  85. this.sbtnAddCustomer.Size = new System.Drawing.Size(75, 28);
  86. this.sbtnAddCustomer.TabIndex = 3;
  87. this.sbtnAddCustomer.Text = "添加企业";
  88. this.sbtnAddCustomer.UseVisualStyleBackColor = false;
  89. this.sbtnAddCustomer.Click += new System.EventHandler(this.sbtnAddCustomer_Click);
  90. //
  91. // dataGridViewEx1
  92. //
  93. this.dataGridViewEx1.AllowUserToAddRows = false;
  94. this.dataGridViewEx1.AllowUserToDeleteRows = false;
  95. this.dataGridViewEx1.AllowUserToOrderColumns = true;
  96. this.dataGridViewEx1.AllowUserToResizeRows = false;
  97. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  98. this.dataGridViewEx1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  99. this.dataGridViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  100. | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.dataGridViewEx1.BackgroundColor = System.Drawing.Color.White;
  103. this.dataGridViewEx1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  104. this.dataGridViewEx1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  105. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  106. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(223)))), ((int)(((byte)(240)))));
  107. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.Navy;
  109. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  110. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  111. this.dataGridViewEx1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  112. this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  113. this.dataGridViewEx1.ContextMenuStrip = this.cmsMcMenu;
  114. this.dataGridViewEx1.EnableHeadersVisualStyles = false;
  115. this.dataGridViewEx1.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  116. this.dataGridViewEx1.GridViewUniquelyIdentify = "_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_" +
  117. "dataGridViewEx1_dataGridViewEx1_dataGridViewEx1_dataGridViewEx1";
  118. this.dataGridViewEx1.IsCompleteBonding = false;
  119. this.dataGridViewEx1.Location = new System.Drawing.Point(4, 53);
  120. this.dataGridViewEx1.Name = "dataGridViewEx1";
  121. this.dataGridViewEx1.RowHeadersVisible = false;
  122. this.dataGridViewEx1.RowTemplate.Height = 23;
  123. this.dataGridViewEx1.RowTemplate.ReadOnly = true;
  124. this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  125. this.dataGridViewEx1.Size = new System.Drawing.Size(683, 336);
  126. this.dataGridViewEx1.TabIndex = 2;
  127. //
  128. // skinButtomQueryAll
  129. //
  130. this.skinButtomQueryAll.BackColor = System.Drawing.Color.Transparent;
  131. this.skinButtomQueryAll.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  132. this.skinButtomQueryAll.DownBack = null;
  133. this.skinButtomQueryAll.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.skinButtomQueryAll.Location = new System.Drawing.Point(417, 18);
  135. this.skinButtomQueryAll.MouseBack = null;
  136. this.skinButtomQueryAll.Name = "skinButtomQueryAll";
  137. this.skinButtomQueryAll.NormlBack = null;
  138. this.skinButtomQueryAll.Size = new System.Drawing.Size(75, 28);
  139. this.skinButtomQueryAll.TabIndex = 0;
  140. this.skinButtomQueryAll.Text = "查询全部";
  141. this.skinButtomQueryAll.UseVisualStyleBackColor = false;
  142. this.skinButtomQueryAll.Click += new System.EventHandler(this.skinButtomQueryAll_Click);
  143. //
  144. // skinButtomQuery
  145. //
  146. this.skinButtomQuery.BackColor = System.Drawing.Color.Transparent;
  147. this.skinButtomQuery.ControlState = LYFZ.OtherExpansion.SkinClass.ControlState.Normal;
  148. this.skinButtomQuery.DownBack = null;
  149. this.skinButtomQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.skinButtomQuery.Location = new System.Drawing.Point(336, 18);
  151. this.skinButtomQuery.MouseBack = null;
  152. this.skinButtomQuery.Name = "skinButtomQuery";
  153. this.skinButtomQuery.NormlBack = null;
  154. this.skinButtomQuery.Size = new System.Drawing.Size(75, 28);
  155. this.skinButtomQuery.TabIndex = 0;
  156. this.skinButtomQuery.Text = "查 询";
  157. this.skinButtomQuery.UseVisualStyleBackColor = false;
  158. this.skinButtomQuery.Click += new System.EventHandler(this.skinButtomQuery_Click);
  159. //
  160. // skinTextBoxQuery
  161. //
  162. this.skinTextBoxQuery.BackColor = System.Drawing.Color.Transparent;
  163. this.skinTextBoxQuery.Icon = null;
  164. this.skinTextBoxQuery.IconIsButton = false;
  165. this.skinTextBoxQuery.IsPasswordChat = '\0';
  166. this.skinTextBoxQuery.IsSystemPasswordChar = false;
  167. this.skinTextBoxQuery.Lines = new string[0];
  168. this.skinTextBoxQuery.Location = new System.Drawing.Point(64, 19);
  169. this.skinTextBoxQuery.Margin = new System.Windows.Forms.Padding(0);
  170. this.skinTextBoxQuery.MaxLength = 32767;
  171. this.skinTextBoxQuery.MinimumSize = new System.Drawing.Size(0, 28);
  172. this.skinTextBoxQuery.MouseBack = null;
  173. this.skinTextBoxQuery.Multiline = false;
  174. this.skinTextBoxQuery.Name = "skinTextBoxQuery";
  175. this.skinTextBoxQuery.NormlBack = null;
  176. this.skinTextBoxQuery.Padding = new System.Windows.Forms.Padding(5);
  177. this.skinTextBoxQuery.ReadOnly = false;
  178. this.skinTextBoxQuery.ScrollBars = System.Windows.Forms.ScrollBars.None;
  179. this.skinTextBoxQuery.Size = new System.Drawing.Size(266, 28);
  180. this.skinTextBoxQuery.TabIndex = 1;
  181. this.skinTextBoxQuery.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  182. this.skinTextBoxQuery.WaterColor = System.Drawing.Color.DarkGray;
  183. this.skinTextBoxQuery.WaterText = "请输入查询关键字";
  184. this.skinTextBoxQuery.WordWrap = true;
  185. //
  186. // labelEx11
  187. //
  188. this.labelEx11.AutoSize = true;
  189. this.labelEx11.Location = new System.Drawing.Point(6, 24);
  190. this.labelEx11.Name = "labelEx11";
  191. this.labelEx11.Size = new System.Drawing.Size(56, 17);
  192. this.labelEx11.TabIndex = 0;
  193. this.labelEx11.Text = "关键字:";
  194. //
  195. // cmsMcMenu
  196. //
  197. this.cmsMcMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  198. this.tlsUpdate,
  199. this.tlsdel,
  200. this.tlsSelect});
  201. this.cmsMcMenu.Name = "cmsMcMenu";
  202. this.cmsMcMenu.Size = new System.Drawing.Size(217, 70);
  203. //
  204. // contextMenuStripEx1
  205. //
  206. this.contextMenuStripEx1.Name = "contextMenuStripEx1";
  207. this.contextMenuStripEx1.Size = new System.Drawing.Size(61, 4);
  208. //
  209. // pagerEx1
  210. //
  211. this.pagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  212. this.pagerEx1.Location = new System.Drawing.Point(0, 415);
  213. this.pagerEx1.Name = "pagerEx1";
  214. this.pagerEx1.NMax = 0;
  215. this.pagerEx1.PageCount = 0;
  216. this.pagerEx1.PageCurrent = 0;
  217. this.pagerEx1.PageSize = 20;
  218. this.pagerEx1.Size = new System.Drawing.Size(710, 30);
  219. this.pagerEx1.TabIndex = 4;
  220. //
  221. // tlsUpdate
  222. //
  223. this.tlsUpdate.Name = "tlsUpdate";
  224. this.tlsUpdate.Size = new System.Drawing.Size(216, 22);
  225. this.tlsUpdate.Text = "修改";
  226. this.tlsUpdate.Click += new System.EventHandler(this.tlsUpdate_Click);
  227. //
  228. // tlsdel
  229. //
  230. this.tlsdel.Name = "tlsdel";
  231. this.tlsdel.Size = new System.Drawing.Size(216, 22);
  232. this.tlsdel.Text = "删除";
  233. this.tlsdel.Click += new System.EventHandler(this.tlsdel_Click);
  234. //
  235. // tlsSelect
  236. //
  237. this.tlsSelect.Name = "tlsSelect";
  238. this.tlsSelect.Size = new System.Drawing.Size(216, 22);
  239. this.tlsSelect.Text = "以选择企业(影楼)添加客户";
  240. this.tlsSelect.Click += new System.EventHandler(this.tlsSelect_Click);
  241. //
  242. // frmManageCorporate
  243. //
  244. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  245. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  246. this.ClientSize = new System.Drawing.Size(710, 510);
  247. this.Name = "frmManageCorporate";
  248. this.Text = "企业(影楼)管理";
  249. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  250. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  251. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  252. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  253. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  254. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  255. this.plExMainContainer.ResumeLayout(false);
  256. this.plFormMainContent.ResumeLayout(false);
  257. this.groupBoxEx7.ResumeLayout(false);
  258. this.groupBoxEx7.PerformLayout();
  259. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
  260. this.cmsMcMenu.ResumeLayout(false);
  261. this.ResumeLayout(false);
  262. }
  263. #endregion
  264. private ComponentLibrary.GroupBoxEx groupBoxEx7;
  265. private ComponentLibrary.DataGridViewEx dataGridViewEx1;
  266. private OtherExpansion.SkinControl.SkinButtom skinButtomQueryAll;
  267. private OtherExpansion.SkinControl.SkinButtom skinButtomQuery;
  268. private OtherExpansion.SkinControl.SkinTextBox skinTextBoxQuery;
  269. private ComponentLibrary.LabelEx labelEx11;
  270. private OtherExpansion.SkinControl.SkinButtom sbtnAddCustomer;
  271. private Pager.PagerEx pagerEx1;
  272. private ComponentLibrary.ContextMenuStripEx cmsMcMenu;
  273. private ComponentLibrary.ContextMenuStripEx contextMenuStripEx1;
  274. private System.Windows.Forms.ToolStripMenuItem tlsUpdate;
  275. private System.Windows.Forms.ToolStripMenuItem tlsdel;
  276. private System.Windows.Forms.ToolStripMenuItem tlsSelect;
  277. }
  278. }