FormatEditorForm.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  1. using FastReport.Controls;
  2. namespace FastReport.Forms
  3. {
  4. partial class FormatEditorForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.pc1 = new FastReport.Controls.PageControl();
  30. this.pnGeneral = new FastReport.Controls.PageControlPage();
  31. this.pnNumber = new FastReport.Controls.PageControlPage();
  32. this.cbxNumberNegativePattern = new System.Windows.Forms.ComboBox();
  33. this.cbxNumberGroupSeparator = new System.Windows.Forms.ComboBox();
  34. this.cbNumberUseLocale = new System.Windows.Forms.CheckBox();
  35. this.cbxNumberDecimalSeparator = new System.Windows.Forms.ComboBox();
  36. this.lblNumberDecimalDigits = new System.Windows.Forms.Label();
  37. this.udNumberDecimalDigits = new System.Windows.Forms.NumericUpDown();
  38. this.lblNumberDecimalSeparator = new System.Windows.Forms.Label();
  39. this.lblNumberNegativePattern = new System.Windows.Forms.Label();
  40. this.lblNumberGroupSeparator = new System.Windows.Forms.Label();
  41. this.pnCurrency = new FastReport.Controls.PageControlPage();
  42. this.cbxCurrencySymbol = new System.Windows.Forms.ComboBox();
  43. this.cbxCurrencyNegativePattern = new System.Windows.Forms.ComboBox();
  44. this.cbCurrencyUseLocale = new System.Windows.Forms.CheckBox();
  45. this.cbxCurrencyPositivePattern = new System.Windows.Forms.ComboBox();
  46. this.lblCurrencyDecimalDigits = new System.Windows.Forms.Label();
  47. this.cbxCurrencyGroupSeparator = new System.Windows.Forms.ComboBox();
  48. this.lblCurrencyDecimalSeparator = new System.Windows.Forms.Label();
  49. this.cbxCurrencyDecimalSeparator = new System.Windows.Forms.ComboBox();
  50. this.lblCurrencyGroupSeparator = new System.Windows.Forms.Label();
  51. this.udCurrencyDecimalDigits = new System.Windows.Forms.NumericUpDown();
  52. this.lblCurrencyPositivePattern = new System.Windows.Forms.Label();
  53. this.lblCurrencySymbol = new System.Windows.Forms.Label();
  54. this.lblCurrencyNegativePattern = new System.Windows.Forms.Label();
  55. this.pnDate = new FastReport.Controls.PageControlPage();
  56. this.lbxDates = new System.Windows.Forms.ListBox();
  57. this.pnTime = new FastReport.Controls.PageControlPage();
  58. this.lbxTimes = new System.Windows.Forms.ListBox();
  59. this.pnPercent = new FastReport.Controls.PageControlPage();
  60. this.cbxPercentPositivePattern = new System.Windows.Forms.ComboBox();
  61. this.lblPercentPositivePattern = new System.Windows.Forms.Label();
  62. this.cbPercentUseLocale = new System.Windows.Forms.CheckBox();
  63. this.cbxPercentSymbol = new System.Windows.Forms.ComboBox();
  64. this.lblPercentDecimalDigits = new System.Windows.Forms.Label();
  65. this.cbxPercentNegativePattern = new System.Windows.Forms.ComboBox();
  66. this.lblPercentDecimalSeparator = new System.Windows.Forms.Label();
  67. this.cbxPercentGroupSeparator = new System.Windows.Forms.ComboBox();
  68. this.lblPercentGroupSeparator = new System.Windows.Forms.Label();
  69. this.cbxPercentDecimalSeparator = new System.Windows.Forms.ComboBox();
  70. this.lblPercentNegativePattern = new System.Windows.Forms.Label();
  71. this.udPercentDecimalDigits = new System.Windows.Forms.NumericUpDown();
  72. this.lblPercentSymbol = new System.Windows.Forms.Label();
  73. this.pnBoolean = new FastReport.Controls.PageControlPage();
  74. this.cbxBooleanTrue = new System.Windows.Forms.ComboBox();
  75. this.cbxBooleanFalse = new System.Windows.Forms.ComboBox();
  76. this.lblBooleanFalse = new System.Windows.Forms.Label();
  77. this.lblBooleanTrue = new System.Windows.Forms.Label();
  78. this.pnCustom = new FastReport.Controls.PageControlPage();
  79. this.lbxCustom = new System.Windows.Forms.ListBox();
  80. this.tbCustom = new System.Windows.Forms.TextBox();
  81. this.gbSample = new System.Windows.Forms.GroupBox();
  82. this.lblSample = new System.Windows.Forms.Label();
  83. this.lblExpression = new System.Windows.Forms.Label();
  84. this.cbxExpression = new System.Windows.Forms.ComboBox();
  85. this.pc1.SuspendLayout();
  86. this.pnNumber.SuspendLayout();
  87. ((System.ComponentModel.ISupportInitialize)(this.udNumberDecimalDigits)).BeginInit();
  88. this.pnCurrency.SuspendLayout();
  89. ((System.ComponentModel.ISupportInitialize)(this.udCurrencyDecimalDigits)).BeginInit();
  90. this.pnDate.SuspendLayout();
  91. this.pnTime.SuspendLayout();
  92. this.pnPercent.SuspendLayout();
  93. ((System.ComponentModel.ISupportInitialize)(this.udPercentDecimalDigits)).BeginInit();
  94. this.pnBoolean.SuspendLayout();
  95. this.pnCustom.SuspendLayout();
  96. this.gbSample.SuspendLayout();
  97. this.SuspendLayout();
  98. //
  99. // btnOk
  100. //
  101. this.btnOk.Location = new System.Drawing.Point(232, 348);
  102. //
  103. // btnCancel
  104. //
  105. this.btnCancel.Location = new System.Drawing.Point(312, 348);
  106. //
  107. // pc1
  108. //
  109. this.pc1.Controls.Add(this.pnGeneral);
  110. this.pc1.Controls.Add(this.pnNumber);
  111. this.pc1.Controls.Add(this.pnCurrency);
  112. this.pc1.Controls.Add(this.pnDate);
  113. this.pc1.Controls.Add(this.pnTime);
  114. this.pc1.Controls.Add(this.pnPercent);
  115. this.pc1.Controls.Add(this.pnBoolean);
  116. this.pc1.Controls.Add(this.pnCustom);
  117. this.pc1.HighlightPageIndex = -1;
  118. this.pc1.Location = new System.Drawing.Point(12, 44);
  119. this.pc1.Name = "pc1";
  120. this.pc1.SelectorWidth = 128;
  121. this.pc1.Size = new System.Drawing.Size(376, 292);
  122. this.pc1.TabIndex = 1;
  123. this.pc1.Text = "pageControl1";
  124. this.pc1.PageSelected += new System.EventHandler(this.pc1_PageSelected);
  125. //
  126. // pnGeneral
  127. //
  128. this.pnGeneral.BackColor = System.Drawing.SystemColors.Window;
  129. this.pnGeneral.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.pnGeneral.Location = new System.Drawing.Point(128, 1);
  131. this.pnGeneral.Name = "pnGeneral";
  132. this.pnGeneral.Size = new System.Drawing.Size(247, 290);
  133. this.pnGeneral.TabIndex = 0;
  134. this.pnGeneral.Text = "General";
  135. //
  136. // pnNumber
  137. //
  138. this.pnNumber.BackColor = System.Drawing.SystemColors.Window;
  139. this.pnNumber.Controls.Add(this.cbxNumberNegativePattern);
  140. this.pnNumber.Controls.Add(this.cbxNumberGroupSeparator);
  141. this.pnNumber.Controls.Add(this.cbNumberUseLocale);
  142. this.pnNumber.Controls.Add(this.cbxNumberDecimalSeparator);
  143. this.pnNumber.Controls.Add(this.lblNumberDecimalDigits);
  144. this.pnNumber.Controls.Add(this.udNumberDecimalDigits);
  145. this.pnNumber.Controls.Add(this.lblNumberDecimalSeparator);
  146. this.pnNumber.Controls.Add(this.lblNumberNegativePattern);
  147. this.pnNumber.Controls.Add(this.lblNumberGroupSeparator);
  148. this.pnNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  149. this.pnNumber.Location = new System.Drawing.Point(128, 1);
  150. this.pnNumber.Name = "pnNumber";
  151. this.pnNumber.Size = new System.Drawing.Size(247, 290);
  152. this.pnNumber.TabIndex = 1;
  153. this.pnNumber.Text = "Number";
  154. //
  155. // cbxNumberNegativePattern
  156. //
  157. this.cbxNumberNegativePattern.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  158. this.cbxNumberNegativePattern.FormattingEnabled = true;
  159. this.cbxNumberNegativePattern.Location = new System.Drawing.Point(176, 112);
  160. this.cbxNumberNegativePattern.Name = "cbxNumberNegativePattern";
  161. this.cbxNumberNegativePattern.Size = new System.Drawing.Size(56, 21);
  162. this.cbxNumberNegativePattern.TabIndex = 10;
  163. this.cbxNumberNegativePattern.SelectedValueChanged += new System.EventHandler(this.cbxNumberNegativePattern_SelectedValueChanged);
  164. //
  165. // cbxNumberGroupSeparator
  166. //
  167. this.cbxNumberGroupSeparator.FormattingEnabled = true;
  168. this.cbxNumberGroupSeparator.Location = new System.Drawing.Point(176, 88);
  169. this.cbxNumberGroupSeparator.Name = "cbxNumberGroupSeparator";
  170. this.cbxNumberGroupSeparator.Size = new System.Drawing.Size(56, 21);
  171. this.cbxNumberGroupSeparator.TabIndex = 9;
  172. this.cbxNumberGroupSeparator.TextChanged += new System.EventHandler(this.cbxNumberGroupSeparator_TextChanged);
  173. //
  174. // cbNumberUseLocale
  175. //
  176. this.cbNumberUseLocale.AutoSize = true;
  177. this.cbNumberUseLocale.Location = new System.Drawing.Point(16, 16);
  178. this.cbNumberUseLocale.Name = "cbNumberUseLocale";
  179. this.cbNumberUseLocale.Size = new System.Drawing.Size(115, 17);
  180. this.cbNumberUseLocale.TabIndex = 0;
  181. this.cbNumberUseLocale.Text = "Use locale settings";
  182. this.cbNumberUseLocale.UseVisualStyleBackColor = true;
  183. this.cbNumberUseLocale.CheckedChanged += new System.EventHandler(this.cbNumberUseLocale_CheckedChanged);
  184. //
  185. // cbxNumberDecimalSeparator
  186. //
  187. this.cbxNumberDecimalSeparator.FormattingEnabled = true;
  188. this.cbxNumberDecimalSeparator.Location = new System.Drawing.Point(176, 64);
  189. this.cbxNumberDecimalSeparator.Name = "cbxNumberDecimalSeparator";
  190. this.cbxNumberDecimalSeparator.Size = new System.Drawing.Size(56, 21);
  191. this.cbxNumberDecimalSeparator.TabIndex = 7;
  192. this.cbxNumberDecimalSeparator.TextChanged += new System.EventHandler(this.cbxNumberDecimalSeparator_TextChanged);
  193. //
  194. // lblNumberDecimalDigits
  195. //
  196. this.lblNumberDecimalDigits.AutoSize = true;
  197. this.lblNumberDecimalDigits.Location = new System.Drawing.Point(16, 44);
  198. this.lblNumberDecimalDigits.Name = "lblNumberDecimalDigits";
  199. this.lblNumberDecimalDigits.Size = new System.Drawing.Size(75, 13);
  200. this.lblNumberDecimalDigits.TabIndex = 1;
  201. this.lblNumberDecimalDigits.Text = "Decimal digits:";
  202. //
  203. // udNumberDecimalDigits
  204. //
  205. this.udNumberDecimalDigits.Location = new System.Drawing.Point(176, 40);
  206. this.udNumberDecimalDigits.Maximum = 99;
  207. this.udNumberDecimalDigits.Name = "udNumberDecimalDigits";
  208. this.udNumberDecimalDigits.Size = new System.Drawing.Size(56, 20);
  209. this.udNumberDecimalDigits.TabIndex = 6;
  210. this.udNumberDecimalDigits.ValueChanged += new System.EventHandler(this.udNumberDecimalDigits_ValueChanged);
  211. //
  212. // lblNumberDecimalSeparator
  213. //
  214. this.lblNumberDecimalSeparator.AutoSize = true;
  215. this.lblNumberDecimalSeparator.Location = new System.Drawing.Point(16, 68);
  216. this.lblNumberDecimalSeparator.Name = "lblNumberDecimalSeparator";
  217. this.lblNumberDecimalSeparator.Size = new System.Drawing.Size(97, 13);
  218. this.lblNumberDecimalSeparator.TabIndex = 2;
  219. this.lblNumberDecimalSeparator.Text = "Decimal separator:";
  220. //
  221. // lblNumberNegativePattern
  222. //
  223. this.lblNumberNegativePattern.AutoSize = true;
  224. this.lblNumberNegativePattern.Location = new System.Drawing.Point(16, 116);
  225. this.lblNumberNegativePattern.Name = "lblNumberNegativePattern";
  226. this.lblNumberNegativePattern.Size = new System.Drawing.Size(93, 13);
  227. this.lblNumberNegativePattern.TabIndex = 5;
  228. this.lblNumberNegativePattern.Text = "Negative pattern:";
  229. //
  230. // lblNumberGroupSeparator
  231. //
  232. this.lblNumberGroupSeparator.AutoSize = true;
  233. this.lblNumberGroupSeparator.Location = new System.Drawing.Point(16, 92);
  234. this.lblNumberGroupSeparator.Name = "lblNumberGroupSeparator";
  235. this.lblNumberGroupSeparator.Size = new System.Drawing.Size(90, 13);
  236. this.lblNumberGroupSeparator.TabIndex = 4;
  237. this.lblNumberGroupSeparator.Text = "Group separator:";
  238. //
  239. // pnCurrency
  240. //
  241. this.pnCurrency.BackColor = System.Drawing.SystemColors.Window;
  242. this.pnCurrency.Controls.Add(this.cbxCurrencySymbol);
  243. this.pnCurrency.Controls.Add(this.cbxCurrencyNegativePattern);
  244. this.pnCurrency.Controls.Add(this.cbCurrencyUseLocale);
  245. this.pnCurrency.Controls.Add(this.cbxCurrencyPositivePattern);
  246. this.pnCurrency.Controls.Add(this.lblCurrencyDecimalDigits);
  247. this.pnCurrency.Controls.Add(this.cbxCurrencyGroupSeparator);
  248. this.pnCurrency.Controls.Add(this.lblCurrencyDecimalSeparator);
  249. this.pnCurrency.Controls.Add(this.cbxCurrencyDecimalSeparator);
  250. this.pnCurrency.Controls.Add(this.lblCurrencyGroupSeparator);
  251. this.pnCurrency.Controls.Add(this.udCurrencyDecimalDigits);
  252. this.pnCurrency.Controls.Add(this.lblCurrencyPositivePattern);
  253. this.pnCurrency.Controls.Add(this.lblCurrencySymbol);
  254. this.pnCurrency.Controls.Add(this.lblCurrencyNegativePattern);
  255. this.pnCurrency.Dock = System.Windows.Forms.DockStyle.Fill;
  256. this.pnCurrency.Location = new System.Drawing.Point(128, 1);
  257. this.pnCurrency.Name = "pnCurrency";
  258. this.pnCurrency.Size = new System.Drawing.Size(247, 290);
  259. this.pnCurrency.TabIndex = 2;
  260. this.pnCurrency.Text = "Currency";
  261. //
  262. // cbxCurrencySymbol
  263. //
  264. this.cbxCurrencySymbol.FormattingEnabled = true;
  265. this.cbxCurrencySymbol.Location = new System.Drawing.Point(176, 160);
  266. this.cbxCurrencySymbol.Name = "cbxCurrencySymbol";
  267. this.cbxCurrencySymbol.Size = new System.Drawing.Size(56, 21);
  268. this.cbxCurrencySymbol.TabIndex = 10;
  269. this.cbxCurrencySymbol.TextChanged += new System.EventHandler(this.cbxCurrencySymbol_TextChanged);
  270. //
  271. // cbxCurrencyNegativePattern
  272. //
  273. this.cbxCurrencyNegativePattern.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  274. this.cbxCurrencyNegativePattern.FormattingEnabled = true;
  275. this.cbxCurrencyNegativePattern.Location = new System.Drawing.Point(176, 136);
  276. this.cbxCurrencyNegativePattern.Name = "cbxCurrencyNegativePattern";
  277. this.cbxCurrencyNegativePattern.Size = new System.Drawing.Size(56, 21);
  278. this.cbxCurrencyNegativePattern.TabIndex = 10;
  279. this.cbxCurrencyNegativePattern.SelectedValueChanged += new System.EventHandler(this.cbxCurrencyNegativePattern_SelectedValueChanged);
  280. //
  281. // cbCurrencyUseLocale
  282. //
  283. this.cbCurrencyUseLocale.AutoSize = true;
  284. this.cbCurrencyUseLocale.Location = new System.Drawing.Point(16, 16);
  285. this.cbCurrencyUseLocale.Name = "cbCurrencyUseLocale";
  286. this.cbCurrencyUseLocale.Size = new System.Drawing.Size(115, 17);
  287. this.cbCurrencyUseLocale.TabIndex = 0;
  288. this.cbCurrencyUseLocale.Text = "Use locale settings";
  289. this.cbCurrencyUseLocale.UseVisualStyleBackColor = true;
  290. this.cbCurrencyUseLocale.CheckedChanged += new System.EventHandler(this.cbxCurrencyUseLocale_CheckedChanged);
  291. //
  292. // cbxCurrencyPositivePattern
  293. //
  294. this.cbxCurrencyPositivePattern.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  295. this.cbxCurrencyPositivePattern.FormattingEnabled = true;
  296. this.cbxCurrencyPositivePattern.Location = new System.Drawing.Point(176, 112);
  297. this.cbxCurrencyPositivePattern.Name = "cbxCurrencyPositivePattern";
  298. this.cbxCurrencyPositivePattern.Size = new System.Drawing.Size(56, 21);
  299. this.cbxCurrencyPositivePattern.TabIndex = 10;
  300. this.cbxCurrencyPositivePattern.SelectedValueChanged += new System.EventHandler(this.cbxCurrencyPositivePattern_SelectedValueChanged);
  301. //
  302. // lblCurrencyDecimalDigits
  303. //
  304. this.lblCurrencyDecimalDigits.AutoSize = true;
  305. this.lblCurrencyDecimalDigits.Location = new System.Drawing.Point(16, 44);
  306. this.lblCurrencyDecimalDigits.Name = "lblCurrencyDecimalDigits";
  307. this.lblCurrencyDecimalDigits.Size = new System.Drawing.Size(75, 13);
  308. this.lblCurrencyDecimalDigits.TabIndex = 1;
  309. this.lblCurrencyDecimalDigits.Text = "Decimal digits:";
  310. //
  311. // cbxCurrencyGroupSeparator
  312. //
  313. this.cbxCurrencyGroupSeparator.FormattingEnabled = true;
  314. this.cbxCurrencyGroupSeparator.Location = new System.Drawing.Point(176, 88);
  315. this.cbxCurrencyGroupSeparator.Name = "cbxCurrencyGroupSeparator";
  316. this.cbxCurrencyGroupSeparator.Size = new System.Drawing.Size(56, 21);
  317. this.cbxCurrencyGroupSeparator.TabIndex = 9;
  318. this.cbxCurrencyGroupSeparator.TextChanged += new System.EventHandler(this.cbxCurrencyGroupSeparator_TextChanged);
  319. //
  320. // lblCurrencyDecimalSeparator
  321. //
  322. this.lblCurrencyDecimalSeparator.AutoSize = true;
  323. this.lblCurrencyDecimalSeparator.Location = new System.Drawing.Point(16, 68);
  324. this.lblCurrencyDecimalSeparator.Name = "lblCurrencyDecimalSeparator";
  325. this.lblCurrencyDecimalSeparator.Size = new System.Drawing.Size(97, 13);
  326. this.lblCurrencyDecimalSeparator.TabIndex = 2;
  327. this.lblCurrencyDecimalSeparator.Text = "Decimal separator:";
  328. //
  329. // cbxCurrencyDecimalSeparator
  330. //
  331. this.cbxCurrencyDecimalSeparator.FormattingEnabled = true;
  332. this.cbxCurrencyDecimalSeparator.Location = new System.Drawing.Point(176, 64);
  333. this.cbxCurrencyDecimalSeparator.Name = "cbxCurrencyDecimalSeparator";
  334. this.cbxCurrencyDecimalSeparator.Size = new System.Drawing.Size(56, 21);
  335. this.cbxCurrencyDecimalSeparator.TabIndex = 7;
  336. this.cbxCurrencyDecimalSeparator.TextChanged += new System.EventHandler(this.cbxCurrencyDecimalSeparator_TextChanged);
  337. //
  338. // lblCurrencyGroupSeparator
  339. //
  340. this.lblCurrencyGroupSeparator.AutoSize = true;
  341. this.lblCurrencyGroupSeparator.Location = new System.Drawing.Point(16, 92);
  342. this.lblCurrencyGroupSeparator.Name = "lblCurrencyGroupSeparator";
  343. this.lblCurrencyGroupSeparator.Size = new System.Drawing.Size(90, 13);
  344. this.lblCurrencyGroupSeparator.TabIndex = 4;
  345. this.lblCurrencyGroupSeparator.Text = "Group separator:";
  346. //
  347. // udCurrencyDecimalDigits
  348. //
  349. this.udCurrencyDecimalDigits.Location = new System.Drawing.Point(176, 40);
  350. this.udCurrencyDecimalDigits.Maximum = 99;
  351. this.udCurrencyDecimalDigits.Name = "udCurrencyDecimalDigits";
  352. this.udCurrencyDecimalDigits.Size = new System.Drawing.Size(56, 20);
  353. this.udCurrencyDecimalDigits.TabIndex = 6;
  354. this.udCurrencyDecimalDigits.ValueChanged += new System.EventHandler(this.udCurrencyDecimalDigits_ValueChanged);
  355. //
  356. // lblCurrencyPositivePattern
  357. //
  358. this.lblCurrencyPositivePattern.AutoSize = true;
  359. this.lblCurrencyPositivePattern.Location = new System.Drawing.Point(16, 116);
  360. this.lblCurrencyPositivePattern.Name = "lblCurrencyPositivePattern";
  361. this.lblCurrencyPositivePattern.Size = new System.Drawing.Size(87, 13);
  362. this.lblCurrencyPositivePattern.TabIndex = 5;
  363. this.lblCurrencyPositivePattern.Text = "Positive pattern:";
  364. //
  365. // lblCurrencySymbol
  366. //
  367. this.lblCurrencySymbol.AutoSize = true;
  368. this.lblCurrencySymbol.Location = new System.Drawing.Point(16, 164);
  369. this.lblCurrencySymbol.Name = "lblCurrencySymbol";
  370. this.lblCurrencySymbol.Size = new System.Drawing.Size(91, 13);
  371. this.lblCurrencySymbol.TabIndex = 5;
  372. this.lblCurrencySymbol.Text = "Currency symbol:";
  373. //
  374. // lblCurrencyNegativePattern
  375. //
  376. this.lblCurrencyNegativePattern.AutoSize = true;
  377. this.lblCurrencyNegativePattern.Location = new System.Drawing.Point(16, 140);
  378. this.lblCurrencyNegativePattern.Name = "lblCurrencyNegativePattern";
  379. this.lblCurrencyNegativePattern.Size = new System.Drawing.Size(93, 13);
  380. this.lblCurrencyNegativePattern.TabIndex = 5;
  381. this.lblCurrencyNegativePattern.Text = "Negative pattern:";
  382. //
  383. // pnDate
  384. //
  385. this.pnDate.BackColor = System.Drawing.SystemColors.Window;
  386. this.pnDate.Controls.Add(this.lbxDates);
  387. this.pnDate.Dock = System.Windows.Forms.DockStyle.Fill;
  388. this.pnDate.Location = new System.Drawing.Point(128, 1);
  389. this.pnDate.Name = "pnDate";
  390. this.pnDate.Size = new System.Drawing.Size(247, 290);
  391. this.pnDate.TabIndex = 3;
  392. this.pnDate.Text = "Date";
  393. //
  394. // lbxDates
  395. //
  396. this.lbxDates.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  397. this.lbxDates.FormattingEnabled = true;
  398. this.lbxDates.IntegralHeight = false;
  399. this.lbxDates.Location = new System.Drawing.Point(16, 16);
  400. this.lbxDates.Name = "lbxDates";
  401. this.lbxDates.Size = new System.Drawing.Size(216, 192);
  402. this.lbxDates.TabIndex = 0;
  403. this.lbxDates.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lbxDates_DrawItem);
  404. this.lbxDates.SelectedIndexChanged += new System.EventHandler(this.lbxDates_SelectedIndexChanged);
  405. //
  406. // pnTime
  407. //
  408. this.pnTime.BackColor = System.Drawing.SystemColors.Window;
  409. this.pnTime.Controls.Add(this.lbxTimes);
  410. this.pnTime.Dock = System.Windows.Forms.DockStyle.Fill;
  411. this.pnTime.Location = new System.Drawing.Point(128, 1);
  412. this.pnTime.Name = "pnTime";
  413. this.pnTime.Size = new System.Drawing.Size(247, 290);
  414. this.pnTime.TabIndex = 4;
  415. this.pnTime.Text = "Time";
  416. //
  417. // lbxTimes
  418. //
  419. this.lbxTimes.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  420. this.lbxTimes.FormattingEnabled = true;
  421. this.lbxTimes.IntegralHeight = false;
  422. this.lbxTimes.Location = new System.Drawing.Point(16, 16);
  423. this.lbxTimes.Name = "lbxTimes";
  424. this.lbxTimes.Size = new System.Drawing.Size(216, 192);
  425. this.lbxTimes.TabIndex = 0;
  426. this.lbxTimes.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lbxDates_DrawItem);
  427. this.lbxTimes.SelectedIndexChanged += new System.EventHandler(this.lbxTimes_SelectedIndexChanged);
  428. //
  429. // pnPercent
  430. //
  431. this.pnPercent.BackColor = System.Drawing.SystemColors.Window;
  432. this.pnPercent.Controls.Add(this.cbxPercentPositivePattern);
  433. this.pnPercent.Controls.Add(this.lblPercentPositivePattern);
  434. this.pnPercent.Controls.Add(this.cbPercentUseLocale);
  435. this.pnPercent.Controls.Add(this.cbxPercentSymbol);
  436. this.pnPercent.Controls.Add(this.lblPercentDecimalDigits);
  437. this.pnPercent.Controls.Add(this.cbxPercentNegativePattern);
  438. this.pnPercent.Controls.Add(this.lblPercentDecimalSeparator);
  439. this.pnPercent.Controls.Add(this.cbxPercentGroupSeparator);
  440. this.pnPercent.Controls.Add(this.lblPercentGroupSeparator);
  441. this.pnPercent.Controls.Add(this.cbxPercentDecimalSeparator);
  442. this.pnPercent.Controls.Add(this.lblPercentNegativePattern);
  443. this.pnPercent.Controls.Add(this.udPercentDecimalDigits);
  444. this.pnPercent.Controls.Add(this.lblPercentSymbol);
  445. this.pnPercent.Dock = System.Windows.Forms.DockStyle.Fill;
  446. this.pnPercent.Location = new System.Drawing.Point(128, 1);
  447. this.pnPercent.Name = "pnPercent";
  448. this.pnPercent.Size = new System.Drawing.Size(247, 290);
  449. this.pnPercent.TabIndex = 5;
  450. this.pnPercent.Text = "Percent";
  451. //
  452. // cbxPercentPositivePattern
  453. //
  454. this.cbxPercentPositivePattern.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  455. this.cbxPercentPositivePattern.FormattingEnabled = true;
  456. this.cbxPercentPositivePattern.Location = new System.Drawing.Point(176, 112);
  457. this.cbxPercentPositivePattern.Name = "cbxPercentPositivePattern";
  458. this.cbxPercentPositivePattern.Size = new System.Drawing.Size(56, 21);
  459. this.cbxPercentPositivePattern.TabIndex = 12;
  460. this.cbxPercentPositivePattern.SelectedValueChanged += new System.EventHandler(this.cbxPercentPositivePattern_SelectedValueChanged);
  461. //
  462. // lblPercentPositivePattern
  463. //
  464. this.lblPercentPositivePattern.AutoSize = true;
  465. this.lblPercentPositivePattern.Location = new System.Drawing.Point(16, 116);
  466. this.lblPercentPositivePattern.Name = "lblPercentPositivePattern";
  467. this.lblPercentPositivePattern.Size = new System.Drawing.Size(87, 13);
  468. this.lblPercentPositivePattern.TabIndex = 11;
  469. this.lblPercentPositivePattern.Text = "Positive pattern:";
  470. //
  471. // cbPercentUseLocale
  472. //
  473. this.cbPercentUseLocale.AutoSize = true;
  474. this.cbPercentUseLocale.Location = new System.Drawing.Point(16, 16);
  475. this.cbPercentUseLocale.Name = "cbPercentUseLocale";
  476. this.cbPercentUseLocale.Size = new System.Drawing.Size(115, 17);
  477. this.cbPercentUseLocale.TabIndex = 0;
  478. this.cbPercentUseLocale.Text = "Use locale settings";
  479. this.cbPercentUseLocale.UseVisualStyleBackColor = true;
  480. this.cbPercentUseLocale.CheckedChanged += new System.EventHandler(this.cbPercentUseLocale_CheckedChanged);
  481. //
  482. // cbxPercentSymbol
  483. //
  484. this.cbxPercentSymbol.FormattingEnabled = true;
  485. this.cbxPercentSymbol.Location = new System.Drawing.Point(176, 160);
  486. this.cbxPercentSymbol.Name = "cbxPercentSymbol";
  487. this.cbxPercentSymbol.Size = new System.Drawing.Size(56, 21);
  488. this.cbxPercentSymbol.TabIndex = 10;
  489. this.cbxPercentSymbol.TextChanged += new System.EventHandler(this.cbxPercentSymbol_TextChanged);
  490. //
  491. // lblPercentDecimalDigits
  492. //
  493. this.lblPercentDecimalDigits.AutoSize = true;
  494. this.lblPercentDecimalDigits.Location = new System.Drawing.Point(16, 44);
  495. this.lblPercentDecimalDigits.Name = "lblPercentDecimalDigits";
  496. this.lblPercentDecimalDigits.Size = new System.Drawing.Size(75, 13);
  497. this.lblPercentDecimalDigits.TabIndex = 1;
  498. this.lblPercentDecimalDigits.Text = "Decimal digits:";
  499. //
  500. // cbxPercentNegativePattern
  501. //
  502. this.cbxPercentNegativePattern.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  503. this.cbxPercentNegativePattern.FormattingEnabled = true;
  504. this.cbxPercentNegativePattern.Location = new System.Drawing.Point(176, 136);
  505. this.cbxPercentNegativePattern.Name = "cbxPercentNegativePattern";
  506. this.cbxPercentNegativePattern.Size = new System.Drawing.Size(56, 21);
  507. this.cbxPercentNegativePattern.TabIndex = 10;
  508. this.cbxPercentNegativePattern.SelectedValueChanged += new System.EventHandler(this.cbxPercentNegativePattern_SelectedValueChanged);
  509. //
  510. // lblPercentDecimalSeparator
  511. //
  512. this.lblPercentDecimalSeparator.AutoSize = true;
  513. this.lblPercentDecimalSeparator.Location = new System.Drawing.Point(16, 68);
  514. this.lblPercentDecimalSeparator.Name = "lblPercentDecimalSeparator";
  515. this.lblPercentDecimalSeparator.Size = new System.Drawing.Size(97, 13);
  516. this.lblPercentDecimalSeparator.TabIndex = 2;
  517. this.lblPercentDecimalSeparator.Text = "Decimal separator:";
  518. //
  519. // cbxPercentGroupSeparator
  520. //
  521. this.cbxPercentGroupSeparator.FormattingEnabled = true;
  522. this.cbxPercentGroupSeparator.Location = new System.Drawing.Point(176, 88);
  523. this.cbxPercentGroupSeparator.Name = "cbxPercentGroupSeparator";
  524. this.cbxPercentGroupSeparator.Size = new System.Drawing.Size(56, 21);
  525. this.cbxPercentGroupSeparator.TabIndex = 9;
  526. this.cbxPercentGroupSeparator.TextChanged += new System.EventHandler(this.cbxPercentGroupSeparator_TextChanged);
  527. //
  528. // lblPercentGroupSeparator
  529. //
  530. this.lblPercentGroupSeparator.AutoSize = true;
  531. this.lblPercentGroupSeparator.Location = new System.Drawing.Point(16, 92);
  532. this.lblPercentGroupSeparator.Name = "lblPercentGroupSeparator";
  533. this.lblPercentGroupSeparator.Size = new System.Drawing.Size(90, 13);
  534. this.lblPercentGroupSeparator.TabIndex = 4;
  535. this.lblPercentGroupSeparator.Text = "Group separator:";
  536. //
  537. // cbxPercentDecimalSeparator
  538. //
  539. this.cbxPercentDecimalSeparator.FormattingEnabled = true;
  540. this.cbxPercentDecimalSeparator.Location = new System.Drawing.Point(176, 64);
  541. this.cbxPercentDecimalSeparator.Name = "cbxPercentDecimalSeparator";
  542. this.cbxPercentDecimalSeparator.Size = new System.Drawing.Size(56, 21);
  543. this.cbxPercentDecimalSeparator.TabIndex = 7;
  544. this.cbxPercentDecimalSeparator.TextChanged += new System.EventHandler(this.cbxPercentDecimalSeparator_TextChanged);
  545. //
  546. // lblPercentNegativePattern
  547. //
  548. this.lblPercentNegativePattern.AutoSize = true;
  549. this.lblPercentNegativePattern.Location = new System.Drawing.Point(16, 140);
  550. this.lblPercentNegativePattern.Name = "lblPercentNegativePattern";
  551. this.lblPercentNegativePattern.Size = new System.Drawing.Size(93, 13);
  552. this.lblPercentNegativePattern.TabIndex = 5;
  553. this.lblPercentNegativePattern.Text = "Negative pattern:";
  554. //
  555. // udPercentDecimalDigits
  556. //
  557. this.udPercentDecimalDigits.Location = new System.Drawing.Point(176, 40);
  558. this.udPercentDecimalDigits.Maximum = 99;
  559. this.udPercentDecimalDigits.Name = "udPercentDecimalDigits";
  560. this.udPercentDecimalDigits.Size = new System.Drawing.Size(56, 20);
  561. this.udPercentDecimalDigits.TabIndex = 6;
  562. this.udPercentDecimalDigits.ValueChanged += new System.EventHandler(this.udPercentDecimalDigits_ValueChanged);
  563. //
  564. // lblPercentSymbol
  565. //
  566. this.lblPercentSymbol.AutoSize = true;
  567. this.lblPercentSymbol.Location = new System.Drawing.Point(16, 164);
  568. this.lblPercentSymbol.Name = "lblPercentSymbol";
  569. this.lblPercentSymbol.Size = new System.Drawing.Size(84, 13);
  570. this.lblPercentSymbol.TabIndex = 5;
  571. this.lblPercentSymbol.Text = "Percent symbol:";
  572. //
  573. // pnBoolean
  574. //
  575. this.pnBoolean.BackColor = System.Drawing.SystemColors.Window;
  576. this.pnBoolean.Controls.Add(this.cbxBooleanTrue);
  577. this.pnBoolean.Controls.Add(this.cbxBooleanFalse);
  578. this.pnBoolean.Controls.Add(this.lblBooleanFalse);
  579. this.pnBoolean.Controls.Add(this.lblBooleanTrue);
  580. this.pnBoolean.Dock = System.Windows.Forms.DockStyle.Fill;
  581. this.pnBoolean.Location = new System.Drawing.Point(128, 1);
  582. this.pnBoolean.Name = "pnBoolean";
  583. this.pnBoolean.Size = new System.Drawing.Size(247, 290);
  584. this.pnBoolean.TabIndex = 6;
  585. this.pnBoolean.Text = "Boolean";
  586. //
  587. // cbxBooleanTrue
  588. //
  589. this.cbxBooleanTrue.FormattingEnabled = true;
  590. this.cbxBooleanTrue.Location = new System.Drawing.Point(152, 40);
  591. this.cbxBooleanTrue.Name = "cbxBooleanTrue";
  592. this.cbxBooleanTrue.Size = new System.Drawing.Size(80, 21);
  593. this.cbxBooleanTrue.TabIndex = 3;
  594. this.cbxBooleanTrue.TextChanged += new System.EventHandler(this.cbxBooleanTrue_TextChanged);
  595. //
  596. // cbxBooleanFalse
  597. //
  598. this.cbxBooleanFalse.FormattingEnabled = true;
  599. this.cbxBooleanFalse.Location = new System.Drawing.Point(152, 16);
  600. this.cbxBooleanFalse.Name = "cbxBooleanFalse";
  601. this.cbxBooleanFalse.Size = new System.Drawing.Size(80, 21);
  602. this.cbxBooleanFalse.TabIndex = 2;
  603. this.cbxBooleanFalse.TextChanged += new System.EventHandler(this.cbxBooleanFalse_TextChanged);
  604. //
  605. // lblBooleanFalse
  606. //
  607. this.lblBooleanFalse.AutoSize = true;
  608. this.lblBooleanFalse.Location = new System.Drawing.Point(16, 20);
  609. this.lblBooleanFalse.Name = "lblBooleanFalse";
  610. this.lblBooleanFalse.Size = new System.Drawing.Size(88, 13);
  611. this.lblBooleanFalse.TabIndex = 0;
  612. this.lblBooleanFalse.Text = "False value text:";
  613. //
  614. // lblBooleanTrue
  615. //
  616. this.lblBooleanTrue.AutoSize = true;
  617. this.lblBooleanTrue.Location = new System.Drawing.Point(16, 44);
  618. this.lblBooleanTrue.Name = "lblBooleanTrue";
  619. this.lblBooleanTrue.Size = new System.Drawing.Size(85, 13);
  620. this.lblBooleanTrue.TabIndex = 1;
  621. this.lblBooleanTrue.Text = "True value text:";
  622. //
  623. // pnCustom
  624. //
  625. this.pnCustom.BackColor = System.Drawing.SystemColors.Window;
  626. this.pnCustom.Controls.Add(this.lbxCustom);
  627. this.pnCustom.Controls.Add(this.tbCustom);
  628. this.pnCustom.Dock = System.Windows.Forms.DockStyle.Fill;
  629. this.pnCustom.Location = new System.Drawing.Point(128, 1);
  630. this.pnCustom.Name = "pnCustom";
  631. this.pnCustom.Size = new System.Drawing.Size(247, 290);
  632. this.pnCustom.TabIndex = 7;
  633. this.pnCustom.Text = "Custom";
  634. //
  635. // lbxCustom
  636. //
  637. this.lbxCustom.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  638. this.lbxCustom.FormattingEnabled = true;
  639. this.lbxCustom.IntegralHeight = false;
  640. this.lbxCustom.Location = new System.Drawing.Point(16, 44);
  641. this.lbxCustom.Name = "lbxCustom";
  642. this.lbxCustom.Size = new System.Drawing.Size(216, 164);
  643. this.lbxCustom.TabIndex = 1;
  644. this.lbxCustom.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lbxCustom_DrawItem);
  645. this.lbxCustom.SelectedIndexChanged += new System.EventHandler(this.lbxCustom_SelectedIndexChanged);
  646. //
  647. // tbCustom
  648. //
  649. this.tbCustom.Location = new System.Drawing.Point(16, 16);
  650. this.tbCustom.Name = "tbCustom";
  651. this.tbCustom.Size = new System.Drawing.Size(216, 20);
  652. this.tbCustom.TabIndex = 0;
  653. this.tbCustom.TextChanged += new System.EventHandler(this.tbCustom_TextChanged);
  654. //
  655. // gbSample
  656. //
  657. this.gbSample.BackColor = System.Drawing.SystemColors.Window;
  658. this.gbSample.Controls.Add(this.lblSample);
  659. this.gbSample.Location = new System.Drawing.Point(156, 270);
  660. this.gbSample.Name = "gbSample";
  661. this.gbSample.Padding = new System.Windows.Forms.Padding(6);
  662. this.gbSample.Size = new System.Drawing.Size(216, 48);
  663. this.gbSample.TabIndex = 3;
  664. this.gbSample.TabStop = false;
  665. this.gbSample.Text = "Sample";
  666. //
  667. // lblSample
  668. //
  669. this.lblSample.Dock = System.Windows.Forms.DockStyle.Fill;
  670. this.lblSample.Location = new System.Drawing.Point(6, 19);
  671. this.lblSample.Name = "lblSample";
  672. this.lblSample.Size = new System.Drawing.Size(204, 23);
  673. this.lblSample.TabIndex = 0;
  674. this.lblSample.Text = "Sample";
  675. //
  676. // lblExpression
  677. //
  678. this.lblExpression.AutoSize = true;
  679. this.lblExpression.Location = new System.Drawing.Point(12, 16);
  680. this.lblExpression.Name = "lblExpression";
  681. this.lblExpression.Size = new System.Drawing.Size(63, 13);
  682. this.lblExpression.TabIndex = 4;
  683. this.lblExpression.Text = "Expression:";
  684. //
  685. // cbxExpression
  686. //
  687. this.cbxExpression.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  688. this.cbxExpression.FormattingEnabled = true;
  689. this.cbxExpression.Location = new System.Drawing.Point(140, 12);
  690. this.cbxExpression.Name = "cbxExpression";
  691. this.cbxExpression.Size = new System.Drawing.Size(248, 21);
  692. this.cbxExpression.TabIndex = 5;
  693. this.cbxExpression.SelectedIndexChanged += new System.EventHandler(this.cbxExpression_SelectedIndexChanged);
  694. //
  695. // FormatEditorForm
  696. //
  697. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  698. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  699. this.ClientSize = new System.Drawing.Size(398, 383);
  700. this.Controls.Add(this.cbxExpression);
  701. this.Controls.Add(this.lblExpression);
  702. this.Controls.Add(this.gbSample);
  703. this.Controls.Add(this.pc1);
  704. this.Name = "FormatEditorForm";
  705. this.Text = "Select Format";
  706. this.Shown += new System.EventHandler(this.FormatEditorForm_Shown);
  707. this.Controls.SetChildIndex(this.btnCancel, 0);
  708. this.Controls.SetChildIndex(this.btnOk, 0);
  709. this.Controls.SetChildIndex(this.pc1, 0);
  710. this.Controls.SetChildIndex(this.gbSample, 0);
  711. this.Controls.SetChildIndex(this.lblExpression, 0);
  712. this.Controls.SetChildIndex(this.cbxExpression, 0);
  713. this.pc1.ResumeLayout(false);
  714. this.pnNumber.ResumeLayout(false);
  715. this.pnNumber.PerformLayout();
  716. ((System.ComponentModel.ISupportInitialize)(this.udNumberDecimalDigits)).EndInit();
  717. this.pnCurrency.ResumeLayout(false);
  718. this.pnCurrency.PerformLayout();
  719. ((System.ComponentModel.ISupportInitialize)(this.udCurrencyDecimalDigits)).EndInit();
  720. this.pnDate.ResumeLayout(false);
  721. this.pnTime.ResumeLayout(false);
  722. this.pnPercent.ResumeLayout(false);
  723. this.pnPercent.PerformLayout();
  724. ((System.ComponentModel.ISupportInitialize)(this.udPercentDecimalDigits)).EndInit();
  725. this.pnBoolean.ResumeLayout(false);
  726. this.pnBoolean.PerformLayout();
  727. this.pnCustom.ResumeLayout(false);
  728. this.pnCustom.PerformLayout();
  729. this.gbSample.ResumeLayout(false);
  730. this.ResumeLayout(false);
  731. this.PerformLayout();
  732. }
  733. #endregion
  734. private FastReport.Controls.PageControl pc1;
  735. private FastReport.Controls.PageControlPage pnGeneral;
  736. private FastReport.Controls.PageControlPage pnNumber;
  737. private FastReport.Controls.PageControlPage pnCurrency;
  738. private FastReport.Controls.PageControlPage pnDate;
  739. private FastReport.Controls.PageControlPage pnTime;
  740. private FastReport.Controls.PageControlPage pnPercent;
  741. private FastReport.Controls.PageControlPage pnBoolean;
  742. private FastReport.Controls.PageControlPage pnCustom;
  743. private System.Windows.Forms.GroupBox gbSample;
  744. private System.Windows.Forms.Label lblSample;
  745. private System.Windows.Forms.Label lblNumberDecimalSeparator;
  746. private System.Windows.Forms.Label lblNumberDecimalDigits;
  747. private System.Windows.Forms.CheckBox cbNumberUseLocale;
  748. private System.Windows.Forms.Label lblNumberNegativePattern;
  749. private System.Windows.Forms.Label lblNumberGroupSeparator;
  750. private System.Windows.Forms.ComboBox cbxNumberNegativePattern;
  751. private System.Windows.Forms.ComboBox cbxNumberGroupSeparator;
  752. private System.Windows.Forms.ComboBox cbxNumberDecimalSeparator;
  753. private System.Windows.Forms.NumericUpDown udNumberDecimalDigits;
  754. private System.Windows.Forms.ComboBox cbxCurrencyNegativePattern;
  755. private System.Windows.Forms.ComboBox cbxCurrencyPositivePattern;
  756. private System.Windows.Forms.ComboBox cbxCurrencyGroupSeparator;
  757. private System.Windows.Forms.ComboBox cbxCurrencyDecimalSeparator;
  758. private System.Windows.Forms.NumericUpDown udCurrencyDecimalDigits;
  759. private System.Windows.Forms.Label lblCurrencyNegativePattern;
  760. private System.Windows.Forms.Label lblCurrencyPositivePattern;
  761. private System.Windows.Forms.Label lblCurrencyGroupSeparator;
  762. private System.Windows.Forms.Label lblCurrencyDecimalSeparator;
  763. private System.Windows.Forms.Label lblCurrencyDecimalDigits;
  764. private System.Windows.Forms.CheckBox cbCurrencyUseLocale;
  765. private System.Windows.Forms.ListBox lbxDates;
  766. private System.Windows.Forms.ListBox lbxTimes;
  767. private System.Windows.Forms.ComboBox cbxCurrencySymbol;
  768. private System.Windows.Forms.Label lblCurrencySymbol;
  769. private System.Windows.Forms.ComboBox cbxPercentNegativePattern;
  770. private System.Windows.Forms.ComboBox cbxPercentGroupSeparator;
  771. private System.Windows.Forms.ComboBox cbxPercentDecimalSeparator;
  772. private System.Windows.Forms.NumericUpDown udPercentDecimalDigits;
  773. private System.Windows.Forms.Label lblPercentNegativePattern;
  774. private System.Windows.Forms.Label lblPercentGroupSeparator;
  775. private System.Windows.Forms.Label lblPercentDecimalSeparator;
  776. private System.Windows.Forms.Label lblPercentDecimalDigits;
  777. private System.Windows.Forms.CheckBox cbPercentUseLocale;
  778. private System.Windows.Forms.ComboBox cbxPercentSymbol;
  779. private System.Windows.Forms.Label lblPercentSymbol;
  780. private System.Windows.Forms.ComboBox cbxBooleanTrue;
  781. private System.Windows.Forms.ComboBox cbxBooleanFalse;
  782. private System.Windows.Forms.Label lblBooleanTrue;
  783. private System.Windows.Forms.Label lblBooleanFalse;
  784. private System.Windows.Forms.ListBox lbxCustom;
  785. private System.Windows.Forms.TextBox tbCustom;
  786. private System.Windows.Forms.ComboBox cbxPercentPositivePattern;
  787. private System.Windows.Forms.Label lblPercentPositivePattern;
  788. private System.Windows.Forms.Label lblExpression;
  789. private System.Windows.Forms.ComboBox cbxExpression;
  790. }
  791. }