You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

149 lines
7.6 KiB

  1. namespace ManagementSystem
  2. {
  3. partial class CurrencySetting
  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.dgvDataMaintain = new System.Windows.Forms.DataGridView();
  29. this.cCurrency = new System.Windows.Forms.DataGridViewComboBoxColumn();
  30. this.cCurrencyRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  31. this.btnConfirm = new System.Windows.Forms.Button();
  32. this.btnCancle = new System.Windows.Forms.Button();
  33. this.btnClean = new System.Windows.Forms.Button();
  34. this.label1 = new System.Windows.Forms.Label();
  35. ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // dgvDataMaintain
  39. //
  40. this.dgvDataMaintain.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  41. | System.Windows.Forms.AnchorStyles.Left)
  42. | System.Windows.Forms.AnchorStyles.Right)));
  43. this.dgvDataMaintain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  44. this.dgvDataMaintain.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  45. this.cCurrency,
  46. this.cCurrencyRate});
  47. this.dgvDataMaintain.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  48. this.dgvDataMaintain.Location = new System.Drawing.Point(14, 34);
  49. this.dgvDataMaintain.Margin = new System.Windows.Forms.Padding(5);
  50. this.dgvDataMaintain.Name = "dgvDataMaintain";
  51. this.dgvDataMaintain.RowTemplate.Height = 24;
  52. this.dgvDataMaintain.Size = new System.Drawing.Size(266, 128);
  53. this.dgvDataMaintain.TabIndex = 12;
  54. this.dgvDataMaintain.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellContentClick);
  55. this.dgvDataMaintain.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_CellEnter);
  56. this.dgvDataMaintain.RowsAdded += new System.Windows.Forms.DataGridViewRowsAddedEventHandler(this.dgvDataMaintain_RowsAdded);
  57. this.dgvDataMaintain.RowValidated += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDataMaintain_RowValidated);
  58. this.dgvDataMaintain.RowValidating += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvDataMaintain_RowValidating);
  59. //
  60. // cCurrency
  61. //
  62. this.cCurrency.HeaderText = "幣別";
  63. this.cCurrency.Name = "cCurrency";
  64. this.cCurrency.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  65. this.cCurrency.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  66. //
  67. // cCurrencyRate
  68. //
  69. this.cCurrencyRate.HeaderText = "匯率設定";
  70. this.cCurrencyRate.Name = "cCurrencyRate";
  71. //
  72. // btnConfirm
  73. //
  74. this.btnConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  75. this.btnConfirm.Location = new System.Drawing.Point(21, 170);
  76. this.btnConfirm.Name = "btnConfirm";
  77. this.btnConfirm.Size = new System.Drawing.Size(83, 36);
  78. this.btnConfirm.TabIndex = 13;
  79. this.btnConfirm.Text = "確 認";
  80. this.btnConfirm.UseVisualStyleBackColor = true;
  81. this.btnConfirm.Click += new System.EventHandler(this.btnConfirm_Click);
  82. //
  83. // btnCancle
  84. //
  85. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  86. this.btnCancle.Location = new System.Drawing.Point(196, 170);
  87. this.btnCancle.Name = "btnCancle";
  88. this.btnCancle.Size = new System.Drawing.Size(83, 36);
  89. this.btnCancle.TabIndex = 13;
  90. this.btnCancle.Text = "取 消";
  91. this.btnCancle.UseVisualStyleBackColor = true;
  92. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  93. //
  94. // btnClean
  95. //
  96. this.btnClean.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  97. this.btnClean.Location = new System.Drawing.Point(110, 170);
  98. this.btnClean.Name = "btnClean";
  99. this.btnClean.Size = new System.Drawing.Size(80, 36);
  100. this.btnClean.TabIndex = 13;
  101. this.btnClean.Text = "清 除";
  102. this.btnClean.UseVisualStyleBackColor = true;
  103. this.btnClean.Click += new System.EventHandler(this.btnClean_Click);
  104. //
  105. // label1
  106. //
  107. this.label1.AutoSize = true;
  108. this.label1.Location = new System.Drawing.Point(12, 9);
  109. this.label1.Name = "label1";
  110. this.label1.Size = new System.Drawing.Size(136, 20);
  111. this.label1.TabIndex = 14;
  112. this.label1.Text = "本幣:台幣(TWD)";
  113. //
  114. // CurrencySetting
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 20F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.ClientSize = new System.Drawing.Size(294, 218);
  119. this.Controls.Add(this.label1);
  120. this.Controls.Add(this.btnClean);
  121. this.Controls.Add(this.btnCancle);
  122. this.Controls.Add(this.btnConfirm);
  123. this.Controls.Add(this.dgvDataMaintain);
  124. this.Font = new System.Drawing.Font("微軟正黑體", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
  125. this.Margin = new System.Windows.Forms.Padding(5);
  126. this.MaximizeBox = false;
  127. this.MinimizeBox = false;
  128. this.Name = "CurrencySetting";
  129. this.Text = "幣別設定";
  130. this.Load += new System.EventHandler(this.CurrencySetting_Load);
  131. ((System.ComponentModel.ISupportInitialize)(this.dgvDataMaintain)).EndInit();
  132. this.ResumeLayout(false);
  133. this.PerformLayout();
  134. }
  135. #endregion
  136. private System.Windows.Forms.DataGridView dgvDataMaintain;
  137. private System.Windows.Forms.Button btnConfirm;
  138. private System.Windows.Forms.Button btnCancle;
  139. private System.Windows.Forms.Button btnClean;
  140. private System.Windows.Forms.DataGridViewComboBoxColumn cCurrency;
  141. private System.Windows.Forms.DataGridViewTextBoxColumn cCurrencyRate;
  142. private System.Windows.Forms.Label label1;
  143. }
  144. }