📄 form1.cs
字号:
this.tabPage4 = new System.Windows.Forms.TabPage();
this.button17 = new System.Windows.Forms.Button();
this.button16 = new System.Windows.Forms.Button();
this.button15 = new System.Windows.Forms.Button();
this.m_txtPageNo = new System.Windows.Forms.TextBox();
this.m_txtHeight = new System.Windows.Forms.TextBox();
this.m_txtTargetFile1 = new System.Windows.Forms.TextBox();
this.m_txtSourceFile = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.m_TrkChList = new AxMSFlexGridLib.AxMSFlexGrid();
this.m_FaxChList = new AxMSFlexGridLib.AxMSFlexGrid();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox5.SuspendLayout();
this.m_TabCtrl.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.tabPage3.SuspendLayout();
this.tabPage4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.m_TrkChList)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.m_FaxChList)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.radioButton3);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Location = new System.Drawing.Point(16, 264);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(240, 80);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Faxing speed";
//
// radioButton3
//
this.radioButton3.Location = new System.Drawing.Point(160, 40);
this.radioButton3.Name = "radioButton3";
this.radioButton3.Size = new System.Drawing.Size(72, 24);
this.radioButton3.TabIndex = 2;
this.radioButton3.Text = "14400bps";
this.radioButton3.CheckedChanged += new System.EventHandler(this.radioButton3_CheckedChanged);
//
// radioButton2
//
this.radioButton2.Location = new System.Drawing.Point(88, 40);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(72, 24);
this.radioButton2.TabIndex = 1;
this.radioButton2.Text = "9600bps";
this.radioButton2.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
//
// radioButton1
//
this.radioButton1.Location = new System.Drawing.Point(16, 40);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(72, 24);
this.radioButton1.TabIndex = 0;
this.radioButton1.Text = "4800bps";
this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.button3);
this.groupBox2.Controls.Add(this.m_strAppendFile);
this.groupBox2.Controls.Add(this.button2);
this.groupBox2.Controls.Add(this.button1);
this.groupBox2.Controls.Add(this.m_cmbFaxChNo);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Location = new System.Drawing.Point(16, 336);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(240, 256);
this.groupBox2.TabIndex = 3;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Fax appending/stopping";
//
// button3
//
this.button3.Location = new System.Drawing.Point(48, 200);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(128, 23);
this.button3.TabIndex = 5;
this.button3.Text = "SsmFaxStop";
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// m_strAppendFile
//
this.m_strAppendFile.Location = new System.Drawing.Point(16, 88);
this.m_strAppendFile.Name = "m_strAppendFile";
this.m_strAppendFile.ReadOnly = true;
this.m_strAppendFile.Size = new System.Drawing.Size(80, 21);
this.m_strAppendFile.TabIndex = 4;
this.m_strAppendFile.Text = "";
//
// button2
//
this.button2.Location = new System.Drawing.Point(48, 152);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(128, 23);
this.button2.TabIndex = 3;
this.button2.Text = "SsmFaxAppendSend";
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
this.button1.Location = new System.Drawing.Point(128, 88);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(72, 23);
this.button1.TabIndex = 2;
this.button1.Text = "Browse";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// m_cmbFaxChNo
//
this.m_cmbFaxChNo.Location = new System.Drawing.Point(96, 32);
this.m_cmbFaxChNo.Name = "m_cmbFaxChNo";
this.m_cmbFaxChNo.Size = new System.Drawing.Size(104, 20);
this.m_cmbFaxChNo.TabIndex = 1;
this.m_cmbFaxChNo.Text = "None";
this.m_cmbFaxChNo.SelectedIndexChanged += new System.EventHandler(this.m_cmbFaxChNo_SelectedIndexChanged);
//
// label1
//
this.label1.Location = new System.Drawing.Point(24, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 16);
this.label1.TabIndex = 0;
this.label1.Text = "FaxCh ID";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.radioButton5);
this.groupBox3.Controls.Add(this.radioButton4);
this.groupBox3.Controls.Add(this.m_cmbTrkChNo);
this.groupBox3.Controls.Add(this.label2);
this.groupBox3.Location = new System.Drawing.Point(256, 264);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(216, 112);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Fax receiving/transmitting mode";
//
// radioButton5
//
this.radioButton5.Location = new System.Drawing.Point(56, 80);
this.radioButton5.Name = "radioButton5";
this.radioButton5.Size = new System.Drawing.Size(112, 24);
this.radioButton5.TabIndex = 3;
this.radioButton5.Text = "Manual";
this.radioButton5.CheckedChanged += new System.EventHandler(this.radioButton5_CheckedChanged);
//
// radioButton4
//
this.radioButton4.Location = new System.Drawing.Point(56, 56);
this.radioButton4.Name = "radioButton4";
this.radioButton4.TabIndex = 2;
this.radioButton4.Text = "Automatic";
this.radioButton4.CheckedChanged += new System.EventHandler(this.radioButton4_CheckedChanged);
//
// m_cmbTrkChNo
//
this.m_cmbTrkChNo.Location = new System.Drawing.Point(104, 24);
this.m_cmbTrkChNo.Name = "m_cmbTrkChNo";
this.m_cmbTrkChNo.Size = new System.Drawing.Size(96, 20);
this.m_cmbTrkChNo.TabIndex = 1;
this.m_cmbTrkChNo.Text = "None";
this.m_cmbTrkChNo.SelectedIndexChanged += new System.EventHandler(this.m_cmbTrkChNo_SelectedIndexChanged);
//
// label2
//
this.label2.Location = new System.Drawing.Point(32, 32);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(56, 16);
this.label2.TabIndex = 0;
this.label2.Text = "TrunkCh ID";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.checkBox1);
this.groupBox4.Controls.Add(this.m_cmbTrkCh);
this.groupBox4.Controls.Add(this.label3);
this.groupBox4.Location = new System.Drawing.Point(256, 376);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(216, 80);
this.groupBox4.TabIndex = 5;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "Recording Setting";
//
// checkBox1
//
this.checkBox1.Location = new System.Drawing.Point(80, 48);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(64, 24);
this.checkBox1.TabIndex = 2;
this.checkBox1.Text = "Record";
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
//
// m_cmbTrkCh
//
this.m_cmbTrkCh.Location = new System.Drawing.Point(104, 16);
this.m_cmbTrkCh.Name = "m_cmbTrkCh";
this.m_cmbTrkCh.Size = new System.Drawing.Size(96, 20);
this.m_cmbTrkCh.TabIndex = 1;
this.m_cmbTrkCh.Text = "None";
this.m_cmbTrkCh.SelectedIndexChanged += new System.EventHandler(this.m_cmbTrkCh_SelectedIndexChanged);
//
// label3
//
this.label3.Location = new System.Drawing.Point(40, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 15);
this.label3.TabIndex = 0;
this.label3.Text = "TrunkCh ID";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.button4);
this.groupBox5.Controls.Add(this.m_txtSetFaxID);
this.groupBox5.Controls.Add(this.m_cmbFaxCh);
this.groupBox5.Controls.Add(this.label5);
this.groupBox5.Controls.Add(this.label4);
this.groupBox5.Location = new System.Drawing.Point(256, 456);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(216, 136);
this.groupBox5.TabIndex = 6;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "Fax ID Setting";
//
// button4
//
this.button4.Location = new System.Drawing.Point(56, 96);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(104, 23);
this.button4.TabIndex = 4;
this.button4.Text = "SsmFaxSetID";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// m_txtSetFaxID
//
this.m_txtSetFaxID.Location = new System.Drawing.Point(104, 56);
this.m_txtSetFaxID.Name = "m_txtSetFaxID";
this.m_txtSetFaxID.Size = new System.Drawing.Size(96, 21);
this.m_txtSetFaxID.TabIndex = 3;
this.m_txtSetFaxID.Text = "";
this.m_txtSetFaxID.TextChanged += new System.EventHandler(this.m_txtSetID_TextChanged);
//
// m_cmbFaxCh
//
this.m_cmbFaxCh.Location = new System.Drawing.Point(104, 20);
this.m_cmbFaxCh.Name = "m_cmbFaxCh";
this.m_cmbFaxCh.Size = new System.Drawing.Size(96, 20);
this.m_cmbFaxCh.TabIndex = 2;
this.m_cmbFaxCh.Text = "None";
//
// label5
//
this.label5.Location = new System.Drawing.Point(16, 56);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 16);
this.label5.TabIndex = 1;
this.label5.Text = "ID setting";
//
// label4
//
this.label4.Location = new System.Drawing.Point(24, 24);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(64, 16);
this.label4.TabIndex = 0;
this.label4.Text = "FaxCh ID";
//
// m_TabCtrl
//
this.m_TabCtrl.Controls.Add(this.tabPage1);
this.m_TabCtrl.Controls.Add(this.tabPage2);
this.m_TabCtrl.Controls.Add(this.tabPage3);
this.m_TabCtrl.Controls.Add(this.tabPage4);
this.m_TabCtrl.Location = new System.Drawing.Point(480, 264);
this.m_TabCtrl.Name = "m_TabCtrl";
this.m_TabCtrl.SelectedIndex = 0;
this.m_TabCtrl.Size = new System.Drawing.Size(360, 328);
this.m_TabCtrl.TabIndex = 7;
this.m_TabCtrl.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage1
//
this.tabPage1.Controls.Add(this.m_txtRcvFile);
this.tabPage1.Controls.Add(this.m_txtRcvFile0);
this.tabPage1.Controls.Add(this.label7);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.button5);
this.tabPage1.Location = new System.Drawing.Point(4, 21);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Size = new System.Drawing.Size(352, 303);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Receive Fax";
//
// m_txtRcvFile
//
this.m_txtRcvFile.Location = new System.Drawing.Point(160, 136);
this.m_txtRcvFile.Name = "m_txtRcvFile";
this.m_txtRcvFile.ReadOnly = true;
this.m_txtRcvFile.Size = new System.Drawing.Size(80, 21);
this.m_txtRcvFile.TabIndex = 4;
this.m_txtRcvFile.Text = "";
//
// m_txtRcvFile0
//
this.m_txtRcvFile0.Location = new System.Drawing.Point(160, 56);
this.m_txtRcvFile0.Name = "m_txtRcvFile0";
this.m_txtRcvFile0.Size = new System.Drawing.Size(80, 21);
this.m_txtRcvFile0.TabIndex = 3;
this.m_txtRcvFile0.Text = "";
//
// label7
//
this.label7.Location = new System.Drawing.Point(8, 136);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(152, 23);
this.label7.TabIndex = 2;
this.label7.Text = "Path for receiving file";
//
// label6
//
this.label6.Location = new System.Drawing.Point(24, 64);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(120, 16);
this.label6.TabIndex = 1;
this.label6.Text = "File name received";
//
// button5
//
this.button5.Location = new System.Drawing.Point(256, 136);
this.button5.Name = "button5";
this.button5.TabIndex = 0;
this.button5.Text = "Browse";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.button10);
this.tabPage2.Controls.Add(this.m_BtnDel);
this.tabPage2.Controls.Add(this.m_BtnAdd);
this.tabPage2.Controls.Add(this.m_ListBox);
this.tabPage2.Controls.Add(this.m_txtEndPage);
this.tabPage2.Controls.Add(this.label14);
this.tabPage2.Controls.Add(this.m_txtStartPage);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -