123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- namespace CloudSimulator
- {
- partial class CloudForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.btnSendCarPlate = new System.Windows.Forms.Button();
- this.rtbLog = new System.Windows.Forms.RichTextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.textBoxNozzleId = new System.Windows.Forms.TextBox();
- this.textBoxFuelGrade = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.textBoxCardBalance = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // btnSendCarPlate
- //
- this.btnSendCarPlate.Location = new System.Drawing.Point(666, 36);
- this.btnSendCarPlate.Name = "btnSendCarPlate";
- this.btnSendCarPlate.Size = new System.Drawing.Size(121, 32);
- this.btnSendCarPlate.TabIndex = 0;
- this.btnSendCarPlate.Text = "发送车牌信息";
- this.btnSendCarPlate.UseVisualStyleBackColor = true;
- this.btnSendCarPlate.Click += new System.EventHandler(this.btnSendCarPlate_Click);
- //
- // rtbLog
- //
- this.rtbLog.Location = new System.Drawing.Point(10, 12);
- this.rtbLog.Name = "rtbLog";
- this.rtbLog.Size = new System.Drawing.Size(584, 635);
- this.rtbLog.TabIndex = 1;
- this.rtbLog.Text = "";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(635, 180);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(50, 17);
- this.label1.TabIndex = 2;
- this.label1.Text = "油枪号";
- //
- // textBoxNozzleId
- //
- this.textBoxNozzleId.Location = new System.Drawing.Point(708, 177);
- this.textBoxNozzleId.Name = "textBoxNozzleId";
- this.textBoxNozzleId.Size = new System.Drawing.Size(100, 22);
- this.textBoxNozzleId.TabIndex = 3;
- this.textBoxNozzleId.Text = "2";
- //
- // textBoxFuelGrade
- //
- this.textBoxFuelGrade.Location = new System.Drawing.Point(708, 221);
- this.textBoxFuelGrade.Name = "textBoxFuelGrade";
- this.textBoxFuelGrade.Size = new System.Drawing.Size(100, 22);
- this.textBoxFuelGrade.TabIndex = 5;
- this.textBoxFuelGrade.Text = "92#";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(635, 224);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(36, 17);
- this.label2.TabIndex = 4;
- this.label2.Text = "油品";
- //
- // textBoxCardBalance
- //
- this.textBoxCardBalance.Location = new System.Drawing.Point(708, 263);
- this.textBoxCardBalance.Name = "textBoxCardBalance";
- this.textBoxCardBalance.Size = new System.Drawing.Size(100, 22);
- this.textBoxCardBalance.TabIndex = 7;
- this.textBoxCardBalance.Text = "1200.00";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(635, 266);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(64, 17);
- this.label3.TabIndex = 6;
- this.label3.Text = "账户余额";
- //
- // CloudForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(861, 659);
- this.Controls.Add(this.textBoxCardBalance);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.textBoxFuelGrade);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.textBoxNozzleId);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.rtbLog);
- this.Controls.Add(this.btnSendCarPlate);
- this.Name = "CloudForm";
- this.Text = "Sinochem Cloud Simulator";
- this.Load += new System.EventHandler(this.CloudForm_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnSendCarPlate;
- private System.Windows.Forms.RichTextBox rtbLog;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.TextBox textBoxNozzleId;
- private System.Windows.Forms.TextBox textBoxFuelGrade;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBoxCardBalance;
- private System.Windows.Forms.Label label3;
- }
- }
|