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.

115 lines
5.2 KiB

2 years ago
  1. namespace Euro.Transfer
  2. {
  3. partial class GetOrig
  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.label1 = new System.Windows.Forms.Label();
  29. this.btnSure = new System.Windows.Forms.Button();
  30. this.comorig = new System.Windows.Forms.ComboBox();
  31. this.txtID = new System.Windows.Forms.TextBox();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // label1
  36. //
  37. this.label1.AutoSize = true;
  38. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  39. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  40. this.label1.Location = new System.Drawing.Point(57, 36);
  41. this.label1.Name = "label1";
  42. this.label1.Size = new System.Drawing.Size(58, 21);
  43. this.label1.TabIndex = 44;
  44. this.label1.Text = "公司:";
  45. //
  46. // btnSure
  47. //
  48. this.btnSure.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  49. this.btnSure.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
  50. this.btnSure.Location = new System.Drawing.Point(61, 126);
  51. this.btnSure.Name = "btnSure";
  52. this.btnSure.Size = new System.Drawing.Size(180, 46);
  53. this.btnSure.TabIndex = 46;
  54. this.btnSure.Text = "確認";
  55. this.btnSure.UseVisualStyleBackColor = true;
  56. this.btnSure.Click += new System.EventHandler(this.btnSure_Click);
  57. //
  58. // comorig
  59. //
  60. this.comorig.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.comorig.FormattingEnabled = true;
  62. this.comorig.Location = new System.Drawing.Point(120, 37);
  63. this.comorig.Name = "comorig";
  64. this.comorig.Size = new System.Drawing.Size(121, 24);
  65. this.comorig.TabIndex = 47;
  66. //
  67. // txtID
  68. //
  69. this.txtID.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.txtID.ForeColor = System.Drawing.Color.Blue;
  71. this.txtID.Location = new System.Drawing.Point(120, 80);
  72. this.txtID.Name = "txtID";
  73. this.txtID.Size = new System.Drawing.Size(121, 29);
  74. this.txtID.TabIndex = 48;
  75. this.txtID.Text = "EUROTRAN";
  76. //
  77. // label2
  78. //
  79. this.label2.AutoSize = true;
  80. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
  82. this.label2.Location = new System.Drawing.Point(57, 83);
  83. this.label2.Name = "label2";
  84. this.label2.Size = new System.Drawing.Size(58, 21);
  85. this.label2.TabIndex = 49;
  86. this.label2.Text = "帳號:";
  87. //
  88. // GetOrig
  89. //
  90. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  91. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  92. this.ClientSize = new System.Drawing.Size(292, 184);
  93. this.Controls.Add(this.label2);
  94. this.Controls.Add(this.txtID);
  95. this.Controls.Add(this.comorig);
  96. this.Controls.Add(this.btnSure);
  97. this.Controls.Add(this.label1);
  98. this.MaximizeBox = false;
  99. this.Name = "GetOrig";
  100. this.Text = "GetOrig";
  101. this.ResumeLayout(false);
  102. this.PerformLayout();
  103. }
  104. #endregion
  105. private System.Windows.Forms.Label label1;
  106. private System.Windows.Forms.Button btnSure;
  107. private System.Windows.Forms.ComboBox comorig;
  108. private System.Windows.Forms.TextBox txtID;
  109. private System.Windows.Forms.Label label2;
  110. }
  111. }