CloudForm.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. namespace CloudSimulator
  2. {
  3. partial class CloudForm
  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.btnSendCarPlate = new System.Windows.Forms.Button();
  29. this.rtbLog = new System.Windows.Forms.RichTextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBoxNozzleId = new System.Windows.Forms.TextBox();
  32. this.textBoxFuelGrade = new System.Windows.Forms.TextBox();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.textBoxCardBalance = new System.Windows.Forms.TextBox();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.SuspendLayout();
  37. //
  38. // btnSendCarPlate
  39. //
  40. this.btnSendCarPlate.Location = new System.Drawing.Point(666, 36);
  41. this.btnSendCarPlate.Name = "btnSendCarPlate";
  42. this.btnSendCarPlate.Size = new System.Drawing.Size(121, 32);
  43. this.btnSendCarPlate.TabIndex = 0;
  44. this.btnSendCarPlate.Text = "发送车牌信息";
  45. this.btnSendCarPlate.UseVisualStyleBackColor = true;
  46. this.btnSendCarPlate.Click += new System.EventHandler(this.btnSendCarPlate_Click);
  47. //
  48. // rtbLog
  49. //
  50. this.rtbLog.Location = new System.Drawing.Point(10, 12);
  51. this.rtbLog.Name = "rtbLog";
  52. this.rtbLog.Size = new System.Drawing.Size(584, 635);
  53. this.rtbLog.TabIndex = 1;
  54. this.rtbLog.Text = "";
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Location = new System.Drawing.Point(635, 180);
  60. this.label1.Name = "label1";
  61. this.label1.Size = new System.Drawing.Size(50, 17);
  62. this.label1.TabIndex = 2;
  63. this.label1.Text = "油枪号";
  64. //
  65. // textBoxNozzleId
  66. //
  67. this.textBoxNozzleId.Location = new System.Drawing.Point(708, 177);
  68. this.textBoxNozzleId.Name = "textBoxNozzleId";
  69. this.textBoxNozzleId.Size = new System.Drawing.Size(100, 22);
  70. this.textBoxNozzleId.TabIndex = 3;
  71. this.textBoxNozzleId.Text = "2";
  72. //
  73. // textBoxFuelGrade
  74. //
  75. this.textBoxFuelGrade.Location = new System.Drawing.Point(708, 221);
  76. this.textBoxFuelGrade.Name = "textBoxFuelGrade";
  77. this.textBoxFuelGrade.Size = new System.Drawing.Size(100, 22);
  78. this.textBoxFuelGrade.TabIndex = 5;
  79. this.textBoxFuelGrade.Text = "92#";
  80. //
  81. // label2
  82. //
  83. this.label2.AutoSize = true;
  84. this.label2.Location = new System.Drawing.Point(635, 224);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(36, 17);
  87. this.label2.TabIndex = 4;
  88. this.label2.Text = "油品";
  89. //
  90. // textBoxCardBalance
  91. //
  92. this.textBoxCardBalance.Location = new System.Drawing.Point(708, 263);
  93. this.textBoxCardBalance.Name = "textBoxCardBalance";
  94. this.textBoxCardBalance.Size = new System.Drawing.Size(100, 22);
  95. this.textBoxCardBalance.TabIndex = 7;
  96. this.textBoxCardBalance.Text = "1200.00";
  97. //
  98. // label3
  99. //
  100. this.label3.AutoSize = true;
  101. this.label3.Location = new System.Drawing.Point(635, 266);
  102. this.label3.Name = "label3";
  103. this.label3.Size = new System.Drawing.Size(64, 17);
  104. this.label3.TabIndex = 6;
  105. this.label3.Text = "账户余额";
  106. //
  107. // CloudForm
  108. //
  109. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  110. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  111. this.ClientSize = new System.Drawing.Size(861, 659);
  112. this.Controls.Add(this.textBoxCardBalance);
  113. this.Controls.Add(this.label3);
  114. this.Controls.Add(this.textBoxFuelGrade);
  115. this.Controls.Add(this.label2);
  116. this.Controls.Add(this.textBoxNozzleId);
  117. this.Controls.Add(this.label1);
  118. this.Controls.Add(this.rtbLog);
  119. this.Controls.Add(this.btnSendCarPlate);
  120. this.Name = "CloudForm";
  121. this.Text = "Sinochem Cloud Simulator";
  122. this.Load += new System.EventHandler(this.CloudForm_Load);
  123. this.ResumeLayout(false);
  124. this.PerformLayout();
  125. }
  126. #endregion
  127. private System.Windows.Forms.Button btnSendCarPlate;
  128. private System.Windows.Forms.RichTextBox rtbLog;
  129. private System.Windows.Forms.Label label1;
  130. private System.Windows.Forms.TextBox textBoxNozzleId;
  131. private System.Windows.Forms.TextBox textBoxFuelGrade;
  132. private System.Windows.Forms.Label label2;
  133. private System.Windows.Forms.TextBox textBoxCardBalance;
  134. private System.Windows.Forms.Label label3;
  135. }
  136. }