SelectWorkPersonSuperSmallForm.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class SelectWorkPersonSuperSmallForm
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectWorkPersonSuperSmallForm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  33. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  34. this.cmbtreevStoreName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  35. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.cmbtreevDepartment = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  37. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  38. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  39. this.btnCancel = new LYFZ.ComponentLibrary.ButtonEx();
  40. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.plExMainContainer.SuspendLayout();
  42. this.plFormMainContent.SuspendLayout();
  43. this.panelEx1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  45. this.panelEx3.SuspendLayout();
  46. this.panelEx2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // plExMainContainer
  50. //
  51. this.plExMainContainer.Controls.Add(this.panelEx1);
  52. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  53. this.plExMainContainer.Size = new System.Drawing.Size(556, 545);
  54. //
  55. // plFormMainContent
  56. //
  57. this.plFormMainContent.Size = new System.Drawing.Size(556, 545);
  58. //
  59. // btnAppFormMaximize
  60. //
  61. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  62. this.btnAppFormMaximize.Location = new System.Drawing.Point(351, 0);
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. this.btnAppFormExit.Location = new System.Drawing.Point(524, 0);
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. this.btnAppFormMinimize.Location = new System.Drawing.Point(351, 0);
  73. //
  74. // panelEx1
  75. //
  76. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  77. this.panelEx1.BorderWidth = 1;
  78. this.panelEx1.Controls.Add(this.dgvData);
  79. this.panelEx1.Controls.Add(this.panelEx3);
  80. this.panelEx1.Controls.Add(this.panelEx2);
  81. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  82. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  83. this.panelEx1.Name = "panelEx1";
  84. this.panelEx1.Size = new System.Drawing.Size(536, 525);
  85. this.panelEx1.TabIndex = 0;
  86. //
  87. // dgvData
  88. //
  89. this.dgvData.AllowUserToAddRows = false;
  90. this.dgvData.AllowUserToDeleteRows = false;
  91. this.dgvData.AllowUserToResizeRows = false;
  92. this.dgvData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  93. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  94. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  95. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  96. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  97. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  98. dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
  99. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  100. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  101. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  102. this.dgvData.ColumnHeadersHeight = 24;
  103. this.dgvData.dgvColumnHeadersHeight = 24;
  104. this.dgvData.dgvCurrentColumnOriginalSet = "";
  105. this.dgvData.dgvCurrentColumnWidth = "";
  106. this.dgvData.dgvCurrentHideColumn = null;
  107. this.dgvData.dgvFixedHideColumn = null;
  108. this.dgvData.dgvGuidName = null;
  109. this.dgvData.dgvUserEmployeeID = null;
  110. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  111. this.dgvData.EnableHeadersVisualStyles = false;
  112. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  113. this.dgvData.ImageHeight = 15;
  114. this.dgvData.ImageWidth = 15;
  115. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  116. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  117. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = false;
  118. this.dgvData.IsCompleteBonding = false;
  119. this.dgvData.IsCopyCellValue = true;
  120. this.dgvData.IsShowSerialNumber = false;
  121. this.dgvData.IsSortedRedraw = true;
  122. this.dgvData.IsSortMode = false;
  123. this.dgvData.Location = new System.Drawing.Point(0, 34);
  124. this.dgvData.Name = "dgvData";
  125. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  126. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
  127. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  129. dataGridViewCellStyle2.Padding = new System.Windows.Forms.Padding(41);
  130. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  131. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  132. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  133. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  134. this.dgvData.RowHeadersWidth = 25;
  135. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  136. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  137. this.dgvData.Size = new System.Drawing.Size(536, 451);
  138. this.dgvData.TabIndex = 0;
  139. this.dgvData.ViceCount = 1;
  140. //
  141. // panelEx3
  142. //
  143. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  144. this.panelEx3.BorderWidth = 1;
  145. this.panelEx3.Controls.Add(this.cmbtreevStoreName);
  146. this.panelEx3.Controls.Add(this.labelEx2);
  147. this.panelEx3.Controls.Add(this.cmbtreevDepartment);
  148. this.panelEx3.Controls.Add(this.labelEx1);
  149. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  150. this.panelEx3.Location = new System.Drawing.Point(0, 0);
  151. this.panelEx3.Name = "panelEx3";
  152. this.panelEx3.Size = new System.Drawing.Size(536, 34);
  153. this.panelEx3.TabIndex = 2;
  154. //
  155. // cmbtreevStoreName
  156. //
  157. this.cmbtreevStoreName.AfterSelectLevelFirstNode = true;
  158. this.cmbtreevStoreName.DropDownHeight = 220;
  159. this.cmbtreevStoreName.DropDownShow = false;
  160. this.cmbtreevStoreName.FormattingEnabled = true;
  161. this.cmbtreevStoreName.IntegralHeight = false;
  162. this.cmbtreevStoreName.IsNodeMouseClick = true;
  163. this.cmbtreevStoreName.IsSelectParentNode = false;
  164. this.cmbtreevStoreName.Location = new System.Drawing.Point(317, 8);
  165. this.cmbtreevStoreName.Name = "cmbtreevStoreName";
  166. this.cmbtreevStoreName.ReadOnly = true;
  167. this.cmbtreevStoreName.SelectedNode = null;
  168. this.cmbtreevStoreName.Size = new System.Drawing.Size(170, 20);
  169. this.cmbtreevStoreName.StrGetName = "";
  170. this.cmbtreevStoreName.StrGetTagName = "";
  171. this.cmbtreevStoreName.StrKey = null;
  172. this.cmbtreevStoreName.TabIndex = 3;
  173. //
  174. // labelEx2
  175. //
  176. this.labelEx2.AutoSize = true;
  177. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  178. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  179. this.labelEx2.Location = new System.Drawing.Point(270, 10);
  180. this.labelEx2.Name = "labelEx2";
  181. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  182. this.labelEx2.TabIndex = 2;
  183. this.labelEx2.Text = "分店:";
  184. //
  185. // cmbtreevDepartment
  186. //
  187. this.cmbtreevDepartment.AfterSelectLevelFirstNode = true;
  188. this.cmbtreevDepartment.DropDownHeight = 220;
  189. this.cmbtreevDepartment.DropDownShow = false;
  190. this.cmbtreevDepartment.FormattingEnabled = true;
  191. this.cmbtreevDepartment.IntegralHeight = false;
  192. this.cmbtreevDepartment.IsNodeMouseClick = true;
  193. this.cmbtreevDepartment.IsSelectParentNode = false;
  194. this.cmbtreevDepartment.Location = new System.Drawing.Point(59, 8);
  195. this.cmbtreevDepartment.Name = "cmbtreevDepartment";
  196. this.cmbtreevDepartment.ReadOnly = true;
  197. this.cmbtreevDepartment.SelectedNode = null;
  198. this.cmbtreevDepartment.Size = new System.Drawing.Size(160, 20);
  199. this.cmbtreevDepartment.StrGetName = "";
  200. this.cmbtreevDepartment.StrGetTagName = "";
  201. this.cmbtreevDepartment.StrKey = null;
  202. this.cmbtreevDepartment.TabIndex = 1;
  203. //
  204. // labelEx1
  205. //
  206. this.labelEx1.AutoSize = true;
  207. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  208. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  209. this.labelEx1.Location = new System.Drawing.Point(12, 10);
  210. this.labelEx1.Name = "labelEx1";
  211. this.labelEx1.Size = new System.Drawing.Size(44, 17);
  212. this.labelEx1.TabIndex = 0;
  213. this.labelEx1.Text = "部门:";
  214. //
  215. // panelEx2
  216. //
  217. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  218. this.panelEx2.BorderWidth = 1;
  219. this.panelEx2.Controls.Add(this.btnCancel);
  220. this.panelEx2.Controls.Add(this.btnSaveed);
  221. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  222. this.panelEx2.Location = new System.Drawing.Point(0, 485);
  223. this.panelEx2.Name = "panelEx2";
  224. this.panelEx2.Size = new System.Drawing.Size(536, 40);
  225. this.panelEx2.TabIndex = 1;
  226. //
  227. // btnCancel
  228. //
  229. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  230. this.btnCancel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnCancel.BackImg")));
  231. this.btnCancel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  232. this.btnCancel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  233. this.btnCancel.ForeColor = System.Drawing.Color.White;
  234. this.btnCancel.IsCustomBackImg = false;
  235. this.btnCancel.IsShowText = true;
  236. this.btnCancel.Location = new System.Drawing.Point(318, 6);
  237. this.btnCancel.Name = "btnCancel";
  238. this.btnCancel.Size = new System.Drawing.Size(85, 28);
  239. this.btnCancel.TabIndex = 3;
  240. this.btnCancel.Text = " 取 消";
  241. this.btnCancel.UseVisualStyleBackColor = false;
  242. //
  243. // btnSaveed
  244. //
  245. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  246. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  247. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  248. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  249. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  250. this.btnSaveed.IsCustomBackImg = false;
  251. this.btnSaveed.IsShowText = true;
  252. this.btnSaveed.Location = new System.Drawing.Point(152, 6);
  253. this.btnSaveed.Name = "btnSaveed";
  254. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  255. this.btnSaveed.TabIndex = 2;
  256. this.btnSaveed.Text = " 确 定";
  257. this.btnSaveed.UseVisualStyleBackColor = false;
  258. //
  259. // SelectWorkPersonSuperSmallForm
  260. //
  261. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  262. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  263. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  264. this.ClientSize = new System.Drawing.Size(556, 610);
  265. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  266. this.IsUserControlsSize = false;
  267. this.MaximizeBox = false;
  268. this.MinimizeBox = false;
  269. this.Name = "SelectWorkPersonSuperSmallForm";
  270. this.Text = "选择人员";
  271. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  272. this.plExMainContainer.ResumeLayout(false);
  273. this.plFormMainContent.ResumeLayout(false);
  274. this.panelEx1.ResumeLayout(false);
  275. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  276. this.panelEx3.ResumeLayout(false);
  277. this.panelEx3.PerformLayout();
  278. this.panelEx2.ResumeLayout(false);
  279. this.ResumeLayout(false);
  280. }
  281. #endregion
  282. private ComponentLibrary.PanelEx panelEx1;
  283. private ComponentLibrary.PanelEx panelEx2;
  284. protected internal ComponentLibrary.ButtonEx btnCancel;
  285. protected internal ComponentLibrary.ButtonEx btnSaveed;
  286. protected internal ComponentLibrary.DataGridViewEc dgvData;
  287. private ComponentLibrary.PanelEx panelEx3;
  288. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevDepartment;
  289. private ComponentLibrary.LabelEx labelEx1;
  290. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevStoreName;
  291. protected internal ComponentLibrary.LabelEx labelEx2;
  292. }
  293. }