ImageItemSetting.designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. partial class ImageItemSetting
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImageItemSetting));
  30. this.chkFixedRatio = new System.Windows.Forms.CheckBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.numLoctionX = new System.Windows.Forms.NumericUpDown();
  33. this.btnCancel = new Dongke.WinForm.Controls.BtnButton();
  34. this.btnOK = new Dongke.WinForm.Controls.BtnButton();
  35. this.label2 = new System.Windows.Forms.Label();
  36. this.label3 = new System.Windows.Forms.Label();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.numLoctionY = new System.Windows.Forms.NumericUpDown();
  39. this.label5 = new System.Windows.Forms.Label();
  40. this.label6 = new System.Windows.Forms.Label();
  41. this.numWidth = new System.Windows.Forms.NumericUpDown();
  42. this.numHeight = new System.Windows.Forms.NumericUpDown();
  43. this.label7 = new System.Windows.Forms.Label();
  44. this.label8 = new System.Windows.Forms.Label();
  45. this.label9 = new System.Windows.Forms.Label();
  46. this.label10 = new System.Windows.Forms.Label();
  47. this.toolTip = new System.Windows.Forms.ToolTip(this.components);
  48. this.btnSaveAs = new Dongke.WinForm.Controls.BtnButton();
  49. this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
  50. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).BeginInit();
  51. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).BeginInit();
  52. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // chkFixedRatio
  57. //
  58. this.chkFixedRatio.AutoSize = true;
  59. this.chkFixedRatio.BackColor = System.Drawing.Color.Transparent;
  60. this.chkFixedRatio.Location = new System.Drawing.Point(16, 105);
  61. this.chkFixedRatio.Name = "chkFixedRatio";
  62. this.chkFixedRatio.Size = new System.Drawing.Size(84, 16);
  63. this.chkFixedRatio.TabIndex = 0;
  64. this.chkFixedRatio.Text = "长宽比固定";
  65. this.chkFixedRatio.UseVisualStyleBackColor = false;
  66. this.chkFixedRatio.CheckedChanged += new System.EventHandler(this.chkFixedRatio_CheckedChanged);
  67. //
  68. // label1
  69. //
  70. this.label1.AutoSize = true;
  71. this.label1.BackColor = System.Drawing.Color.Transparent;
  72. this.label1.Location = new System.Drawing.Point(14, 29);
  73. this.label1.Name = "label1";
  74. this.label1.Size = new System.Drawing.Size(29, 12);
  75. this.label1.TabIndex = 1;
  76. this.label1.Text = "位置";
  77. //
  78. // numLoctionX
  79. //
  80. this.numLoctionX.DecimalPlaces = 1;
  81. this.numLoctionX.Increment = new decimal(new int[] {
  82. 1,
  83. 0,
  84. 0,
  85. 65536});
  86. this.numLoctionX.Location = new System.Drawing.Point(100, 27);
  87. this.numLoctionX.Maximum = new decimal(new int[] {
  88. 9999,
  89. 0,
  90. 0,
  91. 65536});
  92. this.numLoctionX.Name = "numLoctionX";
  93. this.numLoctionX.Size = new System.Drawing.Size(65, 21);
  94. this.numLoctionX.TabIndex = 3;
  95. this.numLoctionX.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  96. this.numLoctionX.Value = new decimal(new int[] {
  97. 10,
  98. 0,
  99. 0,
  100. 0});
  101. //
  102. // btnCancel
  103. //
  104. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  105. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  106. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  107. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.btnCancel.ForeColor = System.Drawing.Color.White;
  109. this.btnCancel.Location = new System.Drawing.Point(248, 158);
  110. this.btnCancel.Name = "btnCancel";
  111. this.btnCancel.Size = new System.Drawing.Size(85, 33);
  112. this.btnCancel.TabIndex = 16;
  113. this.btnCancel.Text = "取消";
  114. this.btnCancel.UseVisualStyleBackColor = true;
  115. //
  116. // btnOK
  117. //
  118. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  119. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  120. this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
  121. this.btnOK.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.btnOK.ForeColor = System.Drawing.Color.White;
  123. this.btnOK.Location = new System.Drawing.Point(157, 158);
  124. this.btnOK.Name = "btnOK";
  125. this.btnOK.Size = new System.Drawing.Size(85, 33);
  126. this.btnOK.TabIndex = 15;
  127. this.btnOK.Text = "确定";
  128. this.btnOK.UseVisualStyleBackColor = true;
  129. //
  130. // label2
  131. //
  132. this.label2.AutoSize = true;
  133. this.label2.BackColor = System.Drawing.Color.Transparent;
  134. this.label2.Location = new System.Drawing.Point(14, 66);
  135. this.label2.Name = "label2";
  136. this.label2.Size = new System.Drawing.Size(29, 12);
  137. this.label2.TabIndex = 8;
  138. this.label2.Text = "尺寸";
  139. //
  140. // label3
  141. //
  142. this.label3.AutoSize = true;
  143. this.label3.BackColor = System.Drawing.Color.Transparent;
  144. this.label3.Location = new System.Drawing.Point(82, 30);
  145. this.label3.Name = "label3";
  146. this.label3.Size = new System.Drawing.Size(11, 12);
  147. this.label3.TabIndex = 2;
  148. this.label3.Text = "X";
  149. //
  150. // label4
  151. //
  152. this.label4.AutoSize = true;
  153. this.label4.BackColor = System.Drawing.Color.Transparent;
  154. this.label4.Location = new System.Drawing.Point(217, 30);
  155. this.label4.Name = "label4";
  156. this.label4.Size = new System.Drawing.Size(11, 12);
  157. this.label4.TabIndex = 5;
  158. this.label4.Text = "Y";
  159. //
  160. // numLoctionY
  161. //
  162. this.numLoctionY.DecimalPlaces = 1;
  163. this.numLoctionY.Increment = new decimal(new int[] {
  164. 1,
  165. 0,
  166. 0,
  167. 65536});
  168. this.numLoctionY.Location = new System.Drawing.Point(235, 27);
  169. this.numLoctionY.Maximum = new decimal(new int[] {
  170. 9999,
  171. 0,
  172. 0,
  173. 65536});
  174. this.numLoctionY.Name = "numLoctionY";
  175. this.numLoctionY.Size = new System.Drawing.Size(65, 21);
  176. this.numLoctionY.TabIndex = 6;
  177. this.numLoctionY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  178. this.numLoctionY.Value = new decimal(new int[] {
  179. 10,
  180. 0,
  181. 0,
  182. 0});
  183. //
  184. // label5
  185. //
  186. this.label5.AutoSize = true;
  187. this.label5.BackColor = System.Drawing.Color.Transparent;
  188. this.label5.Location = new System.Drawing.Point(77, 67);
  189. this.label5.Name = "label5";
  190. this.label5.Size = new System.Drawing.Size(17, 12);
  191. this.label5.TabIndex = 9;
  192. this.label5.Text = "宽";
  193. //
  194. // label6
  195. //
  196. this.label6.AutoSize = true;
  197. this.label6.BackColor = System.Drawing.Color.Transparent;
  198. this.label6.Location = new System.Drawing.Point(217, 67);
  199. this.label6.Name = "label6";
  200. this.label6.Size = new System.Drawing.Size(17, 12);
  201. this.label6.TabIndex = 12;
  202. this.label6.Text = "高";
  203. //
  204. // numWidth
  205. //
  206. this.numWidth.DecimalPlaces = 1;
  207. this.numWidth.Increment = new decimal(new int[] {
  208. 1,
  209. 0,
  210. 0,
  211. 65536});
  212. this.numWidth.Location = new System.Drawing.Point(100, 64);
  213. this.numWidth.Maximum = new decimal(new int[] {
  214. 9999,
  215. 0,
  216. 0,
  217. 65536});
  218. this.numWidth.Minimum = new decimal(new int[] {
  219. 1,
  220. 0,
  221. 0,
  222. 0});
  223. this.numWidth.Name = "numWidth";
  224. this.numWidth.Size = new System.Drawing.Size(65, 21);
  225. this.numWidth.TabIndex = 10;
  226. this.numWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  227. this.numWidth.Value = new decimal(new int[] {
  228. 1,
  229. 0,
  230. 0,
  231. 0});
  232. this.numWidth.ValueChanged += new System.EventHandler(this.numWidth_ValueChanged);
  233. //
  234. // numHeight
  235. //
  236. this.numHeight.DecimalPlaces = 1;
  237. this.numHeight.Increment = new decimal(new int[] {
  238. 1,
  239. 0,
  240. 0,
  241. 65536});
  242. this.numHeight.Location = new System.Drawing.Point(235, 64);
  243. this.numHeight.Maximum = new decimal(new int[] {
  244. 9999,
  245. 0,
  246. 0,
  247. 65536});
  248. this.numHeight.Minimum = new decimal(new int[] {
  249. 1,
  250. 0,
  251. 0,
  252. 0});
  253. this.numHeight.Name = "numHeight";
  254. this.numHeight.Size = new System.Drawing.Size(65, 21);
  255. this.numHeight.TabIndex = 13;
  256. this.numHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  257. this.numHeight.Value = new decimal(new int[] {
  258. 1,
  259. 0,
  260. 0,
  261. 0});
  262. this.numHeight.ValueChanged += new System.EventHandler(this.numHeight_ValueChanged);
  263. //
  264. // label7
  265. //
  266. this.label7.AutoSize = true;
  267. this.label7.BackColor = System.Drawing.Color.Transparent;
  268. this.label7.Location = new System.Drawing.Point(171, 30);
  269. this.label7.Name = "label7";
  270. this.label7.Size = new System.Drawing.Size(17, 12);
  271. this.label7.TabIndex = 4;
  272. this.label7.Text = "mm";
  273. //
  274. // label8
  275. //
  276. this.label8.AutoSize = true;
  277. this.label8.BackColor = System.Drawing.Color.Transparent;
  278. this.label8.Location = new System.Drawing.Point(306, 30);
  279. this.label8.Name = "label8";
  280. this.label8.Size = new System.Drawing.Size(17, 12);
  281. this.label8.TabIndex = 7;
  282. this.label8.Text = "mm";
  283. //
  284. // label9
  285. //
  286. this.label9.AutoSize = true;
  287. this.label9.BackColor = System.Drawing.Color.Transparent;
  288. this.label9.Location = new System.Drawing.Point(306, 67);
  289. this.label9.Name = "label9";
  290. this.label9.Size = new System.Drawing.Size(17, 12);
  291. this.label9.TabIndex = 14;
  292. this.label9.Text = "mm";
  293. //
  294. // label10
  295. //
  296. this.label10.AutoSize = true;
  297. this.label10.BackColor = System.Drawing.Color.Transparent;
  298. this.label10.Location = new System.Drawing.Point(171, 67);
  299. this.label10.Name = "label10";
  300. this.label10.Size = new System.Drawing.Size(17, 12);
  301. this.label10.TabIndex = 11;
  302. this.label10.Text = "mm";
  303. //
  304. // toolTip
  305. //
  306. this.toolTip.AutoPopDelay = 5000;
  307. this.toolTip.InitialDelay = 500;
  308. this.toolTip.ReshowDelay = 500;
  309. //
  310. // btnSaveAs
  311. //
  312. this.btnSaveAs.BackColor = System.Drawing.Color.Transparent;
  313. this.btnSaveAs.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSaveAs.BackgroundImage")));
  314. this.btnSaveAs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.btnSaveAs.ForeColor = System.Drawing.Color.White;
  316. this.btnSaveAs.Location = new System.Drawing.Point(12, 158);
  317. this.btnSaveAs.Name = "btnSaveAs";
  318. this.btnSaveAs.Size = new System.Drawing.Size(85, 33);
  319. this.btnSaveAs.TabIndex = 15;
  320. this.btnSaveAs.Text = "另存为";
  321. this.btnSaveAs.UseVisualStyleBackColor = true;
  322. this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
  323. //
  324. // ImageItemSetting
  325. //
  326. this.AcceptButton = this.btnOK;
  327. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  328. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  329. this.BackColor = System.Drawing.SystemColors.Window;
  330. this.CancelButton = this.btnCancel;
  331. this.ClientSize = new System.Drawing.Size(345, 216);
  332. this.Controls.Add(this.btnCancel);
  333. this.Controls.Add(this.btnSaveAs);
  334. this.Controls.Add(this.btnOK);
  335. this.Controls.Add(this.chkFixedRatio);
  336. this.Controls.Add(this.numHeight);
  337. this.Controls.Add(this.numLoctionY);
  338. this.Controls.Add(this.numWidth);
  339. this.Controls.Add(this.numLoctionX);
  340. this.Controls.Add(this.label6);
  341. this.Controls.Add(this.label2);
  342. this.Controls.Add(this.label5);
  343. this.Controls.Add(this.label4);
  344. this.Controls.Add(this.label10);
  345. this.Controls.Add(this.label9);
  346. this.Controls.Add(this.label8);
  347. this.Controls.Add(this.label7);
  348. this.Controls.Add(this.label3);
  349. this.Controls.Add(this.label1);
  350. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  351. this.MinimumSize = new System.Drawing.Size(320, 205);
  352. this.Name = "ImageItemSetting";
  353. this.ShowIcon = true;
  354. this.Text = "图片设置";
  355. this.Shown += new System.EventHandler(this.ImageItemSetting_Shown);
  356. this.Controls.SetChildIndex(this.label1, 0);
  357. this.Controls.SetChildIndex(this.label3, 0);
  358. this.Controls.SetChildIndex(this.label7, 0);
  359. this.Controls.SetChildIndex(this.label8, 0);
  360. this.Controls.SetChildIndex(this.label9, 0);
  361. this.Controls.SetChildIndex(this.label10, 0);
  362. this.Controls.SetChildIndex(this.label4, 0);
  363. this.Controls.SetChildIndex(this.label5, 0);
  364. this.Controls.SetChildIndex(this.label2, 0);
  365. this.Controls.SetChildIndex(this.label6, 0);
  366. this.Controls.SetChildIndex(this.numLoctionX, 0);
  367. this.Controls.SetChildIndex(this.numWidth, 0);
  368. this.Controls.SetChildIndex(this.numLoctionY, 0);
  369. this.Controls.SetChildIndex(this.numHeight, 0);
  370. this.Controls.SetChildIndex(this.chkFixedRatio, 0);
  371. this.Controls.SetChildIndex(this.btnOK, 0);
  372. this.Controls.SetChildIndex(this.btnSaveAs, 0);
  373. this.Controls.SetChildIndex(this.btnCancel, 0);
  374. ((System.ComponentModel.ISupportInitialize)(this.numLoctionX)).EndInit();
  375. ((System.ComponentModel.ISupportInitialize)(this.numLoctionY)).EndInit();
  376. ((System.ComponentModel.ISupportInitialize)(this.numWidth)).EndInit();
  377. ((System.ComponentModel.ISupportInitialize)(this.numHeight)).EndInit();
  378. this.ResumeLayout(false);
  379. this.PerformLayout();
  380. }
  381. #endregion
  382. private System.Windows.Forms.CheckBox chkFixedRatio;
  383. private System.Windows.Forms.Label label1;
  384. private System.Windows.Forms.NumericUpDown numLoctionX;
  385. private Dongke.WinForm.Controls.BtnButton btnCancel;
  386. private Dongke.WinForm.Controls.BtnButton btnOK;
  387. private System.Windows.Forms.Label label2;
  388. private System.Windows.Forms.Label label3;
  389. private System.Windows.Forms.Label label4;
  390. private System.Windows.Forms.NumericUpDown numLoctionY;
  391. private System.Windows.Forms.Label label5;
  392. private System.Windows.Forms.Label label6;
  393. private System.Windows.Forms.NumericUpDown numWidth;
  394. private System.Windows.Forms.NumericUpDown numHeight;
  395. private System.Windows.Forms.Label label7;
  396. private System.Windows.Forms.Label label8;
  397. private System.Windows.Forms.Label label9;
  398. private System.Windows.Forms.Label label10;
  399. private System.Windows.Forms.ToolTip toolTip;
  400. private Dongke.WinForm.Controls.BtnButton btnSaveAs;
  401. private System.Windows.Forms.SaveFileDialog saveFileDialog;
  402. }
  403. }