OrderDeletePhotosFormMain.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. namespace LYFZ.Software.UI.StudioDataSet
  2. {
  3. partial class OrderDeletePhotosFormMain
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderDeletePhotosFormMain));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  33. this.dgvData = new LYFZ.ComponentLibrary.DataGridViewEc();
  34. this.ucPagerEx1 = new LYFZ.UCPager.ucPagerEx();
  35. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.btnDelete = new LYFZ.ComponentLibrary.ButtonForm();
  37. this.cmbQueryText = new LYFZ.ComponentLibrary.TextBoxEx();
  38. this.btnQuery = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  40. this.plExMainContainer.SuspendLayout();
  41. this.plFormMainContent.SuspendLayout();
  42. this.panelEx1.SuspendLayout();
  43. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
  44. this.panelEx2.SuspendLayout();
  45. this.SuspendLayout();
  46. //
  47. // plExMainContainer
  48. //
  49. this.plExMainContainer.Controls.Add(this.panelEx1);
  50. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  51. //
  52. // btnAppFormExit
  53. //
  54. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  55. //
  56. // btnAppFormMinimize
  57. //
  58. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  59. //
  60. // panelEx1
  61. //
  62. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  63. this.panelEx1.BorderWidth = 1;
  64. this.panelEx1.Controls.Add(this.dgvData);
  65. this.panelEx1.Controls.Add(this.ucPagerEx1);
  66. this.panelEx1.Controls.Add(this.panelEx2);
  67. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  68. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  69. this.panelEx1.Name = "panelEx1";
  70. this.panelEx1.Size = new System.Drawing.Size(890, 525);
  71. this.panelEx1.TabIndex = 0;
  72. //
  73. // dgvData
  74. //
  75. this.dgvData.AllowUserToAddRows = false;
  76. this.dgvData.AllowUserToDeleteRows = false;
  77. this.dgvData.AllowUserToResizeRows = false;
  78. this.dgvData.BackgroundColor = System.Drawing.Color.White;
  79. this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  80. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  81. dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  82. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. dataGridViewCellStyle3.ForeColor = System.Drawing.Color.White;
  84. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  85. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  86. this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle3;
  87. this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  88. this.dgvData.dgvCurrentColumnOriginalSet = "";
  89. this.dgvData.dgvCurrentColumnWidth = "";
  90. this.dgvData.dgvCurrentHideColumn = null;
  91. this.dgvData.dgvFixedHideColumn = null;
  92. this.dgvData.dgvGuidName = null;
  93. this.dgvData.dgvUserEmployeeID = null;
  94. this.dgvData.Dock = System.Windows.Forms.DockStyle.Fill;
  95. this.dgvData.EnableHeadersVisualStyles = false;
  96. this.dgvData.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  97. this.dgvData.ImageHeight = 15;
  98. this.dgvData.ImageWidth = 15;
  99. this.dgvData.ImgCollapse = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgCollapse")));
  100. this.dgvData.ImgExpand = ((System.Drawing.Image)(resources.GetObject("dgvData.ImgExpand")));
  101. this.dgvData.IsAutomaticDrawSingleOrDoubleRow = true;
  102. this.dgvData.IsCopyCellValue = true;
  103. this.dgvData.IsShowSerialNumber = true;
  104. this.dgvData.IsSortMode = false;
  105. this.dgvData.Location = new System.Drawing.Point(0, 40);
  106. this.dgvData.Name = "dgvData";
  107. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  108. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  109. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  111. dataGridViewCellStyle4.Padding = new System.Windows.Forms.Padding(41);
  112. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  113. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  114. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  115. this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  116. this.dgvData.RowHeadersWidth = 25;
  117. this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  118. this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  119. this.dgvData.Size = new System.Drawing.Size(890, 455);
  120. this.dgvData.TabIndex = 1;
  121. this.dgvData.ViceCount = 1;
  122. //
  123. // ucPagerEx1
  124. //
  125. this.ucPagerEx1.CurrentPageCount = 0;
  126. this.ucPagerEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
  127. this.ucPagerEx1.Location = new System.Drawing.Point(0, 495);
  128. this.ucPagerEx1.Name = "ucPagerEx1";
  129. this.ucPagerEx1.NMax = 0;
  130. this.ucPagerEx1.PageCount = 0;
  131. this.ucPagerEx1.PageCurrent = 1;
  132. this.ucPagerEx1.PageSize = 20;
  133. this.ucPagerEx1.Size = new System.Drawing.Size(890, 30);
  134. this.ucPagerEx1.TabIndex = 2;
  135. this.ucPagerEx1.TbDataSource = null;
  136. //
  137. // panelEx2
  138. //
  139. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  140. this.panelEx2.BorderWidth = 1;
  141. this.panelEx2.Controls.Add(this.btnDelete);
  142. this.panelEx2.Controls.Add(this.cmbQueryText);
  143. this.panelEx2.Controls.Add(this.btnQuery);
  144. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  145. this.panelEx2.Location = new System.Drawing.Point(0, 0);
  146. this.panelEx2.Name = "panelEx2";
  147. this.panelEx2.Size = new System.Drawing.Size(890, 40);
  148. this.panelEx2.TabIndex = 0;
  149. //
  150. // btnDelete
  151. //
  152. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  153. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  154. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  155. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  156. this.btnDelete.ForeColor = System.Drawing.Color.White;
  157. this.btnDelete.IsCustomBackImg = false;
  158. this.btnDelete.IsShowText = true;
  159. this.btnDelete.Location = new System.Drawing.Point(356, 6);
  160. this.btnDelete.Name = "btnDelete";
  161. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  162. this.btnDelete.TabIndex = 3;
  163. this.btnDelete.Text = " 删 除";
  164. this.btnDelete.UseVisualStyleBackColor = false;
  165. //
  166. // cmbQueryText
  167. //
  168. this.cmbQueryText.BackColor = System.Drawing.Color.Transparent;
  169. this.cmbQueryText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  170. this.cmbQueryText.Icon = null;
  171. this.cmbQueryText.IconIsButton = false;
  172. this.cmbQueryText.IsPasswordChat = '\0';
  173. this.cmbQueryText.IsSystemPasswordChar = false;
  174. this.cmbQueryText.Lines = new string[0];
  175. this.cmbQueryText.Location = new System.Drawing.Point(10, 8);
  176. this.cmbQueryText.Margin = new System.Windows.Forms.Padding(0);
  177. this.cmbQueryText.MaxLength = 32767;
  178. this.cmbQueryText.MinimumSize = new System.Drawing.Size(0, 24);
  179. this.cmbQueryText.MouseBack = null;
  180. this.cmbQueryText.Multiline = false;
  181. this.cmbQueryText.Name = "cmbQueryText";
  182. this.cmbQueryText.NormlBack = null;
  183. this.cmbQueryText.Padding = new System.Windows.Forms.Padding(5);
  184. this.cmbQueryText.ReadOnly = false;
  185. this.cmbQueryText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  186. this.cmbQueryText.Size = new System.Drawing.Size(242, 25);
  187. this.cmbQueryText.TabIndex = 2;
  188. this.cmbQueryText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  189. this.toolTip1.SetToolTip(this.cmbQueryText, "输入订单号 按回车进行查询");
  190. this.cmbQueryText.WaterColor = System.Drawing.Color.DarkGray;
  191. this.cmbQueryText.WaterText = "输入订单号 按回车进行查询";
  192. this.cmbQueryText.WordWrap = true;
  193. //
  194. // btnQuery
  195. //
  196. this.btnQuery.BackColor = System.Drawing.Color.Transparent;
  197. this.btnQuery.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnQuery.BackImg")));
  198. this.btnQuery.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  199. this.btnQuery.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  200. this.btnQuery.ForeColor = System.Drawing.Color.White;
  201. this.btnQuery.IsCustomBackImg = false;
  202. this.btnQuery.IsShowText = true;
  203. this.btnQuery.Location = new System.Drawing.Point(261, 6);
  204. this.btnQuery.Name = "btnQuery";
  205. this.btnQuery.Size = new System.Drawing.Size(85, 28);
  206. this.btnQuery.TabIndex = 0;
  207. this.btnQuery.Text = " 查 询";
  208. this.btnQuery.UseVisualStyleBackColor = false;
  209. //
  210. // OrderDeletePhotosFormMain
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  215. this.ClientSize = new System.Drawing.Size(910, 610);
  216. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  217. this.IsUserControlsSize = false;
  218. this.Name = "OrderDeletePhotosFormMain";
  219. this.Text = "删除订单相片";
  220. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  221. this.plExMainContainer.ResumeLayout(false);
  222. this.plFormMainContent.ResumeLayout(false);
  223. this.panelEx1.ResumeLayout(false);
  224. ((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
  225. this.panelEx2.ResumeLayout(false);
  226. this.ResumeLayout(false);
  227. }
  228. #endregion
  229. private ComponentLibrary.PanelEx panelEx1;
  230. private ComponentLibrary.PanelEx panelEx2;
  231. protected internal ComponentLibrary.DataGridViewEc dgvData;
  232. protected internal ComponentLibrary.ButtonEx btnQuery;
  233. protected internal ComponentLibrary.TextBoxEx cmbQueryText;
  234. protected internal ComponentLibrary.ButtonForm btnDelete;
  235. private System.Windows.Forms.ToolTip toolTip1;
  236. protected internal UCPager.ucPagerEx ucPagerEx1;
  237. }
  238. }