AlertSettingSuperSmallForm.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. namespace LYFZ.Software.UI.CameraControlBook.SuperSmallForm
  2. {
  3. partial class AlertSettingSuperSmallForm
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlertSettingSuperSmallForm));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.btnColseed = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnSaveed = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.panel_NoShot = new System.Windows.Forms.Panel();
  35. this.chkSelectionFilm_EarlyRepair = new LYFZ.ComponentLibrary.CheckBoxEx();
  36. this.chkSelectionFilm_OriginalFilm = new LYFZ.ComponentLibrary.CheckBoxEx();
  37. this.chk_SelectionFilm = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.txtSelectionFilm = new LYFZ.ComponentLibrary.TextBoxEx();
  39. this.label1 = new System.Windows.Forms.Label();
  40. this.panel_NoShotIn = new System.Windows.Forms.Panel();
  41. this.chk_LookDesign = new LYFZ.ComponentLibrary.CheckBoxEx();
  42. this.txtLookDesign = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.label11 = new System.Windows.Forms.Label();
  44. this.panel_NoRepair = new System.Windows.Forms.Panel();
  45. this.chk_Pickup = new LYFZ.ComponentLibrary.CheckBoxEx();
  46. this.txtPickup = new LYFZ.ComponentLibrary.TextBoxEx();
  47. this.label2 = new System.Windows.Forms.Label();
  48. this.plExMainContainer.SuspendLayout();
  49. this.plFormMainContent.SuspendLayout();
  50. this.panelEx1.SuspendLayout();
  51. this.panelEx2.SuspendLayout();
  52. this.flowLayoutPanel2.SuspendLayout();
  53. this.panel_NoShot.SuspendLayout();
  54. this.panel_NoShotIn.SuspendLayout();
  55. this.panel_NoRepair.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // plExMainContainer
  59. //
  60. this.plExMainContainer.Controls.Add(this.panelEx1);
  61. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(5, 10, 5, 10);
  62. this.plExMainContainer.Size = new System.Drawing.Size(560, 264);
  63. //
  64. // plFormMainContent
  65. //
  66. this.plFormMainContent.Size = new System.Drawing.Size(560, 264);
  67. //
  68. // btnAppFormMaximize
  69. //
  70. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  71. this.btnAppFormMaximize.Location = new System.Drawing.Point(354, 0);
  72. //
  73. // btnAppFormExit
  74. //
  75. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  76. this.btnAppFormExit.Location = new System.Drawing.Point(528, 0);
  77. //
  78. // btnAppFormMinimize
  79. //
  80. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  81. this.btnAppFormMinimize.Location = new System.Drawing.Point(354, 0);
  82. //
  83. // panelEx1
  84. //
  85. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  86. this.panelEx1.BorderWidth = 1;
  87. this.panelEx1.Controls.Add(this.panelEx2);
  88. this.panelEx1.Controls.Add(this.flowLayoutPanel2);
  89. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  90. this.panelEx1.Location = new System.Drawing.Point(5, 10);
  91. this.panelEx1.Name = "panelEx1";
  92. this.panelEx1.Padding = new System.Windows.Forms.Padding(2);
  93. this.panelEx1.Size = new System.Drawing.Size(550, 244);
  94. this.panelEx1.TabIndex = 0;
  95. //
  96. // panelEx2
  97. //
  98. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  99. this.panelEx2.BorderWidth = 1;
  100. this.panelEx2.Controls.Add(this.btnColseed);
  101. this.panelEx2.Controls.Add(this.btnSaveed);
  102. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Bottom;
  103. this.panelEx2.Location = new System.Drawing.Point(2, 197);
  104. this.panelEx2.Name = "panelEx2";
  105. this.panelEx2.Size = new System.Drawing.Size(546, 45);
  106. this.panelEx2.TabIndex = 26;
  107. //
  108. // btnColseed
  109. //
  110. this.btnColseed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  111. this.btnColseed.BackColor = System.Drawing.Color.Transparent;
  112. this.btnColseed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnColseed.BackImg")));
  113. this.btnColseed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  114. this.btnColseed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  115. this.btnColseed.ForeColor = System.Drawing.Color.White;
  116. this.btnColseed.IsCustomBackImg = false;
  117. this.btnColseed.IsShowText = true;
  118. this.btnColseed.Location = new System.Drawing.Point(307, 9);
  119. this.btnColseed.Name = "btnColseed";
  120. this.btnColseed.Size = new System.Drawing.Size(85, 28);
  121. this.btnColseed.TabIndex = 29;
  122. this.btnColseed.Text = " 关 闭";
  123. this.btnColseed.UseVisualStyleBackColor = false;
  124. //
  125. // btnSaveed
  126. //
  127. this.btnSaveed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  128. this.btnSaveed.BackColor = System.Drawing.Color.Transparent;
  129. this.btnSaveed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSaveed.BackImg")));
  130. this.btnSaveed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  131. this.btnSaveed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  132. this.btnSaveed.ForeColor = System.Drawing.Color.White;
  133. this.btnSaveed.IsCustomBackImg = false;
  134. this.btnSaveed.IsShowText = true;
  135. this.btnSaveed.Location = new System.Drawing.Point(154, 9);
  136. this.btnSaveed.Name = "btnSaveed";
  137. this.btnSaveed.Size = new System.Drawing.Size(85, 28);
  138. this.btnSaveed.TabIndex = 28;
  139. this.btnSaveed.Text = " 保 存";
  140. this.btnSaveed.UseVisualStyleBackColor = false;
  141. //
  142. // flowLayoutPanel2
  143. //
  144. this.flowLayoutPanel2.Controls.Add(this.panel_NoShot);
  145. this.flowLayoutPanel2.Controls.Add(this.panel_NoShotIn);
  146. this.flowLayoutPanel2.Controls.Add(this.panel_NoRepair);
  147. this.flowLayoutPanel2.Location = new System.Drawing.Point(38, 58);
  148. this.flowLayoutPanel2.Margin = new System.Windows.Forms.Padding(1);
  149. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  150. this.flowLayoutPanel2.Size = new System.Drawing.Size(469, 108);
  151. this.flowLayoutPanel2.TabIndex = 25;
  152. //
  153. // panel_NoShot
  154. //
  155. this.panel_NoShot.Controls.Add(this.chkSelectionFilm_EarlyRepair);
  156. this.panel_NoShot.Controls.Add(this.chkSelectionFilm_OriginalFilm);
  157. this.panel_NoShot.Controls.Add(this.chk_SelectionFilm);
  158. this.panel_NoShot.Controls.Add(this.txtSelectionFilm);
  159. this.panel_NoShot.Controls.Add(this.label1);
  160. this.panel_NoShot.Location = new System.Drawing.Point(3, 3);
  161. this.panel_NoShot.Name = "panel_NoShot";
  162. this.panel_NoShot.Size = new System.Drawing.Size(460, 27);
  163. this.panel_NoShot.TabIndex = 0;
  164. //
  165. // chkSelectionFilm_EarlyRepair
  166. //
  167. this.chkSelectionFilm_EarlyRepair.AutoSize = true;
  168. this.chkSelectionFilm_EarlyRepair.BackColor = System.Drawing.Color.Transparent;
  169. this.chkSelectionFilm_EarlyRepair.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  170. this.chkSelectionFilm_EarlyRepair.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  171. this.chkSelectionFilm_EarlyRepair.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  172. this.chkSelectionFilm_EarlyRepair.Fourstates = false;
  173. this.chkSelectionFilm_EarlyRepair.IsGreenTick = false;
  174. this.chkSelectionFilm_EarlyRepair.Location = new System.Drawing.Point(381, 3);
  175. this.chkSelectionFilm_EarlyRepair.Name = "chkSelectionFilm_EarlyRepair";
  176. this.chkSelectionFilm_EarlyRepair.Size = new System.Drawing.Size(75, 21);
  177. this.chkSelectionFilm_EarlyRepair.TabIndex = 30;
  178. this.chkSelectionFilm_EarlyRepair.Text = "按初修片";
  179. this.chkSelectionFilm_EarlyRepair.UseVisualStyleBackColor = false;
  180. //
  181. // chkSelectionFilm_OriginalFilm
  182. //
  183. this.chkSelectionFilm_OriginalFilm.AutoSize = true;
  184. this.chkSelectionFilm_OriginalFilm.BackColor = System.Drawing.Color.Transparent;
  185. this.chkSelectionFilm_OriginalFilm.Checked = true;
  186. this.chkSelectionFilm_OriginalFilm.CheckState = System.Windows.Forms.CheckState.Checked;
  187. this.chkSelectionFilm_OriginalFilm.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  188. this.chkSelectionFilm_OriginalFilm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  189. this.chkSelectionFilm_OriginalFilm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  190. this.chkSelectionFilm_OriginalFilm.Fourstates = false;
  191. this.chkSelectionFilm_OriginalFilm.IsGreenTick = false;
  192. this.chkSelectionFilm_OriginalFilm.Location = new System.Drawing.Point(315, 3);
  193. this.chkSelectionFilm_OriginalFilm.Name = "chkSelectionFilm_OriginalFilm";
  194. this.chkSelectionFilm_OriginalFilm.Size = new System.Drawing.Size(63, 21);
  195. this.chkSelectionFilm_OriginalFilm.TabIndex = 29;
  196. this.chkSelectionFilm_OriginalFilm.Text = "按原片";
  197. this.chkSelectionFilm_OriginalFilm.UseVisualStyleBackColor = false;
  198. //
  199. // chk_SelectionFilm
  200. //
  201. this.chk_SelectionFilm.AutoSize = true;
  202. this.chk_SelectionFilm.BackColor = System.Drawing.Color.Transparent;
  203. this.chk_SelectionFilm.Checked = true;
  204. this.chk_SelectionFilm.CheckState = System.Windows.Forms.CheckState.Checked;
  205. this.chk_SelectionFilm.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  206. this.chk_SelectionFilm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  207. this.chk_SelectionFilm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  208. this.chk_SelectionFilm.Fourstates = false;
  209. this.chk_SelectionFilm.IsGreenTick = false;
  210. this.chk_SelectionFilm.Location = new System.Drawing.Point(6, 6);
  211. this.chk_SelectionFilm.Name = "chk_SelectionFilm";
  212. this.chk_SelectionFilm.Size = new System.Drawing.Size(15, 14);
  213. this.chk_SelectionFilm.TabIndex = 28;
  214. this.chk_SelectionFilm.UseVisualStyleBackColor = false;
  215. this.chk_SelectionFilm.Visible = false;
  216. //
  217. // txtSelectionFilm
  218. //
  219. this.txtSelectionFilm.BackColor = System.Drawing.Color.Transparent;
  220. this.txtSelectionFilm.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  221. this.txtSelectionFilm.Icon = null;
  222. this.txtSelectionFilm.IconIsButton = false;
  223. this.txtSelectionFilm.IsPasswordChat = '\0';
  224. this.txtSelectionFilm.IsSystemPasswordChar = false;
  225. this.txtSelectionFilm.Lines = new string[0];
  226. this.txtSelectionFilm.Location = new System.Drawing.Point(97, 1);
  227. this.txtSelectionFilm.Margin = new System.Windows.Forms.Padding(0);
  228. this.txtSelectionFilm.MaxLength = 32767;
  229. this.txtSelectionFilm.MinimumSize = new System.Drawing.Size(0, 24);
  230. this.txtSelectionFilm.MouseBack = null;
  231. this.txtSelectionFilm.Multiline = false;
  232. this.txtSelectionFilm.Name = "txtSelectionFilm";
  233. this.txtSelectionFilm.NormlBack = null;
  234. this.txtSelectionFilm.Padding = new System.Windows.Forms.Padding(5);
  235. this.txtSelectionFilm.ReadOnly = false;
  236. this.txtSelectionFilm.ScrollBars = System.Windows.Forms.ScrollBars.None;
  237. this.txtSelectionFilm.Size = new System.Drawing.Size(70, 25);
  238. this.txtSelectionFilm.TabIndex = 1;
  239. this.txtSelectionFilm.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  240. this.txtSelectionFilm.WaterColor = System.Drawing.Color.DarkGray;
  241. this.txtSelectionFilm.WaterText = "";
  242. this.txtSelectionFilm.WordWrap = true;
  243. //
  244. // label1
  245. //
  246. this.label1.AutoSize = true;
  247. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  248. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  249. this.label1.Location = new System.Drawing.Point(28, 5);
  250. this.label1.Name = "label1";
  251. this.label1.Size = new System.Drawing.Size(280, 17);
  252. this.label1.TabIndex = 0;
  253. this.label1.Text = "选片预约前 天未导片预警 则预警";
  254. //
  255. // panel_NoShotIn
  256. //
  257. this.panel_NoShotIn.Controls.Add(this.chk_LookDesign);
  258. this.panel_NoShotIn.Controls.Add(this.txtLookDesign);
  259. this.panel_NoShotIn.Controls.Add(this.label11);
  260. this.panel_NoShotIn.Location = new System.Drawing.Point(3, 36);
  261. this.panel_NoShotIn.Name = "panel_NoShotIn";
  262. this.panel_NoShotIn.Size = new System.Drawing.Size(460, 27);
  263. this.panel_NoShotIn.TabIndex = 10;
  264. //
  265. // chk_LookDesign
  266. //
  267. this.chk_LookDesign.AutoSize = true;
  268. this.chk_LookDesign.BackColor = System.Drawing.Color.Transparent;
  269. this.chk_LookDesign.Checked = true;
  270. this.chk_LookDesign.CheckState = System.Windows.Forms.CheckState.Checked;
  271. this.chk_LookDesign.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  272. this.chk_LookDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  273. this.chk_LookDesign.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  274. this.chk_LookDesign.Fourstates = false;
  275. this.chk_LookDesign.IsGreenTick = false;
  276. this.chk_LookDesign.Location = new System.Drawing.Point(6, 6);
  277. this.chk_LookDesign.Name = "chk_LookDesign";
  278. this.chk_LookDesign.Size = new System.Drawing.Size(15, 14);
  279. this.chk_LookDesign.TabIndex = 28;
  280. this.chk_LookDesign.UseVisualStyleBackColor = false;
  281. this.chk_LookDesign.Visible = false;
  282. //
  283. // txtLookDesign
  284. //
  285. this.txtLookDesign.BackColor = System.Drawing.Color.Transparent;
  286. this.txtLookDesign.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  287. this.txtLookDesign.Icon = null;
  288. this.txtLookDesign.IconIsButton = false;
  289. this.txtLookDesign.IsPasswordChat = '\0';
  290. this.txtLookDesign.IsSystemPasswordChar = false;
  291. this.txtLookDesign.Lines = new string[0];
  292. this.txtLookDesign.Location = new System.Drawing.Point(97, 1);
  293. this.txtLookDesign.Margin = new System.Windows.Forms.Padding(0);
  294. this.txtLookDesign.MaxLength = 32767;
  295. this.txtLookDesign.MinimumSize = new System.Drawing.Size(0, 24);
  296. this.txtLookDesign.MouseBack = null;
  297. this.txtLookDesign.Multiline = false;
  298. this.txtLookDesign.Name = "txtLookDesign";
  299. this.txtLookDesign.NormlBack = null;
  300. this.txtLookDesign.Padding = new System.Windows.Forms.Padding(5);
  301. this.txtLookDesign.ReadOnly = false;
  302. this.txtLookDesign.ScrollBars = System.Windows.Forms.ScrollBars.None;
  303. this.txtLookDesign.Size = new System.Drawing.Size(70, 25);
  304. this.txtLookDesign.TabIndex = 1;
  305. this.txtLookDesign.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  306. this.txtLookDesign.WaterColor = System.Drawing.Color.DarkGray;
  307. this.txtLookDesign.WaterText = "";
  308. this.txtLookDesign.WordWrap = true;
  309. //
  310. // label11
  311. //
  312. this.label11.AutoSize = true;
  313. this.label11.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  314. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  315. this.label11.Location = new System.Drawing.Point(28, 5);
  316. this.label11.Name = "label11";
  317. this.label11.Size = new System.Drawing.Size(280, 17);
  318. this.label11.TabIndex = 0;
  319. this.label11.Text = "看样预约前 天未导片预警 则预警";
  320. //
  321. // panel_NoRepair
  322. //
  323. this.panel_NoRepair.Controls.Add(this.chk_Pickup);
  324. this.panel_NoRepair.Controls.Add(this.txtPickup);
  325. this.panel_NoRepair.Controls.Add(this.label2);
  326. this.panel_NoRepair.Location = new System.Drawing.Point(3, 69);
  327. this.panel_NoRepair.Name = "panel_NoRepair";
  328. this.panel_NoRepair.Size = new System.Drawing.Size(460, 27);
  329. this.panel_NoRepair.TabIndex = 2;
  330. //
  331. // chk_Pickup
  332. //
  333. this.chk_Pickup.AutoSize = true;
  334. this.chk_Pickup.BackColor = System.Drawing.Color.Transparent;
  335. this.chk_Pickup.Checked = true;
  336. this.chk_Pickup.CheckState = System.Windows.Forms.CheckState.Checked;
  337. this.chk_Pickup.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  338. this.chk_Pickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  339. this.chk_Pickup.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  340. this.chk_Pickup.Fourstates = false;
  341. this.chk_Pickup.IsGreenTick = false;
  342. this.chk_Pickup.Location = new System.Drawing.Point(6, 6);
  343. this.chk_Pickup.Name = "chk_Pickup";
  344. this.chk_Pickup.Size = new System.Drawing.Size(15, 14);
  345. this.chk_Pickup.TabIndex = 28;
  346. this.chk_Pickup.UseVisualStyleBackColor = false;
  347. this.chk_Pickup.Visible = false;
  348. //
  349. // txtPickup
  350. //
  351. this.txtPickup.BackColor = System.Drawing.Color.Transparent;
  352. this.txtPickup.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  353. this.txtPickup.Icon = null;
  354. this.txtPickup.IconIsButton = false;
  355. this.txtPickup.IsPasswordChat = '\0';
  356. this.txtPickup.IsSystemPasswordChar = false;
  357. this.txtPickup.Lines = new string[0];
  358. this.txtPickup.Location = new System.Drawing.Point(97, 1);
  359. this.txtPickup.Margin = new System.Windows.Forms.Padding(0);
  360. this.txtPickup.MaxLength = 32767;
  361. this.txtPickup.MinimumSize = new System.Drawing.Size(0, 24);
  362. this.txtPickup.MouseBack = null;
  363. this.txtPickup.Multiline = false;
  364. this.txtPickup.Name = "txtPickup";
  365. this.txtPickup.NormlBack = null;
  366. this.txtPickup.Padding = new System.Windows.Forms.Padding(5);
  367. this.txtPickup.ReadOnly = false;
  368. this.txtPickup.ScrollBars = System.Windows.Forms.ScrollBars.None;
  369. this.txtPickup.Size = new System.Drawing.Size(70, 25);
  370. this.txtPickup.TabIndex = 1;
  371. this.txtPickup.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  372. this.txtPickup.WaterColor = System.Drawing.Color.DarkGray;
  373. this.txtPickup.WaterText = "";
  374. this.txtPickup.WordWrap = true;
  375. //
  376. // label2
  377. //
  378. this.label2.AutoSize = true;
  379. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  380. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  381. this.label2.Location = new System.Drawing.Point(28, 5);
  382. this.label2.Name = "label2";
  383. this.label2.Size = new System.Drawing.Size(280, 17);
  384. this.label2.TabIndex = 0;
  385. this.label2.Text = "取件预约前 天未回片预警 则预警";
  386. //
  387. // AlertSettingSuperSmallForm
  388. //
  389. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  390. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  391. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  392. this.ClientSize = new System.Drawing.Size(560, 329);
  393. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  394. this.IsUserControlsSize = false;
  395. this.MaximizeBox = false;
  396. this.MinimizeBox = false;
  397. this.Name = "AlertSettingSuperSmallForm";
  398. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  399. this.Text = "预警设置";
  400. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  401. this.plExMainContainer.ResumeLayout(false);
  402. this.plFormMainContent.ResumeLayout(false);
  403. this.panelEx1.ResumeLayout(false);
  404. this.panelEx2.ResumeLayout(false);
  405. this.flowLayoutPanel2.ResumeLayout(false);
  406. this.panel_NoShot.ResumeLayout(false);
  407. this.panel_NoShot.PerformLayout();
  408. this.panel_NoShotIn.ResumeLayout(false);
  409. this.panel_NoShotIn.PerformLayout();
  410. this.panel_NoRepair.ResumeLayout(false);
  411. this.panel_NoRepair.PerformLayout();
  412. this.ResumeLayout(false);
  413. }
  414. #endregion
  415. private ComponentLibrary.PanelEx panelEx1;
  416. protected internal System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  417. protected internal System.Windows.Forms.Panel panel_NoShot;
  418. protected internal ComponentLibrary.CheckBoxEx chk_SelectionFilm;
  419. protected ComponentLibrary.TextBoxEx txtSelectionFilm;
  420. private System.Windows.Forms.Label label1;
  421. protected internal System.Windows.Forms.Panel panel_NoShotIn;
  422. protected internal ComponentLibrary.CheckBoxEx chk_LookDesign;
  423. protected ComponentLibrary.TextBoxEx txtLookDesign;
  424. private System.Windows.Forms.Label label11;
  425. protected internal System.Windows.Forms.Panel panel_NoRepair;
  426. protected internal ComponentLibrary.CheckBoxEx chk_Pickup;
  427. protected ComponentLibrary.TextBoxEx txtPickup;
  428. private System.Windows.Forms.Label label2;
  429. private ComponentLibrary.PanelEx panelEx2;
  430. protected ComponentLibrary.ButtonEx btnColseed;
  431. protected ComponentLibrary.ButtonEx btnSaveed;
  432. protected internal ComponentLibrary.CheckBoxEx chkSelectionFilm_EarlyRepair;
  433. protected internal ComponentLibrary.CheckBoxEx chkSelectionFilm_OriginalFilm;
  434. }
  435. }